<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How many engineers does it take to create a cross browser button?</title>
	<atom:link href="http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:28:44 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: felipec</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271197</link>
		<dc:creator>felipec</dc:creator>
		<pubDate>Sat, 07 Feb 2009 19:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271197</guid>
		<description>What happened to the link cursor (clicky hand)? It&#039;s there in the new Greader UI, but not Gmail.

http://thekingant.livejournal.com/89080.html</description>
		<content:encoded><![CDATA[<p>What happened to the link cursor (clicky hand)? It&#8217;s there in the new Greader UI, but not Gmail.</p>
<p><a href="http://thekingant.livejournal.com/89080.html" rel="nofollow">http://thekingant.livejournal.com/89080.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271194</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Sat, 07 Feb 2009 16:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271194</guid>
		<description>&quot;This doc attempts to show how custom &lt;b&gt;buttoms&lt;/b&gt; with a 1px radius...&quot;

Haha! I&#039;m sorry, I know it&#039;s a silly typo but it just made me laugh :D</description>
		<content:encoded><![CDATA[<p>&#8220;This doc attempts to show how custom <b>buttoms</b> with a 1px radius&#8230;&#8221;</p>
<p>Haha! I&#8217;m sorry, I know it&#8217;s a silly typo but it just made me laugh :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dclements</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271190</link>
		<dc:creator>dclements</dc:creator>
		<pubDate>Fri, 06 Feb 2009 23:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271190</guid>
		<description>it is all there on the demo page written clear as day in the source code.

http://stopdesign.com/eg/buttons/3.0/code.html

go to the source.  all of the cool stuff is in the css at the top of the page and they show you anything a coder would need to implement this himself.  technically, it&#039;s open sourced :p</description>
		<content:encoded><![CDATA[<p>it is all there on the demo page written clear as day in the source code.</p>
<p><a href="http://stopdesign.com/eg/buttons/3.0/code.html" rel="nofollow">http://stopdesign.com/eg/buttons/3.0/code.html</a></p>
<p>go to the source.  all of the cool stuff is in the css at the top of the page and they show you anything a coder would need to implement this himself.  technically, it&#8217;s open sourced :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271187</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271187</guid>
		<description>@Jordan1
&quot;You mean I can draw a picture of Homer Simpson with CSS without using images, but I can’t get rounded corners?&quot;
.
No I mean you can&#039;t get rounded corners from the Google Button design...</description>
		<content:encoded><![CDATA[<p>@Jordan1<br />
&#8220;You mean I can draw a picture of Homer Simpson with CSS without using images, but I can’t get rounded corners?&#8221;<br />
.<br />
No I mean you can&#8217;t get rounded corners from the Google Button design&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ragjunk</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271182</link>
		<dc:creator>ragjunk</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271182</guid>
		<description>I have been using the following implementation with great looking, cross-browser buttons.

http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html

It uses 2 images, 2 DOM elements (&#039;a&#039; and &#039;span&#039;), provides nice &#039;click&#039; effect and works in all browsers.

Doug&#039;s implementation has a small flaw in FF3. When clicked, it leaves a rectangular selection behind the button area.</description>
		<content:encoded><![CDATA[<p>I have been using the following implementation with great looking, cross-browser buttons.</p>
<p><a href="http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html" rel="nofollow">http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html</a></p>
<p>It uses 2 images, 2 DOM elements (&#8217;a&#8217; and &#8217;span&#8217;), provides nice &#8216;click&#8217; effect and works in all browsers.</p>
<p>Doug&#8217;s implementation has a small flaw in FF3. When clicked, it leaves a rectangular selection behind the button area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271179</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 06 Feb 2009 16:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271179</guid>
		<description>Darn! I apologize for the mess above, forgot that the tags will actually be used as actual tags :/
I was referencing &lt;a&gt;, &lt;button&gt; and &lt;input&gt;</description>
		<content:encoded><![CDATA[<p>Darn! I apologize for the mess above, forgot that the tags will actually be used as actual tags :/<br />
I was referencing &lt;a&gt;, &lt;button&gt; and &lt;input&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271177</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 06 Feb 2009 16:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271177</guid>
		<description>This is brilliant! I tried doing something like this myself once - getting same looking button for &lt;a&gt;,  and , and having them look identical in FF, IE7 and IE6, but kept getting problems from the IE browsers (big surprise there) - the minute I&#039;d fix something in IE7 it&#039;ll break in IE6 and vice versa. Eventually I gave up because I just had to move on to more important things, but now I&#039;ll definitely revisit this.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is brilliant! I tried doing something like this myself once &#8211; getting same looking button for <a>,  and , and having them look identical in FF, IE7 and IE6, but kept getting problems from the IE browsers (big surprise there) &#8211; the minute I&#8217;d fix something in IE7 it&#8217;ll break in IE6 and vice versa. Eventually I gave up because I just had to move on to more important things, but now I&#8217;ll definitely revisit this.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan1</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271171</link>
		<dc:creator>Jordan1</dc:creator>
		<pubDate>Fri, 06 Feb 2009 15:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271171</guid>
		<description>@ThomasHansen:
You mean I can draw a picture of &lt;a href=&quot;http://www.google.com/search?q=homer+css&amp;btnI=1&quot; rel=&quot;nofollow&quot;&gt;Homer Simpson&lt;/a&gt; with CSS without using images, but I can&#039;t get rounded corners?</description>
		<content:encoded><![CDATA[<p>@ThomasHansen:<br />
You mean I can draw a picture of <a href="http://www.google.com/search?q=homer+css&amp;btnI=1" rel="nofollow">Homer Simpson</a> with CSS without using images, but I can&#8217;t get rounded corners?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271161</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 06 Feb 2009 10:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271161</guid>
		<description>I read his entire blog, and I agree on most of those parts. However I don&#039;t think that non-image based buttons are flexible enough, I think the way to go is by using sprites in CSS. Sure the new GMail buttons are nice looking and all that, but where are the rounded corners ... ;)
.
(hint; you can&#039;t do rounded corners with this, at least not till CSS typish rounded corners make it to all class A browsers)
.
Fact is we&#039;re coming out with a new release today which demonstrates this at; ( http://ra-ajax.org/samples/Flexible.aspx ) so in a couple of hours you&#039;ll be able to see an alternative DOM structure with custom buttons but which are using CSS sprites as background-images which I think is a far superior solutions. For a lot of reasons...</description>
		<content:encoded><![CDATA[<p>I read his entire blog, and I agree on most of those parts. However I don&#8217;t think that non-image based buttons are flexible enough, I think the way to go is by using sprites in CSS. Sure the new GMail buttons are nice looking and all that, but where are the rounded corners &#8230; ;)<br />
.<br />
(hint; you can&#8217;t do rounded corners with this, at least not till CSS typish rounded corners make it to all class A browsers)<br />
.<br />
Fact is we&#8217;re coming out with a new release today which demonstrates this at; ( <a href="http://ra-ajax.org/samples/Flexible.aspx" rel="nofollow">http://ra-ajax.org/samples/Flexible.aspx</a> ) so in a couple of hours you&#8217;ll be able to see an alternative DOM structure with custom buttons but which are using CSS sprites as background-images which I think is a far superior solutions. For a lot of reasons&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gautamkishore</title>
		<link>http://ajaxian.com/archives/how-many-engineers-does-it-take-to-create-a-cross-browser-button/comment-page-1#comment-271160</link>
		<dc:creator>gautamkishore</dc:creator>
		<pubDate>Fri, 06 Feb 2009 10:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5892#comment-271160</guid>
		<description>When I saw these buttons on my gmail and google apps on http://eulogik.com , I was pretty happy to see those nice looking and so handy buttons. Now, I&#039;m happier to know that there are no images used and those are so brilliantly designed buttons. Great work, Doug. n Thanks for explaining behind the scenes thing.</description>
		<content:encoded><![CDATA[<p>When I saw these buttons on my gmail and google apps on <a href="http://eulogik.com" rel="nofollow">http://eulogik.com</a> , I was pretty happy to see those nice looking and so handy buttons. Now, I&#8217;m happier to know that there are no images used and those are so brilliantly designed buttons. Great work, Doug. n Thanks for explaining behind the scenes thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
