<?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>Sunils blog &#187; Wordpress</title>
	<atom:link href="http://www.myhtmlworld.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhtmlworld.com</link>
	<description>myhtmlworld.com</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:27:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wp-nyro, A WordPress plugin for thickbox alternative</title>
		<link>http://www.myhtmlworld.com/wordpress/wp-nyro-a-wordpress-plugin-for-thickbox-alternative.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/wp-nyro-a-wordpress-plugin-for-thickbox-alternative.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 03:11:06 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=603</guid>
		<description><![CDATA[NyroModal is a jQuery plugin. You can use this as an alternate for Thickbox. Since Thickbox has stopped their support, I decided to use NyroModal. Today I developed a plugin for WordPress called wp-nyro. Integrate nyroModal jquery plugin into your blogs. Open images and native galleries on the same window without touching the html code. [...]]]></description>
			<content:encoded><![CDATA[<p>NyroModal is a jQuery plugin. You can use this as an alternate for Thickbox. Since Thickbox has stopped their support, I decided to use NyroModal. Today I developed a plugin for WordPress called wp-nyro.</p>
<p>Integrate nyroModal jquery plugin into your blogs. Open images and native galleries on the same window without touching the html code. Wp-nyro is very simple WordPress plugin. It can be easily integrate into your front-end blogs.</p>
<p><span id="more-603"></span></p>
<h3>Integration</h3>
<p>Once you have activated the plugin, it will open the images in the nyro modal. If you want to decide not to use this modal for a particular image you have the option in the backend. See the below attached figure.</p>
<p><a class="nyroModal" title="wp-nyro" rel="same-post-603" href="http://www.myhtmlworld.com/wp-content/uploads/2010/09/wp-nyro.jpg"></a></p>
<p>Please click on the above image and check how it works.</p>
<p>In the plugin I have used jQuery which is already available with your WordPress installation and jquery.nyroModal.js.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-nyro/">Download wp-nyro plugin from wordpress plugin archive</a> | <a href="http://nyromodal.nyrodev.com/">visit nyroModal </a></p>
<p>Please feel free to comment it about my plugin, use the below comment form. Also if you are interested how to use thickbox in wordpress with out a plugin? Please check this post &#8211; <a href="http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html">Create Thickbox in WordPress with just 3 lines of code.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/wp-nyro-a-wordpress-plugin-for-thickbox-alternative.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing 404,  the wordpress way</title>
		<link>http://www.myhtmlworld.com/wordpress/managing-404-the-wordpress-way.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/managing-404-the-wordpress-way.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:56:52 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[404]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=575</guid>
		<description><![CDATA[Last time, when I change my blogs theme, I have missed some resources and URLs. It was not easy to find all elements in a web page. I already blogged about finding 404 elements, which is available here. How to find the missed URLs easily? It is easy to find the missed URLs. First of [...]]]></description>
			<content:encoded><![CDATA[<p>Last time, when I change my blogs theme, I have missed some resources and URLs. It was not easy to find all elements in a web page. I already blogged about finding <a href="http://en.wikipedia.org/wiki/HTTP_404" target="_blank">404</a> elements, which is <a href="/web-development/finding-404-elements.html">available here</a>.</p>
<h3>How to find the missed URLs easily?</h3>
<p><span id="more-575"></span><br />
It is easy to find the missed URLs. First of all we have to make sure that our blog or website has 404 page. Otherwise you can find how to create a 404 in wordpress blogs from <a href="http://codex.wordpress.org/Creating_an_Error_404_Page" target="_blank">here.</a></p>
<p>Now, after creating the 404, we can add a simple code snippet like this inside between the header and footer and should look like this.</p>
<pre lang="PHP">
 <?php mail(get_option('admin_email'), "404 report", $_SERVER['REQUEST_URI'], "From: 404\n");?>
</pre>
<p>What it will do?</p>
<p>For each 404 returns it will send email to your admin email account. It is simply cool right?  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/managing-404-the-wordpress-way.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Thickbox in WordPress with just 3 lines of code.</title>
		<link>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 05:41:06 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[no plugin]]></category>
		<category><![CDATA[Thickbox]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=355</guid>
		<description><![CDATA[We already know that WordPress is showing Thickbox in its backend (wp-admin). We can call the same Thickbox in the WordPress theme also. It is very simple and it will help to remove your Thickbox plugin(if you are using it). First of all we need to insert the scripts necessary for creating the Thickbox. As [...]]]></description>
			<content:encoded><![CDATA[<p>We already know that WordPress is showing Thickbox in its backend (wp-admin). We can call the same Thickbox in the WordPress theme also. It is very simple and it will help to remove your Thickbox plugin(if you are using it).</p>
<p>First of all we need to insert the scripts necessary for creating the Thickbox. As I said earlier, WordPress is using jQuery and Thickbox already in its backend. So we just need to call the jquery and thickbox.</p>
<p><span id="more-355"></span></p>
<pre lang="php">
<?php wp_enqueue_style('thickbox'); ?> <!-- inserting style sheet for Thickbox.  -->
<?php wp_enqueue_script('jquery'); ?> <!--  including jquery. -->
<?php wp_enqueue_script('thickbox'); ?> <!--  including Thickbox javascript. -->
</pre>
<p>All these 3 lines of code should insert just before the < ? php wp_head( ) ; ? > function</p>
<p>These codes will include necessary files for your Thickbox. So Thickbox is ready for its functioning. Make sure that you have included < ? php wp_head ( ) ; ? > and < ? php wp_footer( ); ? > in your header and footer files  respectively.</p>
<p>Now we can test it by uploading the image from backend by creating a post. Please note that after the image got uploaded, we need to link the thumbnail image to the original image. And we need to include the class for the anchor tag like this. class=”thickbox”.</p>
<p><a class="thickbox" rel="thickbox-demo"  href="http://www.myhtmlworld.com/wp-content/uploads/2009/07/link-to-image.jpg"></a></p>
<p><a class="thickbox" rel="thickbox-demo" href="http://www.myhtmlworld.com/wp-content/uploads/2009/07/class-thickbox.jpg"></a></p>
<p>Just save the post and see it in your blog.</p>
<p><a class="thickbox" rel="thickbox-demo" href="http://www.myhtmlworld.com/wp-content/uploads/2009/07/myhtmlworld.com-033.jpg"></a></p>
<p>[<strong>update</strong>: Somebody asked me how we can enable the Next and previous button on the thickbox. For getting that functionality we need to add rel="thickbox-demo" or rel="something" next to the thickbox class. So it will look like this<br />
<a rel="thickbox-demo" class="thickbox" href="http://www.myhtmlworld.com/wp-content/uploads/2009/07/thickbox-rel.jpg"></a><br />
 ]</p>
<p>Hope you have like it. <a target="_blank" href="http://twitter.com/sunilsk">Follow me on twitter</a> or subscribe my feed for latest updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/create-thickbox-wordpress.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Upgrade your WordPress blogs to WordPress 2.8 &#8211; more secure, faster</title>
		<link>http://www.myhtmlworld.com/wordpress/upgrade-your-wordpress-blogs-to-wordpress-2-8-more-secure-faster.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/upgrade-your-wordpress-blogs-to-wordpress-2-8-more-secure-faster.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:43:51 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress 2.8]]></category>
		<category><![CDATA[wordpress watch video]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=333</guid>
		<description><![CDATA[Today I have updated my blog to wordpress 2.8 with a single click. I could update my wordpress with in a few seconds thorough its automatic update. New wordpress 2.8 is called Baker. Baker is a noted trumpeter and vocalist. Full features of WordPress 2.8 are available here. (http://codex.wordpress.org/Version_2.8). Watch the video about WordPress 2.8 [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have updated my blog to wordpress 2.8 with a single click. I could update my wordpress with in a few seconds thorough its automatic update.  New wordpress 2.8 is called Baker. Baker is a noted trumpeter and vocalist.   Full features of WordPress 2.8 are available here. (http://codex.wordpress.org/Version_2.8).</p>
<p>Watch the video about WordPress 2.8</p>
<p><embed height="240" width="400" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://v.wordpress.com/Pu3T4X8l"/></p>
<p>Courtesy: WordPress.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/upgrade-your-wordpress-blogs-to-wordpress-2-8-more-secure-faster.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multiple file upload problem in wordpress</title>
		<link>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html#comments</comments>
		<pubDate>Tue, 05 May 2009 02:24:25 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[media upload wordpress]]></category>
		<category><![CDATA[Multiple file upload]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=286</guid>
		<description><![CDATA[It is a long time since i write something under WordPress category. So I would like to share my recent experiment with you. Yesterday I have tried several times to upload multiple files upload in wordress file upload. But it was not success. It will show the crunching bar all the time. After some search [...]]]></description>
			<content:encoded><![CDATA[<p>It is a long time since i write something under WordPress category. So I would like to share my recent experiment with you.</p>
<p>Yesterday I have tried several times to upload multiple files upload in wordress file upload.<br />
<div id="attachment_287" class="wp-caption aligncenter" style="width: 310px"><a class="thickbox" rel="same-post-286" title = "add-files-wordpress" href="http://www.myhtmlworld.com/wp-content/uploads/2009/05/add-files-wordpress.jpg"></a><p class="wp-caption-text">Add files to wordpress</p></div></p>
<p><span id="more-286"></span></p>
<p>But it was not success. It will show the crunching bar all the time.<br />
<a class="thickbox" rel="same-post-286" title = "add-files-wordpress-crunching" href="http://www.myhtmlworld.com/wp-content/uploads/2009/05/add-files-wordpress-crunching.jpg"></a><br />
After some search I found a solution. I added .htaccess file in the wp-admin root. (www.yousite.com/wp-admin/) The content of the .htaccess file should look like this</p>
<pre lang="xml" line="1"><ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule></pre>
<p>This will disable mod_security for the upload file receiving code in the wp-admin directory.</p>
<p>Now I can upload multiple files.</p>
<p>If you are facing the same problem again, checkout this document.<br />
<a href="http://wordpress.org/support/topic/164999">http://wordpress.org/support/topic/164999</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Reknowned sites which use WordPress as their website or blog</title>
		<link>http://www.myhtmlworld.com/wordpress/reknowned-sites-which-use-wordpress-as-their-website-or-blog.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/reknowned-sites-which-use-wordpress-as-their-website-or-blog.html#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:53:32 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress blog]]></category>
		<category><![CDATA[wordpress cms]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=209</guid>
		<description><![CDATA[Here you go some top websites which uses WordPress as their blog system. It shows the power and popularity of wordpress. Smashing Magazine Ajaxian.com Jquery Blog Search Engine Journal NETTUTS i love typography Web designer wall Ford Motor Company &#8211; Global Auto Shows Smashing apps This list is nothing&#8230; but all these sites are entirely [...]]]></description>
			<content:encoded><![CDATA[<p>Here you go some top websites which uses WordPress as their blog system. It shows the power and popularity of wordpress.</p>
<p><a class="thickbox" title="smashing-magazine" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/smashing-magazine.jpg"></a><a href="http://www.smashingmagazine.com/">Smashing Magazine</a></p>
<p><a class="thickbox" title="ajaxian" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/ajaxian.jpg"></a><a title="View all posts filed under Ajaxian.com Announcements" href="http://ajaxian.com">Ajaxian.com</a></p>
<p><a href="http://blog.jquery.com/"></a><a class="thickbox" title="jquery" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/jquery.jpg"></a><a href="http://blog.jquery.com/">Jquery Blog</a></p>
<p><a href="http://www.searchenginejournal.com/"></a><a class="thickbox" title="search-engine-journal" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/search-engine-journal.jpg"></a><a href="http://www.searchenginejournal.com/">Search Engine Journal</a></p>
<p><a href="http://net.tutsplus.com/"></a><a class="thickbox" title="net-tuts" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/net-tuts.jpg"></a><a href="http://net.tutsplus.com/">NETTUTS</a></p>
<p><a class="thickbox" title="i-love-typography" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/i-love-typography.jpg"></a><a href="http://ilovetypography.com/">i love typography</a></p>
<p><a class="thickbox" title="web-designer-wall" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/web-designer-wall.jpg"></a><a href="http://www.webdesignerwall.com/">Web designer wall</a></p>
<p><a class="thickbox" title="ford-motor" rel="same-post-209" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/ford-motor.jpg"></a><a href="http://autoshows.ford.com/">Ford Motor Company &#8211; Global Auto Shows</a></p>
<p></p>
<p><a href="http://www.smashingapps.com/">Smashing apps</a></p>
<p>This list is nothing&#8230; but all these sites are entirely different from one another. Some of them are using wordpress blog as their  content management system. I think sooner or later it will become a good content management system. It is so powerful and flexible. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/reknowned-sites-which-use-wordpress-as-their-website-or-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First plugins that must be installed after WordPress installation</title>
		<link>http://www.myhtmlworld.com/wordpress/first-plugins-after-wordpress-installation.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/first-plugins-after-wordpress-installation.html#comments</comments>
		<pubDate>Sat, 07 Mar 2009 07:50:57 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[All in One SEO Pack]]></category>
		<category><![CDATA[FeedBurner FeedSmit]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics for WordPress]]></category>
		<category><![CDATA[Google XML Sitemaps]]></category>
		<category><![CDATA[WordPress Database Backup]]></category>
		<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=191</guid>
		<description><![CDATA[If we think about a blog site, no other blog service will come to our mind. Yes, wordpress is soo popular and powerful in this section. Because it has good flexibility and plenty of options.   If you would like to enrich your blog, you have to install some plugins. There are a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>If we think about a blog site, no other blog service will come to our mind. Yes, wordpress is soo popular and powerful in this section. Because it has good flexibility and plenty of options.</p>
<p> </p>
<div id="attachment_194" class="wp-caption aligncenter" style="width: 192px"><a class="thickbox" title="Wordpress" rel="same-post-191" href="http://www.myhtmlworld.com/wp-content/uploads/2009/03/wp-logo.jpg"></a><p class="wp-caption-text">Wordpress</p></div>
<p>If you would like to enrich your blog, you have to install some plugins. There are a lot of plugins are available. Even though I think the below listed plugins are very essential for a good blog site. I am just introducing some essential plugins for WordPress</p>
<h3>All in One SEO Pack</h3>
<p>All in one SEO pack will optimize your blog automatically. All in SEO pack has a lot of options. I am listing a few here.</p>
<ul>
<li>Automatic title - Browser window title very important in the view of Search Engines. By default there is a chance of generating duplicate titles by wordpress. All in SEO pack will overcome this issue by generating titles for each page. Otherwise you can give yourself by a good title.</li>
<li>Automatic descriptions &#8211;  All in SEO will generate automatic descriptions if you forget to create the meta description. Meta description is also important in SEO. </li>
<li>Automatic Keywords - All in one SEO pack can generate keywords from categories or the keywords specified from user. </li>
<li>Duplicate content - It avoids the duplicate content found on wordpress blogs</li>
</ul>
<p>It also has some backward compatibility with other plugins like meta data, Ultimate tag warrior and others. So don’t forget to install All in One SEO pack. Download it from <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">http://wordpress.org/extend/plugins/all-in-one-seo-pack/</a></p>
<h3>WordPress Database Backup</h3>
<p>It is important that to back up your contents once in a while. WordPress Database Backup plugin will help to create backups of your core WordPress tables as well as other tables of your choice. But all tables should be in the same Databse. There you can download the back up or keep it into the server or your can email the back up.</p>
<p>Download WordPress backup from <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">http://www.ilfilosofo.com/blog/wp-db-backup/</a></p>
<h3>Google Analytics for WordPress</h3>
<p>Everyone will be happy to see their stats of their blog. How many visitors came to their site, what content they seen etc. Google analytics help you to find out all these. There are a lot of options. If you are not interesting to edit your themes or you are not much techie to edit the wordpress code, then you have to install google analytics for wordpress. You can download google analytics plugin from <a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/">http://wordpress.org/extend/plugins/google-analytics-for-wordpress/</a> . Following are the main features of the Google analytics plugin for wordpress</p>
<ul>
<li>Automatically tracks and segments all outbound links within posts.</li>
<li>Track comment author links</li>
<li>Tracks links with in comment.</li>
<li>Tracks blogroll links and downloads etc</li>
<li>Track AdSense clicks</li>
</ul>
<h3>FeedBurner FeedSmith</h3>
<p>Now a days feeds are very important and popular. Many people reading feeds. This plugin detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed so you can track every possible subscriber. More details available at <a href="http://www.google.com/support/feedburner/bin/topic.py?topic=13252">google</a></p>
<h3>Google XML Sitemaps</h3>
<p>Google XML Sitemaps will generate xml sitemap for your blog. XML sitemaps will inform the search engines about their pages on their sites. For download and more information go to <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">http://www.arnebrachhold.de/</a>. </p>
<p>I think these are the important plugins that you have to install immediate after WordPress. If you have any suggestion, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/first-plugins-after-wordpress-installation.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress upgraded 2.7 called &quot;Coltrane&quot;</title>
		<link>http://www.myhtmlworld.com/wordpress/wordpress-upgraded-coltrane.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/wordpress-upgraded-coltrane.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:36:33 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Coltrane]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[wordpress coltrane]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=52</guid>
		<description><![CDATA[WordPress  published new version of blog. I just check it today for my blog. It is called “Coltrane”. It is great. Nice look and feel. The old horizontal top menu changed to vertical and a lot of new features. Those who are interested to install wordpress 2.7,  don’t forget to delete old files except wp-config.php [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress  published new version of blog. I just check it today for my blog. It is called “<strong>Coltrane</strong>”.</p>
<p>It is great. Nice look and feel. The old horizontal top menu changed to vertical and a lot of new features.</p>
<p>Those who are interested to install wordpress 2.7,  don’t forget to delete old files except wp-config.php file, wp-content folder, wp-images folder, wp-includes/languages/ folder&#8211;if you are using a language file,. htaccess file. I got some errors because of lazy to delete the old files. My ftp is not overwrote all the files.</p>
<p><span id="more-52"></span></p>
<p>Check out this link ( <a href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">http://codex.wordpress.org/Upgrading_WordPress)</a> for more details if you are upgrading wordpress</p>
<p>One interested new feature in the WordPress 2.7 is that if we pass the ftp information, it can automatically upgrade to the new wordpress.</p>
<p><strong>Interesting features of wordpress 2.7</strong></p>
<ol>
<li>Minimal click in the admin menu</li>
<li>Drag and drop in the dashboard</li>
<li>Automatic upgrade</li>
</ol>
<p>Find the details about new Coltrane release please visit <a title="Wordpress Coltrane" href="http://wordpress.org/development/2008/12/coltrane/ " target="_blank">http://wordpress.org/development/2008/12/coltrane/ </a></p>
<p>You can download latest wordpress version from here <a title="Latest wordpress" href="http://wordpress.org/latest.zip " target="_blank">http://wordpress.org/latest.zip </a></p>
<p><strong>Who is Coltrane</strong></p>
<p>J<strong><span style="font-weight: normal;">ohn William Coltrane was an American jazz saxophonist and composer. Throughout his career he reshaped modern jazz and influenced generations of other musicians. New wordpress version is also inspirational  </span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/wordpress-upgraded-coltrane.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

