Are you a PHP developer and an Ajax newbie? This post is a collection of five basic and most required Ajax tutorials with PHP. It inlcudes l...Read More
Are you a Coldfusion developer? This tutorial help you to implement autosuggest feature for your website using Ajax. Some days ago I wrote a...Read More
This tutorial explains how to split an input text string (with some values comma separed) using Coldfusion. The code is very simple (you can...Read More
If you have a website it can be useful to mantain contacts with your users and send periodically some news from your site. Image you have a ...Read More
I love Coldfusion. I think, it is the more simple and powerful language to develop web application, but in some cases, expecially when you h...Read More
This lesson explains how to implement a simple 5 stars rating script using Ajax and Coldfusion. The following picture shows the tutorial str...Read More
If you develop web applications can be useful take a mind some little sagacity to avoid ugly surprises, for example that an user can add and...Read More
In this post I replied to some reader that have asked to me how to populate a select form element with the results of a SQL query using PHP...Read More
This post explains how you can develope a coldfusion script that calculates difference between two date (the current date , and a reference ...Read More
In the previous lesson we have seen how to use Ajax to insert a record into a database table using PHP. In this lesson we will explain how ...Read More