Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is sometimes not the best solution to a server caching your css files. But if you want to force a stubborn server to serve the most recent css file to the browser this seems to work. Could slow things down a touch, but for small css files not...
1
1095
posted 16 years ago by jadedbat
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
1
1239
posted 16 years ago by zerolab
When you forget to "SET NAMES utf8", you'll probably end up with a bunch of latin1 data in your utf8 column. This query fixes that, CONVERTing the existing data to its correct collation.
4
999
posted 16 years ago by jdbartlett
I know it's a very quick & simple Regex, but someone from work need it so I thought I should also put it here
1
915
posted 16 years ago by cristianciofu
Simple imagefader to rotate around a few images. Seem to be doing this a lot in various projects so decided to put something a bit more generic together. Uses jQuery. Images named as car1.jpg, car2.jpg, car3..... etc.
3
1233
posted 16 years ago by 1man
the call to the url for the ad results in redirect to the 'banner' or image file
0
861
posted 16 years ago by rowntreerob
dynamic background images flickers in IE6
***
more ressources:
[here](http://misterpixel.blogspot.com/2006/09/forensic-analysis-of-ie6.html)
and [here](http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B823727) and
[here](http://ajaxia...
0
1013
posted 16 years ago by localhorst