0
933
views

VPN in Windows Vista with a non-standard Subnet Mask

If you connect to a VPN that doesn't use the standard 255.255.255.255 Subnet Mask and having problems in Windows Vista, then this may help.

READ MORE & VIEW COMMENTS
0
973
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
2056
views

How to kill a user's session in Oracle

Sometimes an Oracle action cannot be performed due to a user session still being active. To perform the action you will need to kill this session, here is how it is done.

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
5957
views

Mount a network share automatically in Mac OS X

This is a method to automatically mount a share in Mac OS X whenever you boot up your Mac without any annoying prompts or alerts.

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
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
1022
views

memcached for Windows

Not only is memcached readily available for Linux/UNIX, but you can also get a pre-compiled version for Microsoft Windows Server.

READ MORE & VIEW COMMENTS