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
538
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
467
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
544
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
1175
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
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
1436
views

Applying a css style to Internet Explorer 6 only

Due to the amount of bugs that seem to plague Internet Explorer 6, it is very useful to know how to specify a style to IE6 only. Well ironically, due to one of its many bugs, you actually can.

READ MORE & VIEW COMMENTS
0
461
views

Margin bug in Internet Explorer 6

How to fix the annoying css margin bug on floating div's in Microsoft Internet Explorer 6.

READ MORE & VIEW COMMENTS
0
1056
views

Alpha transparency on background png images in IE6

How to get alpha transparency on background png images for Microsoft Internet Explorer 6 using css only and no JavaScript.

READ MORE & VIEW COMMENTS
1 2