<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Theme Weaver</title>
	
	<link>http://www.themeweaver.net</link>
	<description>Premium WordPress Theme Club</description>
	<lastBuildDate>Tue, 09 Feb 2010 02:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ThemeWeaver" /><feedburner:info uri="themeweaver" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ThemeWeaver</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Use Amazon S3 With WordPress</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/lEyP2aXlsY8/</link>
		<comments>http://www.themeweaver.net/use-amazon-s3-with-wordpress/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:48:41 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[WordPress plugin]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=135</guid>
		<description><![CDATA[I had heard about Amazon&#8217;s S3 storage for some time, but really never got around to trying it out until I discovered two interesting WordPress plugins that use the service. If you&#8217;re unfamiliar with Amazon S3, it is really inexpensive storage for your files. Amazon has lots of server space available and a content delivery ]]></description>
			<content:encoded><![CDATA[<p><a href="http://aws.amazon.com/s3/"><img class="alignright size-full wp-image-143" title="logo_aws" src="http://www.themeweaver.net/wp-content/uploads/2010/01/logo_aws.gif" alt="" width="164" height="60" /></a>
<p>I had heard about <a href="http://aws.amazon.com/s3/">Amazon&#8217;s S3</a> storage for some time, but really never got around to trying it out until I discovered two interesting WordPress plugins that use the service.  If you&#8217;re unfamiliar with <a href="http://aws.amazon.com/s3/">Amazon S3</a>, it is really inexpensive storage for your files.  Amazon has lots of server space available and a content delivery network that can place your content locally all over the planet.  Plus their servers are lightning fast which could potentially cut your page load time.  So here are the two plugins that have gotten me to leave two widely used standards to these new products.</p>
<h3>W3 Total Cache</h3>
<p>I have been a user of WP Super Cache almost since I started using WordPress and it does work, but <a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">W3 Total Cache</a> takes the concept to an entirely different level. Not only can you cache your pages, but you can also cache your database, plus gzip and minify your CSS and javascript.  As I looked through the setting though what I was most excited to see was the option of hosting many of my site&#8217;s files on Amazon S3.  This would allow me to serve my images and other files much more quickly than my own server would allow.</p>
<p><a href="http://www.themeweaver.net/wp-content/uploads/2010/01/W3-Total-Cache.jpg" rel="color"><img class="alignright size-medium wp-image-145" title="W3-Total-Cache" src="http://www.themeweaver.net/wp-content/uploads/2010/01/W3-Total-Cache-300x250.jpg" alt="" width="300" height="250" /></a>All that is required is for you to sign up for an account with <a href="http://aws.amazon.com/s3/">Amazon&#8217;s S3</a> storage.  You will need two security codes and you&#8217;ll be ready to go.  the plugin will create a bucket for your files and then copy all of them to S3 for serving.  Then you activate your changes and you&#8217;re good to go.  It&#8217;s that simple.  If you look at the source code of this page, you will notice elements served, not from ThemeWeaver.net, but most images from S3.</p>
<p>I only ran into two issues with the plugin, neither of which deal with S3.  On Theme Weaver, the minify option conflicts with WishList Member which I use to power the member part of the site.  Thankfully I can turn that portion of the plugin off on the options page and still run the rest of the features.  On <a href="http://www.billrobbinsdesign.com">BillRobbinsDesign.com</a>, my image rotator is not capable of using remote images, so I&#8217;ll have to make changes, but I consider the benefits worth it.</p>
<p>So here is the question that matters:  Can I tell a difference?  You bet.  Plus my grade on Y! Slow improved.  Now that Google is factoring site load time into it&#8217;s algorithm, it&#8217;s in all our best interests to make our sites as fast as possible.  Using <a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">W3 Total Cache</a> can really make a difference.  Learn more about the plugin <a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">here.</a></p>
<h3>Automatic WordPress Backup</h3>
<p>I&#8217;ve been using WP Database Backup for a long time to create database backups of my sites and the ones of my clients.  The one problem though is this automated solution doesn&#8217;t backup the files.  Obviously theme files are a simple matter since I maintain local copies of those, but what about all the images I&#8217;ve uploaded or my clients have added to their sites?  While researching alternatives, I came upon <a href="http://www.webdesigncompany.net/automatic-wordpress-backup/">Automatic WordPress Backup</a> and have swapped all my sites for this more comprehensive solution.</p>
<p>Like W3 Total Cache, Automatic WordPress Backup uses Amazon S3 storage for backups, but unlike WP Database Backup, this plugin backups your entire WordPress site&#8211;all your files and your database automatically.  Setup is a breeze and once you&#8217;re configured, you don&#8217;t have to worry about it anymore.  It really is fix and forget it.  If you have a busy site, you can set it to backup frequently&#8211;say daily, or less often if you don&#8217;t publish content as often.  You can learn more and download the plugin <a href="http://www.webdesigncompany.net/automatic-wordpress-backup/">here.</a></p>
<p>If you&#8217;ve uncovered a use for Amazon&#8217;s S3 service that you&#8217;ve found useful, share it with us.</p>
<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/lEyP2aXlsY8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/use-amazon-s3-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/use-amazon-s3-with-wordpress/</feedburner:origLink></item>
		<item>
		<title>Down Under</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/dwj_lVUvPwM/</link>
		<comments>http://www.themeweaver.net/down-under/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:46:36 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=73</guid>
		<description><![CDATA[An upside down look at blogging.  Perfect for your portfolio or when you just want to stand out]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.themeweaver.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/73.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>There are literally millions of WordPress powered websites and blogs on the internet and millions of other sites using other blogging platforms.  Sometimes you just need a fresh look at things.  That&#8217;s why I&#8217;m bringing you the &#8220;Down Under&#8221; theme for WordPress.  It&#8217;s so easy to have one site start to look just like every other, so I set out to create a functional site with an unique layout.</p>
<p>The main post list for Down Under features a large thumbnail, that is automatically generated from the image of your choosing for each post.  This list also contains vital information like the title, date and number of comments.  Plus a quick excerpt from the post content.</p>
<p>This layout is not only unique it is flexible for many types of blogs.  It is superb as a photoblog or portfolio site.  The theme even includes a portfolio post layout to show off a collection of images or proofs.  Down Under would also make a great magazine site or traditional blog for people who want to show off great imagery with their posts.</p>
<p>One of the great features that comes built into the theme is <a href="http://typekit.com">Type Kit</a>.  Type Kit is a tool that allows you to use great typography on the web.  Plus with free accounts available even for commercial sites, there&#8217;s no reason to leave it out.  I&#8217;ve created an option in the theme control panel where you can enable Type Kit and add the fonts you&#8217;d like to use.  Part of what makes Type Kit so great is that it has partnered with many font foundries to offer some really great fonts for us to use&#8211;far better than the free ones available on the web.</p>
<p>Here&#8217;s a quick list of the main features:</p>
<ul>
<li>Built in support for Type Kit so you can use great fonts on the web (optional, not required)</li>
<li>Automatic thumbnails</li>
<li>Portfolio post template to show off your work</li>
<li>Built in Fancy Box gallery with valid XHTML code to replace WordPress&#8217; built in function</li>
<li>Optional sidebar ads widget so you can display ads on your pages and posts</li>
<li>Optional ad space after the first post on each page</li>
<li>Easy to use theme control panel</li>
<li>Archive page to provide a quick way of seeing all your posts in one place</li>
<li>Five styles that you can easily choose in the control panel</li>
<li>Use your own logo or the site&#8217;s title</li>
<li>Valid XHTML code and exciting use of CSS 3 for browsers that can use it</li>
<li>Previous and Next page buttons integrated into the footer navigation</li>
<li>Cross browser checked</li>
<li>Amazing support straight from the theme author</li>
</ul>

<a href='http://www.themeweaver.net/down-under/down-under-grey/' title='Grey Version'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2010/01/Down-Under-Grey-150x150.jpg" class="attachment-thumbnail" alt="Grey Version" title="Grey Version" /></a>
<a href='http://www.themeweaver.net/down-under/down-under-light/' title='Light Version'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2010/01/Down-Under-Light-150x150.jpg" class="attachment-thumbnail" alt="Light Version" title="Light Version" /></a>
<a href='http://www.themeweaver.net/down-under/down-under-portfolio/' title='Portfolio Post Sample'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2010/01/Down-Under-Portfolio-150x150.jpg" class="attachment-thumbnail" alt="Portfolio Post Sample" title="Portfolio Post Sample" /></a>
<a href='http://www.themeweaver.net/down-under/down-under-stone/' title='Stone Style'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2010/01/Down-Under-stone-150x150.jpg" class="attachment-thumbnail" alt="Stone Style" title="Stone Style" /></a>
<a href='http://www.themeweaver.net/down-under/down-under-wood/' title='Wood Style'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2010/01/Down-Under-wood-150x150.jpg" class="attachment-thumbnail" alt="Wood Style" title="Wood Style" /></a>

<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/dwj_lVUvPwM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/down-under/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/down-under/</feedburner:origLink></item>
		<item>
		<title>How To Install A WordPress Theme</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/CWmrSDwCggo/</link>
		<comments>http://www.themeweaver.net/how-to-install-a-wordpress-theme/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 17:37:28 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=70</guid>
		<description><![CDATA[WordPress has greatly streamlined their process for installing themes.  Not that long ago, everyone had to use a FTP program to upload the theme files and then activate them in their control panel.  No more.  With version 2.8 WordPress added the ability to upload a theme from a zip file and install it.  So not ]]></description>
			<content:encoded><![CDATA[<p>WordPress has greatly streamlined their process for installing themes.  Not that long ago, everyone had to use a FTP program to upload the theme files and then activate them in their control panel.  No more.  With version 2.8 WordPress added the ability to upload a theme from a zip file and install it.  So not it&#8217;s easier than ever to add your own theme to your WordPress site.  Just watch this quick video to learn how.</p>
<p><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8764109&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8764109&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/CWmrSDwCggo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/how-to-install-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/how-to-install-a-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>After Installing WordPress</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/rkO-kJS-u28/</link>
		<comments>http://www.themeweaver.net/what-i-do-first-when-installing-wordpress/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 23:16:28 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=56</guid>
		<description><![CDATA[Because of what I do for a living, I install WordPress quite a bit more than the average user.  Through doing this time and time again, I&#8217;ve developed a plan that I follow.  Watch this video to get an idea of what I do. What to do after installing WordPress from Theme Weaver on Vimeo]]></description>
			<content:encoded><![CDATA[<p>Because of what I do for a living, I install WordPress quite a bit more than the average user.  Through doing this time and time again, I&#8217;ve developed a plan that I follow.  Watch this video to get an idea of what I do.</p>
<p><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8505162&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8505162&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object>
<p><a href="http://vimeo.com/8505162">What to do after installing WordPress</a> from <a href="http://vimeo.com/user2897849">Theme Weaver</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/rkO-kJS-u28" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/what-i-do-first-when-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/what-i-do-first-when-installing-wordpress/</feedburner:origLink></item>
		<item>
		<title>Flow</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/2COewr3Ami0/</link>
		<comments>http://www.themeweaver.net/flow/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 17:05:20 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[elegant]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=25</guid>
		<description><![CDATA[Easily display your images, videos or thoughts in a clean, elegant manner with Flow]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.themeweaver.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/25.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>Flow is an elegant WordPress theme ideally suited to people who want their content to shine.  This blog style theme features a prominent image, video or quote from each post in a stylish list style.  Here are just a few of the theme&#8217;s great features:</p>
<ul>
<li>Easy to use control panel to completely configure your theme</li>
<li>Five color styles to choose from</li>
<li>Three shadow styles available to use for post thumbnails</li>
<li>Videos are playable from the post list (not just on the post itself)</li>
<li>Space for sidebar ads (can be turned on and off from the control panel)</li>
<li>Disappearing sidebar (can be turned on and off from the control panel)</li>
<li>Choose from three post styles&#8211;image, video or text</li>
<li>Enhanced WordPress gallery with valid XHML code and Fancy box image viewer</li>
<li>Option to use your logo or your site&#8217;s title</li>
<li>Works in Internet Explorer 6 +, FireFox 2 +, Safari 3 +, Chrome 2 +, and Opera 9 +</li>
<li>Valid XHML for compatibility and CSS3 features to make your site stand out</li>
</ul>
<p>Flow has even more to offer than these features.  Join today and start using Flow on your site (or your client&#8217;s) today.</p>

<a href='http://www.themeweaver.net/flow/flow-full-screen/' title='Flow Full Screen'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2009/12/Flow-Full-Screen-150x150.png" class="attachment-thumbnail" alt="Flow Full Screen" title="Flow Full Screen" /></a>
<a href='http://www.themeweaver.net/flow/flow-gradient/' title='Flow Gradient'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2009/12/Flow-Gradient-150x150.png" class="attachment-thumbnail" alt="Flow Gradient" title="Flow Gradient" /></a>
<a href='http://www.themeweaver.net/flow/flow-theme-options-%e2%80%b9-flow-gradient-%e2%80%94-wordpress/' title='Flow Theme Options ‹ Flow Gradient — WordPress'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2009/12/Flow-Theme-Options-‹-Flow-Gradient-—-WordPress-150x150.png" class="attachment-thumbnail" alt="Flow Theme Options ‹ Flow Gradient — WordPress" title="Flow Theme Options ‹ Flow Gradient — WordPress" /></a>
<a href='http://www.themeweaver.net/flow/flow-video-post/' title='Flow Video Post'><img width="150" height="150" src="http://www.themeweaver.net/wp-content/uploads/2009/12/Flow-Video-Post-150x150.png" class="attachment-thumbnail" alt="Flow Video Post" title="Flow Video Post" /></a>

<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/2COewr3Ami0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/flow/</feedburner:origLink></item>
		<item>
		<title>Theme Club Membership</title>
		<link>http://feedproxy.google.com/~r/ThemeWeaver/~3/08Eab6CWXq8/</link>
		<comments>http://www.themeweaver.net/theme-club-membership/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:46:08 +0000</pubDate>
		<dc:creator>Bill Robbins</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.themeweaver.net/?p=171</guid>
		<description><![CDATA[Get unlimited access to all our themes for only $50.  It's the best deal in the WordPress community]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.themeweaver.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/171.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>At Theme Weaver, we are excited to offer a fantastic deal on all our themes.  You can get unlimited access to all our themes for only $50.  This not only includes are currently released themes, but our future ones as well.  Plus if you act quickly you will gain a lifetime membership for only $50.  </p>
<p>We are offering at least one theme a month, so before this year is over you will have at least 12 great WordPress themes for only $50.  Many companies charge more than that for just one theme!  So what are you waiting for?  Join our club today and have the themes you&#8217;ll need this year for yourself and your clients.  It&#8217;s too good of a deal to pass up.</p>
<img src="http://feeds.feedburner.com/~r/ThemeWeaver/~4/08Eab6CWXq8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themeweaver.net/theme-club-membership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.themeweaver.net/theme-club-membership/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching 58/188 queries in 0.760 seconds using disk

Served from: www.themeweaver.net @ 2010-09-06 05:34:32 -->
