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