<?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>LinuxMonk &#187; Web</title>
	<atom:link href="http://www.linuxmonk.org/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmonk.org</link>
	<description>A Journey Towards Infinity...</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:32:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Password Protected WordPress blog</title>
		<link>http://www.linuxmonk.org/2010/01/06/password-protected-wordpress-blog/</link>
		<comments>http://www.linuxmonk.org/2010/01/06/password-protected-wordpress-blog/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:36:22 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=315</guid>
		<description><![CDATA[A simple way to have a password protected wordpress.org blog. You may ask, if a blog is to be password protected, what is the need for it. Sometimes we may need a small office or company internal blog which may have confidential information of the company. Here you go Add the following code to the [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->A simple way to have a password protected wordpress.org blog. You may ask, if a blog is to be password protected, what is the need for it. Sometimes we may need a small office or company internal blog which may have confidential information of the company. Here you go</p>
<p>Add the following code to the beginning of the index.php file of the Theme you are using.</p>
<blockquote><p>&lt;?php<br />
if (!is_user_logged_in()) {<br />
auth_redirect();<br />
}<br />
?&gt;</p></blockquote>
<p>And thats it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2010/01/06/password-protected-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug a gift for WebDevelopers</title>
		<link>http://www.linuxmonk.org/2009/08/25/firebug-a-gift-for-webdevelopers/</link>
		<comments>http://www.linuxmonk.org/2009/08/25/firebug-a-gift-for-webdevelopers/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:41:30 +0000</pubDate>
		<dc:creator>Rosario</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.linuxmonk.org/?p=295</guid>
		<description><![CDATA[Firebug is a firefox plugin, which converts a simple browsers into a powerful debugging tool. When I was learning how to develop a Drupal module i came across the term Firebug. Now it has become part of my life. The day i found firebug, I was just thinking why it didn&#8217;t come to my sight [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Firebug is a firefox plugin, which converts a simple browsers into a powerful debugging tool. When I was learning how to develop a Drupal module i came across the term Firebug. Now it has become part of my life. The day i found firebug, I was just thinking why it didn&#8217;t come to my sight all these days when i was surfing the net.</p>
<p style="margin-bottom: 0in;">Firebug, gives so many reasons for a web developer to use it. May be let me list in what all ways Firebug helped me</p>
<ol>
<li>It was very hard to find the bugs 	in Java Script. Most of the time if there is a syntax error, the 	code would not respond, Firebug often helps me in tracking the bug 	in the Java script.</li>
<li>Tracing through the HTML code. 	When you keep your mouse on each HTML, tag below Firebug will 	highlight the content at the top of the screen. It would be so 	helpful to trace, which part of the HTML creates a particular 	segment.</li>
<li>Then it can also trace CSS. Most 	commonly when you are trying to edit a template to create you 	website. Firebug when play a greater role in it.</li>
<li>I don&#8217;t think its over, but I am 	using Firebug for all these, still very often it gets updated with 	new features added.</li>
</ol>
<p style="margin-bottom: 0in;">Firefox is the Browser that i really love and the two plugins Delicious and Firebug have become my intimate these days, helping me every moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmonk.org/2009/08/25/firebug-a-gift-for-webdevelopers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
