Archive for the ‘Ajax’ Category
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 »
Friday, December 7th, 2007
Update 01/11/2008: There is now a new Flash only version that works properly with version 10 of the player.... Read More
Tags: ajax, flash, flex, Javascript, jquery, PHP, Smarty, uploading
Posted in Ajax, Flex, Flash and AMFPHP, Javascript, jQuery | No Comments »
Monday, November 12th, 2007
This time we will take a look at the feed list window and the manage window. This will also be the concluding part of the series.... Read More
Tags: ajax, PHP, Smarty, zend framework
Posted in Ajax, PHP, Smarty, Zend Framework | 3 Comments »
Saturday, November 10th, 2007
In part 1 of this series you could download the whole source which this tutorial is based on. This part and subsequent parts will make use of that source.... Read More
Tags: ajax, PHP, Smarty, zend framework
Posted in Ajax, PHP, Smarty, Zend Framework | 7 Comments »
Wednesday, November 7th, 2007
In this series I will walk you through the code of a site that uses only Ajax and Scriptaculous to handle it’s completely windowed interface. Making an interface like this is not really good design, it’s only done here for the sake of teaching. It is kinda cool though. Especially if you have a big screen.... Read More
Tags: ajax, PHP, Smarty, zend framework
Posted in Ajax, PHP, Smarty, Zend Framework | 6 Comments »
Saturday, October 27th, 2007
Provided that you have checked my earlier tutorial on how to make instatiable controllers you could now use that functionality to create a widget system with Smarty.... Read More
Tags: ajax, Smarty, widgets, zend framework
Posted in Ajax, PHP, Smarty, Zend Framework | No Comments »