We have been rolling out some awesome new features at YouTellMe.nl. The new version of the comparison system allows for…
YouTellMe has been progressing at insane development speeds. We’re slowly starting to search for some initial PR. Feedback has been…
I just tried the django template tags for the google charting api by Jacob. Unfortunately they were python 2.5 only…
Two months ago YouTellMe moved to the beautifull Keizersgracht in Amsterdam. With the crazy work schedules any entrepreneurs lives by,…
As you can see from the posts (one, two) I’ve always been a big Symfony fan. Symfony is really great,…
Twinkle, the online and offline magazine for ecommerce has just written a blog post about YouTellMe. A full article on…
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.…