Quick and dirty GZIP Compression w/ .htaccess

09.04.2009

There are bigger solutions to this problem that you may need to consider. But if you have a medium trafficked site this will work.

  1.  
  2. <FilesMatch "\\.(js|css|html|htm|php|xml)$">
  3.         SetOutputFilter DEFLATE
  4. </FilesMatch>
  5.  

A little something for Expires headers & ETags too

  1.  
  2. <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
  3.         Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
  4.         Header unset ETag
  5.         FileETag None
  6. </FilesMatch>
  7.  

New Site

07.04.2009

Yep, it was about time for a change.  I set out this morning to design a new site.  I was using a theme before for my personal blog and I had a seperate site for my freelance business.  Well, I am dropping the freelance and I am switching everything over to my personal site.

From here on out, I will be publishing selected freelance work and some various programming explorations.

I hope you enjoy.

-Josh

I don’t work in a sweatshop.

03.21.2009

Occasionally I will help a friend with a website or do a side project to fund Christmas shopping or to buy tires.  That being said, it is flat insulting for someone to ask me to do a website for $300 because they are on a budget.

My goal.

03.05.2009

For Rafinko to wrangle up all of the stuff you like and organize it. Both internal and external content. How? We’ll just have to see.

© Copyright 2009, JoshMattVander. Powered by Wordpress
Valid XHTML 1.0 Strict : Valid CSS 2