A simple mysql JOIN statement

Read More
MySQL backup across servers

Read More
I am not a Robot

However, I had some difficulty with integration as I wanted to use it in an Ajax environment. Therefore I looked at creating a new solution.
This script is now completed and working fine.
Read More
Permalink web addresses

I`d heard of the newer methods for enhancing the addresses in particular helping with SEO. SO it was time to look into how this is done. The image shown shows `award-winning-products` as the permalink address from [the Q Guild of Butchers ] website.
Read More
What is AJAX ? a simple tutorial - Part 4

To overcome this the commands can be combined into one ajax call with the command and data passed into it.
Read More
What is AJAX ? a simple tutorial - Part 3

Our next step will be to type in some data in an input box and respond to the data on each key click. In this example we wish you to type in a town name and validate it against ones in our list.
Read More
What is AJAX ? a simple tutorial - Part 2

Read More
What is AJAX ? a simple tutorial - Part 1

Ajax allows you to update a section on your page without having to reload the complete page. You can dynamically check data with a simple set of functions. These functions send data to the server, get a response back and update the page with that information.
I have a test page setup that shows the effects of dynamic updates with data from the server without re-loading the whole page. [ click here for the Online form sample ]
Read More