Archive for the ‘Ajax’ Category
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 »
Friday, January 29th, 2010
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
Tags: jquery, PHP
Posted in Ajax, PHP, jQuery | No Comments »
Sunday, January 10th, 2010
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
Tags: ajax, Javascript, jquery, PHP
Posted in Ajax, PHP, 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 »
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
Tags: ajax, jquery, PHP, tagging
Posted in Ajax, jQuery | No Comments »
Monday, October 6th, 2008
The heart of the problem with making jQuery.post work with the PicoLisp server is simple once found (thanks to Alex for helping me find it). Apache seems to use the Content-Length header to determine the length of the argument sent by XMLHttpRequest.send(), the Pico server doesn’t bother with determining the the length. It looks for a newline at the end instead.... Read More
Tags: ajax, jquery, Pico Lisp
Posted in Ajax, Lisp, Pico Lisp, jQuery | No Comments »
Tuesday, September 30th, 2008
This stuff can be seen as a continuation of an earlier tutorial integrating external search into a MODx site, i.e. a standalone search logic separate from MODx. This approach is however not limited to any kind of CMS or solution whatsoever, it’s totally agnostic through the use of Ajax. ... Read More
Tags: ajax, Javascript, jquery, PHP
Posted in Ajax, Javascript, jQuery | 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 »
Thursday, June 19th, 2008
Today I noticed a nice, short example of the Zend Framework, jQuery and Smarty stack I’m using. It’s got a lot of niceties from each component in a very small space, perfect for showcasing each and how they can be integrated!... Read More
Tags: jquery, Smarty, zend framework
Posted in Ajax, Javascript, PHP, Smarty, Zend Framework, jQuery | No Comments »
Tuesday, March 4th, 2008
I just realized that I’ve completely stopped using HTML Ajax. The framework has become completely superfluous for me now that I’m using jQuery’s $.post method.... Read More
Tags: html ajax, jquery, PHP
Posted in Ajax, PHP | No Comments »