Posts Tagged ‘ajax’

Keeping it DRY with Function.call and jQuery toggle

Wednesday, September 1st, 2010

Update: There is now a simpler example of the principles detailed here in the form of JQuery trigger and JS Function Call revisited. ... Read More

jQuery UI sortable with Ajax

Sunday, August 22nd, 2010

jquery-ui-sortable.png... Read More

jQuery Drag and Drop to sort Tree

Sunday, March 7th, 2010

jquery_drag_and_drop.png... 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

Facebook style photo tagging with jQuery, Ajax and Joomla

Sunday, October 11th, 2009

A demo of the functionality can be found in one of paceville.com’s galleries. Just click the first thumbnail. Update: To see the full images one now has to be registered so the demo is not easily accessible anymore.... Read More

Facebook style information box with jQuery

Thursday, August 27th, 2009

Update: Paceville.com is now online. The functionality of this article can be seen in people’s profiles, for instance here.... Read More

Hardening the Joomla hacks

Thursday, August 6th, 2009

I’m wrapping up the Joomla work here so it’s time to talk a bit about security. There are two main issues, sanitizing GET and POST and making sure people who are not supposed to call certain methods can’t do so. ... Read More

Adding AJAX to Joomla 1.5 with jQuery

Saturday, August 1st, 2009

This piece will build on the prior piece, this time we’ll take a look at how we can implement quick and dirty AJAX, using the very same class we went through in the prior tutorial.... Read More

SEO Tools, my first Ruby on Rails application

Wednesday, April 29th, 2009

So for the last two days I’ve completed my first RoR application that is actually used by somebody, my SEO colleagues to be more precise, their first wish was a script that would make it much easier to submit links to link directories, that and an article spinner.... Read More