Posts Tagged ‘json’
Scraping and Converting Data with Hpricot and JSON in Ruby
Sunday, November 9th, 2008Did you ever wonder how Warren Buffet managed to get that rich? Pure luck my friend, the man was born with perfect timing, one year after the stock market crash of 1929, at the beginning of the great depression.... Read More
Pico Lisp and JSON
Thursday, September 11th, 2008Yet again I have to do some documenting so I know what the hell I’m doing since I’m all over the place at the moment. Doing something here and then moving over to do something over there and then coming back to coding this and that. If you’re this unstructured you need crutches and this documentation is that, it will enable me to get back to this and do easy debugging in the future, it will trigger memories.... Read More
Adding search with jQuery and Check Boxes
Monday, August 25th, 2008jQuery JSON with PHP json_encode and json_decode
Friday, August 15th, 2008Today I looked for a replacement for my old jspanserializer.js script that I can’t even remember where I found anymore. Turns out that I wont have to either, I can forget it. From now on I’ll use jQuery JSON instead.... Read More
Fluent Arrays and Strings in PHP - Adding JSON and more
Friday, July 11th, 2008Table of Contents for Fluent interfaces in PHP
- Fluent Arrays and Strings in PHP
- Fluent Arrays and Strings in PHP - Adding JSON and more
Recently I’ve had the need to extend the interface further, among other things with JSON support. I’ve used code published by Nicolas Crovatti to do this. There was one line in there though that wasn’t consistent with its purpose. If you use that code you have to replace if($i != $keys[$i]) with if($i !== $keys[$i]). On the other hand if you use PHP >= 5.2 you don’t need this function at all, you use json_encode instead.... Read More





