CSS3 Web Fonts

Published on
I started messing around with some CSS3 stuff the other day and managed to add a web font to my site. As you can see, the title of every post is now rendered using a non web-safe font (at least if your browser supports CSS3 - right now I believe only Safari does). It's a bit premature, as many browsers do not support them, but I thought I'd start figuring out the tricks of tomorrow's trades. It's just a bit of CSS magic, along with a true-type font on the server. The browser downloads the TTF and renders the titles using that font. I think it's a pretty cool new feature, and I am looking forward ...

Designing A Site For Cross-Browser Support

Published on
As you can plainly see, I spent some time updating my blog theme the other day. One of the main problems whenever anyone does any web development is still unfortunately in the area of supporting multiple browsers. Usually a design that at first looks good in your development browser might look a bit weird in IE or another one. It takes a lot of effort sometimes to make a site work in multiple browsers, something that should not be lost on those who visit sites frequently. For the most part, I'm lazy in this area. I generally target Sarfari and Firefox, and just sort of pray that it works in IE7 ...