<?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>Thought Lateral &#187; antipixel</title>
	<atom:link href="http://thoughtlateral.com/tag/antipixel/feed/" rel="self" type="application/rss+xml" />
	<link>http://thoughtlateral.com</link>
	<description>Looking at the world laterally, but that's beside the point ;-)</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pixeless Pixel Buttons</title>
		<link>http://thoughtlateral.com/2009/06/03/pixeless-pixel-buttons/</link>
		<comments>http://thoughtlateral.com/2009/06/03/pixeless-pixel-buttons/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:48:01 +0000</pubDate>
		<dc:creator>Denver</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[antipixel]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[pixeless]]></category>
		<category><![CDATA[pixie]]></category>
		<category><![CDATA[pixies]]></category>
		<category><![CDATA[thinking]]></category>
		<category><![CDATA[thought]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thoughtlateral.com/?p=108</guid>
		<description><![CDATA[On an obscure night in 2008 whilst creating a design using pixel buttons (which also go by the names of pixel badges, and antipixel, etc)  I thought &#8220;Wouldn&#8217;t it be a great idea if no pixels were used? Instead the button (or badge) is composed entirely by Cascading Style Sheet (CSS) code!&#8221; Yeah, fantastic! My [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_111" class="wp-caption alignright" style="width: 223px"><a rel="attachment wp-att-111" href="http://thoughtlateral.com/2009/06/03/pixeless-pixel-buttons/pixeless_badge/"><img class="size-full wp-image-111" title="pixeless_badge" src="http://thoughtlateral.com/wp-content/uploads/2009/06/pixeless_badge.jpg" alt="We love Pixies!" width="213" height="58" /></a><p class="wp-caption-text">We love Pixies!</p></div>
<p>On an obscure night in 2008 whilst creating a design using pixel buttons (which also go by the names of pixel badges, and antipixel, etc)  I thought &#8220;Wouldn&#8217;t it be a great idea if no pixels were used? Instead the button (or badge) is composed entirely by Cascading Style Sheet (CSS) code!&#8221;</p>
<p>Yeah, fantastic! My web fortune is upon me and I can retire in the lap of luxury!</p>
<p>In the sober light of day however, I find the idea is <em>sooo fantastic</em> it had been thought of  <strong>years </strong>ago (going back as far as 2002 I discovered). So I kept the day job.</p>
<p>Even so,  I&#8217;ve not yet come across CSS badges (pixeless buttons) that mimic the style of their pixel counterparts. This may be because no one has tried it, or more likely because my browser doesn&#8217;t  get about much. So I set about constructing a demo of a CSS badge (pixeless pixel button) that would look like a pixel button.</p>
<p>The CSS has &#8216;scope for refinement&#8217; &#8211; which is a kinder way of saying it was a quick kludge.<strong><strong>
<dt class="wp-caption-dt"><strong><a rel="attachment wp-att-132" href="http://thoughtlateral.com/2009/06/03/pixeless-pixel-buttons/pixeless_button_ie_firefox/"><img class="size-full wp-image-132 alignright" title="pixeless_button_ie_firefox" src="http://thoughtlateral.com/wp-content/uploads/2009/06/pixeless_button_ie_firefox.jpg" alt="Pixeless button examples in Firefox and Internet Explorer browsers" width="283" height="470" /></a></strong></dt>
<p> </strong></strong></p>
<p><strong><strong> </strong></strong></p>
<p><strong><strong> </strong></strong></p>
<p><strong><strong></strong></strong></p>
<p><code>/*CSS code */<br />
table.badge {<br />
border-style:solid;<br />
border-width: 1px;<br />
border-color: #666;<br />
font-size: 8px;<br />
font-family: sans-serif;<br />
color: #fff;<br />
line-height: 6px;<br />
background-color: #fff;<br />
}<br />
table.badge tr {<br />
background-color: #888;<br />
text-align: center;<br />
text-transform:uppercase;<br />
margin: 0px;<br />
padding: 0px;<br />
}<br />
table.badge td.main {<br />
background-color:#f60;<br />
}</code><strong><strong>
<dt class="wp-caption-dt"> </dt>
<p> </strong></strong></p>
<p><strong><strong> </strong></strong></p>
<p><strong><strong> </strong></strong></p>
<p><strong><strong></strong></strong></p>
<p>&lt;!&#8211; html code &#8211;&gt;<br />
&lt;table cellspacing=1 cellpadding=0  class=&#8221;badge&#8221; width=&#8221;88px&#8221; height=&#8221;15px&#8221;"&gt;<br />
&lt;tr&gt;&lt;td class=&#8221;main&#8221;&gt;px&lt;/td&gt;&lt;td&gt;free&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p><strong>Some examples I made earlier can be found <a target="_blank" title="Pixeless pixel button demo" href="http://www.denverreynolds.co.uk/pixies_a_pixeless_pixel_button.html" target="_blank">here</a>.</strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p>I refer to these pixeless pixel buttons as &#8220;Pixies&#8221; because it sounds cute, and is less likely to leave your tongue in a knot when saying it.</p>
<p>Other related sites:</p>
<p><a target="_blank" title="Pixel button" href="http://www.pixelbutton.com">www.pixelbutton.com</a> &#8211; the pixel button website where you can create pixel graphics.</p>
<p><a target="_blank" class="external text" title="http://www.zwahlendesign.ch/en/node/19" rel="nofollow" href="http://www.zwahlendesign.ch/en/node/19">ZwahlenDesign, &#8220;Web Badges / Buttons&#8221;</a> &#8211; the site containing CSS web buttons</p>
<p><a target="_blank" title="Antipixel" href="http://www.antipixel.com/blog/archives/2002/10/22/steal_these_buttons.html">http://www.antipixel.com/blog/archives/2002/10/22/steal_these_buttons.html</a> &#8211; the original antipixel blog post</p>



Hmm, I think I'll share this via:


	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;t=Pixeless%20Pixel%20Buttons" title="Facebook"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons&amp;bodytext=%0D%0A%0D%0AOn%20an%20obscure%20night%20in%202008%20whilst%20creating%20a%20design%20using%20pixel%20buttons%20%28which%20also%20go%20by%20the%20names%20of%20pixel%20badges%2C%20and%20antipixel%2C%20etc%29%C2%A0%20I%20thought%20%22Wouldn%27t%20it%20be%20a%20great%20idea%20if%20no%20pixels%20were%20used%3F%20Instead%20the%20button%20%28or%20badge%29%20is%20composed%20e" title="Digg"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F" title="Technorati"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons&amp;notes=%0D%0A%0D%0AOn%20an%20obscure%20night%20in%202008%20whilst%20creating%20a%20design%20using%20pixel%20buttons%20%28which%20also%20go%20by%20the%20names%20of%20pixel%20badges%2C%20and%20antipixel%2C%20etc%29%C2%A0%20I%20thought%20%22Wouldn%27t%20it%20be%20a%20great%20idea%20if%20no%20pixels%20were%20used%3F%20Instead%20the%20button%20%28or%20badge%29%20is%20composed%20e" title="del.icio.us"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons&amp;annotation=%0D%0A%0D%0AOn%20an%20obscure%20night%20in%202008%20whilst%20creating%20a%20design%20using%20pixel%20buttons%20%28which%20also%20go%20by%20the%20names%20of%20pixel%20badges%2C%20and%20antipixel%2C%20etc%29%C2%A0%20I%20thought%20%22Wouldn%27t%20it%20be%20a%20great%20idea%20if%20no%20pixels%20were%20used%3F%20Instead%20the%20button%20%28or%20badge%29%20is%20composed%20e" title="Google Bookmarks"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Pixeless%20Pixel%20Buttons%20-%20http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F" title="Twitter"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons" title="StumbleUpon"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons" title="Reddit"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons" title="blogmarks"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons" title="Blogosphere News"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Pixeless%20Pixel%20Buttons&amp;url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F" title="Slashdot"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F" title="Sphinn"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;title=Pixeless%20Pixel%20Buttons" title="Mixx"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fthoughtlateral.com%2F2009%2F06%2F03%2Fpixeless-pixel-buttons%2F&amp;partner=sociable" title="Print"><img src="http://thoughtlateral.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://thoughtlateral.com/2009/06/03/pixeless-pixel-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
