Posts Tagged ‘json’

MongoDB, Clojure, JSON and PHP – CongoMongo issues and solutions

Friday, December 31st, 2010

I’m currently working on a project where I use MongoDB and Clojure to create an API only type of service. Other sites of ours are connecting to this service, these sites are all made with PHP at the moment.... Read More

Sessions and JSON with Ring, Compojure and Flash AS3

Saturday, August 21st, 2010

The code here is actually several months old, it was only today that I stumbled on it and realized it would be a nice writeup.... Read More

jQuery Drag and Drop to sort Tree

Sunday, March 7th, 2010

jquery_drag_and_drop.png... Read More

Multiple select lists with jQuery and JSON

Wednesday, December 9th, 2009

This tutorial will all be about managing loading data into multiple select lists and then save the selections in the list.... Read More

Shortening multiple URLs with jQuery, PHP, picolisp and bit.ly

Saturday, December 5th, 2009

I just managed to create a function that will automatically find all URLs in the text in a text area and replace them with shortened URLs by way of bit.ly and I thought I’d share it.... Read More

Pico Lisp to JSON with JavaScript

Wednesday, September 2nd, 2009

On many occasions it’s preferable to convert PicoLisp on the client side instead of on the server, here’s an attempt.... Read More

Loading JSON, rendering text and using the Processing JS API

Tuesday, August 25th, 2009

Update: The final result can now bee seen in the VizReader RSS reader, and in the end I actually used Flare instead of Processing due to performance issues, having hundreds of links display at the same time was too much for Processing.... Read More

Invitation card creator with Prototype and Scriptaculous

Saturday, April 25th, 2009

I’ve created a demo demonstrating the feasibility earlier, the first one using jQuery and jQuery UI actually, although at the end I never used jQuery since Inviclub is created with Symphony and Symphony is using Prototype.... Read More

Scraping and Converting Data with Hpricot and JSON in Ruby

Sunday, November 9th, 2008

Did 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, 2008

Update: I now use this code for JSON which is based on Alex’s Rosetta Code example, the below should just be seen as a programming exercise.... Read More