-
-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google howto image install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
programming Archive
-
Error with lxml on Debian Lenny
Posted on April 10, 2009 | No CommentsWhile trying to get Mapnik WMS server work on Debian Lenny, I found out that there were some errors with the lxml installation, before doing easy_install lxml be sure that... -
Import Shapefiles (SHP) into Postgis
Posted on April 6, 2009 | 2 CommentsFollow these steps to start importing ESRI Shapefiles into Postgis database 1. Generate SQL from the shapefile using shp2pgsql shp2pgsql -W UTF-8 <file_name.shp> <schema>.<table_name> > <filename.sql> ex: shp2pgsql –W UTF-8... -
Jquery sliding boxes and captions
Posted on April 2, 2009 | No CommentsJust found out a nice sliding boxes and captions Jquery plugin which fits perfectly for my new website projects, why don’t you have a look at this link and see... -
Access Forbidden error when accessing security page of XAMPP
Posted on March 31, 2009 | 2 CommentsTry to access the security page of XAMPP (http://localhost/security/) and if you get an Access Forbidden Error then here is a simple solution to get rid of the error message + Go... -
Google App Engine & cron jobs
Posted on November 4, 2008 | 4 CommentsI decided to try Google App Engine for a personal project, that pulls yahoo weather at a regular time interval, but as I dived into Google App Engine then this... -
Pinax with mod_wsgi installation (Slackware 12.1)
Posted on November 1, 2008 | No CommentsI’m quite new to Django, Pinax and mod_wsgi, so today i decided to try on Pinax with a Slackware 12.1 development box. Everytime I forget after doing something, so better... -
Python File Manipulation (Excel, OpenOffice, Media, DBF, rar, gps, id3 …)
Posted on October 21, 2008 | 1 CommentI keep some bookmarks of file manipulation with Python, please update if you know more. Thank you! Documents / Office: pyExcelerator: Generating Excel97 filesOOoPy: Manipulating OpenOffice documentsdbfpy: Manipulating dBase, Foxpro... -
Mapnik installation on Slackware 12.1
Posted on October 5, 2008 | 2 CommentsHere are the steps that I managed to install Mapnik 0.5.1 on Slackware 12.1, it’s for personal documentation but might be helpful for some of you out there. Depends on... -
CouchDB resources
Posted on October 3, 2008 | No CommentsThis post will help me to keep track of some good resources on Internet related to CouchDB development Wiki http://wiki.apache.org/couchdb/ Tutorials Introduction Official website Author blog (Jan Lehnardt) Author blog... -
Django, Mod-Python & CouchDB
Posted on September 24, 2008 | 2 CommentsI managed to have CouchDB running with Django inside mod_python, everything was installed on my Slackware 12.1 development server. 1. mod_python is compiled for Apache2, if you don’t know how...
