Home > AJAX
Permalink to Creating an Auto Updating Data Slider With jQuery

Creating an Auto Updating Data Slider With jQuery

by on 07.18.2010 | 4 comments

I received an email yesterday asking me if I could replicate Twitter’s auto updating popular tweets widget that they have on their front page. So instead of just sending an email back I thought I’d make a tutorial.

Permalink to Using AJAX In WordPress Video Tutorial

Using AJAX In WordPress Video Tutorial

by on 03.29.2010 | 21 comments

Using AJAX in WordPress can be a tricky business. I’ve already explained how to use it in previous tutorials here on Return True, however after several requests I’ve finally made a video tutorial to give a more detailed explanation.

Permalink to WordPress Developer Tip: AJAX Security

WordPress Developer Tip: AJAX Security

by on 02.05.2010 | 1 comment

Using AJAX within WordPress can be difficult, mainly due to the use of the nonce security code. This post is designed as an extention of this post to explain how to use nonce codes in more detail.

Permalink to How To: jQuery Autocomplete

How To: jQuery Autocomplete

by on 08.19.2009 | 76 comments

Basically people keep asking me how to write the query for the jQuery autocomplete plugin by bassistance.de. So I thought I should finally get round [...]

Permalink to Kohana And AJAX (Sitting In A Tree)

Kohana And AJAX (Sitting In A Tree)

by on 08.18.2009 | 9 comments

This is my first in a line of tutorials based on Kohana PHP Framework. This first tutorial is based on how to use Kohana in [...]

Permalink to How To Use jQuery’s AJAX Functions

How To Use jQuery’s AJAX Functions

by on 08.31.2008 | 4 comments

I have had a lot of people ask me how to use jQuery to pull information back using it’s AJAX functions. Personally I found it [...]