Posts Tagged ‘ajax’
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
Tags: active record, ajax, jquery, RoR, Ruby, Ruby on Rails
Posted in Ruby, Ruby on Rails | 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 »
Friday, August 15th, 2008
Today I looked for a replacement for my old jspanserializer.js script that I can’t even remember where I found anymore. Turns out that I wont have to either, I can forget it. From now on I’ll use jQuery JSON instead.... Read More
Tags: ajax, jquery, json, PHP
Posted in Javascript, PHP, jQuery | 7 Comments »
Wednesday, February 13th, 2008
This tutorial is about mimicking an Excel style interface that hooks into a database through Ajax. Most of the logic that creates the richness of the application is handled with jQuery. ... Read More
Tags: ajax, Javascript, jquery, ria, Smarty
Posted in jQuery | No Comments »
Friday, December 28th, 2007
In this article I will describe setting up an interface for writing articles that is reminiscent of Wordpress but much simpler. We will use jQuery and a suitable plugin to do client side validation, we will also implement some jQuery AJAX to make the form more responsive.... Read More
Tags: ajax, Javascript, jquery, Smarty, validationaide
Posted in jQuery | 3 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 »