5
566
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
657
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
600
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
464
views

Vertically align a div to the bottom in css without tables

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.

READ MORE & VIEW COMMENTS
0
413
views

Remove the dotted focus outline around hyperlinks with css

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.

READ MORE & VIEW COMMENTS
0
467
views

One line text without wrapping using 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.

READ MORE & VIEW COMMENTS
0
472
views

Internet whilst connected to VPN in OS X Leopard

If you lose connection to the internet whilst connected to a VPN connection on Apple Mac OS X Leopard, then this may help you.

READ MORE & VIEW COMMENTS
0
1122
views

AJAX Activity Indicators

If you are in the need of a AJAX activity indicator icon then check this out.

READ MORE & VIEW COMMENTS
0
880
views

How to order results randomly in Oracle

A very simple way to return your Oracle results randomly.

READ MORE & VIEW COMMENTS
0
1790
views

How to LIMIT results in Oracle

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.

READ MORE & VIEW COMMENTS
1 2 3