<?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>nazham.com &#187; Wordpress</title>
	<atom:link href="http://nazham.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Tue, 01 Jun 2010 06:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solve Operation Timed Out Error When Upgrading Wordpress</title>
		<link>http://nazham.com/2009/02/14/solve-operation-timed-out-error-when-upgrading-wordpress/</link>
		<comments>http://nazham.com/2009/02/14/solve-operation-timed-out-error-when-upgrading-wordpress/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:21:01 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=835</guid>
		<description><![CDATA[Wordpress 2.7 comes with a built-in automatic upgrade utilities, inside the control panel. Recently, Wordpress has just released version 2.7.1. I would like to upgrade it automatically, to save me the hassle of downloading, ftp-ing or installing it manually.
However, many times have I experienced &#8220;Operation Timed Out&#8221; followed by &#8220;Installation Failed&#8221; when doing so. Below [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/" target="_blank">Wordpress</a> 2.7 comes with a built-in <strong>automatic upgrade</strong> utilities, inside the control panel. Recently, Wordpress has just <a href="http://wordpress.org/development/2009/02/wordpress-271/" target="_blank">released version 2.7.1</a>. I would like to upgrade it automatically, to save me the hassle of downloading, ftp-ing or installing it manually.<br />
However, many times have I experienced &#8220;Operation Timed Out&#8221; followed by &#8220;Installation Failed&#8221; when doing so. Below are the error I&#8217;m talking about (or something similar):</p>
<p><strong>Downloading update from http://wordpress.org/wordpress-2.7.1.zip</strong></p>
<p><strong> Download failed.: Operation timed out after 30000 milliseconds with 351500 bytes received</strong></p>
<p><strong> Installation Failed</strong></p>
<p>Below is what I did to resolve the error:</p>
<p>1. Go to your Wordpress installation directory on your website.<br />
2. Go to /wp-admin/includes/ folder.<br />
3. Open/edit the file.php . Or you can download the file to your local computer for editing.<br />
4. Look for the line;<br />
<code>$response = wp_remote_get($url, array(’timeout’ =&gt; 30)); </code><br />
and replace it with;<br />
<code>$response = wp_remote_get($url, array(’timeout’ =&gt; 120));</code></p>
<p>5. Save the file, or upload back the file. Be sure to backup the original file.<br />
6. Try the &#8220;Automatic Upgrade&#8221; once again.</p>
<p>Your upgrade should be working fine now, without the &#8220;Operation Timed Out&#8221; error. You didn&#8217;t hear this from me, it&#8217;s from a reference <a href="http://thedaneshproject.com/posts/download-failed-operation-timed-out-after-30-seconds/" target="_blank">Download failed.: Operation timed out after 30 seconds.</a></p>
<p>- Wordpress: Code is Poetry</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2009%2F02%2F14%2Fsolve-operation-timed-out-error-when-upgrading-wordpress%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2009/02/14/solve-operation-timed-out-error-when-upgrading-wordpress/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Creating an Author Page for your Blog (Wordpress)</title>
		<link>http://nazham.com/2008/12/25/creating-an-author-page-for-your-blog-wordpress/</link>
		<comments>http://nazham.com/2008/12/25/creating-an-author-page-for-your-blog-wordpress/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 17:20:46 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=644</guid>
		<description><![CDATA[Nazham.com have multiple authors. Wouldn&#8217;t it be great if it can display a little info on the authors, along with their list of posts? I&#8217;ve created the page for a while for this site,  now just to share with the viewers. Here&#8217;s how I did it.
1. Create an author.php page. The page can simply be [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Nazham.com have multiple authors. Wouldn&#8217;t it be great if it can display a little info on the authors, along with their list of posts? I&#8217;ve created the page for a while for this site,  now just to share with the viewers. Here&#8217;s how I did it.</p>
<p>1. Create an <strong>author.php</strong> page. The page can simply be done by copying your existing <strong>archives.php</strong> page, and renamed it to<strong> author.php</strong><br />
2. Sample code below. Change the layout as you like to match with your blog&#8217;s theme.</p>
<pre>&lt;!--content--&gt;
&lt;div id="content"&gt;

	&lt;!--left-col--&gt;
	&lt;div id="left-col"&gt;
	  &lt;div class="post"&gt;

	  &lt;!-- This sets the $curauth variable --&gt;
	  &lt;?php
	  if(isset($_GET['author_name'])) :
	  $curauth = get_userdatabylogin($author_name);
	  else :
	  $curauth = get_userdata(intval($author));
	  endif;
	  ?&gt;

	  &lt;h3&gt;About: &lt;?php echo $curauth-&gt;display_name; ?&gt;&lt;/h3&gt;

	  &lt;p&gt;&lt;strong&gt;Website:&lt;/strong&gt;
          &lt;a href="&lt;?php echo $curauth-&gt;user_url; ?&gt;"&gt;
	  &lt;?php echo $curauth-&gt;user_url; ?&gt;&lt;/a&gt;&lt;/p&gt;

	  &lt;p&gt;&lt;strong&gt;Profile:&lt;/strong&gt;
          &lt;?php echo $curauth-&gt;user_description; ?&gt;&lt;/p&gt;

	  &lt;h3&gt;Posts by &lt;?php echo $curauth-&gt;display_name; ?&gt;:&lt;/h3&gt;
	  &lt;ul&gt;
	    &lt;!– The Loop –&gt;
	    &lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
		&lt;li&gt;
			&lt;em&gt;&lt;?php the_time('M jS, Y') ?&gt;&lt;/em&gt;
                        &lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark"
                        title="Permanent Link: &lt;?php the_title(); ?&gt;"&gt;
			&lt;?php the_title(); ?&gt;&lt;/a&gt;
		&lt;/li&gt;
	  &lt;?php endwhile; else: ?&gt;
		&lt;p&gt;&lt;?php _e('No posts by this author.'); ?&gt;&lt;/p&gt;
	  &lt;?php endif; ?&gt;
	  &lt;!– End Loop –&gt;
	  &lt;/ul&gt;
	  &lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;!--content-end--&gt;</pre>
<p>The code above will display the author&#8217;s name, website, profile and the author&#8217;s posts.</p>
<p>3. To create the author&#8217;s link (maybe somewhere at the post title of your index page), simply put the code below:<br />
<code>&lt;?php the_author_posts_link(); ?&gt;</code></p>
<p>Resource:<br />
1. <a href="http://wphacks.com/how-to-adding-an-author-page-to-your-wordpress-blog/" target="_blank">How To: Adding An Author Page To Your WordPress Blog</a><br />
2. <a href="http://codex.wordpress.org/Author_Templates" target="_blank">Wordpress Author Templates</a></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F12%2F25%2Fcreating-an-author-page-for-your-blog-wordpress%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/12/25/creating-an-author-page-for-your-blog-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 &#8220;Coltrane&#8221; Available Now</title>
		<link>http://nazham.com/2008/12/11/wordpress-27-coltrane-available-now/</link>
		<comments>http://nazham.com/2008/12/11/wordpress-27-coltrane-available-now/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:49:27 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=620</guid>
		<description><![CDATA[Following my previous post, Wordpress 2.7 Coming Tomorrow, which meant to Wordpress.com users, the self-hosted version is available NOW. WordPress 2.7 &#8220;Coltrane&#8221;, is available on Wordpress.org site. When you logged in to your Wordpress control panel, you will be prompt with a &#8220;WordPress 2.7 is available!&#8221; notification.
Enjoy your new Wordpress release !  


No related [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Following my previous post, <a href="http://nazham.com/2008/12/04/wordpress-27-coming-tomorrow/" target="_blank">Wordpress 2.7 Coming Tomorrow</a>, which meant to <a href="http://wordpress.com/" target="_blank">Wordpress.com</a> users, the <strong>self-hosted version</strong> is available NOW. <a href="http://wordpress.org/development/2008/12/coltrane/" target="_blank">WordPress 2.7 &#8220;Coltrane&#8221;</a>, is available on <a href="http://wordpress.org/" target="_blank">Wordpress.org</a> site. When you logged in to your Wordpress control panel, you will be prompt with a &#8220;WordPress 2.7 is available!&#8221; notification.</p>
<div id="attachment_623" class="wp-caption aligncenter" style="width: 476px"><a href="http://nazham.com/wp-content/uploads/2008/12/wordpress27.png"><img class="size-full wp-image-623" title="Wordpress 2.7" src="http://nazham.com/wp-content/uploads/2008/12/wordpress27.png" alt="Wordpress 2.7" width="466" height="303" /></a><p class="wp-caption-text">Wordpress 2.7</p></div>
<p>Enjoy your new Wordpress release ! <img src='http://nazham.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F12%2F11%2Fwordpress-27-coltrane-available-now%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/12/11/wordpress-27-coltrane-available-now/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 coming tomorrow</title>
		<link>http://nazham.com/2008/12/04/wordpress-27-coming-tomorrow/</link>
		<comments>http://nazham.com/2008/12/04/wordpress-27-coming-tomorrow/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:18:34 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=609</guid>
		<description><![CDATA[According to DownloadSquad and Wordpress.com, Wordpress 2.7 is coming out tomorrow.
As promised, here is the advance notice that WordPress 2.7 is coming to WordPress.com, and will go live on Thursday, December 4, 2008 at 8pm Eastern Time.
That&#8217;s 9 a.m. in Kuala Lumpur!
WordPress 2.7 represents a huge shift away from earlier versions of WordPress &#8211; at least [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.downloadsquad.com/2008/12/03/wordpress-2-7-coming-tomorrow/" target="_blank">DownloadSquad</a> and <a href="http://en.blog.wordpress.com/2008/12/03/27-gets-here-in-two-days/" target="_blank">Wordpress.com</a>, Wordpress 2.7 is coming out tomorrow.</p>
<blockquote><p>As promised, here is the advance notice that WordPress 2.7 is coming to WordPress.com, and will go live on Thursday, December 4, 2008 at 8pm Eastern Time.</p></blockquote>
<p>That&#8217;s 9 a.m. in Kuala Lumpur!</p>
<blockquote><p>WordPress 2.7 represents a huge shift away from earlier versions of WordPress &#8211; at least in the administration area. Most of the changes will be visible to bloggers, but not blog readers. But the changes in the admin area are huge. First, the navigation menus have all been moved to the left side of the screen, giving you more room at the top of the page. The submenus are all also collapsible, which allows you to navigate the administration interface without reloading the page as often.</p></blockquote>
<p>A screenshot from RC1:<br />
<div id="attachment_611" class="wp-caption alignnone" style="width: 310px"><a href="http://nazham.com/wp-content/uploads/2008/12/wordpress-27.jpg"><img class="size-medium wp-image-611" title="wordpress-27" src="http://nazham.com/wp-content/uploads/2008/12/wordpress-27-300x182.jpg" alt="Wordpress 2.7" width="300" height="182" /></a><p class="wp-caption-text">Wordpress 2.7</p></div></p>
<p>I just can&#8217;t wait to load it when it comes out.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F12%2F04%2Fwordpress-27-coming-tomorrow%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/12/04/wordpress-27-coming-tomorrow/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Protect Your Wordpress Directory from Public Browsing</title>
		<link>http://nazham.com/2008/11/10/protect-your-wordpress-directory-from-public-browsing/</link>
		<comments>http://nazham.com/2008/11/10/protect-your-wordpress-directory-from-public-browsing/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:59:06 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=518</guid>
		<description><![CDATA[Found a really good Wordpress security tips a while ago:
Directories should not be left open for public browsing.
There is a potential problem letting people know what plug-ins you have, or what versions they are. If there is some known exploit that is linked to a plug-in, it could be easy enough for someone to use [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Found a really good <a href="http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html" target="_blank">Wordpress security tips</a> a while ago:</p>
<p><strong>Directories should not be left open for public browsing.</strong></p>
<p>There is a potential problem letting people know what plug-ins you have, or what versions they are. If there is some known exploit that is linked to a plug-in, it could be easy enough for someone to use it to their advantage.</p>
<p>To test whether your site is vulnerable to this issue, just go to http://&lt;your_site&gt;/wp-content/plugins<br />
Your site SHOULDN&#8217;T be listing all the plug-ins available on your site.</p>
<p>It&#8217;s fairly simple to protect your Wordpress installation from public browsing:<br />
1. Make an empty wp-content/plugins/index.html file<br />
Or<br />
2. just add this line in your .htaccess file in your root:<br />
<code>Options All -Indexes</code></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F11%2F10%2Fprotect-your-wordpress-directory-from-public-browsing%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/11/10/protect-your-wordpress-directory-from-public-browsing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
