<?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>johnmu.com &#187; Javascript</title>
	<atom:link href="http://johnmu.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnmu.com</link>
	<description>John Mueller's technical website tips and tricks</description>
	<lastBuildDate>Thu, 03 Dec 2009 12:42:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Seeing nofollow links in Google Chrome</title>
		<link>http://johnmu.com/seeing-nofollow-links-in-google-chrome/</link>
		<comments>http://johnmu.com/seeing-nofollow-links-in-google-chrome/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 22:31:15 +0000</pubDate>
		<dc:creator>John Mueller</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://johnmu.com/?p=149</guid>
		<description><![CDATA[Here's a simple trick to view nofollow links in Google Chrome. Just drag and drop the following button to your bookmark bar and hit it whenever you want to see links with the rel=nofollow HTML microformat:

Nofollow?

This bookmarklet inserts a tiny bit of CSS into the top of the page you're currently viewing. The CSS is [...]]]></description>
			<content:encoded><![CDATA[<p>Here's a simple trick to view nofollow links in Google Chrome. Just drag and drop the following button to your bookmark bar and hit it whenever you want to see links with the rel=nofollow HTML microformat:</p>
<p><!-- --></p>
<p><a href="javascript:function%20highlightNofollow(){var%20newStyle=document.createElement('style');newStyle.type='text/css';newStyle.appendChild(document.createTextNode('a[rel~=nofollow]{border:1px%20dashed%20#852!%20important;background-color:#fcc!%20important;}'));document.getElementsByTagName('head')[0].appendChild(newStyle);};highlightNofollow();" style="background-color: #eef; border: solid 1px #aaa; color: #446; padding: .5em 2em; text-decoration: none; font-weight: bold; text-shadow: 1px 1px 1px #88a; font-size: 1.1em; -webkit-box-shadow: 2px 2px 2px #666;" title="Nofollow?">Nofollow?</a></p>
<p><!-- --></p>
<p>This bookmarklet inserts a tiny bit of CSS into the top of the page you're currently viewing. The CSS is similar to that which is used in <a href="http://www.mattcutts.com/blog/seeing-nofollow-links/">other nofollow highlighting methods</a>:<br />
<span id="more-149"></span></p>
<div class="igBar"><span id="lcss-2"><a href="#" onclick="javascript:showPlainTxt('css-2'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-2">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">a<span style="color: #66cc66;">&#91;</span>rel~=nofollow<span style="color: #66cc66;">&#93;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; border<span style="color: #3333ff;">:1px </span>dashed #852! important;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #000000; font-weight: bold;">background-color</span>:#fcc! important;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- css-2--></p>
<p>Try it out on a <a href="http://en.wikipedia.org/wiki/Google_Chrome">page with nofollowed links</a>!</p>
<p>By the way, this bookmarklet also works in Opera &#038; Firefox (but there are simpler ways to handle it in Firefox). </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://johnmu.com">johnmu.com</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact johnmu.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://johnmu.com/seeing-nofollow-links-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Adding user-friendly rel=nofollow markup (for IE too!)</title>
		<link>http://johnmu.com/userfriendly-rel-nofollow/</link>
		<comments>http://johnmu.com/userfriendly-rel-nofollow/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 10:31:19 +0000</pubDate>
		<dc:creator>John Mueller</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://johnmu.com/userfriendly-rel-nofollow/</guid>
		<description><![CDATA[The next step after adding CSS to highlight links with rel=nofollow is to give the user some information about what the  symbol and the dashed line mean. Since CSS will not allow you to add tooltips and links, we have to resort to some javascript trickery. The up-side to this is that it will [...]]]></description>
			<content:encoded><![CDATA[<p>The next step after adding <a href="http://johnmu.com/highlight-nofollow/">CSS to highlight links with rel=nofollow</a> is to give the user some information about what the <img src="http://johnmu.com/files/nofollow.gif" alt="nofollow symbol" /> symbol and the <span style="border-bottom: dashed 2px #ffa500">dashed line</span> mean. Since CSS will not allow you to add tooltips and links, we have to resort to some javascript trickery. The up-side to this is that it will also display the markup on older browsers like IE 6. </p>
<p>Adding this kind of markup to your site is pretty easy to do.<br />
<span id="more-88"></span></p>
<ol>
<li>Download the <a href="http://johnmu.com/files/nofollow-js/highlight-nofollow.js">script</a> and the <a href="http://johnmu.com/files/nofollow-js/nofollow.gif">nofollow image</a>. </li>
<li>Open the script file in a text editor (Notepad is fine) and adjust the settings on top:
<div class="igBar"><span id="ljavascript-5"><a href="#" onclick="javascript:showPlainTxt('javascript-5'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-5">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// settings, modify as desired</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> myInfoPage =<span style="color: #3366CC;">"http://domain.com/nofollow-info.htm"</span>;&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900; font-style: italic;">// local page with nofollow information</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> myNofollowImg = <span style="color: #3366CC;">"http://domain.com/images/nofollow.gif"</span>;&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900; font-style: italic;">// source of nofollow image (check for full path!)</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">// warning must be html-formatted</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> myWarnMsg = <span style="color: #3366CC;">"Beware: this link is potentially bad or not trusted! Click here to find out more."</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- javascript-5-->
</li>
<li>Upload the script and the image (place the image in the path you specified in your script), don't forget to create your informational page for the nofollow (I'm just linking to my <a href="http://johnmu.com/policy/nofollow/">nofollow-policy page</a>). </li>
<li>In your template, right before the closing "&lt;/body&gt;" tag, add a reference to the script. In a Wordpress theme you would add this to your footer.php, eg:
<div class="igBar"><span id="lhtml-6"><a href="#" onclick="javascript:showPlainTxt('html-6'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-6">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!-- nofollow highlighting --&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"&lt;?php bloginfo('stylesheet_directory'); ?&gt;</span>/highlight-nofollow.js&quot; type=&quot;text/javascript&quot;&gt;<span style="color: #009900;">&lt;/script&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">... <span style="color: #009900;">&lt;/body&gt;</span> ... </span></div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- html-6-->
</li>
<li>Refresh your browser and check the results. I have a local <a href="http://johnmu.com/files/nofollow-js/nofollow-test.htm">test page</a> which shows it in action (and here's a <a rel="woah nofollow" href="http://en.wikipedia.org/wiki/LeChuck">nofollow'ed link</a> thrown in for good measure).</li>
</ol>
<p>Currently the code only adds the image and underline to links that contain a text anchor. This means that links with only an image as the anchor are not modified (but the CSS nofollow highlighting will still be displayed, so be careful if you use that and have image-only links with rel=nofollow). The code was tested on IE 6 and 7.0, Opera 9.01 and Firefox 2.0.0.5. </p>
<p>The code removes the rel=nofollow from the displayed page (it still remains in the static page) so that the different kinds of nofollow markup (including those you might have installed in your browser or with a browser plugin) do not create conflicts. Just to be sure: <strong>this script does not change anything on your actual pages</strong>, it only changes how the page looks to the user. A search engine crawler would not see these changes.</p>
<p>Advanced users can modify the markup that is added to each link, perhaps even use it to open a floating window on top of the current page instead of going to a separate page. </p>
<p>Current version is v1.0 - 2007-07-28</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://johnmu.com">johnmu.com</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact johnmu.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://johnmu.com/userfriendly-rel-nofollow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding text resizing with cookie</title>
		<link>http://johnmu.com/adding-text-resizing/</link>
		<comments>http://johnmu.com/adding-text-resizing/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 11:19:40 +0000</pubDate>
		<dc:creator>John Mueller</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://johnmu.com/adding-text-resizing/</guid>
		<description><![CDATA[In the top right corner of this blog I have placed a small set of links that let you resize the text as it is displayed. It's easy to use this script on your blog and it lets your visitors resize the text on the blog however they want it. The resizing setting is stored [...]]]></description>
			<content:encoded><![CDATA[<p>In the top right corner of this blog I have placed a small set of links that let you resize the text as it is displayed. It's easy to use this script on your blog and it lets your visitors resize the text on the blog however they want it. The resizing setting is stored in a cookie, valid for one year, so when the visitor returns, they will see the site as they resized it last.<br />
<span id="more-68"></span><br />
To add the script you only have to copy one file into your theme folder and add a line of javascript into your theme in an appropriate location. It might look like a lot of steps here, but you'll see that it's fairly simple. </p>
<ol>
<li><strong>Make a backup</strong>
<p>Before you change anything, always make a backup of your theme files and perhaps even of your full Wordpress installation. It never hurts to have too many backups <img src='http://johnmu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
</li>
<li><strong>Download the script</strong>
<p>Download the file <a href="http://johnmu.com/files/textresize.js" target="_blank">textresize.js</a> from here. Put it on your desktop or someplace where you can find it.
</li>
<li><strong>Check your Wordpress theme</strong>
<p>You might be able to skip this step, depending on how your Wordpress theme is made. Open your blog in your browser, use "View Source" and take a quick look at the source code (not too long, it could make your head spin). You should find a section pretty much on top which "wraps" your whole site in a "DIV" element. Often it will be called "wrapper", "content" or "container". It will look something like this:</p>
<div class="igBar"><span id="lhtml-13"><a href="#" onclick="javascript:showPlainTxt('html-13'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-13">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">"wrapper"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- html-13--></p>
<p>If you find multiple names that you believe could be the main elements, you might want to try them separately to see which one works best. The default in the code is "wrapper".
</li>
<li><strong>Update the script to match your theme</strong>
<p>If your theme does not use "wrapper" as the ID of the main element, you will need to adjust the javascript file. Don't worry, it's not painful <img src='http://johnmu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Open your copy of "textresize.js" in a text editor like Notepad. You will find the following line near the top:</p>
<div class="igBar"><span id="ljavascript-14"><a href="#" onclick="javascript:showPlainTxt('javascript-14'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-14">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ts_styleElement=<span style="color: #3366CC;">"#wrapper"</span>; <span style="color: #009900; font-style: italic;">// the ID of the content DIV that you want to resize </span></div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- javascript-14--></p>
<p>Change that line to match your main element, eg:</p>
<div class="igBar"><span id="ljavascript-15"><a href="#" onclick="javascript:showPlainTxt('javascript-15'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-15">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> ts_styleElement=<span style="color: #3366CC;">"#content"</span>; <span style="color: #009900; font-style: italic;">// the ID of the content DIV that you want to resize </span></div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- javascript-15--></p>
<p>Save the file before a cat walks across your keyboard. </p>
</li>
<li><strong>Upload the script to your server</strong>
<p>Copy the modified file onto your server into the current theme folder.
</li>
<li><strong>Update your theme files</strong>
<p>Add the following to your <strong>header.php</strong> in the bottom of the "head" section:</p>
<div class="igBar"><span id="lhtml-16"><a href="#" onclick="javascript:showPlainTxt('html-16'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-16">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000066;">src</span>=<span style="color: #ff0000;">"&lt;?php bloginfo('stylesheet_directory'); ?&gt;</span>/textresize.js&quot; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;type=&quot;text/javascript&quot;&gt;<span style="color: #009900;">&lt;/script&gt;</span> </span></div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- html-16--></p>
<p>Now add the following wherever you wish to see the resize links:</p>
<div class="igBar"><span id="lhtml-17"><a href="#" onclick="javascript:showPlainTxt('html-17'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-17">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!--</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; showReadabilityMenu('Resize text:');</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">&nbsp; &nbsp; //--&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- html-17--></p>
<p>I have placed this in my <strong>header.php</strong>, right after the "searchform" include.
</li>
<li><strong>Optionally add more styling</strong>
<p>You can style the line with changes to your CSS file, eg: </p>
<div class="igBar"><span id="lcss-18"><a href="#" onclick="javascript:showPlainTxt('css-18'); return false;">Select code</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-18">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#header <span style="color: #cc00cc;">#fontsizemenu </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-top</span>: 2px;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p><!-- css-18--><br />
This will depend on your theme and on what you want to do to integrate the links.
</li>
<li><strong>Test, test, test </strong> <img src='http://johnmu.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
<p>Be sure to test the new functionality in the major browsers. I have tested the code in IE 6.5, IE 7.0, Firefox 2.0 and Opera 9.0. The code depends on javascript. With javascript turned off, the user will not see anything.
</li>
</ol>
<p>Have fun!</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://johnmu.com">johnmu.com</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact johnmu.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://johnmu.com/adding-text-resizing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.546 seconds -->
