Archive for the ‘Ajax Tools’ Category

Ajax tip: Use JSON format

Hi all,
The benefit of JSON on other formats is that it is recognized natively by JavaScript. This is huge advantage because you don’t need to write a code for parsing an XML document to extract the data and get it throught the net. So it saves time and it is faster.
The JSON format is [...]

Online booking system

Hello all,
If you need an online booking system to your website, you can use S-Development ltd. They can quickly add it to your site according to your needs.
This is good solution for dental practices, hair dressers and anyone who needs appointment booking.
And it is not expensive either!

Backup your database

Hi all,
No matter how good your script is if you don’t have backups it worth nothing.
I am using Ajax to develop very complicated databases to companies. Sometimes I am scared by the amount of data they store on the db and how important it is. If my clients losing their data then first they [...]

Ajax Problem with encoding on ie7

Hi all,
I think I spent hours to find a solution to this problem:
On IE when you send a var to the php in non Latin chars (like Hebrew and Arabic), the php gets it like ???
today I found someone who found a solution! it is simple and works:
http://www.phpfreaks.com/forums/index.php?topic=211522.0
Hope it helps!

How to submit a form using post and Ajax?

Hi all,
This is a very simple, powerful and useful Ajax code  that lets you submit a form using Ajax and ‘post’ method.
lets start with the form.
The most important thing is to give an ID to the form and then call to a Javascript function on submit.  We will have something like:
<form action=”add_client.php” method=”post” id=”add_client”  [...]

Simple Ajax code

Here is a sample code to use ajax:
Lets say you have a field that you want to update the db every time someone insert info there without refreshing the page or going to another page.
So the html will look like:
[code]
<input type="text" name="field1" id="field1" onchange="update_field()">
[/code]
This is very basic input type.
Now to the javascript:
first we need [...]

Great ajax library

I really don’t remember where I found it (so I can’t give credit) but this is a great ajax library that can help you a lot to develop ajax applications.
zxml.js
Enjoy…

Ajax blog

Hi everyone,
The aim of this blog is to help you develop a better ajax applications. If you need general help or you have problems with Javascript or css this is the place to ask. I am sure you will learn to love ajax as much as I do…
Enjoy the blog!