Django open inviter is a python port of the PHP api client for openinviter.com’s contact importer to work with Django.…
No more beta for YouTellMe.nl The website which is taking over the Dutch product comparison market is officially going out…
Just a link this time, great reference on design patterns: http://www.mcdonaldland.info/2007/11/28/40/
Note: We are actively seeking to hire exceptional PHP programmers. More on the job offering at the bottom of this…
It sure seems so: The php: var_dump(array(‘mynumber’=>42.2)); var_dump(json_encode(array(‘mynumber’=>42.2))); The result: array(1) { [“mynumber”]=> float(42,2) } string(17) “{“mynumber”:42,2}” Notice the 42,2.…
I tended to use fixtures in order to save my data before propel-build-all commands. In a discussion on syncing development…
CommentHub.com has been developed with Symfony and is currently in Alpha testing. Needless to say it is a great pleasure…
This little blog has been getting a lot of coverage lately thanks to a write up by Ajaxian. Developing with…
Update: there have been some improvements to this plugin. Have a look at this post regarding the update. Thanks for…
Lets start with a small explanation. Gravatars are so called ‘globally recognized avatars’. Basically it is an open directory for…