<?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>Wowebmaster.com &#187; Javascript</title>
	<atom:link href="http://www.wowebmaster.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebmaster.com</link>
	<description>World of Webmaster: Sharing Experiences</description>
	<lastBuildDate>Sun, 23 Jan 2011 23:40:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sIFR Lite: Faster &amp; Smaller sIFR</title>
		<link>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/</link>
		<comments>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 07:49:16 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[sifr]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=29</guid>
		<description><![CDATA[sIFR Lite, a smaller amd faster alternative for the original sIFR]]></description>
			<content:encoded><![CDATA[<p><strong>Typography Solution</strong></p>
<blockquote><p>&#8220;95% of the information on the web is written language. It is only logical to say that a web designer should get good training in the main discipline of shaping written information, in other words: Typography.&#8221;</p></blockquote>
<p>A good web designer knows the importance of typography in creating web sites. As <a href="http://informationarchitects.jp/the-web-is-all-about-typography-period/">this post</a> mentions, typography is in fact the most important part of designing stylish web pages. However, it is in fact a little problematic to get all the fonts work in internet browser, the sIFR is the solution.</p>
<p><strong>What is sIFR ?</strong><br />
sIFR, Scalable Inman Flash Replacement, simply detects texts and replaces them with a flash movie, which can illustrate the any font you embed in. Speaking of how it works, it is a simple javascript file doing the replacement, it has also the flash movie, which you can edit in Adobe Flash so that you can add the font you want to use in your web page.</p>
<p><strong>sIFR is slow</strong><br />
Every good thing at internet, has disadvantages. Despite the fact sIFR produces beautiful typography, size of the required file is not that small. The required javascript file is about 22kB (uncompressed), required css file is about 3kB and the flash movie is usually between 10kB and 20kB, depending on the font used and embedded characters.</p>
<p><strong>Faster &amp; Smaller Version: sIFR Lite</strong><br />
In order to reduce the size, <a href="http://www.allcrunchy.com/Web_Stuff/sIFR_lite/">someone</a> rewrote the sifr&#8217;s javascript file, to form a lite version and to provide a faster way of replacing texts. He named it sIFR Lite. The sIFR Lite&#8217;s javascript is just 3.7K (uncompressed), reduced from 22kB, so it actually saves bandwidth for you and time for your visitors. From developer&#8217;s site:</p>
<p><strong>sIFR Lite comparing to original sIFR</strong><br />
1. It is smaller. This library is 3.7k uncompressed. The original sIFR is 22k, no joke!<br />
2. It auto-detects the text color of the elements. (The original sIFR makes you enter it manually!)<br />
3. It is completely object-oriented. (No more static methods floating all over the place.)<br />
4. It no longer uses CSS selectors. Elements are targeted by tag name and class. (A slight loss in ease of use, but faster, lighter, and more maintainable.)<br />
5. It isn&#8217;t named after myself, or anyone else. haha.</p>
<p>I highly recommend you to use the sIFR Lite instead of the original sIFR. Despite the fact sIFR lite has no support for CSS selectors (resulting some bugs for heading tags in internet explorer; but there is a workaround), it is way small and fast comparing to the original sIFR. Meaning, you can enjoy the typography beauty on your site faster because of the reduced size of the sIFR javascript.</p>
<p><strong>sIFR Lite Usage</strong><br />
I will explain it step by step.</p>
<p>First download all the zip file from the original <a href="http://novemberborn.net/sifr/2.0.7">sIFR creator&#8217;s website</a> .<br />
Contents of zip file:</p>
<ul>
<li>css/sIFR-print.css</li>
<li>css/sIFR-screen.css</li>
<li>js/sifr.js</li>
<li>js/sifr-config.js</li>
<li>flash/sifr.fla</li>
</ul>
<p>Now, open sifr.fla and edit the font of the text  (choose a font to use) and publish the flash movie.</p>
<p>Download the sIFR lite <a href="http://www.wowebmaster.com/demo/sifr.lite.js">here</a> ( the problem mentioned in the comments below, is fixed, thanks to <a href="#comment-74">Patrick</a> ) and replace it with <em>js/sifr.js</em>. Also remove the <em>js/sifr-config.js</em>. Don&#8217;t forget to edit the font path in <em>sifr.lite.js</em>.</p>
<p>Defining the text replacements are so simple, following javascript replaces h1.mySpecialClass, h2.mySpecialClass and h3.mySpecialClass texts with the flash movie, <em>tradegothic.swf</em>.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p29code1'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p291"><td class="code" id="p29code1"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> gothic <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Font<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tradegothic.swf'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span>
&nbsp;
tags<span style="color: #339933;">:</span><span style="color: #3366CC;">'h1,h2,h3'</span><span style="color: #339933;">,</span>
&nbsp;
classFilter<span style="color: #339933;">:</span><span style="color: #3366CC;">'mySpecialClass'</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
gothic.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>Put the above code inside your body tags. Also reference the js/sifr.js and all css files inside your head tags. That&#8217;s it. You should now have had the sifr working correctly in your web page.</p>
<p>You can also use it without targeting any class. If you&#8217;d like to target all heading tags and want all of them replaced, you can use the following javascript.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p29code2'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p292"><td class="code" id="p29code2"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> gothic <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Font<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tradegothic.swf'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span>
&nbsp;
tags<span style="color: #339933;">:</span><span style="color: #3366CC;">'h1,h2,h3'</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
gothic.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p><a href="http://www.wowebmaster.com/demo/sifr-lite.html" target="_blank"><br />
</a></p>
<h4><a href="http://www.wowebmaster.com/demo/sifr-lite.html" target="_blank">sIFR Lite Demo</a></h4>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Fsifr-lite-faster-smaller-sifr%2F&amp;linkname=sIFR%20Lite%3A%20Faster%20%26%23038%3B%20Smaller%20sIFR"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Firebug in IE: Debugging JavaScript in Internet Explorer</title>
		<link>http://www.wowebmaster.com/javascript/firebug-in-ie-test-javascript-in-internet-explorer/</link>
		<comments>http://www.wowebmaster.com/javascript/firebug-in-ie-test-javascript-in-internet-explorer/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 00:11:16 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=28</guid>
		<description><![CDATA[Javascript bug hunt in Internet Explorer: Firebug Lite]]></description>
			<content:encoded><![CDATA[<p>I have been using the firebug extension of Mozilla Firefox for a while to debug my javascript applications. It is so handy, useful, tricky and excellent. You can check what your script is doing on the html, see all the reflections of your code and as a result, it helps you find the errors on your javascript code. So if you are new to this, please read the details on <a href="http://getfirebug.com">firebug site</a> and add the firebug extension to your Mozilla Firefox.</p>
<p>For some IE bugs and differences, you may not see the IE reflection of your javascript code rendered in Mozilla, so you better see the test results using the internet explorer. I&#8217;ve googled if there is any kind of program doing that and the firebug was the answer again. According to Google&#8217;s results, there is the firebug lite, which you can include inside your website&#8217;s head tags and have the same firebug extension in Mozilla, in Internet Explorer.</p>
<p><strong>Firebug Lite Usage</strong></p>
<p>Just add the following code inside your page&#8217;s head tags and launch it using Internet Explorer. Firebug console must be visible at the bottom of the page.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p28code3'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p283"><td class="code" id="p28code3"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Ffirebug-in-ie-test-javascript-in-internet-explorer%2F&amp;linkname=Firebug%20in%20IE%3A%20Debugging%20JavaScript%20in%20Internet%20Explorer"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/javascript/firebug-in-ie-test-javascript-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Rounded Corners with Javascript</title>
		<link>http://www.wowebmaster.com/javascript/simple-rounded-corners-with-javascript/</link>
		<comments>http://www.wowebmaster.com/javascript/simple-rounded-corners-with-javascript/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 22:12:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=23</guid>
		<description><![CDATA[Rounded Image Corners with Javascript. No more CSS headaches!]]></description>
			<content:encoded><![CDATA[<p>Everyone knows it is so painful to handle rounded corners with extra divs, slices making alignments harder than ever, using CSS. Now I introduce, no not me actually, <a title="Introducing Corners.js" href="http://corner.netzgesta.de" target="_blank">Christian Effenberger</a> , a way to do rounded corner effect on images with javascript. It is really easy and fun, so i won&#8217;t go on talking, rather, I&#8217;m going to explain how to use it.</p>
<p>Visit <a title="Corners.js" href="http://www.netzgesta.de/corner/" target="_blank">this page</a> and download &#8220;corner.zip&#8221;. In the zip file, there are few javascript files that you can have some other effects with, but if you just want rounded corners, copy <em>justcorners.js</em> and reference it inside your head tags.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p23code4'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p234"><td class="code" id="p23code4"><pre class="html" style="font-family:monospace;">...
&lt;script src=&quot;http://www.wowebmaster.com/demo/justcorners.js&quot; type=&quot;text/javascript&quot;&gt;&lt;!--mce:0--&gt;&lt;/script&gt;</pre></td></tr></table></div>

<p>Then, add a class into your image tag as it&#8217;s done in the following code.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p23code5'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p235"><td class="code" id="p23code5"><pre class="html" style="font-family:monospace;">&lt;img class=&quot;corners iradius12&quot; src=&quot;http://www.wowebmaster.com/demo/corner.jpg&quot; alt=&quot;&quot; width=&quot;561&quot; height=&quot;353&quot; /&gt;</pre></td></tr></table></div>

<p>Corner radius is set by the second class, which is &#8220;iradius12&#8243; above. If you want greater radius, use highger values after &#8220;iradius&#8221;. <em>e.g. iradius15, iradius25, iradius30&#8230;</em></p>
<p>See more examples at: <a href="http://www.netzgesta.de/corner/">http://www.netzgesta.de/corner/</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Fsimple-rounded-corners-with-javascript%2F&amp;linkname=Simple%20Rounded%20Corners%20with%20Javascript"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/javascript/simple-rounded-corners-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Refreshing Iframes</title>
		<link>http://www.wowebmaster.com/javascript/auto-refreshing-iframes/</link>
		<comments>http://www.wowebmaster.com/javascript/auto-refreshing-iframes/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 07:46:42 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=21</guid>
		<description><![CDATA[How to auto refresh iframes with javascript]]></description>
			<content:encoded><![CDATA[<p>Quoted from Wikipedia, &#8220;IFrame (from Inline Frame) is an HTML element which makes it possible to embed an HTML document inside another HTML document&#8221;.</p>
<p>If you are using iframes to serve frequently updated feeds on your site, such as a score board, news feed, then you should provide your visitors an iframe updating automaticaly while the page stays same. This is accomplished by a javascript function. You can easily set a time interval to refresh a specific iframe on your page by this way. As a result, your users don&#8217;t have to refresh the whole page every time to update the feed flow.</p>
<p>Put the following function inside head tags on your page.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p21code6'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p216"><td class="code" id="p21code6"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;&lt;!--</span>mce<span style="color: #339933;">:</span><span style="color: #CC0000;">0</span><span style="color: #339933;">--&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Also put an onload attribute for the body tag, similar to the following:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p21code7'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p217"><td class="code" id="p21code7"><pre class="html" style="font-family:monospace;">&nbsp;</pre></td></tr></table></div>

<p>Finally, don&#8217;t forget to name your iframe as it is called in javascript function (&#8221;iframename&#8221; in this example).</p>
<p>An example using this function is a <a href="http://www.goalvideos.tv/live-scores/">football live scores</a> page.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Fauto-refreshing-iframes%2F&amp;linkname=Auto%20Refreshing%20Iframes"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/javascript/auto-refreshing-iframes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Password Protected Pages: Htpasswd and Htaccess</title>
		<link>http://www.wowebmaster.com/linux/password-protected-pages-htpasswd-htaccess/</link>
		<comments>http://www.wowebmaster.com/linux/password-protected-pages-htpasswd-htaccess/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 15:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/blog/?p=1</guid>
		<description><![CDATA[Guide to password protect your folders/pages using htaccess and htpasswd.]]></description>
			<content:encoded><![CDATA[<p>Password protected web pages may have crucial importance for you, if you want to hide some of your pages to public. If you have a configured apache server for this, it&#8217;s so easy to do the rest to add a password and a user to protect a page or folder.</p>
<p>Here how it is done:</p>
<p><strong>1. Configuring your htaccess</strong></p>
<p>If you do not have a .htaccess file on your website&#8217;s directory, create it. But don&#8217;t forget that it is a hidden file, if you are using SSH Secure Shell&#8217;s browser, you have to select &#8220;View&#8221; &gt;&gt; &#8221; Show Hidden Files &#8221; to see whether you have created one, before.</p>
<p>Now, add the following code to your .htaccess file.</p>
<p><code>AuthName "Restricted Area"<br />
AuthType Basic<br />
AuthUserFile /&lt;fullpath&gt;/yourwebsite.com/private-folder/.htpasswd<br />
require valid-user</code></p>
<p>After AuthName field, write a message that will be seen on the authentication screen and don&#8217;t forget to add your fullpath after the AuthUserFile field. It is usually something like this: AuthUserFile /home/.servername/www/yourdomain.com/ .htpasswd</p>
<p><strong>2. Configuring your .htpasswd</strong></p>
<p>.htpasswd is a hidden file that has the encrypted password combinations of your users for authentication. It must be put in a non-public folder, to prevent visitors from viewing this file via a browser. You can put it such as directly above your public HTML folder. Now you understand what it stands for. This htpasswd can be directly created via command line of Linux servers. On the prompt screen of your linux server, type the following command and be sure to run this command above your html folder:</p>
<p><code>htpasswd -cmd .htpasswd &lt;username&gt;</code></p>
<p>You&#8217;ll be prompted to write your desired password. After that, go to yourwebsite.com/private-folder/ to see if everything is ok. You&#8217;ll be asked to login with your username and password.</p>
<p><strong>3. Adding More Users</strong></p>
<p>Adding more users is easy. Just type the following command on the command screen of your server:</p>
<p><code>htpasswd .htaccess </code></p>
<p>Type the desired password and that&#8217;s all.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Flinux%2Fpassword-protected-pages-htpasswd-htaccess%2F&amp;linkname=Password%20Protected%20Pages%3A%20Htpasswd%20and%20Htaccess"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/linux/password-protected-pages-htpasswd-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

