Posts Tagged ‘CSS’
Monday, October 20th, 2008
This past week I updated my sites apache.css file for a site-redesign. I wanted to make changes to the .css file that only I could see, so that my regular traffic and site-visitors would still see the old version. Here’s the elegant solution I came up with using .htaccess and mod_rewrite that works so well I’m sharing it with all you wonderful and incredible people reading my blog :)
Tags: CSS, htaccess, mod_rewrite, trick, tutorial
Posted in Apache, CSS, Cache, Featured, Web Design, Webmaster, XHTML, htaccess, mod_rewrite | 4 Comments »
Tuesday, July 1st, 2008
Its really nice to be able to print out a webpage you are reading using your browsers built-in print feature. Using CSS you can easily transform your site into a print-friendly site.
Today I received an email from a visitor to my site requesting that I add a way to print site articles on AskApache
Tags: Accessibility, CSS
Posted in CSS, Featured, XHTML | 3 Comments »
Wednesday, January 16th, 2008
Let me show you an example that works so well I am using it right now on my site. Every page in fact. If you are a young or up and coming web developer with skills to pay the bills, lets make the future Net fast, learn about optimization and refactoring while you still have the chance.
Tags: Bandwidth, CSS, Image Sprites, optimization
Posted in CSS, Cache, Featured | No Comments »
Sunday, October 7th, 2007
I used to have a problem of controlling flash elements on my sites.. On one site we have 6 different flash flv movies that are all the same size and are in the same position on the page. But only 1 is displayed at a time based on what the user wants to watch. So the selected flash movie needs to have the highest stacking order/zIndex.
Tags: CSS, Flash
Posted in CSS, Featured, Flash, Javascript, Web Design, XHTML | 7 Comments »