It’s always a good practice to clean and to optimise your CSS. There are a lot of websites that offer these services, I searched and I found the best 2:
Category Archives: Resources
jQuery Touchwipe Plugin – iPhone, iPad, Android Wipe Effect
Touchwipe is a jQuery Plugin that allows you to obtain the wipe event on an iPhone, iPad or iPod Touch which can be used for example to scroll through an image gallery. Should also work with Android touchscreens. It’s very small, it’s only 1 KB.
Example
$("#target").touchwipe({
wipeLeft: function() { alert("left"); },
wipeRight: function() { alert("right"); },
wipeUp: function() { alert("up"); },
wipeDown: function() { alert("down"); }
});
jQuery Touchwipe Plugin (iPhone, iPad, iPod Touch Gesten / Gestures, Wischeffekt / Wipe Effect)
How To Create 3D Text using CSS3 | CSSReX

Css3 introduced few new interesting features, one of these is text-shadow.
Earlier Text Shadows were announced since the beginning of css2 however, the only browser that was supporting this functionality was Safari.
If you talk about today’s condition, almost all the browsers except Internet Explorer are running Text Shadows successfully.
40+ Useful Free PSD Files | DJDESIGNERLAB
Awesome collection of free psd files provided by djdesignerlab.com.
Web UI Elements Free PSD
Some days ago on splashnology.com I found this useful article that lists few free UI Elements from different websites.
jsPerf — JavaScript Performance Playground
jsPerf is a performance playground for JavaScript developers.
What is
jsPerf aims to give an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks.
Lynx Viewer – Text-mode Web Browser
It’s worth running pages through a text-only browser, or text-browser emulator to see what e.g. a blind person using a text-to-speech converter will encounter. It will help you pick up on badly chosen or missing ALT texts for example. It also shows you the site pretty much as a search engine will see it. Incidentally the Opera browser has a built-in text-browser emulator.
Lynx Viewer is a web service allows web authors to see what their pages will look like when viewed with Lynx, a text-mode web browser.
Free Wireframe Toolbar Icons for Designers
Here you can find a very beautiful icons set.
Thanks to Gentleface!
Animated Loading Text with Javascript and jQuery
I just created a little script that creates an animated loading text.
The script adds a customizable numbers of dots to the loading text in a time interval.
Free Icons Sets
In the following list you can find free icons sets ready to download!
- Window 8 (Metro Syle) by icons8.com
- Flavour Extended: The Ultimate Icon Set For Web Designers by smashingmagazine.com
- 48px icons by neweravin
Enjoy it.