5
745
views

Installing Railo with Apache on Windows Server

A step-by-step guide on how to install and setup Railo, the free, open-source alternative for ColdFusion with Apache on Microsoft Windows Server

READ MORE & VIEW COMMENTS
0
808
views

Delete a record from a ColdFusion query

A very neat method hidden in the depths of ColdFusion that will delete a row from a ColdFusion query queryNew() in one, very simple line of code.

READ MORE & VIEW COMMENTS
0
781
views

Order mySQL results in a predefined set list order

This neat little mySQL function will tell mySQL to return your recordset in a list order specified by you. So, for example, you can order by in (2,1,4,3,5).

READ MORE & VIEW COMMENTS
0
974
views

How to know if a input type image has been pressed in ColdFusion

If you have multiple input type="image" buttons on your page, this is how to find out which one was pressed by the end user.

READ MORE & VIEW COMMENTS
0
977
views

Getting the width and height of a swf in ColdFusion

A nice little cfc that allows you to get the width and height of a .swf/flash file from ColdFusion.

READ MORE & VIEW COMMENTS
0
1189
views

ColdFusion memcached client

A ready made ColdFusion component (cfc) to connect to your already installed memcached server.

READ MORE & VIEW COMMENTS
0
1431
views

Search engine safe URLs without mod_rewrite or ISAPI Rewrite

How to create search engine friendly urls without having Apache mod_rewirte or ISAPI rewrite installed on your server.

READ MORE & VIEW COMMENTS
0
490
views

Mac OS X style search fields in Safari

How to get the Apple Mac OS X style search fields in to your websites. This only works in Safari.

READ MORE & VIEW COMMENTS