I have had a busy couple of days getting some new bits ready for this site and learning a lot in the process. The main bulk of work has gone into getting the site Iphone compatible, choosing to keep this to just the blog at the moment I will open up the other areas once […]
Tagged brightkite, features, Iphone, news
We have just hit lunchtime in this and I am really enjoying it. Andy Clarke is a great presenter/host and knows his stuff so its always a great learning workshop.
Tagged Andy Clarke, Carsonified, css, Stuff and Nonsense, web design, web standards
I thought I would go over the design for this page and how the Step-by-step guide to writing a review was built.
I find this quite an interesting subject at the moment, there seems to be two contrasting views to what works well and it was brought up again at the Future of Web Design in both the conference talk by Jon Hicks and mentioned briefly by Jina Bolton and Andy Clarke in Jina’s workshop on CSS. […]
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
This is a really interesting article from Eric Meyer, I have often used the basic
* {
margin:0;
padding:0;
border:0;
etc
}
In my CSS markup, it makes so much more sense to get very specific with the reset and make sure everything is covered.
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, […]