Recent Posts
Woork
Return To Blog Listing
A blog about technology, programming, engineering and my personal interests.
Recent Posts Tagged With 'coldfusion'
Five basic Ajax tutorials
This post is a collection of five basic and most required Ajax tutorials with PHP. It inlcudes login, insert record into a database table, search engine, autosuggest and Edit in Place.Login using AJAX...
Search with autosuggest feature (Coldfusion)
Some days ago I wrote a post about this topic using PHP like server-side language and some readers asked to me how to implement the same ajax search with auto-suggest feature using Coldfusion. Downlo...
Split text string using Coldfusion
This tutorial explains how to split an input text string (with some values comma separed) using Coldfusion.The code is very simple (you can use insted of input string tag_source equal to 'database, my...
Edit in place with Scriptaculous and Coldfusion
After my previous post about this topic (but with PHP instead of Coldfusion) I received some requests about how to implement "Edit in place" Scriptaculous effect using Coldfusion. The structure of th...
Simple newsletter system using Coldfusion
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 database with a table USER and some fileds like name and ema...
