Wednesday, January 28, 2009

Web Design Trends for 2009

Every year Web Designing trends, this year another set of design trends are being set by various designers and I commend Smashing Magazine for sharing these nice articles on the latest Web Design Trends


Update: Here's another post to another set of Web Design Trends

Thursday, January 8, 2009

5 Easy Ways to Tackle IE6’s Transparency Issues

You create the perfect site in Photoshop using the latest trends. Half of your backgrounds contain a nice 50% opacity to simulate depth. The only problem comes from that darn old IE6, and how it decides to display a nasty gray background. You try to search the web for a solution, but there are dozens of choices. How do you know which methods are the best?

This tutorial will show you five easy ways to deal with this issue.

Monday, January 5, 2009

Top 5 Techniques to get you started with CSS 3


CSS is a well-known, widely used language to style websites. With version three in the works, many time-saving features will be implemented. Although only the most modern browsers currently support these effects, it’s still fun to see what’s around the corner! In this tutorial I’ll show you the 5 techniques to get you started with CSS 3.

Friday, January 2, 2009

2008 Roundup: Design Post,Tutorials and Resources



2008 was a busy year, we have been watching great news, articles, tutorials, scripts, tips and lot of inspiration for web designers everyday. We thought it would be a great idea to wrap all those resources in one package where you can check to fuel your energy for creativity. Hopefully you will find some creative ideas that you can develop further in your future projects.

2008 Most Popular Design Tutorials and Resrources from Noupe.com

Optimized Css Files

CSS optimization means removing the unnecessary and redundant parts of your code with the goal of reducing file size. Why is that important? Well, reduced file size means reduced download time. If you want your page to load quickly you will have to optimize. Also, if your site has huge traffic, the difference between 10 and 20 kb on each page view means a lot when it comes to your bandwidth.

As mentioned, CSS optimization can be done using some of the CSS online optimizers or it can be done by hand. Most common optimizing actions are removing line breaks, empty spaces and deleting comments. Other, more important actions you can take is taking really good care of your code in terms of using shorthand properties, smart class naming, using general styles and smart use of CSS selectors.

More about CSS optimization