<?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>Developer OneNote &#187; WordPress</title>
	<atom:link href="http://devonenote.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +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>Configure WordPress to Use Proxy</title>
		<link>http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configure-wordpress-to-use-proxy</link>
		<comments>http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 11:01:17 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/</guid>
		<description><![CDATA[If you setup a WordPress site on a server in intranet behind a proxy, you might get following error when you search plugins and themes in admin console. An Unexpected HTTP Error occured during the API request. This is because &#8230; <a href="http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you setup a WordPress site on a server in intranet behind a proxy, you might get following error when you search plugins and themes in admin console.
<p class="textborder">An Unexpected HTTP Error occured during the API request.</p>
<p>This is because WordPress does not know the proxy server to talk to external internet. To resolve this, simply enable proxy by adding following lines to wp-config.php file</p>
<p class="textborder">define(&#8216;WP_PROXY_HOST&#8217;, &#8217;192.168.110.1&#8242;);    <br />define(&#8216;WP_PROXY_PORT&#8217;, &#8217;80&#8242;); </p>
<p>Replace 192.168.110.1 and 80 with your actual proxy server and port.</p>
<p>If the intranet proxy requires user authentication, appending following lines.</p>
<p class="textborder">define(&#8216;WP_PROXY_USERNAME&#8217;, &#8216;UserName_ReplaceMe&#8217;);    <br />define(&#8216;WP_PROXY_PASSWORD&#8217;, &#8216;UserPassword_ReplaceMe&#8217;);     </p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Remove Admin Bar</title>
		<link>http://devonenote.com/2011/01/wordpress-remove-admin-bar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-remove-admin-bar</link>
		<comments>http://devonenote.com/2011/01/wordpress-remove-admin-bar/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 03:44:30 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2011/01/wordpress-remove-admin-bar/</guid>
		<description><![CDATA[&#160; Admin bar is one of new features in WordPress 3.1. It’s automatically enabled for all logged-on user. To disable the admin bar in WordPress 3.1, append the following code into functions.php file, you can find function.php under the theme &#8230; <a href="http://devonenote.com/2011/01/wordpress-remove-admin-bar/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Admin bar is one of new features in WordPress 3.1. It’s automatically enabled for all logged-on user.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2011/02/image.png"><img style="border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="WordPress 3.1 Admin Bar" border="0" alt="WordPress 3.1 Admin Bar" src="http://devonenote.com/wp-content/uploads/2011/02/image_thumb.png" width="360" height="32" /></a></p>
<p>To disable the admin bar in WordPress 3.1, append the following code into <strong>functions.php</strong> file, you can find function.php under the theme folder.</p>
<p class="textborder">remove_action( &#8216;init&#8217;, &#8216;wp_admin_bar_init&#8217; ); </p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2011/01/wordpress-remove-admin-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Cannot Export</title>
		<link>http://devonenote.com/2010/06/wordpress-3-0-cannot-export/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-3-0-cannot-export</link>
		<comments>http://devonenote.com/2010/06/wordpress-3-0-cannot-export/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:47:45 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/06/wordpress-3-0-cannot-export/</guid>
		<description><![CDATA[WordPress 3.0 is finally released with some great new features. I just upgraded my site to 3.0 today. The upgrade was smooth, however, I find that export doesn’t work any more. When I try to push export button to download &#8230; <a href="http://devonenote.com/2010/06/wordpress-3-0-cannot-export/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-keyword-description/' rel='bookmark' title='WordPress Keyword Description'>WordPress Keyword Description</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 is finally released with <a href="http://devonenote.com/2010/04/wordpress-3-0-features/" target="_blank">some great new features</a>.</p>
<p>I just upgraded my site to 3.0 today. The upgrade was smooth, however, I find that export doesn’t work any more. When I try to push export button to download posts xml file locally, I get following error.</p>
<p class="textborder"><b>Warning</b>: Illegal offset type in isset or empty in <b>/home/content/22/5401722/html/wp-includes/taxonomy.php</b> on line <b>176</b>     <br /><b>Warning</b>: Cannot modify header information &#8211; headers already sent by (output started at /home/content/22/5401722/html/wp-includes/taxonomy.php:176) in <b>/home/content/22/5401722/html/wp-admin/includes/export.php</b> on line<b>44</b>     <br /><b>Warning</b>: Cannot modify header information &#8211; headers already sent by (output started at /home/content/22/5401722/html/wp-includes/taxonomy.php:176) in <b>/home/content/22/5401722/html/wp-admin/includes/export.php</b> on line<b>45</b>     <br /><b>Warning</b>: Cannot modify header information &#8211; headers already sent by (output started at /home/content/22/5401722/html/wp-includes/taxonomy.php:176) in <b>/home/content/22/5401722/html/wp-admin/includes/export.php</b> on line<b>46</b></p>
<p><a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F" target="_blank">WordPress FAQ</a> suggests checking spaces in wp-config.php and remove blank spaces before <b><tt>&lt;?php</tt></b> tag or after <b><tt>?&gt;</tt></b> tag, I try and it does not help.</p>
<p>After trying deactivate on every single plug-in, I figure out it’s the plug-in Simple Tags that breaks WordPress 3.0 new export feature. Before Simple Tags owner releasing a fix, you can temp workaround this issue by deactivating Simple Tags plugin. After that, you will be able to get exported xml file to save.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-keyword-description/' rel='bookmark' title='WordPress Keyword Description'>WordPress Keyword Description</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/06/wordpress-3-0-cannot-export/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Beta 2 Released</title>
		<link>http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-3-0-beta-2-released</link>
		<comments>http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/#comments</comments>
		<pubDate>Fri, 07 May 2010 13:21:25 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/</guid>
		<description><![CDATA[WordPress team has announced WordPress 3.0 beta 2 is shipped. It seems that release candidate will be coming very soon. Things to test in 3.0 beta 2 Revised menu user interface Changes to the WordPress exporter and importer to make &#8230; <a href="http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-beta-is-released/' rel='bookmark' title='Windows Live Essentials Beta is released'>Windows Live Essentials Beta is released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-keyword-description/' rel='bookmark' title='WordPress Keyword Description'>WordPress Keyword Description</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h4>WordPress team has announced <a href="http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/">WordPress 3.0 beta 2 is shipped</a>. It seems that release candidate will be coming very soon.</h4>
<h3>Things to test in 3.0 beta 2</h3>
<ul>
<li>Revised menu user interface </li>
<li>Changes to the WordPress exporter and importer to make it more flexible </li>
</ul>
<h3>WordPress 3.0 changes</h3>
<p>Check out my previous post <a href="http://devonenote.com/2010/04/wordpress-3-0-features/" target="_blank">WordPress 3.0 Features</a>. I will keep updating there.</p>
<p>Note: it’s recommended not try beta version WordPress on production site.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/windows-live-essentials-beta-is-released/' rel='bookmark' title='Windows Live Essentials Beta is released'>Windows Live Essentials Beta is released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-keyword-description/' rel='bookmark' title='WordPress Keyword Description'>WordPress Keyword Description</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Keyword Description</title>
		<link>http://devonenote.com/2010/04/wordpress-keyword-description/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-keyword-description</link>
		<comments>http://devonenote.com/2010/04/wordpress-keyword-description/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 20:09:59 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/wordpress-keyword-description/</guid>
		<description><![CDATA[In most of WordPress themes, there is not meta description and meta keywords handle. This result every page of site has a empty description and keyword in page header, which is not good from search engine’s perspective. This can be &#8230; <a href="http://devonenote.com/2010/04/wordpress-keyword-description/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In most of WordPress themes, there is not meta description and meta keywords handle. This result every page of site has a empty description and keyword in page header, which is not good from search engine’s perspective.</p>
<p>This can be workaround by installing plug All in One SEO. But for those who concern plugin will slow down their sites, here is a simple hack, all needs to do here is just adding a few lines in header.php.</p>
<p>Firstly open header.php, find this line &lt;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=&lt;?php bloginfo(&#8216;charset&#8217;); ?&gt;&#8221; /&gt;</p>
<p><span id="more-306"></span>Secondly, add following code after it.</p>
<p class="textborder">
&lt;?php if (is_single()){<br />
$description =  substr(strip_tags($post-&gt;post_content),0,220);<br />
$keywords = &#8220;&#8221;;<br />
$tags = wp_get_post_tags($post-&gt;ID);<br />
foreach ($tags as $tag ) {<br />
$keywords = $keywords . $tag-&gt;name . &#8220;, &#8220;;<br />
}<br />
}else{<br />
$description = &#8220;<span style="color: #ff0000;">REPLACE W HOMEPAGE DESCRIPTION STRINGS</span>&#8220;;<br />
$keywords = &#8220;<span style="color: #ff0000;">REPLACE W HOMEPAGE KEYWORDS</span>&#8220;;<br />
}<br />
?&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;?php echo $keywords; ?&gt;&#8221; /&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php echo $description; ?&gt;&#8221; /&gt;
</p>
<p>Here is how it works, when a web page is loaded, wordpress will check page type, if it’s a single post, tags strings will be set as keywords and the first 220 letters of post will be set as descriptions. Otherwise, a hard coded keyword and description strings will be set.</p>
<p>Now giving up adding keywords and description in every single post and get rid of All in One SEO.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/wordpress-keyword-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Features</title>
		<link>http://devonenote.com/2010/04/wordpress-3-0-features/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-3-0-features</link>
		<comments>http://devonenote.com/2010/04/wordpress-3-0-features/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:42:00 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/wordpress-3-0-features/</guid>
		<description><![CDATA[WordPress 3.0 has a few great new features and improvement. Ability to Choose Username When Installing WordPress In previous version WordPress, default username for Admin is hard coded as admin. In WordPress 3.0, this secure hole is fixed, default user &#8230; <a href="http://devonenote.com/2010/04/wordpress-3-0-features/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 has a few great new features and improvement.</p>
<h2>Ability to Choose Username When Installing WordPress</h2>
<p>In previous version WordPress, default username for Admin is hard coded as admin. In WordPress 3.0, this secure hole is fixed, default user name can be customized when you install WordPress.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image11.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image1_thumb.png" width="560" height="416" /></a></p>
<p><span id="more-266"></span><strong>New default theme Twenty Ten</strong>
<p>In WordPress 3.0,&#160; the default theme is replaced with a new theme named Twenty Ten. This is a good example theme for theme developers.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image5.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image5_thumb.png" width="560" height="463" /></a></p>
<h2>Enhanced Theme Management</h2>
<p>In WordPress 3.0, a new tab is created for theme installation.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image8.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image8_thumb.png" width="560" height="224" /></a></p>
<h2>Customized Background</h2>
<p>In WordPress 3.0, you will be able to change background by uploading your own images. Enable customized Background is as simple as just adding following line in function.php under the theme</p>
<p class="textborder">add_custom_background();</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image2.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb2.png" width="136" height="240" /></a></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image14.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image14_thumb.png" width="480" height="492" /></a></p>
<h2>Multisite Support</h2>
<p>In WordPress 3.0, you now have the ability to create a network of sites. To enable the Network menu item, you must first define multisite in the wp-config.php file.</p>
<p>Open up wp-config.php and add this line</p>
<p class="textborder">define (&#8216;WP_ALLOW_MULTISITE&#8217;, true);</p>
<p>Once Multisite is enabled in wp-config.php, you will be able to create network from Tools –&gt; Network.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image3.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb3.png" width="138" height="240" /></a></p>
<h2>Enhanced Export feature</h2>
<p>In WordPress 3.0, there are more options for site export. Users are able to export posts for a certain data or a contain catalog/tag.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/05/image4.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://devonenote.com/wp-content/uploads/2010/05/image_thumb4.png" width="560" height="292" /></a></p>
<p>Also one feature still under construction is create customized menu. The UI development is not complement so it’s possible layout and functionality is changed in final release. There are also other improvements we will see when 3.0 is official released to public.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/wordpress-3-0-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forget WordPress Admin Password</title>
		<link>http://devonenote.com/2010/03/forget-wordpress-admin-password/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=forget-wordpress-admin-password</link>
		<comments>http://devonenote.com/2010/03/forget-wordpress-admin-password/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 18:42:08 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/03/forget-wordpress-admin-password/</guid>
		<description><![CDATA[After setup local WordPress environment, WordPress will generate a password for admin logon. The password is so strong that forget the password can easily happen. The easiest way to get admin password back is reset it again in database. Here &#8230; <a href="http://devonenote.com/2010/03/forget-wordpress-admin-password/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/">setup local WordPress environment</a>, WordPress will generate a password for admin logon. The password is so strong that forget the password can easily happen. The easiest way to get admin password back is reset it again in database.</p>
<p>Here is the SQL command that will do it:</p>
<p>UPDATE &#8216;wp_users&#8217; SET &#8216;user_pass&#8217; = MD5(&#8216;<span style="color: #ff0000;">PASSWORD</span>&#8216;) WHERE &#8216;user_login&#8217; =&#8217;admin&#8217; LIMIT 1;</p>
<p>Note you need update red PASSWORD to the real password you want reset.</p>
<p>After the command succeeds, you will be able to login to WordPress with new password.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2011/02/configure-wordpress-to-use-proxy/' rel='bookmark' title='Configure WordPress to Use Proxy'>Configure WordPress to Use Proxy</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/03/forget-wordpress-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Local WordPress Environment on Windows</title>
		<link>http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-local-wordpress-environment-on-windows</link>
		<comments>http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 18:14:11 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Development Resources]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Platform Installer]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows How to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/</guid>
		<description><![CDATA[WordPress is one of most popular blog applications. This application is very easy to use however setup a local environment for theme or plugin development on windows system is not that easy for bloggers. In this post, I will walk &#8230; <a href="http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/manage-hyper-v-remotely-from-windows-7/' rel='bookmark' title='Manage Hyper-V remotely from windows 7'>Manage Hyper-V remotely from windows 7</a></li>
<li><a href='http://devonenote.com/2011/02/install-remote-server-administration-tools-on-windows-7-sp1/' rel='bookmark' title='Install Remote Server Administration Tools on Windows 7 SP1'>Install Remote Server Administration Tools on Windows 7 SP1</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WordPress is one of most popular blog applications. This application is very easy to use however setup a local environment for theme or plugin development on windows system is not that easy for bloggers. In this post, I will walk thru you how to setup local WordPress environment using Microsoft Web Platform Installer 2.0 with just a few clicks. (I am using 64bit Windows 7 in this tutorial but same steps work windows server 2008 as well)</p>
<p><span id="more-172"></span>1. Install latest Web Platform Installer 2.0 from Microsoft <a href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx" target="_blank">download site</a></p>
<p>2. Launch Web Platform Installer 2.0, click Windows Application tab and check WordPress, the PHP option will be automatically selected</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image3.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install Launch" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb3.png" border="0" alt="Web Platform Install Launch" width="560" height="415" /></a></p>
<p>The cool thing here is that Web Platform Installer 2.0 is smart enough to know all the dependencies for WordPress and it will automatically download and install all the required components for you. Take my Win7 system as example, Web Platform Installer will download and install MySQL 5.1 and PHP 5, it also configures IIS settings prior to WordPress installation.</p>
<p>3. Click Install to start the installation.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install Installation" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb4.png" border="0" alt="Web Platform Install Installation" width="560" height="383" /></p>
<p>4. Input root password for MySQL administrator when you are asked to.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image4.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install MySQL" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb5.png" border="0" alt="Web Platform Install MySQL" width="560" height="383" /></a></p>
<p>5. Web Platform Installer will download and install all necessary dependencies seamlessly.</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image5.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install Install PHP" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb6.png" border="0" alt="Web Platform Install Install PHP" width="560" height="383" /></a></p>
<p>6. Once Installation is done, Web Platform Installer will ask your input for an one time site configuration.</p>
<ul>
<li>In Step 1, Web Site drop down,
<ul>
<li>If Default Website is selected, Web Platform Installer will create local WordPress site using <a href="http://localhost/wordpress" target="_blank">http://localhost/wordpress</a></li>
<li>If New Website is selected, Web Platform Installer will create local WordPress site using <a href="http://localhost/" target="_blank">http://localhost/</a></li>
</ul>
</li>
<li>In step 2, you can get security keys for <a href="http://api.wordpress.org/secret-key/1.1/" target="_blank">http://api.wordpress.org/secret-key/1.1/</a> for Unique Key for Passwords, Unique Key for Secure Passwords, Unique Key for Authentication, Unique Key for Secure Authentication.</li>
</ul>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image6.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install Site Information" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb7.png" border="0" alt="Web Platform Install Site Information" width="560" height="383" /></a></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image7.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install App Information" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb8.png" border="0" alt="Web Platform Install App Information" width="560" height="383" /></a></p>
<p>7. Click Continue and now you should see a WordPress installed successfully screenshot:</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image8.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install Complete" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb9.png" border="0" alt="Web Platform Install Complete" width="560" height="383" /></a></p>
<p>8. Click Launch WordPress link and you will see the famous file minute WordPress installation process. Have fun!</p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image9.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Web Platform Install WordPress homepage" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb10.png" border="0" alt="Web Platform Install WordPress homepage" width="560" height="482" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/03/forget-wordpress-admin-password/' rel='bookmark' title='Forget WordPress Admin Password'>Forget WordPress Admin Password</a></li>
<li><a href='http://devonenote.com/2010/04/manage-hyper-v-remotely-from-windows-7/' rel='bookmark' title='Manage Hyper-V remotely from windows 7'>Manage Hyper-V remotely from windows 7</a></li>
<li><a href='http://devonenote.com/2011/02/install-remote-server-administration-tools-on-windows-7-sp1/' rel='bookmark' title='Install Remote Server Administration Tools on Windows 7 SP1'>Install Remote Server Administration Tools on Windows 7 SP1</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

