Latest Post

Code Igniter: Mixing segment-based URL with GET querystring

Working on a microsite running on Code Igniter, I faced a dilema of adding and extra query string in a page URL, which is already using segment based URL (eg. domain.com/controller_name/page/). Basically I’m trying to do this:  domain.com/controller_name/page/?param=myvalue. Unfortunately CI [...]

Javascript custom font replacement

Ok so like me you may have been using SIFR for a while to load custom font onto your webpages. But nowadays I believe website are moving away from using Flash, especially for basic animation features, the use of jquery [...]

SOAP installation

Install the following packages: pyxml: http://pyxml.sourceforge.net/topics/download.html fpconst: http://pypi.python.org/pypi/fpconst SOAPpy: http://sourceforge.net/projects/pywebsvcs/files/SOAP.py/0.12.0_rc1/SOAPpy-0.12.0.zip/download If you get the following error while trying to build SOAPpy : SyntaxError: from __future__ imports must occur at the beginning of the file You can fix it by moving [...]