19
2010
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
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.
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).
A simple, but effective way to vertically align a child element (e.g. div) to the bottom of it's parent container just like the old valign="bottom" days.
In most browsers, when you focus on a link you will see the indication outline that you have focused on the link. This can look rather ugly in some situations, and is easily removed in all browsers with one line of css.
In some situations, you may want to restrict one line of text (usually a title) to be just that, one line of text to prevent any template height issues. Well its very easily done with some very simple css.
If you lose connection to the internet whilst connected to a VPN connection on Apple Mac OS X Leopard, then this may help you.
If you are in the need of a AJAX activity indicator icon then check this out.
A very simple way to return your Oracle results randomly.
Those familiar with MySQL and PostgreSQL will know about the LIMIT clause these database's have. For those not in the know, the LIMIT clause will limit your resultset to a specific number. Here is the way to perform a similar action in Oracle.