nortypig

an experiential adventure

subscibe to the nortypig.com rss feed

Archive for the ‘css’ Category

CSS Style Guides

Saturday, May 3rd, 2008

Improving code readability with CSS styleguides offers some interesting ideas on how to improve your stylesheet readability. In my view, optimisation is about weighing up things like the size and complexity of the stylesheets, who will be reading it, ask whether you need to use redundancy to make things easier to understand, and understanding a lot of small stylesheets means more requests to the server. Its our job to take these ideas and optimise them for our unique projects. Some good ideas here.

CSS and Bug Fixing Tips

Friday, May 2nd, 2008

Starting with CSS and bug fixing tips are a great set of resources on best practice XHTML and CSS practices. Veerle has put together an impressive list of high quality tutorials.

Is Your Browser Compatible?

Wednesday, April 30th, 2008

CSS3.info has a great tool that tells you what CSS Selectors are available in your browser, what’s buggy and what’s not supported at all.

IE6 Duplicate Characters Bug

Thursday, April 3rd, 2008

The IE6 Duplicate Characters Bug is one I’ve run into before - comments between floats and several other circumstances at the same time cause IE6 screen diarrhea (not my phrasing). While this is a bit of an edge case that’s all the more interesting.

Why Shorthand CSS is Better

Thursday, April 3rd, 2008

A short explanation of why shorthand CSS is better and more maintainable.

Design Coding

Monday, March 31st, 2008

Design Coding from Poetic Prophet - SEO Rapper has put another dimension to the education of best practice website development. Who would have thought web standards, accessibility and usability would make it to the Rap scene?

Aptana Studio 1.1

Saturday, March 29th, 2008

Aptana Studio 1.1 is a free cross platform web development environment.

960 Grid System

Friday, March 28th, 2008

The 960 Grid System is an effort to streamline web development workflow.