Facebook is migrating to HTTPS and OAuth to increase the safety of their users. Unfortunately these changes aren’t backwards compatible…
I was thrilled to see twitter releasing their own button. This is good news all around for us bloggers looking…
This quick walkthrough is going to bring you up to speed on how to create your own social bookmarking button.…
Update: This blog post is outdated, a new and vastly upgraded version of Django Facebook is now available. Read more…
No more beta for YouTellMe.nl The website which is taking over the Dutch product comparison market is officially going out…
The most common use cases of Javascript require no optimization at all. However when you go about building substantial applications…
Here a nice little cookie wrapper. It’s mainly based on the Quirksmode code with some nice Prototype style. Have a…
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.…
The first post on my cross site ajax plugin for Prototype (1.5.0) was received with great enthusiasm. It was very…