Posts Tagged ‘json’
Sunday, March 7th, 2010
I just finished off a nice interface where an arbitrary amount of nested lists are used to represent a tree. Any item can be dragged and dropped on any other item as a way of moving them and placing them as children beneath another item/branch. The functionality mimics that of any file browser that can display folder structures as a tree.... Read More
Tags: ajax, Javascript, jquery, json, tree
Posted in Ajax, jQuery | No Comments »
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
Tags: ajax, Javascript, jquery, json, multi select, PHP
Posted in Ajax, PHP, jQuery | No Comments »
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
Tags: bit.ly, Javascript, jquery, json, PHP, picolisp, twitter, url shortening
Posted in jQuery | No Comments »
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
Tags: Javascript, json, Pico Lisp
Posted in Javascript, Pico Lisp | No Comments »
Tuesday, August 25th, 2009
I’ve just reached what could be called level 1 in my Processing.js explorations. I’ve managed to setup SVG fonts and load them to draw text. I’ve also managed to use Processing only through the JavaScript API, not the language itself and that is a good thing in my mind. I rather do this API style, I am for instance able to load JSON and use jQuery without any fuss this way.... Read More
Tags: api, font, json, processing.js, text
Posted in Javascript, jQuery | No Comments »
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
Tags: draggable, droppable, Javascript, json, prototype, scriptaculous
Posted in Javascript | No Comments »
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
Tags: hpricot, json, Ruby, scraping
Posted in Ruby | No Comments »
Thursday, September 11th, 2008
Yet 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
Tags: json, Lisp, Pico Lisp
Posted in Lisp, Pico Lisp | No Comments »
Monday, August 25th, 2008
Tags: ajax, css, html, Javascript, jquery, json, MODx
Posted in Ajax, CMS, HTML + CSS, Javascript, MODx, jQuery | No Comments »
Friday, August 15th, 2008
Update: There is now a real world example called Shortening multiple URLs with jQuery, PHP, picolisp and bit.ly, you might want to check it out when you’re done here. It uses jQuery JSON extensively. Another one is Multiple select lists with jQuery and JSON.... Read More
Tags: ajax, jquery, json, PHP
Posted in Javascript, PHP, jQuery | 7 Comments »