Web Applications - Separating DB Connections

2011-06-08 Thread Burhan
Hello Everyone: I am trying to find a way to extract and remove database connection information (username, password, schema name) from the application source. I need to do this because in my organization - for security reasons - access to databases is controlled by a separate department; and as

Re: simple web/html testing

2011-06-08 Thread Burhan
using lxml, among other things. Using selenium, you can check for broken links[1]. Hope this helps. -- Burhan Khalid 1. http://stackoverflow.com/questions/1453527/how-to-check-url-for-404-using-selenium-webdriver -- http://mail.python.org/mailman/listinfo/python-list

Re: Web Applications - Separating DB Connections

2011-06-08 Thread Burhan
On Jun 8, 1:22 pm, Stuart MacKay wrote: > A simple way to do this is use fabric for deployment. It allows you to > upload a file as if it was a template and replaces any placeholder > strings with values supplied when you upload. The values can be supplied > either in a config file or interactivel

Printing Barcodes from webapp?

2006-12-01 Thread Burhan
Hello Group: I am in the planning stages of an application that will be accessed over the web, and one of the ideas is to print a barcode that is generated when the user creates a record. The application is to track paperwork/items and uses barcodes to easily identify which paper/item belongs t

Re: Printing Barcodes from webapp?

2006-12-02 Thread Burhan
Andy Dingley wrote: > Burhan wrote: > > > Is there an easy way to generate barcodes using Python > > Easy way for any application or language to generate barcodes is to > install a barcode font on the client machine, then just generate a > suitable text string for it.