Delimitdesign.com posted some usefull web design cheat sheets.
Today i changed my layout a little. I came around some webkit only css functions: Transformations. Webkit is the browser engine for Apple’s Safari and Google’s Chrome. Its still awaiting CSS3 approval so it wont work in other browsers yet. In my menu i’ve added : .menu a { -webkit-transition: -webkit-transform 0.2s ease-out; } .menu [...]
To give your website visitors the better experience its important to follow Yahoo’s Rules for High Performance Websites On a project at work I recently used a very nice javascript and css minify solution called pack:tag. Because its a JSP-Taglib only solution I started looking for something like that for PHP. After looking at a [...]