CSS
CSS Border Radius made easy
05/03/10 13:46 Filed in: Links
Rounded CSS borders are used on most modern sites today; this free web-app makes it easy to generate the code required to make your own rounded borders. Check it out
CSS Tag bubbles
02/06/09 16:10 Filed in: Tutorials
Tags are used on many popular sites such as flickr, delicious and youtube. There are many methods of displaying tags including tag-clouds and lists; a visually appealing method of displaying tags is to enclose each tag in a rounded bubble. This small tutorial will show you how to enable this effect using the "moz-border-radius" CSS and HTML "span" tags. Read More...