<?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>Gary Yukon</title>
	<atom:link href="http://garyyukon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://garyyukon.com</link>
	<description>A Pittsburgh Web Professional</description>
	<lastBuildDate>Sat, 03 Dec 2011 16:01:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Replace a URL using jQuery</title>
		<link>http://garyyukon.com/2011/10/27/replace-a-url-using-jquery/</link>
		<comments>http://garyyukon.com/2011/10/27/replace-a-url-using-jquery/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 00:48:27 +0000</pubDate>
		<dc:creator>GaryY</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://garyyukon.com/?p=44</guid>
		<description><![CDATA[The problem: I need to replace a url on one page, but that url was defined in the master page of an asp.net app. The solution: Use the jQuery .attr (attribute) selector to find the matching href attribute I want &#8230; <a href="http://garyyukon.com/2011/10/27/replace-a-url-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>The problem</strong>: I need to replace a url on one page, but that url was defined in the master page of an asp.net app.</p>
<p><strong>The solution</strong>: Use the <a href="http://api.jquery.com/attr/">jQuery .attr</a> (attribute) selector to find the matching href attribute I want to replace. Here&#8217;s the one line of code that does the trick:</p>
<p>[crayon lang="javascript"]$(&#8220;a[href]=&#8217;http://mysite.com/old&#8217;]&#8221;).attr(&#8216;href&#8217;, &#8216;http://mysite.com/new&#8217; )[/crayon]</p>
<p><strong>Result</strong>: Mind. Blown. Instant awesomeness without needing to rebuild the app.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://garyyukon.com/2011/10/27/replace-a-url-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New day, new technology.</title>
		<link>http://garyyukon.com/2011/10/08/hello-world/</link>
		<comments>http://garyyukon.com/2011/10/08/hello-world/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 00:55:15 +0000</pubDate>
		<dc:creator>GaryY</dc:creator>
				<category><![CDATA[IE Bashing]]></category>
		<category><![CDATA[First!]]></category>

		<guid isPermaLink="false">http://garyyukon.com/?p=1</guid>
		<description><![CDATA[Goodbye old asp.net site, hello WordPress! Get ready for some awesomeness coming soon! Just for fun, right click and view the source to see how much error checking is required just to get a standard WordPress site to run in &#8230; <a href="http://garyyukon.com/2011/10/08/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Goodbye old asp.net site, hello WordPress! Get ready for some awesomeness coming soon!</p>
<p>Just for fun, right click and view the source to see how much error checking is required just to get a standard WordPress site to run in Internet Explorer!</p>
<p>Pro tip: Don&#8217;t use Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://garyyukon.com/2011/10/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
