Tag Archives: image

Animated GIF’s In Outlook 2003 & 2007

Don’t bother, it’s just not possible. Outlook 2007 will use the rendering engine of Word. As it is now, Word 2007 (which will be installed when using Outlook 2007) does not support animated gifs. Only the first frame of the animated … Continue reading

Posted in Windows | Tagged , , | 1 Comment

Very Handy Linux CLI Cheat Sheet

Here’s a very useful CLI cheat sheet for Linux, which will show most of your commands and simple usages. Probably not the easiest to use when you’re not working on a native 1280*1024 resolution, but it doesn’t take much to … Continue reading

Posted in linux | Tagged , , , | 1 Comment

Setting Maximum Width For Image In IE6, IE7 & Firefox

It seems simple, by using the “max-width” propery through CSS, however; IE6 doesn’t support it. Here’s a simple “hack” to get it working, by using expressions (in javascript-like syntax) in CSS, that IE6 does support. .my_img { max-width: 500px; /* … Continue reading

Posted in Webdevelopment | Tagged , , , , , , , | 5 Comments

Ajax’s death struggle?

It’s got to be a sign :-)

Posted in Humor | Tagged , | Leave a comment