Archive for the ‘Javascript’ Category

Showing and hiding table columns with jQuery

Thursday, September 9th, 2010

So I just finished an interface showing a search result which is paginated and sortable by column but the pagination and sorting is another story. Here we focus on the fact that each column’s visibility could also be toggled on and off.... Read More

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

Using jQuery’s trigger for automated interfaces

Saturday, April 10th, 2010

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

jQuery Drag and Drop to sort Tree

Sunday, March 7th, 2010

jquery_drag_and_drop.png


Update: This interface can be seen in a fully functioning state in the VizReader RSS reader.... Read More

Foreign relations with jQuery / PHP

Friday, January 29th, 2010
jquery_crud_foreign.png

Well that didn’t take long, unsurprisingly. I needed the interface to handle foreign relations, for this I would’ve liked to use conventions, for instance that all primary autoincrementing keys be named id. However the legacy database I’m working with won’t allow that, so we need configuration:... 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

HTML stripping jQuery plugin

Saturday, December 5th, 2009

Small tag stripping jQuery plugin:... 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