Archive for the 'Ajax and javascript' Category



PHP & JS: How to create a random quote generator!

Sunday 25 January 2009 @ 10:59 am

Preview of finished concept: http://www.sitegale.com/quote/index.php

Hey, today we will be creating a random quote generator, similar to http://thesurrealist.co.uk/slogan . We will be using html, php and javascript for this (the javascript is to apply some nice effects to it :)). We will run this without a mysql database, but you could easily run this from a mysql database or even a text file! This is the basic system, so you could add loads on to it.

Continue Reading »
PHP & JS: How to create a random quote generator!




New Ajax tutorial: Live user validation

Friday 9 January 2009 @ 10:27 am

Hello, in this tutorial you will learn how to create a live user validation, where it checks the database for existing users, and reports out whether it is taken or not using live ajax. This can be applied for many other similar techniques, such as live validation, live email validation e.t.c.

Continue Reading »
New Ajax tutorial: Live user validation