Recent Posts

Woork

Woork

Return To Blog Listing

A blog about technology, programming, engineering and my personal interests.

Search This Blog's Tags For:

Recent Posts Tagged With 'coldfusion'

  • Five basic Ajax tutorials

    Posted on Wednesday February 27th, 2008 at 07:10 in Ajax, coldfusion, How-To, php, tutorial

    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)

    Posted on Wednesday February 6th, 2008 at 13:20 in Ajax, 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

    Posted on Tuesday January 8th, 2008 at 05:25 in coldfusion, How-To

    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

    Posted on Tuesday December 18th, 2007 at 09:32 in coldfusion, scriptaculous

    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

    Posted on Saturday December 8th, 2007 at 08:33 in begineer, coldfusion, database

    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...