Posts Tagged ‘Javascript’

jQuery Drag and Drop to sort Tree

Sunday, March 7th, 2010

jquery_drag_and_drop.png


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

The basic C(R)UD

Sunday, January 10th, 2010
jquery_ajax_php_crud.png

I recently made a very simple but functional administrational interface using jQuery and Ajax to avoid having to refresh the page all the time thus simplifying development.... 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

JQuery Joomla chat, adding online/offline and friendlist

Sunday, November 8th, 2009

As the title implies we’ve now added online/offline functionality and the ability to toggle the user list to show only friends or all members.... Read More

Facebook style chat with jQuery and Joomla

Saturday, October 31st, 2009

This time I’m going to go through the code for Paceville’s chat in a chronological order from the user’s point of view, as follows:... Read More

Controlling form tabbing with jQuery

Tuesday, September 29th, 2009

Update: Paceville.com is now online, where the effect described in this tutorial can be seen.... 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

Mouse clicks in Processingjs

Sunday, August 30th, 2009

Demo here.... Read More

Bezier curves and mouse interaction in Processingjs

Saturday, August 29th, 2009

Demo here.... Read More