Articles written by Andrew Clark

Conditional IE CSS Hack

Conditional IE CSS Hack Great little CSS hack for IE browsers, especially when IE6 browsers are causing problems. .somestyle {     height: 15px;     #height: 15px;     _height: 21px; } The

Andrew Clark - 5,003 views

Remove Microsoft Internet Explorer Enhanced Security Configuration in Windows Server 2003

Remove Microsoft Internet Explorer Enhanced Security Configuration in Windows Server 2003 In Windows Server 2003, by defualt, browsing is subject many more controls and restrictions. Now where this is a good thing and helps to protect your server from exposure on the internet it is also some

Andrew Clark - 3,891 views

Activating flash automatically with javascript

Activating flash automatically with javascript I find it really annoying when you go to a website and you have a flash movie or flash navigation and you have to click on the flash to activate it before you can start interacting with it. With a little bit of javascript you can automatically a

Andrew Clark - 2,459 views

Image reflection the easy way!

Image reflection the easy way! After seeing the nice new reflection effects in some wpf/e examples from Microsoft and other sites that use reflection in their logo. I wanted to start using them on images in my sites. I started by opening photoshop and making the reflection part of the image,

Andrew Clark - 8,982 views