<?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>W3C Tag &#187; Ajax Help</title>
	<atom:link href="http://www.w3ctag.com/web2/blog/ajax-help/feed" rel="self" type="application/rss+xml" />
	<link>http://www.w3ctag.com</link>
	<description>Free &#38; unique sources for developers</description>
	<lastBuildDate>Mon, 07 Mar 2011 08:39:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Bokeh with CSS3 Gradients</title>
		<link>http://www.w3ctag.com/blog/ajax-help/bokeh-with-css3%c2%a0gradients</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/bokeh-with-css3%c2%a0gradients#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/bokeh-with-css3%c2%a0gradients</guid>
		<description><![CDATA[Bokuh is the effect of backgrounds in photographs with deep depth of field. Shapes round out and get blurry. Think of a really out of focus picture of a lighted Christmas tree. Divya Manian creates that effect in WebKit by using multiple backgrounds on the &#60;body&#62; all with different positions, sizes, colors, etc. Direct Link [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/bokeh-with-css3%c2%a0gradients/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Progress Bars</title>
		<link>http://www.w3ctag.com/blog/ajax-help/css3-progress%c2%a0bars</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/css3-progress%c2%a0bars#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/css3-progress%c2%a0bars</guid>
		<description><![CDATA[I made some progress bars. They look like this: View Demo &#160; Download Files They use no images, just CSS3 fancies. Like a good little designer always does, they fall back to totally acceptable experience. Here&#8217;s what they look like in Opera 11 which supports some of the CSS3 used here but not all. As [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/css3-progress%c2%a0bars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stacking Order of Multiple Backgrounds</title>
		<link>http://www.w3ctag.com/blog/ajax-help/stacking-order-of-multiple%c2%a0backgrounds</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/stacking-order-of-multiple%c2%a0backgrounds#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/stacking-order-of-multiple%c2%a0backgrounds</guid>
		<description><![CDATA[Multiple background images is a cool feature of CSS3. The syntax is easy, you just comma separate them. I find it&#8217;s easiest/best to use the background shorthand property so you can declare the position and repeating and whatnot and keep them all grouped together. What isn&#8217;t obvious while looking at the syntax is which image [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/stacking-order-of-multiple%c2%a0backgrounds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generated Background Noise</title>
		<link>http://www.w3ctag.com/blog/ajax-help/generated-background%c2%a0noise</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/generated-background%c2%a0noise#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:35:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/generated-background%c2%a0noise</guid>
		<description><![CDATA[jQuery plugin by Daniel Rapp to fill any element with background noise. Uses &#60;canvas&#62; to create, then turns it into an image and sets a repeating background-image. Even if you&#8217;d be against using this on a production site, it&#8217;s still a clever programatic way to accomplish this common design need. Plus you could always just [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/generated-background%c2%a0noise/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Loading Spinner</title>
		<link>http://www.w3ctag.com/blog/ajax-help/css3-loading%c2%a0spinner</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/css3-loading%c2%a0spinner#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/css3-loading%c2%a0spinner</guid>
		<description><![CDATA[I made a little CSS3 rotate-y loading graphic thing just for kicks. Here&#8217;s an animated GIF of the glory as it appears in WebKit. Theories at work: Two circles on top of each other. One created by a pseudo element. Pseudo circle sits underneath with negative z-index. Pseudo circle has inset box-shadow. Regular circle has [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/css3-loading%c2%a0spinner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bright (Near) Future of CSS</title>
		<link>http://www.w3ctag.com/blog/ajax-help/the-bright-near-future-of%c2%a0css</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/the-bright-near-future-of%c2%a0css#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/the-bright-near-future-of%c2%a0css</guid>
		<description><![CDATA[Just in case anyone doesn&#8217;t read Smashing Magazine, Eric Meyer has a long excerpt from his latest CSS book here which is loaded with good stuff. I particularly liked the bit about clearing :nth-child elements combined with media queries. Direct Link to Article &#8212; Permalink]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/the-bright-near-future-of%c2%a0css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fade Image Into Another (within a Sprite)</title>
		<link>http://www.w3ctag.com/blog/ajax-help/fade-image-into-another-within-a%c2%a0sprite</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/fade-image-into-another-within-a%c2%a0sprite#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/fade-image-into-another-within-a%c2%a0sprite</guid>
		<description><![CDATA[Creating an image rollover is pretty easy with CSS. Give the element a background-image, then on it&#8217;s :hover, change the background-image. It&#8217;s best practice to combine both images into one and shift the background-position rather than use two separate images, that&#8217;s the idea of CSS sprites. But what if you want to fade one image [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/fade-image-into-another-within-a%c2%a0sprite/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Should We Calibrate Monitors for the Web?</title>
		<link>http://www.w3ctag.com/blog/ajax-help/how-should-we-calibrate-monitors-for-the%c2%a0web</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/how-should-we-calibrate-monitors-for-the%c2%a0web#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/how-should-we-calibrate-monitors-for-the%c2%a0web</guid>
		<description><![CDATA[When designing for print, having a properly calibrated monitor makes all the sense in the world. If done perfectly, what you see on the monitor should look like what you get on paper from a printer. No surprises. When designing for the web, there is no physical byproduct in which to match color. We designed [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/how-should-we-calibrate-monitors-for-the%c2%a0web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poll Results: HTML5 Features in Use on Production Sites</title>
		<link>http://www.w3ctag.com/blog/ajax-help/poll-results-html5-features-in-use-on-production%c2%a0sites</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/poll-results-html5-features-in-use-on-production%c2%a0sites#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/poll-results-html5-features-in-use-on-production%c2%a0sites</guid>
		<description><![CDATA[As a follow up to asking people if they are using HTML5 or not, I asked the people who are: What features of HTML5 have you used on production sites? These are the levels of popularity, from almost 3,000 voters: Not a big surprise that using the new semantic elements (like &#60;nav&#62;) is the most [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/poll-results-html5-features-in-use-on-production%c2%a0sites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter Flipper</title>
		<link>http://www.w3ctag.com/blog/ajax-help/letter%c2%a0flipper</link>
		<comments>http://www.w3ctag.com/blog/ajax-help/letter%c2%a0flipper#comments</comments>
		<pubDate>Tue, 22 Feb 2011 06:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax Help]]></category>

		<guid isPermaLink="false">http://www.w3ctag.com/blog/ajax-help/letter%c2%a0flipper</guid>
		<description><![CDATA[Randomly, I made a letter flipper thingy the other day. I saw a similiarish effect on a Flash site and tried doing it with JavaScript instead. You can view source on that page to see the simple code. It&#8217;s just recursively calling a function to change the letter with a slight delay until the letters [...]]]></description>
		<wfw:commentRss>http://www.w3ctag.com/blog/ajax-help/letter%c2%a0flipper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

