 |
Image reflection the easy way!
Andrew Clark (8147 views)
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, th
|
 |
Remove Microsoft Internet Explorer Enhanced Security Configuration in Windows Server 2003
Andrew Clark (3405 views)
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 wh
|
 |
Activating flash automatically with javascript
Andrew Clark (1999 views)
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 acti
|
 |
Conditional IE CSS Hack
Andrew Clark (1289 views)
Conditional IE CSS Hack
Great little CSS hack for IE browsers, especially when IE6 browsers are causing problems.
#h#.somestyle
#h#{
#h# height: 15px;
#h# #height: 15px;
#h# _height: 21px;
#h#}
The first setting will apply to all browsers,
The second setting will only apply to Micro
|