Books By People I Know - the blog

April 5, 2006

Another approach to CSS rounded corners. This uses the round text character, bullet, to make the corners. No javascript, no images, just the text character and css.

read more | digg story

April 2, 2006

Fun with CSS
category: general stuff, web design — info @ 8:32 pm

It doesn’t really have anything to do with the rest of this site, but I wanted to experiment with a CSS technique that is very popular with a lot of web designers. Rounded corners work well with many web layouts, but most conventional approaches to making them require making custom images which can be tricky if you don’t have the right software, and requires new images every time you change the color scheme. I’ve seen other methods with heavy use of javascript, but that excludes some site visitors. There are also ones that use many extra DIVs to artificailly create the round corners, but they can be cumbersome to edit.

My experiment uses a text character, the bullet, •, instead of an image to put something round in the corner. If this interests you check out the rounded corner article I posted. Also check out Eric Meyer’s web site for all things CSS, and the CSS Zen Garden for stunning CSS designs.

March 28, 2006

Favicons rule!
category: general stuff, web design — info @ 4:58 pm

Okay, that’s a silly thing to say, but I’m just so happy…. I just learned 1) what a favicon is, 2) how to make one, and 3) how to get it to show up on my web sites. I am completely indebted in this case to the marvelous Wikipedia for their article on Favicons. I should also thank GraphicsGuru for their handy dandy favicon generator. Awfully nice of them to make that tool available. :)

Powered by WordPress