<?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: Glossy Buttons Without Images Using Only CSS3</title>
	<atom:link href="http://admindaily.com/glossy-buttons-without-images-using-only-css3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html</link>
	<description>AdminDaily.com has everything you need to know to make your site a success. We focus on SEO, Online Marketing, Web Design, WordPress tweaks and customization.</description>
	<lastBuildDate>Tue, 25 Oct 2011 19:45:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse</title>
		<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html#comment-1616</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 29 May 2011 15:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://admindaily.com/?p=778#comment-1616</guid>
		<description>Hey Scot,

Thanks for stopping by, glad you enjoyed it (and reminding me that this site is still here, I really should get back to posting lol.. CSS is one of those things that seems a bit confusing at first but once you get rolling it feels more natural as time goes on... There are some really handy editing tools around as well that can help with organization, syntax etc that are great, I have been using one called &lt;a href=&quot;http://www.topstyle4.com/&quot; rel=&quot;nofollow&quot;&gt;TopSyle&lt;/a&gt; for quite some time and love it.</description>
		<content:encoded><![CDATA[<p>Hey Scot,</p>
<p>Thanks for stopping by, glad you enjoyed it (and reminding me that this site is still here, I really should get back to posting lol.. CSS is one of those things that seems a bit confusing at first but once you get rolling it feels more natural as time goes on&#8230; There are some really handy editing tools around as well that can help with organization, syntax etc that are great, I have been using one called <a href="http://www.topstyle4.com/" rel="nofollow">TopSyle</a> for quite some time and love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heathaplexVISION</title>
		<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html#comment-1615</link>
		<dc:creator>heathaplexVISION</dc:creator>
		<pubDate>Sun, 29 May 2011 15:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://admindaily.com/?p=778#comment-1615</guid>
		<description>Jesse,

I am such a rookie with CSS and know very little on this subject, but I really enjoyed this post. I&#039;m teaching myself how to do CSS programming and starting to understand the benefit of having a working understanding. Templates are great for a guy like me, but when I want to truly do some customization, that&#039;s when I hit the wall with my limited skills in CSS. Thanks for the free education!

Scot</description>
		<content:encoded><![CDATA[<p>Jesse,</p>
<p>I am such a rookie with CSS and know very little on this subject, but I really enjoyed this post. I&#8217;m teaching myself how to do CSS programming and starting to understand the benefit of having a working understanding. Templates are great for a guy like me, but when I want to truly do some customization, that&#8217;s when I hit the wall with my limited skills in CSS. Thanks for the free education!</p>
<p>Scot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html#comment-1051</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://admindaily.com/?p=778#comment-1051</guid>
		<description>Thanks for stopping by, yes using a class would be a better implementation for more than one button per page.. there are probably many areas in this code that could be cleaned up or improved :)</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by, yes using a class would be a better implementation for more than one button per page.. there are probably many areas in this code that could be cleaned up or improved :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html#comment-1050</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Wed, 28 Jul 2010 09:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://admindaily.com/?p=778#comment-1050</guid>
		<description>This is one of the fantastic CSS buttons out there!

But how about making the shiny-blue as a class instead of id? That way one can reuse the class in many buttons they may have in one page.

Nevertheless, it&#039;s a good work!</description>
		<content:encoded><![CDATA[<p>This is one of the fantastic CSS buttons out there!</p>
<p>But how about making the shiny-blue as a class instead of id? That way one can reuse the class in many buttons they may have in one page.</p>
<p>Nevertheless, it&#8217;s a good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://admindaily.com/glossy-buttons-without-images-using-only-css3.html#comment-605</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 23 Mar 2010 08:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://admindaily.com/?p=778#comment-605</guid>
		<description>It&#039;s kind of a funny way to go about it, but it has more to do with the W3C. CSS3 standards are not finalized yet, so while things like border-radius are proposed CSS3 declarations they have not reached the “Candidate Recommendation” stage so they will maintain the browser prefix. In the final implementation that will not be required so you will see the -moz etc prefixes gone at that time.</description>
		<content:encoded><![CDATA[<p>It&#39;s kind of a funny way to go about it, but it has more to do with the W3C. CSS3 standards are not finalized yet, so while things like border-radius are proposed CSS3 declarations they have not reached the “Candidate Recommendation” stage so they will maintain the browser prefix. In the final implementation that will not be required so you will see the -moz etc prefixes gone at that time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

