<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kaeding.name &#187; html</title>
	<atom:link href="http://kaeding.name/articles/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaeding.name</link>
	<description>Thoughts on programming, homebrewing, and life, by Patrick Kaeding</description>
	<lastBuildDate>Sun, 04 Mar 2012 03:11:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Gmail-style buttons with no images</title>
		<link>http://kaeding.name/articles/2009/02/06/gmail-style-buttons-with-no-images/</link>
		<comments>http://kaeding.name/articles/2009/02/06/gmail-style-buttons-with-no-images/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 07:42:00 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Earlier this week, Gmail rolled out new buttons to the site. As I understand it, these buttons are meant to make the UI more consistent across browsers, and make the experience more streamlined.  </p>

<p><img src="http://www.kaeding.name/pub/gmail_buttons.png" style="float: left; padding-right: 10px;"/>These buttons have a gradient background, making them appear rounded, and they are grouped together in "pills", to keep related actions together.  The buttons on the ends of the pills have slightly rounded corners.  The cool thing about these rounded corners is that they are pure HTML/CSS (they don't use any images) and they work in all browsers (unlike the firefox-specific -mox-border-radius directive).  The drawback is that you can only get slight rounding; no a gradual curve.  Also, the markup is far from simple.</p>

<p>I thought they looked pretty sweet, so I got to wondering how difficult it would be to try them myself.  <a href="http://stopdesign.com/archive/2009/02/04/recreating-the-button.html" title="Recreating the button">Douglas Bowman</a>, from Google, wrote a post about how these new buttons evolved.  He didn't come out and say how they were done int he final result, but he did invite people to reverse-engineer the new buttons.  I decided to take him up on that invitation.</p>]]></description>
		<wfw:commentRss>http://kaeding.name/articles/2009/02/06/gmail-style-buttons-with-no-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

