<?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>Swift Themes &#187; Wordpress</title>
	<atom:link href="http://swiftthemes.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://swiftthemes.com</link>
	<description>The fastest loading, premium quality free wordpress themes</description>
	<lastBuildDate>Sat, 19 May 2012 11:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>[update] Version 5.74, a must have upgrade for all those using v5.69+</title>
		<link>http://swiftthemes.com/2011/01/wordpress-themes/free-themes/update-version-5-74-a-must-have-upgrade-for-all-those-using-v5-69/</link>
		<comments>http://swiftthemes.com/2011/01/wordpress-themes/free-themes/update-version-5-74-a-must-have-upgrade-for-all-those-using-v5-69/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 19:04:08 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Free Themes]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Free wordpress themes]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>
		<category><![CDATA[wordpress templates]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=1371</guid>
		<description><![CDATA[<p>I fixed some minor bugs present in the earlier version and added thumbnail to full length posts. WPaddict.net tested 8 themes to find the fastest loading theme and confirmed that SWIFT is the fastest loading WordPress theme beating the popular premium themes. http://wpaddict.net/is-the-swift-theme-really-swift/ Demo Download An awesome customization of SWIFT I came across recently http://www.jennyonthespot.com/</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I fixed some minor bugs present in the earlier version and added thumbnail to full length posts.</p>
<p>WPaddict.net tested 8 themes to find the fastest loading theme and confirmed that SWIFT is the fastest loading WordPress theme beating the popular premium themes.</p>
<p><a href="http://wpaddict.net/is-the-swift-theme-really-swift/">http://wpaddict.net/is-the-swift-theme-really-swift/</a></p>
<div class="button"><a href="http://demos.swiftthemes.com/">Demo</a></div>
<div class="download"><span class="bg"> </span><a href="http://swiftthemes.com/download/">Download</a></div>
<p>An awesome customization of SWIFT I came across recently<br />
<a href=" http://www.jennyonthespot.com/"></p>
<p>http://www.jennyonthespot.com/</a></p>
<p><a rel="attachment wp-att-1372" href="http://swiftthemes.com/2011/01/seo-themes/update-version-5-74-a-must-have-upgrade-for-all-those-using-v5-69/attachment/jenny-on-the-spot/"><img class="aligncenter size-large wp-image-1372" title="Jenny On the Spot" src="http://swiftthemes.com/blog/wp-content/uploads/2011/01/Jenny-On-the-Spot-560x964.png" alt="" width="560" height="964" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2011/01/wordpress-themes/free-themes/update-version-5-74-a-must-have-upgrade-for-all-those-using-v5-69/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>My application for GSoC 2010</title>
		<link>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/</link>
		<comments>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:09:48 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=624</guid>
		<description><![CDATA[<p>Problem Currently, if you want to move your WordPress install to a new host and keep the same domain, you only need to move all the files (WordPress Core, Themes, and Plugins), and then export/import the database. It’s pretty straight forward, but still more complex than many users are capable of. However, if you want [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<blockquote><p>Currently, if you want to move your WordPress install to a new host and keep the same domain, you only need to move all the files (WordPress Core, Themes, and Plugins), and then export/import the database. It’s pretty straight forward, but still more complex than many users are capable of.</p>
<p>However, if you want to change the domain (even without moving to a new host) you have to export the database, do some search and replace on the .sql file, and then re-import the updated database. Even then, if the new domain has a different number of characters in it than the old one did, you can run against problems if any of the places you replaced the name happened to be inside a serialized array (almost all the options, including things like widget settings, text widget text, etc).</p></blockquote>
<p>The goal of this project would be to make a these kinds of transitions simple and smooth. If only the domain is changing, then when the user updates the WordPress URL we would update internal links in their posts, settings, image urls, etc. If they are moving to a new host, allowing them to install WordPress at their new host and enter their credentials for their old host (WordPress admin credentials as well as FTP credentials) and WordPress would simply import everything (posts, settings, uploads, theme, plugins, etc).</p>
<h2>There are 3 possible cases</h2>
<ol>
<li> Change the domain on the same host.</li>
<li>Move to a different host.</li>
<li>Change the domain and move to a different host.</li>
</ol>
<h2>Change the domain on the same host</h2>
<p>This basically requires finding every occurrence of the old domain name in the database and change it to new one. We may face problems when the data is stored in a serialized array, so I’m first going to unserilaze the data from each row, make the necessary changes and the then put it back in the database.</p>
<h2>Move to a different host</h2>
<p>I will ask the user to install WordPress on his new host, collect the ftp details from the user. I will then use these ftp details to fetch the details about the database and drop all the tables. I will then dump the database on the old host, transfer it to the new host via ftp and then import it to the new database and then I will copy wp-content directory via ftp.</p>
<h2>Change the domain and move to a different host</h2>
<p>I will first move the blog to the new host as described in case 2 and then change the domain name as described in case 1</p>
<p><strong>Plugin, theme, or core:</strong> I would like to develop it as a plugin, as most of the users might not need this option.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/04/wordpress/my-application-for-gsoc-2010/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A complete guide to integrating wordpress and vBulletin</title>
		<link>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/</link>
		<comments>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:59:51 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[vBulletin 4.0]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=574</guid>
		<description><![CDATA[<p>As your blog grows, you might want to build a community around it. If vBulletin is your choice, this guide is for you. Importing WordPress users to vBulletin 4.0 forum If there are lot of users already registered on your blog, It&#8217;s a good idea to start the forum with those users already registered on the forum. Unfortunately there [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<div id="attachment_580" class="wp-caption aligncenter" style="width: 660px"><a rel="attachment wp-att-580" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/vbulletin-wordpress-and-bbpress/"><img class="size-full wp-image-580" title="vbulletin-wordpress-and-bbpress" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/vbulletin-wordpress-and-bbpress.png" alt="Integrating vBulletin with wordpress" width="650" height="173" /></a><p class="wp-caption-text">Integrating vBulletin with WordPress</p></div>
<p>As your blog grows, you might want to build a community around it. If vBulletin is your choice, this guide is for you.</p>
<h1>Importing WordPress users to vBulletin 4.0 forum</h1>
<p>If there are lot of users already registered on your blog, It&#8217;s a good idea to start the forum with those users already registered on the forum. Unfortunately there are no scripts to <strong>import WordPress users to vBulletin.</strong></p>
<p>Luckily for us, impex has scripts to import bbPress and the user table structure for WordPress and bbPress are same. So you can import WordPress telling impex that it is bbPress. It will show you a warning that some tables are not found, you can safely ignore them and continue with the import. All the imported users will be placed under a new group named <strong>Active Imported Users</strong>. Move them to registered users, else they may have problem logging in and posting.</p>
<p><strong>goto admincp-&gt; usergroups-&gt; usergroup manager</strong> and drop the newly created group and they will automatically moved to registered users group.</p>
<div id="attachment_578" class="wp-caption aligncenter" style="width: 592px"><a rel="attachment wp-att-578" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/import-bbpress-to-wordpress/"><img class="size-full wp-image-578" title="import-bbpress-to-wordpress" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/import-bbpress-to-wordpress.png" alt="preparing bbPress for import" width="582" height="225" /></a><p class="wp-caption-text">Preparing WordPress for import in disguise.</p></div>
<div id="attachment_579" class="wp-caption aligncenter" style="width: 402px"><a rel="attachment wp-att-579" href="http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/attachment/importin-wordpress-users-to-vbulletin/"><img class="size-full wp-image-579" title="importin-wordpress-users-to-vBulletin" src="http://swiftthemes.com/blog/wp-content/uploads/2010/02/importin-wordpress-users-to-vBulletin.png" alt="importing wordpress users to vbulletin" width="392" height="296" /></a><p class="wp-caption-text">You can ignore the warnings in red and continue with the import.</p></div>
<h1>Bridging wordpress and vBulletin</h1>
<p>There is a mod to bridge wordpress and vBulletin, you can download it <a href="http://www.vbulletin.org/forum/showthread.php?t=205388">here</a>. It has clear documentation on how to use the plugin, read the instructions carefully before you do anything.</p>
<p><strong>If you need help integrating vBulletin with your wordpress installation or convert your bbPress forum to vBulletin you can </strong><a href="http://swiftthemes.com/hire-me/"><strong>hire me</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/02/wordpress/a-complete-guide-to-integrating-wordpress-and-vbulletin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A common misconception about updating themes in wordpress</title>
		<link>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/</link>
		<comments>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 04:55:22 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=496</guid>
		<description><![CDATA[<p>Usually updating a software means replacing the old files with the new ones, but there is a better way to do it when it comes to wordpress themes. The main advantage of following the procedure described in this post is you can quickly switch back to the old version of the theme if you find any problems with the new version or if it clashes with any plugins you are using.</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Usually updating a software means replacing the old files with the new ones, but there is a better way to do it when it comes to WordPress themes.</p>
<p>WordPress treats two version of the same theme as <strong>different themes</strong>. That is, if you have SWIFT v5.1 and v5.1.1 in your wp-content/themes folder they are treated as two different themes independent of each other.</p>
<p>That means you can have multiple version of the same theme installed on your blog. So whenever there is a new version of your theme available, instead of replacing or deleting the files of the older version follow this procedure.</p>
<ol>
<li>Download the new version of the theme onto your computer.</li>
<li>If the folder name of the new version clashes with the old version, rename the folder of new version.</li>
<li>Upload the new version to your wp-content/themes folder via FTP or through the interface provided by your web host or by using the upload feature in WordPress.</li>
<li>Activate the new version from your dashboard.</li>
</ol>
<p>The main advantage of following the above procedure is you can quickly switch back to the old version of the theme if you find any problems with the new version or if it clashes with any plugins you are using.</p>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2010/01/wordpress/a-common-misconception-about-updating-themes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Preview of SWIFT v3.0.0, need your feedback.</title>
		<link>http://swiftthemes.com/2009/09/wordpress-themes/swift/preview-of-swift-v3-0-0-need-your-feedback/</link>
		<comments>http://swiftthemes.com/2009/09/wordpress-themes/swift/preview-of-swift-v3-0-0-need-your-feedback/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:34:19 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[Swift Update]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=114</guid>
		<description><![CDATA[<p>I&#8217;m currently working on SWIFT v3.0.0, you can check it in action at GeniusHackers.Com. I would like to have your valuable suggestions and feedback to make it the best. Let us together make premium quality themes available for free. Whats new in version 3.0.0 Cleaner code, customization will be more easy now. Featured post slide [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<div id="attachment_116" class="wp-caption aligncenter" style="width: 590px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-Slider.png"><img class="size-full wp-image-116" title="Swift-Slider" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-Slider.png" alt="Awesome content slider in SWIFT wordpress theme" width="580" height="242" /></a><p class="wp-caption-text">Awesome content slider in SWIFT wordpress theme</p></div>
<p>I&#8217;m currently working on SWIFT v3.0.0, you can check it in action at <strong><a href="http://geniushackers.com/">GeniusHackers.Com</a></strong>. I would like to have your valuable suggestions and feedback to make it the best. Let us together make premium quality themes available for free.</p>
<h2>Whats new in version 3.0.0</h2>
<ol>
<div id="attachment_117" class="wp-caption alignright" style="width: 350px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-Tabber.png"><img class="size-full wp-image-117" title="Swift-Tabber" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-Tabber.png" alt="Light weight tabbed interface" width="340" height="240" /></a><p class="wp-caption-text">Light weight tabbed interface</p></div>
<li>Cleaner code, customization will be more easy now.</li>
<li>Featured post slide show.</li>
<li>Tabed interface.</li>
<li>Better comment styling to match the overall look of the theme (Check the screenshot below)</li>
<li>Sexybook marks and related posts are most common plugins on wordpress powered blogs,  so I styled them to match SWIFT. Just install them and you have the fancy styling ready. (Check screenshot below)</li>
<li>Swift v.2.1.4 has post content width of 620 pixels, It&#8217;s too wide to for easy reading, so reduced it to 580 pixels in v.3.0.0. This also gives more room for sidebar.</li>
<li>Switches to minimal mode with a single click.</li>
<li>Option to add adsense ad at the end of post.</li>
<li>Widgetised banner ads, now you can choose where you want your banners to appear.</li>
<li>Option to choose font and other font properties. (3 built in configurations)</li>
<li>Integrated  page navigation.
<p><div id="attachment_121" class="wp-caption alignnone" style="width: 372px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/pagenav-integration-in-swift.png"><img class="size-full wp-image-121" title="pagenav-integration-in-swift" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/pagenav-integration-in-swift.png" alt="Page navigation integration in SWIFT." width="362" height="31" /></a><p class="wp-caption-text">Page navigation integration in SWIFT.</p></div></li>
</ol>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 570px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-comments-template.png"><img class="size-full wp-image-119" title="Swift-comments-template" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/Swift-comments-template.png" alt="Clean and fancy comment styling to match the overall scheme." width="560" height="460" /></a><p class="wp-caption-text">Clean and fancy comment styling to match the overall scheme.</p></div>
<div id="attachment_122" class="wp-caption aligncenter" style="width: 570px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/SexyBook-Marks-and-Related-posts.png"><img class="size-full wp-image-122" title="SexyBook-Marks-and-Related-posts" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/SexyBook-Marks-and-Related-posts.png" alt="Clean styling of Sexy Bookmarks and YARPP plugins" width="560" height="214" /></a><p class="wp-caption-text">Clean styling of Sexy Bookmarks and YARPP plugins</p></div>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 567px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/swift-bug-fixes.png"><img class="size-full wp-image-123" title="swift-bug-fixes" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/swift-bug-fixes.png" alt="One of the several BUG fixes in SWIFT" width="557" height="264" /></a><p class="wp-caption-text">One of the several BUG fixes in SWIFT</p></div>
<h3>Features still under consideration..</h3>
<ul>
<li>There is a handy post thumbnail plugin,  I&#8217;m trying to integrate it in SWIFT. Not sure if I can make it.</li>
</ul>
<p><strong><a href="http://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/">WordPress post thumbnail plugin</a></strong></p>
<ul>
<li>May add tool tips feature.
<p><div id="attachment_127" class="wp-caption alignnone" style="width: 390px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/09/tool-tips1.png"><img class="size-full wp-image-127" title="tool-tips" src="http://swiftthemes.com/blog/wp-content/uploads/2009/09/tool-tips1.png" alt="Tool Tips" width="380" height="97" /></a><p class="wp-caption-text">Tool Tips</p></div></li>
</ul>
<blockquote><p><strong>Note: </strong>GH is not using the default colour scheme.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2009/09/wordpress-themes/swift/preview-of-swift-v3-0-0-need-your-feedback/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Swift &#124; The fastest loading WordPress theme</title>
		<link>http://swiftthemes.com/2009/08/wordpress-themes/swift-the-fastest-loading-wordpress-theme/</link>
		<comments>http://swiftthemes.com/2009/08/wordpress-themes/swift-the-fastest-loading-wordpress-theme/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 02:10:03 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Free Themes]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[2 Column]]></category>
		<category><![CDATA[3 column]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[SEO Themes]]></category>
		<category><![CDATA[Theme options pages]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://swiftthemes.com/?p=3</guid>
		<description><![CDATA[<p>SWIFT, as the name says is the fastest loading, SEO optimized server friendly WordPress theme. This theme is mainly aimed at blogs running on low server resources and for those who like clean and simple designs. It’s always good have themes like SWIFT at your disposal so that you can easily switch to it if [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p><strong>SWIFT,</strong> as the name says is the fastest loading, SEO optimized server friendly WordPress theme.</p>
<p>This theme is mainly aimed at blogs running on<strong> low server resources</strong> and for those who like c<strong>lean and simple</strong> designs. It’s always good have themes like SWIFT at your disposal so that you can easily switch to it if you are expecting a spike in traffic from social media sites.</p>
<h2>Here are some of the best features of SWIFT which makes it stand out from crowd.</h2>
<ol>
<li> <strong>Loads very fast, minimum number of http requests</strong>. Your server will love it <img class="wp-smiley" src="http://geniushackers.com/blog/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></li>
<li><strong>Zero images</strong> used.</li>
<li>Clean typography.</li>
<li><strong>SEO friendly,</strong> For example,this theme uses h1 tag for post titles, instead of the blog title.</li>
<li><strong>Cross browser compatible </strong>(Works well on ie6 too <img class="wp-smiley" src="http://geniushackers.com/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /> , except for the curves )</li>
<li>Swift is smart enough to pull out the first image from your post and use it as thumbnail on home page (It even pulls out images that are not part of wordpress gallery).</li>
<li>Featured post slider.(Included in v3.0)</li>
<li>Tabbed interface.(Included in v3.0)</li>
<li>I have bundled lot of features in to the options page to make your SWIFT THEME unique</li>
<li>Popular posts are highlighted on the home page to give them more exposure, this will turn the first time visitors to your blog into regular readers.</li>
<li>Sidebar and footer with four widgetised sections (8 in total) .</li>
<li>Adsense integrated into killer locations <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</li>
<li>RSS subscribe box in the best possible position to increase your subscribers.</li>
<li>Eight different color schemes to choose from(Will Be added very soon, working on them).</li>
<li>Ads integrated into theme options page.</li>
<li>Option to add thumbnails to home page</li>
<li><strong>Easy colour picker to customize your copy of SWIFT (That makes it infinite colours to choose from <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) </strong><strong> </strong></li>
</ol>
<p>I would like to have your valuable suggestions before I release the next version.Please drop in your suggestions here.</p>
<h2>Upcoming Features</h2>
<ol>
<li>Better featured post section with slider.(Included in v3.0)</li>
<li><span style="text-decoration: line-through;">Integration with pagenavigation and related posts plugin. </span>(Included in v3.0)</li>
<li>Adding some images using CSS sprites.</li>
<li><span style="text-decoration: line-through;">Fancy RSS subscribe box.</span>(Added in v2.0.0)</li>
<li>Drop down navigation.</li>
<li>rounded corners in all browsers</li>
<li><span style="text-decoration: line-through;">Threaded comments and better comments template</span>. (Included in v3.0)</li>
</ol>
<blockquote><p><strong>***** SWIFT Change log *****</strong></p>
<p><strong>04.10.09 – Version 3.1.1</strong><br />
*Removed the unnecessary brace that crept into style.php in 3.0.5.<br />
*Fixed the feed detection bug.<br />
*Added option to pick the popular post title and background colour for author comment.<br />
*Added option to add images through custom fields, check the following url for info on using custom fields<br />
<a href="http://swiftthemes.com/2009/09/wordpress-themes/a-complete-guide-to-installing-and-customizing-swift/">http://swiftthemes.com/2009/09/wordpress-themes/a-complete-guide-to-installing-and-customizing-swift/</a><br />
*Added default favicon.<br />
*Increased the font size of sidebar title.<br />
*Changed content slider sliding style.<br />
*Fixed the featured posts bug<br />
*Updated the styles<br />
*Comment luv wasnt detecting the rss feed, fixed this problem.<br />
<strong>02.10.09 – Version 3.0.5</strong><br />
Forgot to save the changelog in v3.0.4 <img src='http://swiftthemes.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
<strong>02.10.09 – Version 3.0.4</strong><br />
*Removed the padding and margin for smileys.<br />
*Added margins to headings.<br />
*Added padding to tags widget.<br />
*Changed blockquote styling.</p>
<p><strong>30.09.09 – Version 3.0.2</strong></p>
<p>*Fixed the sidebar problem in ie6</p>
<p><strong>30.09.09 – Version 3.0.0</strong></p>
<p>*Added featured post slider and tabbed interface.</p>
<p>*Stylish options page.</p>
<p>*More colour options.</p>
<p>*New comment styling.</p>
<p>*Option to disable rounded corners in sidebar.</p>
<p>*Changed the font style of blog title and post title.</p>
<p>*All the paddings and margins are corrected.</p>
<p>*Default HTML elements are styled to match the theme.</p>
<p><strong>02.09.09 – Version 2.1.3</strong></p>
<p>* No serious updates except for few minor changes to meet wordpress theme directory requirements.</p>
<p><strong>31.08.09 – Version 2.1.0</strong></p>
<p>* Fixed the rss feed bug.</p>
<p><strong>30.08.09 – Version 2.0.9</strong></p>
<p>* Jquery file required for options page was deleted by mistake in v.2.08</p>
<p>* Reorganized the options page.</p>
<p><strong>30.08.09 – Version 2.0.8</strong></p>
<p>* Added rounded corner support to safari.</p>
<p>* Fixed all the CSS and HTML errors</p>
<p><strong>29.08.09 – Version 2.0.7</strong></p>
<p>* Fixed the bug in navigation area</p>
<p>* Added some default widgets.</p>
<p>* Some SEO tweaks</p>
<p><strong>28.08.09 – Version 2.0.6</strong></p>
<p>* Made the height of navigation area above and below logo fluid now you can have as many pages and categories as you want.</p>
<p><strong>27.08.09 – Version 2.0.5</strong></p>
<p>* Fixed the 125*125 banner ads bug</p>
<p><strong>27.08.09 – Version 2.0.4</strong></p>
<p>* Options page is more user friendly now.</p>
<p>* Added gravtar next to post title and gave it a whole new styling. You will love it.</p>
<p>* Separate comments and trackback.</p>
<p>* Added an option to add Adsense ad under the navigation area. I have been using Adsense for more than three years, trust me when I say that this position has highest CTR and could double your Adsense revenue when used with proper colour combinations.</p>
<p>* Fixed the email subscription link.</p>
<p>* Fixed some bugs in comments template.</p>
<p><strong>26.08.09 – Version 2.0.3</strong></p>
<p>Changed the post title style</p>
<p>Fixed some bugs with rss</p>
<p>made the search box little wider to accomodate the default text</p>
<p><strong>23.08.09 – Version 2.0.2</strong></p>
<p>Added threaded comments</p>
<p><strong>23.08.09 &#8211; Version  2.0.1</strong></p>
<p>*Fixed the links to feeds in footer</p>
<p><strong>23.08.09 &#8211; Version  2.0.0</strong></p>
<p>*Changed the layout from 16 grid system to 12 grid system (Swift uses 960.gs css framework)</p>
<p>*Added RSS subscribe box and changed the search  box position</p>
<p><strong>20.08.09 &#8211; Version 1.0.6</strong></p>
<p>*Fixed some php tags</p>
<p>*Added colour picker to options page and made it more user friendly</p>
<p><strong>19.08.09 &#8211; Version 1.0.5</strong></p>
<p>* Added the option to disable popular posts on homepage, disabled by default.</p>
<p>* If no post is specified for the featured section, most recent post is taken as default.</p>
<p>*Fixed the issues with Internet explorer, that crept into version 1.0.4</p></blockquote>
<blockquote>
<h3><a href="http://wordpress.org/extend/themes/swift/"> <strong>Download SWIFT</strong></a></h3>
</blockquote>
<div id="attachment_302" class="wp-caption aligncenter" style="width: 570px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/11/Swift-v4.0-preview.png"><img class="size-large wp-image-302" title="Swift-v4.0-preview" src="http://swiftthemes.com/blog/wp-content/uploads/2009/11/Swift-v4.0-preview-560x840.png" alt="Swift v4.0 preview" width="560" height="840" /></a><p class="wp-caption-text">SWIFT The fastest loading wordpress theme</p></div>
<div id="attachment_11" class="wp-caption alignleft" style="width: 260px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/08/swift-flickr.png"><img class="size-medium wp-image-11" title="SWIFT | The FlickR style" src="http://swiftthemes.com/blog/wp-content/uploads/2009/08/swift-flickr-280x210.png" alt="SWIFT | The FlickR style" width="250" height="197" /></a><p class="wp-caption-text">SWIFT | The FlickR style</p></div>
<div id="attachment_12" class="wp-caption alignleft" style="width: 260px"><a href="http://swiftthemes.com/blog/wp-content/uploads/2009/08/swift-wordpress.png"><img class="size-medium wp-image-12" title="SWIFT | The WordPress style" src="http://swiftthemes.com/blog/wp-content/uploads/2009/08/swift-wordpress-280x206.png" alt="SWIFT | The WordPress style" width="250" height="197" /></a><p class="wp-caption-text">SWIFT | The WordPress style</p></div>
<div class="clear></div>
<h2>Here are the results of webpage speed analysis.</h2>
<p><strong><span class="congratsback">TOTAL_HTML</span> – <span class="congrats">Congratulations</span>,</strong> the total number of HTML files on this page  				(including the main HTML file) is 1 which most browsers can  				multithread. Minimizing HTTP requests is key for web site  				optimization. Y</p>
<li> <strong><span style="color: #008000;"><span class="congratsback">TOTAL_OBJECTS</span> – <span class="congrats">Congratulations</span>, </span></strong>the total objects on this page  				(including the HTML) is 9 which most browsers can  				multithread in a reasonable amount of time. Minimizing HTTP requests is key to minimizing object overhead (see Figure II-3: <a href="http://www.websiteoptimization.com/secrets/performance/II-3-object-overhead.html">Relative distribution of latency components showing that object overhead dominates web page latency</a> in <a href="http://www.websiteoptimization.com/secrets/">Website Optimization Secrets</a> for more details on how object overhead dominates web page latency.</li>
<li> <strong><span style="color: #008000;"><span class="congratsback">TOTAL_IMAGES</span> – <span class="congrats">Congratulations</span>,</span></strong> the total number of images on  				this page is 3 . Most browsers can send multiple  				requests, which can speed display of multiple images.</li>
<li> <strong><span style="color: #008000;"><span class="congratsback">TOTAL_CSS</span> – <span class="congrats">Congratulations</span>, </span></strong>the total number of external CSS files on this page is 1 . Because external CSS files must be in the HEAD of your HTML document, they must load first before any BODY content displays. Although they are cached, CSS files slow down the initial display of your page. Remember to place CSS files in the HEAD and JavaScript files at the end of the BODY to enable progressive display.</li>
<li> <span style="color: #ff9900;"><strong><span class="cautionback">TOTAL_SIZE</span> – <span class="caution">Caution.</span></strong></span> The total size of this page is  		112708  bytes, which will load in over 20 seconds on a 56Kbps  		modem – or 24.26  seconds on a 56Kbps modem. Consider reducing total page  		size to less than 100K to achieve sub 20 second response times on  		56K connections. Be sure to provide feedback for pages over 100K by  		layering your design to display useful content within the first two  		seconds. Consider optimizing your site with <a href="http://www.websiteoptimization.com/secrets/">Website Optimization Secrets</a>, <a href="http://www.websiteoptimization.com/speed/"><em>Speed Up Your Site</em></a> or  		<a href="http://www.websiteoptimization.com/contact/"> contacting us</a> about our  		optimization services.</li>
<li> <span style="color: #ff0000;"><span style="color: #ff9900;"><strong><span class="cautionback">TOTAL_SCRIPT</span> – <span class="caution">Caution.</span></strong></span> </span>The total number of external script  		files on this page is 4 , consider reducing this to one  		or two. Combine, refactor, and minify to <a href="http%&lt;br"></a></li>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1256px; width: 1px; height: 1px;">http://swiftthemes.com/2009/09/wordpress-themes/a-complete-guide-to-installing-and-customizing-swift/</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://swiftthemes.com/2009/08/wordpress-themes/swift-the-fastest-loading-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/26 queries in 0.018 seconds using disk: basic
Object Caching 778/837 objects using disk: basic

Served from: swiftthemes.com @ 2012-05-23 01:36:03 -->
