<?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>Jason Huber .net</title>
	<atom:link href="http://www.jasonhuber.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonhuber.net</link>
	<description>This site is mobile ready. How about you?</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:39:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How Google algorithm changes implemented</title>
		<link>http://www.jasonhuber.net/how-google-algorithm-changes-implemented/</link>
		<comments>http://www.jasonhuber.net/how-google-algorithm-changes-implemented/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 17:02:49 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[Jason Huber]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=471</guid>
		<description><![CDATA[Key Google search teammates Matt Cutts, Ben Gomes, and Amit Singhal have worked together for over a decade in what was described as the &#8220;cool kids&#8217; office&#8221; in Steven Levy&#8217;s book, In the Plex. Alongside countless other Googlers, they have dedicated themselves to make search more relevant, accurate, and personal. A very good explanation of [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/how-google-algorithm-changes-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS  :nth-child(n) selector example</title>
		<link>http://www.jasonhuber.net/css-nth-childn-selector-example/</link>
		<comments>http://www.jasonhuber.net/css-nth-childn-selector-example/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 14:53:24 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Jason Huber]]></category>
		<category><![CDATA[CCS3]]></category>
		<category><![CDATA[Selectors]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=458</guid>
		<description><![CDATA[The :nth-child(n)  selector matches elements on the basis of their positions within a parent element&#8217;s list of child elements.  The :nth-child accepts an argument, N, which can be a keyword, a number, or a number expression of the form an+b. It is not supported in Internet Explorer 8 (or older) at all. Supporting browsers: Here [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/css-nth-childn-selector-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 new input types for forms</title>
		<link>http://www.jasonhuber.net/html5-new-input-types-for-forms/</link>
		<comments>http://www.jasonhuber.net/html5-new-input-types-for-forms/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 19:10:53 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=403</guid>
		<description><![CDATA[HTML5 gives us data-specific user Interface (UI) elements and data validation. There 13 new types in all: search email url tel datetime date month week time HTML5 dumps TIME element datetime-local number range color]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/html5-new-input-types-for-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 email address type field</title>
		<link>http://www.jasonhuber.net/html5-email-address-type-field/</link>
		<comments>http://www.jasonhuber.net/html5-email-address-type-field/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 19:18:59 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=411</guid>
		<description><![CDATA[The email type supports one or more email addresses separated by commas. The default for this field is multiple. It also provides excellent mobile support by displaying a keyboard optimized for email entry when this field in focus. Primary the shortcut key for the @ (at) is displayed.  Again, like with the others, this support [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/html5-email-address-type-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HMTL5 search field type</title>
		<link>http://www.jasonhuber.net/hmtl5-search-field-type/</link>
		<comments>http://www.jasonhuber.net/hmtl5-search-field-type/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 19:12:01 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=405</guid>
		<description><![CDATA[The search input type provides a search field. The specification states: The difference between the text state and the search state is primary stylistic. On platforms where search field are distinguished from regular text fields, the search state might result in an appearance consistent with the platform’s search fields rather than appearing like a regular [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/hmtl5-search-field-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 color input type</title>
		<link>http://www.jasonhuber.net/html5-color-input-type/</link>
		<comments>http://www.jasonhuber.net/html5-color-input-type/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 16:34:41 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=441</guid>
		<description><![CDATA[The color input type does not have a a lot of support yet.  If you use this input type=&#8221;color&#8221; it will restrict the the input to a hexadecimal RGB color format in most browsers.  It does give you a nice color picker in the Opera browser. Webkit does support the input type, but no color [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/html5-color-input-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 URL input form field</title>
		<link>http://www.jasonhuber.net/html5-url-input-form-field/</link>
		<comments>http://www.jasonhuber.net/html5-url-input-form-field/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 15:30:36 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=425</guid>
		<description><![CDATA[The URL input field is used for a web address.  If you use the new type=&#8221;url&#8221;  when the field is in focus on a mobile devise the on screen keyboard will be optimized for web address entry by displaying the the .com and forward slash short cut keys. In Opera, Firefox, and Webkit there is [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/html5-url-input-form-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The short history of HTML5</title>
		<link>http://www.jasonhuber.net/the-short-history-of-html5/</link>
		<comments>http://www.jasonhuber.net/the-short-history-of-html5/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 16:44:11 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Jason Huber]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=358</guid>
		<description><![CDATA[In 1998, the W3C (World Wide Web Consortium) decided they would not continue to evolve HTML and froze the standard at HTML 4.01. W3C instead moved forward with XML and the XHTML standard. This new standard, based on XML,  required self-closing tags and syntax rule like quoting attributes to name a few. The XHTML was [...]]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/the-short-history-of-html5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Featured Content Gallery on Localhost WAMP</title>
		<link>http://www.jasonhuber.net/featured-content-gallery-on-localhost-wamp/</link>
		<comments>http://www.jasonhuber.net/featured-content-gallery-on-localhost-wamp/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:17:16 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[WP plugins]]></category>
		<category><![CDATA[Short Open Tag]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=337</guid>
		<description><![CDATA[I was trying to test and set-up the Featured Content Gallery plugin for a client using a Localhost WAMP stack  on Windows and it would not work. After doing some digging I found out  it will not work until you turn on:  Short Open Tag  and restart services.]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/featured-content-gallery-on-localhost-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block no-referrer spam on your WordPress website</title>
		<link>http://www.jasonhuber.net/block-no-referrer-spam-on-your-website/</link>
		<comments>http://www.jasonhuber.net/block-no-referrer-spam-on-your-website/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 15:22:46 +0000</pubDate>
		<dc:creator>Jason Huber</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jasonhuber.net/?p=329</guid>
		<description><![CDATA[If you are not sure what referrer spam is you may wish to check this article: http://en.wikipedia.org/wiki/Referrer_spam To block these spam referrers you need the following lines in your .htaccess file and replace example.com with your domain:]]></description>
		<wfw:commentRss>http://www.jasonhuber.net/block-no-referrer-spam-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

