Posts Tagged ‘ oracle ’

Allen Galler » Blog Archive » Django Tips: Installation

September 2, 2011
By

Django Tips : Installation. Install Python. Check out Python official website to download Python. Install Apache and mod_wsgi. Django includes a lightweight web server you can use for testing , so you won't need to set up ...

Read more »

How to hide query behind Office Data Connections stored in Excel …

September 16, 2010
By

After 'synchronising' (ie. connecting over the net" error handling for network connections keri posted on Tuesday, October 02, 2007 11:24 AM . . . OLE DB Mailmerge Data connections in Word Mail Merge Fields ...

Read more »

Phi Infinity: Some Python tips & tricks

May 3, 2010
By

Some Python tips & tricks. Long time since my last post,i'm kinda busy with my last term as an undergrad. Anyway i'll reward you with some posts (hope so) starting with this one. Last summer i learned python as you may know from a ...

Read more »

Django tips: Tech Model: Django and Oracle Cartridges

March 18, 2010
By

Django tips : Tech Model. Thursday, March 18, 2010. Django and Oracle Cartridges. Hi. I currently have an oracle cartridge which performs a specific type of search on large binary objects (which the cartridge also creates and indexes). ...

Read more »

Liveblogging at Confoo: [not just] PHP Performance by Rasmus …

March 11, 2010
By

Set error_reporting(-1) in wp-settings.php to catch all warnings — warnings slow you down, so get rid of all errors. PHP error handling is very slow, so getting rid of errors will make you faster. ...

Read more »