<?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>Beta Thoughts &#187; Tech Tips</title>
	<atom:link href="http://pnarula.com/category/tech-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://pnarula.com</link>
	<description>My IT Life: Enjoying Every Moment of IT</description>
	<lastBuildDate>Sat, 05 May 2012 18:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Everybody loves Documentation</title>
		<link>http://pnarula.com/2004/everybodys-loves-documentation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=everybodys-loves-documentation</link>
		<comments>http://pnarula.com/2004/everybodys-loves-documentation/#comments</comments>
		<pubDate>Sat, 25 Dec 2004 23:14:03 +0000</pubDate>
		<dc:creator>pankaj</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://pnarula.com/archives/2004/12/25/everybodys-loves-documentation/</guid>
		<description><![CDATA[Being a consultant you are constantly, though rightfully, asked by the clients to document everything before you leave. Now updating my personal blog I am my own client so why be partial towards oneself. Here is what I did to &#8230; <a href="http://pnarula.com/2004/everybodys-loves-documentation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Being a consultant you are constantly, though rightfully, asked by the clients to document everything before you leave. Now updating my personal blog I am my own client so why be partial towards oneself. Here is what I did to update Beta Thoughts to version 3.0.</p>
<p>1. Download <a href="http://wordpress.org/nightly">Latest Nightly</a></p>
<p>2. Adapt Ryan&#8217;s <a href="http://boren.nu/archives/2004/10/10/kubrick-130-rc2/">Kubrick Theme</a><br />
	a. style.css for width and color changes<br />
	b. header.php for header image width<br />
	c. Create pages for Links template and Archives template</p>
<p>3. Introduce Navigation based on Listamatic&#8217;s <a href="http://css.maxdesign.com.au/listamatic/horizontal01.htm">Simple Horizontal List</a><br />
	a. style.css for navlist<br />
	b. create a navigation.php and include it in header.php to show on every page</p>
<p>4. Plugins<br />
	a. Brian&#8217;s <a href="http://meidell.dk/archives/2004/09/12/brians-latest-comments/">Latest Comment</a> for Activity in the sidebar -<br />
	b. Nick Momriks <a href="http://mtdewvirus.com/wp-hacks/">Recent Posts </a>for Other Recent Posts in the sidebar<br />
	c. Alex&#8217;s <a href="http://www.w-a-s-a-b-i.com/archives/2004/05/26/wordpress-related-entries-plugin/">Related Posts</a> on the Single Post page<br />
	d. Kitten&#8217;s <a href="http://blog.mookitty.co.uk/devblog/kittens-spam-words/">Spam Words</a><br />
	e. Matt&#8217;s <a href="http://wordpress.org/support/10/16642/">Spam Stopgap</a></p>
<p>5. Announce on WordPress Support <a href="http://wordpress.org/support/11/19321/">Forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pnarula.com/2004/everybodys-loves-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My wordpress install process</title>
		<link>http://pnarula.com/2004/wp-process/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wp-process</link>
		<comments>http://pnarula.com/2004/wp-process/#comments</comments>
		<pubDate>Mon, 06 Dec 2004 02:39:54 +0000</pubDate>
		<dc:creator>pankaj</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://pnarula.com/archives/2004/12/05/wp-process/</guid>
		<description><![CDATA[In the past year I have installed wordpress so many times that installation of it has become a very trivial process for me. Of course wordpress developers have worked to make it this simple. Here is the process I follow &#8230; <a href="http://pnarula.com/2004/wp-process/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the past year I have installed wordpress so many times that installation of it has become a very trivial process for me. Of course <a href="http://planet.wordpress.org/">wordpress developers </a>have worked to make it this simple. Here is the process I follow</p>
<ol>
<li>Create the database for WP from cpanel.</li>
<li>Create the user for this DB or use an existing user. Assign ALL_PRIVILEGES to this user for the newly created database.</li>
<li>Download the latest WP nightly from wordpress site and extract it in a separate directory. This will create a wordpress directory.</li>
<li>Change to this directory and copy wp-config-sample.php file as wp-config.php.<br />
Edit wp-config.php file to reflect the settings for database, db user, and db password created above.</li>
<p> <span id="more-74"></span></p>
<li>Create a directory called languages in wp-include. Copy the  hi.mo or language machine object file to the languages directory. This step is necessary if you want to have the wordpress in any other language than English.</li>
<li>Rename the wordpress directory the name you want for example â€˜blogâ€™.</li>
<li>Move this blog directory underneath your web document root.</li>
<li>Visit this page if the install.php links shows click on it.</li>
<li>This will be step 1 â€“ give a name to your blog. Go to step 2.</li>
<li>Jot down the admin password from step 2. Your wordpress is installed now.</li>
<li>Login into wordpress using the admin/password. Change the password to your own password you can remember.</li>
<li>At this point you can download plugins, themes etc and activate them. You can configure WordPress to your liking like changing the links, date format, permalinks etc.</li>
<p> </></ol>
]]></content:encoded>
			<wfw:commentRss>http://pnarula.com/2004/wp-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut shutdown</title>
		<link>http://pnarula.com/2004/pcworldcom-busting-the-biggest-pc-myths/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pcworldcom-busting-the-biggest-pc-myths</link>
		<comments>http://pnarula.com/2004/pcworldcom-busting-the-biggest-pc-myths/#comments</comments>
		<pubDate>Wed, 14 Jul 2004 13:49:46 +0000</pubDate>
		<dc:creator>pankaj</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://pnarula.com/archives/2004/07/14/pcworldcom-busting-the-biggest-pc-myths/</guid>
		<description><![CDATA[A nice tip from PCWorld.com &#8211; Busting the Biggest PC Myths If you&#8217;re using Windows XP, right-click the desktop, choose New, Shortcut, type shutdown -s -t 00, click Next, give the shortcut a name (for example, Shutdown), and click Finish. &#8230; <a href="http://pnarula.com/2004/pcworldcom-busting-the-biggest-pc-myths/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A nice tip from<a href="http://www.pcworld.com/news/article/0,aid,116572,pg,3,00.asp"> PCWorld.com &#8211; Busting the Biggest PC Myths</a></p>
<blockquote><p>
If you&#8217;re using Windows XP, right-click the desktop, choose New, Shortcut, type <strong>shutdown -s -t 00</strong>, click Next, give the shortcut a name (for example, Shutdown), and click Finish. Next time you need to shut down, click the shortcut icon.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://pnarula.com/2004/pcworldcom-busting-the-biggest-pc-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

