Using CSS Position in Creating Boxes w/ Rounded Corners

Posted on 7 CommentsPosted in Website Design

Using CSS Position in Creating Boxes with Rounded Corners

There’s this CSS trick I came across a couple of years ago that never seize to amaze me. It’s the use of 2 position attributes to control elements within a defined boundary. It is, by far, one of the most lucrative piece of info that I get to apply in so many design situations and actually, if you’re starting to learn about CSS, this is going to take you far.

read more...

Low-tides : JS/CSS Merging and Minification Tool

Posted on 4 CommentsPosted in Java, Website Design

Low-tides : JS/CSS Merging and Minification Tool

As recommended by Yahoo on YSlow – tip #1: Make fewer HTTP request and tip #10: Minify javascript- we aim to implement these tips on all our projects with minimal head-ache. While these recommendations are truly useful, implementing them can be quite tedious and challenging. Consider having to maintain multiple min versions of the javascript and…

read more...