
Today we will learn some useful tricks to write css styles.
Short Properties
Short properties used to combine several properties in one declaration. It can really decrease size of your css code.
Colors
If color value has three pairs of equal symbols, you can write it using three symbols
#ff00bb -> #f0b
#ffffff -> #fff
Continue Reading... (10) Comments

Set of 27 icons at .PNG format for public usage.
Continue Reading... (4) Comments
Fond of MooTools ? Not so long ago mootools team published Mootools 1.2. It contains a lot of new features and some changes in API. To make your life a bit easier, i recommend you to use mootools cheat sheet

It includes documentation for Core, Native, Class, Element, Utilities and Request.
Thanks for sharing, Maik Vlcek
Continue Reading... (4) Comments
If you developing rich web applications, you start to think how to compress JavaScript to keep bandwidth and page load times as small as possible. I found 5 different tools to compress javascript files, which can be run using cron, or run on some event to automate work on production-server.
1. JSMin. Commonly used compressor, based on simple rules, ported on many languages, including JavaScript
2. JavaScript::Minifier. Separate perl module, compression ratio equal to JSMin
3.Dojo ShrinkSafe aka Rhino. JavaScript compressor that parses the JavaScript using the rhino library, included in Dojo. Run as jar-module.
4. Dean Edwards Packer. Well-known tools from far-famed Dean Edwards. Ported on some languages, including PHP4/5.
5. YUI. JavaScript minifier designed to be 100% safe and yield a high compression ratio. Run as jar-module.
From my own experience i can tell
– no sense to compress files less 1 kb
– packer shows best results ( just my own opinion )
– always check you functionality of your compressed files. You can try to verify your code with JSLint
– remember that you can gzip compressed files to get smaller file
Good article about gzipping js
Continue Reading... (7) Comments
You still want to be a pixel artist? Sure you can start from our tutorial. But if you think that reading sucks, you can start right now by using new service, called Cubescape

Continue Reading... No Comments