Web Design Layout Ideas
Header image

Firebug : The Key to Successful Web Development

July 1st, 2011 | Posted by in Web Tools - (Comments Off)

Firebug is the most popular and powerful web development tool and one of the most recommended tool which integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
The sixth Web Exponents tech talk features Rob Campbell’s presentation on Firebug. Rob works at Mozilla. He’s one of the developers that Mozilla dedicated to the Firebug effort last July. Rob is one of the main drivers of the Firebug project, starting and heading up the weekly concalls, and closely tracking bugs and releases. As one of the founders of the Firebug Working Group, I’m excited to see Mozilla taking a more active role in Firebug. The benefits are clear as we see more features and greater stability with each Firebug release.
The Key to Successful Web Development
(more…)

Useful CSS Selector Tutorials & Browser Compatibility

June 13th, 2011 | Posted by in Css - (Comments Off)

The parts of CSS3 that seem to grab the most column inches on blogs and in articles are the shiny bits. Rounded corners, text shadow and new ways to achieve CSS layouts are all exciting and bring with them all kinds of possibilities for web design. However what really gets me, as a developer, excited is a bit more mundane.

Cleaner Code with CSS3 Selectors

(more…)

CSS Typography

June 7th, 2011 | Posted by in Css - (Comments Off)

Typography is often overlooked in todays design specifically by web developers. It really is a shame because CSS gives us so much control over our type. That being said, we our limited to certain “web safe” typefaces but that shouldn’t decrease our creativity. Here are a few CSS tips for typography on the web.

CSS Typography
(more…)

CSS Tutorials For Dealing With Background

June 4th, 2011 | Posted by in Css - (Comments Off)

CSS Tutorials For Dealing With Background – Is there a way to make a background image resizeable? As in, fill the background of a web page edge-to-edge with an image, no matter the size of the browser window. Also, have it resize larger or smaller as the browser window changes. Also, make sure it retains its ratio (doesn’t stretch weird). Also, doesn’t cause scrollbars, just cuts off vertically if it needs to. Also, comes in on the page as an inline img tag.

Resizeable Background Image
(more…)

Everything You Want To Know About CSS3

June 4th, 2011 | Posted by in Css - (Comments Off)

We all know that IE 6,7 not support the new increase CSS3 property, even with IE8 which is not fully ready for CSS3 yet. You know what, there is a script hack that helps you enable CSS3 support in IE (even with IE6) with new CSS3 properties, including: border-radius (rounded), box-shadow ( shadow), text-shadow (the shadow of the text).

Kick-ass CSS3 Support in IE6
(more…)