Recent Comments
- Why We Deserve Our System Administration Appreciation Day ~ Mattias Geniar on System Administrator Appreciation Day 2010 @ Nucleus
- krilipikalko on System Administrator Appreciation Day 2010 @ Nucleus
- System Administrator Appreciation Day 2010 @ Nucleus ~ Mattias Geniar on System Administrator Appreciation Day @ Nucleus = Win
- Karmel on Creating excel files through PHP
- Mike on Install GD Library For PHP5 On CentOS
- Matti on Install GD Library For PHP5 On CentOS
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
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
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