<?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: jQuery imageless buttons a la Google take two</title>
	<atom:link href="http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/feed" rel="self" type="application/rss+xml" />
	<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5</link>
	<description>Drinker of tea</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: DescSuit</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-1448</link>
		<dc:creator>DescSuit</dc:creator>
		<pubDate>Tue, 04 Aug 2009 00:03:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-1448</guid>
		<description>Have you thought about this using themeroller themes?  It&#039;s one of the things holding me back right now.  I looked at the css and I just wasn&#039;t sure how you&#039;d map all those classes to themeroller values..</description>
		<content:encoded><![CDATA[<p>Have you thought about this using themeroller themes?  It&#8217;s one of the things holding me back right now.  I looked at the css and I just wasn&#8217;t sure how you&#8217;d map all those classes to themeroller values..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swizec</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-145</link>
		<dc:creator>Swizec</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:59:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-145</guid>
		<description>Thanks guys, I&#039;ll look into it when I have some time. The thought of doctypes messing things up never even crossed my mind.</description>
		<content:encoded><![CDATA[<p>Thanks guys, I&#8217;ll look into it when I have some time. The thought of doctypes messing things up never even crossed my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sc00t3r</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-40</link>
		<dc:creator>sc00t3r</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:55:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-40</guid>
		<description>Yep, I&#039;ll second that: &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;br /&gt;&lt;br /&gt;Fails in IE6 and IE7.&lt;br /&gt;&lt;br /&gt;Quirks mode is the root of all evil !!</description>
		<content:encoded><![CDATA[<p>Yep, I&#8217;ll second that: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
<p>Fails in IE6 and IE7.</p>
<p>Quirks mode is the root of all evil !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-39</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:09:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-39</guid>
		<description>Err, like this:&lt;br /&gt;&lt;br /&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>Err, like this:</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-38</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:09:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-38</guid>
		<description>I noticed your demo page doesn&#039;t have a DOCTYPE in the HTML.  And I found on my own site that the buttons don&#039;t render properly in IE for HTML documents with certain doctypes...  like this:&lt;br /&gt;&lt;br /&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>I noticed your demo page doesn&#8217;t have a DOCTYPE in the HTML.  And I found on my own site that the buttons don&#8217;t render properly in IE for HTML documents with certain doctypes&#8230;  like this:</p>
<p>< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-37</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 07 Mar 2009 05:57:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-37</guid>
		<description>I&#039;m trying your code in an AIR application I&#039;m building and it looks like it works, but the styling has problems.  Any suggestions for how to debug these problems?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying your code in an AIR application I&#8217;m building and it looks like it works, but the styling has problems.  Any suggestions for how to debug these problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jj</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-36</link>
		<dc:creator>jj</dc:creator>
		<pubDate>Wed, 25 Feb 2009 01:27:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-36</guid>
		<description>The .js file for the plugin in 17kb, im sure i can make a png file thats so much smaller than that. I fail to see the real advantage.</description>
		<content:encoded><![CDATA[<p>The .js file for the plugin in 17kb, im sure i can make a png file thats so much smaller than that. I fail to see the real advantage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florin</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-35</link>
		<dc:creator>florin</dc:creator>
		<pubDate>Sun, 22 Feb 2009 13:29:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-35</guid>
		<description>good stuff so far.&lt;br /&gt;&lt;br /&gt; However I&#039;ve noticed that there is no focus on input controls. If you look on gmail you can see that their buttons have keyboard navigation. &lt;br /&gt;&lt;br /&gt;Keep up the good work.&lt;br /&gt;Florin</description>
		<content:encoded><![CDATA[<p>good stuff so far.</p>
<p> However I&#8217;ve noticed that there is no focus on input controls. If you look on gmail you can see that their buttons have keyboard navigation. </p>
<p>Keep up the good work.<br />Florin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swizec</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-34</link>
		<dc:creator>Swizec</dc:creator>
		<pubDate>Fri, 20 Feb 2009 00:30:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-34</guid>
		<description>You can do an input file, but it&#039;s a little tricky. Just make an input file field and hide it. Then make a button that, when clicked, fires an onclick event on the hidden file field.&lt;br /&gt;&lt;br /&gt;Surprisingly that works and the user gets a file selection dialog. Perhaps at some point I&#039;ll add it to the plugin itself.&lt;br /&gt;&lt;br /&gt;As for the point of this. It&#039;s easier to handle for different languages, it&#039;s quicker to change styling (great for themes), takes less bandwidth to download, takes less HTTP requests to work (so it&#039;s nicer on the server) ... there are probably more.</description>
		<content:encoded><![CDATA[<p>You can do an input file, but it&#8217;s a little tricky. Just make an input file field and hide it. Then make a button that, when clicked, fires an onclick event on the hidden file field.</p>
<p>Surprisingly that works and the user gets a file selection dialog. Perhaps at some point I&#8217;ll add it to the plugin itself.</p>
<p>As for the point of this. It&#8217;s easier to handle for different languages, it&#8217;s quicker to change styling (great for themes), takes less bandwidth to download, takes less HTTP requests to work (so it&#8217;s nicer on the server) &#8230; there are probably more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan%20Hancic</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-33</link>
		<dc:creator>Jan%20Hancic</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:45:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-33</guid>
		<description>I fail to see the point of this (or google&#039;s implementation in gmail). Could you enlighten me please?&lt;br /&gt;Also: what about input type=&quot;file&quot; ?</description>
		<content:encoded><![CDATA[<p>I fail to see the point of this (or google&#8217;s implementation in gmail). Could you enlighten me please?<br />Also: what about input type=&#8221;file&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-32</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:30:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-32</guid>
		<description>Looks like you&#039;ve still got a bit of work ahead of yourself.  Using the browser font resizing breaks your implementation, whereas the Google version resizes as expected.</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;ve still got a bit of work ahead of yourself.  Using the browser font resizing breaks your implementation, whereas the Google version resizes as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evernoob</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-31</link>
		<dc:creator>Evernoob</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:30:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-31</guid>
		<description>Well done mate, glad it all worked out in the end :)&lt;br /&gt;&lt;br /&gt;I totally understand how you&#039;d get so excited that you&#039;d just post immediately without thorough testing, but I suspect a valuable lesson has also been learned.&lt;br /&gt;&lt;br /&gt;Lastly, don&#039;t bash Google next time. It would have been far more gracious and humble to acknowledge their idea of initially conceiving these buttons and their efforts so far.&lt;br /&gt;&lt;br /&gt;Good job though :D</description>
		<content:encoded><![CDATA[<p>Well done mate, glad it all worked out in the end <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I totally understand how you&#8217;d get so excited that you&#8217;d just post immediately without thorough testing, but I suspect a valuable lesson has also been learned.</p>
<p>Lastly, don&#8217;t bash Google next time. It would have been far more gracious and humble to acknowledge their idea of initially conceiving these buttons and their efforts so far.</p>
<p>Good job though <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swizec</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-30</link>
		<dc:creator>Swizec</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:09:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-30</guid>
		<description>The Safari hack is a guideline. Naturally you should class filter it in production code.&lt;br /&gt;&lt;br /&gt;Maybe I should change the docs to mention that ...</description>
		<content:encoded><![CDATA[<p>The Safari hack is a guideline. Naturally you should class filter it in production code.</p>
<p>Maybe I should change the docs to mention that &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndyJeffries</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-29</link>
		<dc:creator>AndyJeffries</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-29</guid>
		<description>As one of the people notifying you that the previous code didn&#039;t work, I wanted to reply to this one saying that it now works great for me! :-)&lt;br /&gt;&lt;br /&gt;I&#039;m a bit worried about the Safari hack at the top (setting padding and font-size on all span elements), what about if anyone actually genuinely uses spans in their document?  &lt;br /&gt;&lt;br /&gt;Should this not be class filtered or some such thing?&lt;br /&gt;&lt;br /&gt;Anyway, great work though!</description>
		<content:encoded><![CDATA[<p>As one of the people notifying you that the previous code didn&#8217;t work, I wanted to reply to this one saying that it now works great for me! <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m a bit worried about the Safari hack at the top (setting padding and font-size on all span elements), what about if anyone actually genuinely uses spans in their document?  </p>
<p>Should this not be class filtered or some such thing?</p>
<p>Anyway, great work though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swizec</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-28</link>
		<dc:creator>Swizec</dc:creator>
		<pubDate>Thu, 19 Feb 2009 13:49:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>@Cyberblox uhm nope. You&#039;re probably still loading the old javascript from cache because I&#039;ve tried on mac, linux and vista and it works. Others have tried and it worked for them too.</description>
		<content:encoded><![CDATA[<p>@Cyberblox uhm nope. You&#8217;re probably still loading the old javascript from cache because I&#8217;ve tried on mac, linux and vista and it works. Others have tried and it worked for them too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyberblox</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-27</link>
		<dc:creator>Cyberblox</dc:creator>
		<pubDate>Thu, 19 Feb 2009 13:26:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-27</guid>
		<description>Still not working in Firefox 3.0.6&lt;br /&gt;On the second line of examples on your example page, the buttons all run together.</description>
		<content:encoded><![CDATA[<p>Still not working in Firefox 3.0.6<br />On the second line of examples on your example page, the buttons all run together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://swizec.com/blog/jquery-imageless-buttons-a-la-google-take-two/swizec/5/comment-page-1#comment-26</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:04:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-26</guid>
		<description>Cool 8) excellent work mate :) really nice :)</description>
		<content:encoded><![CDATA[<p>Cool <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> excellent work mate <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  really nice <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: swizec.com @ 2012-02-08 23:32:59 by W3 Total Cache -->
