Da Penguin

Cross-Browser Rounded Corners Using border-radius and Background Images

One of the many features of CSS3 that has brought excitement to a lot of web designers and developers (myself included), is the border-radius property.

Obviously, the most ideal way to implement border-radius is to gracefully degrade to sharp corners for browsers that do not yet (or ever will) support the border-radius property. This method presents a great deal of benefits for everyone: easier maintenance, less bandwidth used and fewer HTTP requests.

Sadly though, unless you have an awesome relationship with a client, it’s not always easy to convince them of the benefits of doing this, especially if they’ve seen the design showing what it should look like. So I thought, “is there any methods I can use so that users of modern browsers can start using this property while others use good ol’ background images?” Well, I’ve found a scenario where this can be done.
Continue reading

Posted in CSS3, Front End, Web Design | Tagged | Comments Off

Welcome To My Blog (aka How to Introduce Your Blog)

I’ve been wanting to blog for a while now. I already have a list of articles I want to write, but I didn’t want to just dive in with a neat CSS trick or some design theory. So how would I introduce my blog to the world?

I thought long and hard about it, and I came up with a list of things to include. But then I thought, “why not write an artice about it?” That’s right, I’ll introduce my blog with an article on how to introduce your blog.
Continue reading

Posted in Blogging | 2 Comments