Archive for the ‘Ajax’ Category

Farewell HTML Ajax

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

Multiple uploads with jQuery and Flex or Flash

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

Ajax, ZF and Smarty feed reader: part 3

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

Ajax, ZF and Smarty feed reader: part 2

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

Ajax, ZF and Smarty feed reader: part 1

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

Widgets with the Zend Framework and Smarty

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

Marrying the Zend Framework and HTML Ajax

Monday, October 15th, 2007

Update: Since writing this I’ve instead started using jQuery for my Ajax needs, you should too, or MooTools maybe. I’ve written a new piece demonstrating how jQuery can be used with ZF.... Read More

HTML Ajax

Monday, October 15th, 2007

Update: I don’t use this framework anymore my favorite way of communicating with the server is now the $.post method of jQuery.... Read More