<?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>WebDesign &#38; Such &#187; Web 2.0</title>
	<atom:link href="http://webdesignandsuch.com/tag/web-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:29:53 +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>Create a Shiny &#8220;Web 2.0&#8243; Button</title>
		<link>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/</link>
		<comments>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 01:20:39 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=503</guid>
		<description><![CDATA[Ya.. I said &#8220;Web 2.0&#8220;.. what? Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one found on the Campaign Monitor website. I actually went ahead and created the button, I always love seeing the approach other designers take at creating [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" style="border:3px solid #ddd; margin:0 0 15px 0" title="Shiny Button" src="http://webdesignandsuch.com/imagesForPosts/shiny-button.jpg" alt="" width="422" height="211" /></p>
<p>Ya.. I said &#8220;<strong>Web 2.0</strong>&#8220;.. what?</p>
<p>Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one found on the <a href="http://www.campaignmonitor.com/designer/" target="_blank">Campaign Monitor website</a>. I actually went ahead and created the button, I always love seeing the approach other designers take at creating things in Photoshop.</p>
<p>Well after I created it I figured I may as well put the PSD file up here for anyone that wants to use it. I&#8217;ll give the CSS code to add it to your website as a CSS sprite also. Now I need to give credit where credit is due. The CSS code, and the tutorial of how to make the button are from Jacob Gube over at <a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/" target="_blank">Six Revisions</a>. Check out that link if you want the step by step of how to make this button. </p>
<p>I&#8217;m really putting it up here so I&#8217;ll have easy access to the PSD file in the future so I can download it no-matter where I am, make a few color adjustments, copy the CSS code, and have a new button for whatever I&#8217;m working on that day. Check out the demo to see the button in action, and feel free to download the PSD file of my version of the button. <em>Keep reading for the CSS code.</em></p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/shiny-button/">View Demo</a></p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/shiny-button/shiny-button.psd">Download PSD File</a></p>
<p><span id="more-503"></span></p>
<p>Below is the CSS code for your button and the rollover effect.</p>
<div class="codeBox">.button {<br />
display:block;<br />
width:250px;<br />
height:50px;<br />
text-indent:-9999px;<br />
}<br />
.button a {<br />
display:block;<br />
width:100%;<br />
height:100%;<br />
background:url(button.png) no-repeat top left;<br />
outline:none;<br />
}<br />
.button a:hover {<br />
background-position:0 -50px;<br />
}<br />
body {<br />
margin-left: 0px;<br />
margin-top: 0px;<br />
margin-right: 0px;<br />
margin-bottom: 0px;<br />
}</div>
<p>Below is the XHTML code to put the button on your page.</p>
<div class="codeBox">&lt;p class=&#8221;button&#8221;&gt;&lt;a href=&#8221;link.html&#8221;&gt;Button Text&lt;/a&gt;&lt;/p&gt;</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/" rel="bookmark" class="crp_title">Create a Shiny &quot;Web 2.0&quot; Button</a></li><li><a href="http://webdesignandsuch.com/2010/06/how-to-refresh-reload-a-webpage-with-jquery/" rel="bookmark" class="crp_title">How to refresh / reload a webpage with jQuery</a></li><li><a href="http://webdesignandsuch.com/2009/12/how-to-create-a-popup-with-css-and-javascript/" rel="bookmark" class="crp_title">How to create a Popup with CSS and Javascript</a></li><li><a href="http://webdesignandsuch.com/2009/12/simple-form-styling-with-css/" rel="bookmark" class="crp_title">Simple form styling with CSS</a></li><li><a href="http://webdesignandsuch.com/2010/07/fix-fonts-that-dont-work-with-google-font-api-in-internet-explorer-or-chrome-with-font-face/" rel="bookmark" class="crp_title">Fix fonts – Google Font API that don’t display properly in IE</a></li></ul></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;title=Create+a+Shiny+%22Web+2.0%22+Button" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;title=Create+a+Shiny+%22Web+2.0%22+Button" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;bm_description=Create+a+Shiny+%22Web+2.0%22+Button&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;title=Create+a+Shiny+%22Web+2.0%22+Button" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;title=Create+a+Shiny+%22Web+2.0%22+Button" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/&amp;title=Create+a+Shiny+%22Web+2.0%22+Button" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Create+a+Shiny+%22Web+2.0%22+Button+-+http://b2l.me/ap8c8w&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Shiny &quot;Web 2.0&quot; Button</title>
		<link>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/</link>
		<comments>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 01:20:39 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=503</guid>
		<description><![CDATA[Ya.. I said &#8220;Web 2.0&#8220;.. what? Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one found on the Campaign Monitor website. I actually went ahead and created the button, I always love seeing the approach other designers take at creating [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" style="border: 3px solid #ddd; margin: 0 0 15px 0;" title="Shiny Button" src="http://webdesignandsuch.com/imagesForPosts/shiny-button.jpg" alt="" width="422" height="211" /></p>
<p>Ya.. I said &#8220;<strong>Web 2.0</strong>&#8220;.. what?</p>
<p>Well if you&#8217;re still here after that, here&#8217;s the deal. I was reading an interesting tutorial about creating a button similar to the one found on the <a href="http://www.campaignmonitor.com/designer/" target="_blank">Campaign Monitor website</a>. I actually went ahead and created the button, I always love seeing the approach other designers take at creating things in Photoshop.</p>
<p>Well after I created it I figured I may as well put the PSD file up here for anyone that wants to use it. I&#8217;ll give the CSS code to add it to your website as a CSS sprite also. Now I need to give credit where credit is due. The CSS code, and the tutorial of how to make the button are from Jacob Gube over at <a href="http://sixrevisions.com/tutorials/photoshop-tutorials/how-to-create-a-slick-and-clean-button-in-photoshop/" target="_blank">Six Revisions</a>. Check out that link if you want the step by step of how to make this button.</p>
<p>I&#8217;m really putting it up here so I&#8217;ll have easy access to the PSD file in the future so I can download it no-matter where I am, make a few color adjustments, copy the CSS code, and have a new button for whatever I&#8217;m working on that day. Check out the demo to see the button in action, and feel free to download the PSD file of my version of the button. <em>Keep reading for the CSS code.</em></p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/shiny-button/">View Demo</a></p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/shiny-button/shiny-button.psd">Download PSD File</a></p>
<p><span id="more-1023"></span></p>
<p>Below is the CSS code for your button and the rollover effect.</p>
<div class="codeBox">.button {<br />
display:block;<br />
width:250px;<br />
height:50px;<br />
text-indent:-9999px;<br />
}<br />
.button a {<br />
display:block;<br />
width:100%;<br />
height:100%;<br />
background:url(button.png) no-repeat top left;<br />
outline:none;<br />
}<br />
.button a:hover {<br />
background-position:0 -50px;<br />
}<br />
body {<br />
margin-left: 0px;<br />
margin-top: 0px;<br />
margin-right: 0px;<br />
margin-bottom: 0px;<br />
}</div>
<p>Below is the XHTML code to put the button on your page.</p>
<div class="codeBox">&lt;p class=&#8221;button&#8221;&gt;&lt;a href=&#8221;link.html&#8221;&gt;Button Text&lt;/a&gt;&lt;/p&gt;</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button/" rel="bookmark" class="crp_title">Create a Shiny &#8220;Web 2.0&#8243; Button</a></li><li><a href="http://webdesignandsuch.com/2010/06/how-to-refresh-reload-a-webpage-with-jquery/" rel="bookmark" class="crp_title">How to refresh / reload a webpage with jQuery</a></li><li><a href="http://webdesignandsuch.com/2009/12/how-to-create-a-popup-with-css-and-javascript/" rel="bookmark" class="crp_title">How to create a Popup with CSS and Javascript</a></li><li><a href="http://webdesignandsuch.com/2009/12/simple-form-styling-with-css/" rel="bookmark" class="crp_title">Simple form styling with CSS</a></li><li><a href="http://webdesignandsuch.com/2010/07/fix-fonts-that-dont-work-with-google-font-api-in-internet-explorer-or-chrome-with-font-face/" rel="bookmark" class="crp_title">Fix fonts – Google Font API that don’t display properly in IE</a></li></ul></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;title=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;title=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;bm_description=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;title=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;title=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/&amp;title=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Create+a+Shiny+%26quot%3BWeb+2.0%26quot%3B+Button+-+http://b2l.me/ap8c8y&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/10/create-a-shiny-web-2-0-button-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
