<?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: Change page title with jQuery</title>
	<atom:link href="http://hancic.info/change-page-title-with-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://hancic.info/change-page-title-with-jquery</link>
	<description>thoughts by Jan Hančič</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:54:41 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sérgio Laranjeira</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1030</link>
		<dc:creator>Sérgio Laranjeira</dc:creator>
		<pubDate>Fri, 27 Aug 2010 17:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1030</guid>
		<description>Even easier, with Jquery

$(&quot;title&quot;).text(&quot;New Title&quot;);</description>
		<content:encoded><![CDATA[<p>Even easier, with Jquery</p>
<p>$(&#8221;title&#8221;).text(&#8221;New Title&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zem</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1013</link>
		<dc:creator>zem</dc:creator>
		<pubDate>Sun, 08 Aug 2010 06:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1013</guid>
		<description>@Kory: same way they index pages with dynamically swapped content - they don&#039;t run scripts</description>
		<content:encoded><![CDATA[<p>@Kory: same way they index pages with dynamically swapped content &#8211; they don&#8217;t run scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-1009</link>
		<dc:creator>Kory</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-1009</guid>
		<description>How do search engines index pages with dynamically swapped titles?!?</description>
		<content:encoded><![CDATA[<p>How do search engines index pages with dynamically swapped titles?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Miguel</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-901</link>
		<dc:creator>Daniel Miguel</dc:creator>
		<pubDate>Sat, 08 May 2010 01:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-901</guid>
		<description>Man, I always think of DOOM too... hahah 

I thought that document.title was the only solution, but skarah showed another way!

@skarab : Thanks for sharing this information!

Greetings from Brazil</description>
		<content:encoded><![CDATA[<p>Man, I always think of DOOM too&#8230; hahah </p>
<p>I thought that document.title was the only solution, but skarah showed another way!</p>
<p>@skarab : Thanks for sharing this information!</p>
<p>Greetings from Brazil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwplpypoij</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-826</link>
		<dc:creator>gwplpypoij</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-826</guid>
		<description>UyK1Gc  &lt;a href=&quot;http://yohfmpwtuxsd.com/&quot; rel=&quot;nofollow&quot;&gt;yohfmpwtuxsd&lt;/a&gt;, [url=http://qkyqxnamnsmp.com/]qkyqxnamnsmp[/url], [link=http://wuxyesmojzrg.com/]wuxyesmojzrg[/link], http://vzotbjyvjulc.com/</description>
		<content:encoded><![CDATA[<p>UyK1Gc  <a href="http://yohfmpwtuxsd.com/" rel="nofollow">yohfmpwtuxsd</a>, [url=http://qkyqxnamnsmp.com/]qkyqxnamnsmp[/url], [link=http://wuxyesmojzrg.com/]wuxyesmojzrg[/link], <a href="http://vzotbjyvjulc.com/" rel="nofollow">http://vzotbjyvjulc.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Byrne</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-781</link>
		<dc:creator>Ben Byrne</dc:creator>
		<pubDate>Mon, 05 Apr 2010 17:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-781</guid>
		<description>Interesting.... $(&#039;title&#039;).html() appears to work fine in Webkit-based browsers (it&#039;s also the first thing I tried), but throws an error in IE. Skarab&#039;s approach works fine everywhere, but the only advantage I see of using it over just document.title is that it keeps the code more jquery-esque.</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;. $(&#8217;title&#8217;).html() appears to work fine in Webkit-based browsers (it&#8217;s also the first thing I tried), but throws an error in IE. Skarab&#8217;s approach works fine everywhere, but the only advantage I see of using it over just document.title is that it keeps the code more jquery-esque.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Powerhost</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-499</link>
		<dc:creator>Powerhost</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-499</guid>
		<description>To skarab:
Thanks! Works fine.</description>
		<content:encoded><![CDATA[<p>To skarab:<br />
Thanks! Works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skarab</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-93</link>
		<dc:creator>skarab</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-93</guid>
		<description>... use -&gt; $(document).attr(&#039;title&#039;, &#039;new title&#039;);</description>
		<content:encoded><![CDATA[<p>&#8230; use -&gt; $(document).attr(&#8217;title&#8217;, &#8216;new title&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kadlec</title>
		<link>http://hancic.info/change-page-title-with-jquery/comment-page-1#comment-26</link>
		<dc:creator>Mark Kadlec</dc:creator>
		<pubDate>Mon, 26 Oct 2009 20:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://hancic.info/?p=233#comment-26</guid>
		<description>I agree, and I keep thinking back to how I coded before being able to check the web or intellisense!  Relying on these things have made me soft. :)</description>
		<content:encoded><![CDATA[<p>I agree, and I keep thinking back to how I coded before being able to check the web or intellisense!  Relying on these things have made me soft. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
