<?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>Sites that Soar!</title>
	<atom:link href="http://sitesthatsoar.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://sitesthatsoar.com/wordpress</link>
	<description></description>
	<lastBuildDate>Sat, 27 Feb 2010 18:14:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Additional Column Sections</title>
		<link>http://sitesthatsoar.com/wordpress/testing-additional-column-sections/</link>
		<comments>http://sitesthatsoar.com/wordpress/testing-additional-column-sections/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 18:14:16 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Updates, fixes, additions]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=405</guid>
		<description><![CDATA[Would you like to add an extra section (extra categories)  to your Featured articles column (far left column) in Branford Magazine?
I haven&#8217;t tried this code.  It was suggested by Mats Stadin (of Stugun Pike Fishing, Sweden) as a possible fix.  I&#8217;m fairly sure he&#8217;s working with a newer edition of Branford Magazine.
And &#8212; of course [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-91" title="juggler-200h" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/11/juggler-200h.jpg" alt="" width="133" height="200" />Would you like to add an extra section (extra categories)  to your Featured articles column (far left column) in Branford Magazine?</p>
<p>I haven&#8217;t tried this code.  It was suggested by Mats Stadin (of <a title="Stugun pike fishing sweden" href="http://www.sdook.se/fishing/" target="_blank">Stugun Pike Fishing, Sweden</a>) as a possible fix.  I&#8217;m <em>fairly</em> sure he&#8217;s working with a newer edition of Branford Magazine.</p>
<p>And &#8212; of course &#8212; you&#8217;ll want to change a few things to fit your own website&#8217;s topics.</p>
<p>Though this is a &#8220;beta&#8221; concept rather than a <em>proven</em> answer to the question, it&#8217;s a <em>starting point</em> if you&#8217;re in a trial-and-error mood and want to expand your Branford Magazine homepage options.</p>
<p>(Remember, always save a copy of your working version of your homepage theme template, <em>before</em> making any changes.  Then, if it doesn&#8217;t work out, you can paste the earlier, working version back into your <strong>Appearance &gt; Editor</strong> screen.)</p>
<p>This code may also inspire customizations in related themes, such as Mimbo.</p>
<p>&lt;!&#8211;ORIGINAL CODE &#8211;&gt;</p>
<p>// &#8220;Featured articles&#8221; module begins<br />
query_posts(&#8220;showposts=$1;&amp;</p>
<div id=":xm">cat=$prinz_featured;&#8221;); ?&gt;<br />
&lt;h3&gt;<br />
&lt;?php<br />
// name of the &#8220;featured articles&#8221; category gets printed<br />
wp_list_categories(&#8220;include=$prinz_featured;&amp;title_li=&amp;style=none&#8221;);<br />
?&gt;<br />
&lt;/h3&gt;<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
&lt;div&gt;<br />
&lt;?php // This will show the image and link the image to the post.<br />
Alter the width and height (in both places) to your needs. ?&gt;<br />
&lt;?php postimage(250,75); ?&gt;</p>
<p>&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221;&gt;<br />
&lt;?php<br />
// title of the &#8220;featured articles&#8221;<br />
the_title(); ?&gt;<br />
&lt;/a&gt;<br />
&lt;?php the_excerpt(); ?&gt;<br />
&lt;/div&gt;<br />
&lt;?php endwhile; ?&gt;</p>
<p>&lt;!&#8211; END ORIGINAL CODE &#8211;&gt;</p>
<p>&lt;!&#8211; Additional table &#8220;business_profile&#8221; in left column<br />
Remove the $ (dollarsign) infront of the showpost, cat, include value in<br />
show post and wp_list string&#8211;&gt;</p>
<p>&lt;?php<br />
// &#8220;business_profile&#8221; module begins<br />
query_posts(&#8220;showposts=1;&amp;cat=35;&#8221;); ?&gt;<br />
&lt;h3&gt;<br />
&lt;?php<br />
// name of the &#8220;business_profile&#8221; category gets printed<br />
wp_list_categories(&#8220;include=35;&amp;title_li=&amp;style=none&#8221;); ?&gt;<br />
&lt;/h3&gt;<br />
&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
&lt;div&gt;<br />
&lt;?php // This will show the image and link the image to the post.<br />
//Alter the width and height (in both places) to your needs.<br />
?&gt;<br />
&lt;?php postimage(250,75); ?&gt;</p>
<p>&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221;&gt;<br />
&lt;?php<br />
// title of the &#8220;Företags Profiler&#8221;<br />
the_title(); ?&gt;<br />
&lt;/a&gt;<br />
&lt;?php the_excerpt(); ?&gt;<br />
&lt;/div&gt;<br />
&lt;?php endwhile; ?&gt;<br />
&lt;/div&gt;<br />
&lt;!&#8211; End Additional table &#8220;business_profile&#8221; in left column  &#8211;&gt;</p>
<p>&lt;!&#8211;END LEFTCOL&#8211;&gt;</p></div>
<div></div>
<div>If this works for you &#8212; or if it doesn&#8217;t &#8212; please leave your comments and suggestions, below.  Thanks!</div>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/testing-additional-column-sections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lead Article Tab Size</title>
		<link>http://sitesthatsoar.com/wordpress/lead-article-tab-size/</link>
		<comments>http://sitesthatsoar.com/wordpress/lead-article-tab-size/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:57:23 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Design secrets]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=403</guid>
		<description><![CDATA[Thanks to reader Mats Stadin (Stugun Pike Fishing, Sweden at www.sdook.se/fishing) for his solution to the featured (lead) article height issue.
(I&#8217;m pretty sure this works with newer editions of Branford Magazine.)
Click on the image to see his screenshot, full size.
The code to change is in ui.tabs.cs, in your Appearances &#62; Editor panel.

]]></description>
			<content:encoded><![CDATA[<p>Thanks to reader Mats Stadin (<a title="Stugun pike fishing sweden" href="www.sdook.se/fishing" target="_blank">Stugun Pike Fishing, Sweden</a> at <a href="http://www.sdook.se/fishing" target="_blank">www.sdook.se/fishing</a>) for his solution to the featured (lead) article height issue.</p>
<p>(I&#8217;m pretty sure this works with newer editions of Branford Magazine.)</p>
<p>Click on the image to see his screenshot, full size.</p>
<p>The code to change is in ui.tabs.cs, in your <strong>Appearances &gt; Editor</strong> panel.</p>
<p><a href="http://branfordmagazine.com/wp-content/uploads/2010/02/mats-wp_featured_tab_tutorial.jpg"><img title="mats-wp_featured_tab_tutorial" src="http://branfordmagazine.com/wp-content/uploads/2010/02/mats-wp_featured_tab_tutorial-300x182.jpg" alt="Featured articles - tutorial" width="300" height="182" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/lead-article-tab-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam comments?</title>
		<link>http://sitesthatsoar.com/wordpress/spam-comments/</link>
		<comments>http://sitesthatsoar.com/wordpress/spam-comments/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:44:39 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[New favorites]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=399</guid>
		<description><![CDATA[Sometimes, people leave perfectly good comments but link to &#8220;bad neighborhoods,&#8221; as Google calls them.
You know what I mean&#8230; strange pharmaceuticals, porn sites, and so on.
The problem is, it&#8217;s a nuisance to edit the comment to remove the link.  Often, we just delete the comment altogether.
Well, there&#8217;s a free WordPress plugin to handle that issue [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-400" title="mouse-green-75" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2010/02/mouse-green-75.jpg" alt="" width="75" height="75" />Sometimes, people leave perfectly good comments but link to &#8220;bad neighborhoods,&#8221; as Google calls them.</p>
<p>You know what I mean&#8230; strange pharmaceuticals, porn sites, and so on.</p>
<p>The problem is, it&#8217;s a nuisance to edit the comment to remove the link.  Often, we just delete the comment altogether.</p>
<p>Well, there&#8217;s a free WordPress plugin to handle that issue with one click.  It&#8217;s called <strong><a title="Delink Comment Author wordpress plugin" href="http://wordpress.org/extend/plugins/delink-comment-author/" target="_blank">Delink Comment Author</a></strong>.</p>
<p>Once that plugin is installed, your comment options will include &#8220;delink&#8221; so you can click to delink, click to approve, and move on to the next great comment at your website.</p>
<p>As more sleazy websites are using more clever software to leave real-looking comments &#8212; and get backlinks in the process &#8212; this plugin makes a webmaster&#8217;s job easy.</p>
<p>We don&#8217;t have to decide whether or not it&#8217;s a &#8220;real&#8221; comment.  If it looks good, it gets approved&#8230; <em>without</em> its link<em></em>, and <em>without</em> the risk of being associated with a &#8220;bad neighborhood.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/spam-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9.2 &#8211; works fine!</title>
		<link>http://sitesthatsoar.com/wordpress/wordpress-2-9-2-works-fine/</link>
		<comments>http://sitesthatsoar.com/wordpress/wordpress-2-9-2-works-fine/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:10:25 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Featured articles]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=394</guid>
		<description><![CDATA[WordPress 2.9.2 was released in February 2010, and the dashboard still looks almost identical to what&#8217;s featured in my book, Sites that Soar!
So, you can continue to use the current (third) edition of Sites that Soar. The dashboard differences are so minor, you may not even notice them.
Note: Sites that Soar! is available as an [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-395" title="jump_for_joy" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2010/02/jump_for_joy.jpg" alt="" width="300" height="225" /><strong>WordPress 2.9.2</strong> was released in February 2010, and the dashboard still looks almost <em>identical</em> to what&#8217;s featured in my book, <a href="http://www.sitesthatsoar.com/index.html" target="_blank">Sites that Soar!</a></p>
<p>So, you can <em>continue</em> to use the current (third) edition of <em>Sites that Soar.</em> The dashboard differences are so minor, you may not even notice them.</p>
<p style="padding-left: 30px;">Note: <a title="Sites that soar!" href="http://www.sitesthatsoar.com/index.html" target="_blank">Sites that Soar!</a> is available as an instant download (ebook) at SitesThatSoar.com, <em>and </em>as a published (printed) book at <a href="http://www.amazon.com/exec/obidos/ASIN/1449599885/recommend8-20" target="_blank">Amazon.com</a>.</p>
<p style="padding-left: 30px;">I&#8217;ve also <em>slightly</em> rewritten the book under a new title, <a title="Branford Magazine theme user's manual" href="http://branfordmagazine.com/branford-magazine-users-manual" target="_blank">Branford Magazine User&#8217;s Manual</a>, because so many people aren&#8217;t sure what &#8220;Sites that Soar!&#8221; means.  However&#8230; it&#8217;s basically <em>the same book; </em>I&#8217;m just trying to reach a broader audience.</p>
<p>I&#8217;m still using Branford Magazine 2.0, modified <em>slightly.</em> It still works fine at all of my websites.  There&#8217;s no reason to wrestle with one of the newer, more confusing versions of Branford Magazine.</p>
<p>In fact, I tested Branford Magazine 4.2, just to see if it really was an improvement.  In my opinion, it&#8217;s not.  (See my article, <a title="Broken Branford Magazine theme" href="http://branfordmagazine.com/broken-branford-magazine-theme" target="_blank">Broken Branford Magazine theme?</a>)</p>
<p>You can <em>always</em> download the older, more stable versions of Branford Magazine theme &#8212; including my modified version &#8212; at my websites.  Just look for the &#8220;Free Downloads&#8221; tab on the homepage.</p>
<p style="text-align: center;"><strong><a href="http://www.SitesThatSoar.com/wordpress/" target="_blank">http://www.SitesThatSoar.com/wordpress/</a></strong></p>
<p style="text-align: center;"><strong><a title="Branford Magazine" href="http://branfordmagazine.com/" target="_blank">http://BranfordMagazine.com/</a></strong></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/wordpress-2-9-2-works-fine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-Junkie Review</title>
		<link>http://sitesthatsoar.com/wordpress/e-junkie-review-2/</link>
		<comments>http://sitesthatsoar.com/wordpress/e-junkie-review-2/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 11:35:25 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Featured articles]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=379</guid>
		<description><![CDATA[Many people ask me about E-junkie.com, and if it&#8217;s worthwhile.
I&#8217;ve been using E-junkie for about two years now, and I&#8217;m still delighted with them.  They handle all of my digital products for me, and they&#8217;re the most reliable company I&#8217;ve worked with.
In addition, they&#8217;re still the least expensive option I&#8217;ve seen for file storage and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-300" title="moneykey-150w" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2009/03/moneykey-150w.jpg" alt="moneykey-150w" width="150" height="109" />Many people ask me about <a href="http://www.e-junkie.com/?r=13015" target="_blank">E-junkie.com</a>, and if it&#8217;s worthwhile.</p>
<p>I&#8217;ve been using E-junkie for about two years now, and I&#8217;m still delighted with them.  They handle <em>all</em> of my digital products for me, and <strong>they&#8217;re the most reliable company I&#8217;ve worked with.</strong></p>
<p>In addition, they&#8217;re still the least expensive option I&#8217;ve seen for file storage and digital product fulfillment.  Currently, I pay $5 a month for their services.  That&#8217;s all.  No commissions.  No surprise charges.  No hidden fees!</p>
<p>Unlike Clickbank, E-junkie <em>doesn&#8217;t</em> charge me a per-sale commission or anything like that.</p>
<blockquote><p>The <em>only</em> reason I stopped using E-Junkie for my <em>Sites that Soar</em> affiliate program is because I&#8217;m busy launching a publishing company.  I discontinued <em>all</em> of my affiliate programs, for now.   (The exception is Clickbank, and that&#8217;s because  &#8212; though it&#8217;s fairly expensive &#8211;  it requires zero time and attention from me.)</p>
<p>I&#8217;m still <em>happily</em> using E-junkie for <em>all</em> of my digital product sales and file storage.</p></blockquote>
<p>E-junkie stores my files, handles my sales and pays me immediately via PayPal,<em> and</em> it keeps track of my customer lists, in case I need to send update notices or announcements.</p>
<p>If I was selling CDs or DVDs &#8212; which I plan to do, in the future &#8212; E-junkie would even interact directly with my CD fulfillment service.  Orders could be placed and products created &amp; shipped, and <em>I don&#8217;t have to do anything.</em></p>
<p>If and when I resume my affiliate programs, E-junkie does everything except issue the monthly payments.  However, even that can be managed with one click (via PayPal) for the entire set of payments, using the specialized list format that E-Junkie provides for this purpose.</p>
<p>At any point during the month, my affiliates can see how well they&#8217;re doing at their own E-junkie page.  In addition, E-junkie creates and maintains a list of my affiliates so I can send them messages and updates, as well.</p>
<p>They have options for physical products, too.   So, I could create an affiliate program for tee-shirts or posters or artwork&#8230; or anything that I&#8217;m making on my own.</p>
<p>E-junkie is designed for smaller businesses.  So, if you&#8217;re doing tens of thousands of dollars in business, monthly, they may not offer all of the features you need.  (Ask them.  They&#8217;re nice people and may create what you need.)</p>
<p>For a home-based business like mine, E-junkie is perfect.  I tried several other programs, and they either cost too much or they had too many problems&#8230; or both.</p>
<p>I put my products at E-junkie and I don&#8217;t have to think about them again.  Delivery is reliable.  I&#8217;m paid instantly. The whole thing costs my $5 per month.</p>
<p>My customers are happy, and so am I.</p>
<p>Here&#8217;s what it says on the E-junkie website:</p>
<blockquote><p><!-- header --> <!--/sphider_noindex--> <!-- open wiki --> <!-- MAIN CONTENT --></p>
<table style="height: 100%;" border="0" cellspacing="0" cellpadding="0" width="367">
<tbody>
<tr>
<td height="20"><img src="http://static.e-junkie.com/ej/images/what_do_we_do.gif" alt="what do we do?" width="222" height="22" /></td>
</tr>
<tr>
<td height="8"><img src="http://static.e-junkie.com/ej/images/trans.gif" alt="" width="8" height="8" /></td>
</tr>
<tr>
<td valign="top">E-junkie provides <strong>shopping cart</strong> and <strong>buy now buttons</strong> to let you <strong>sell downloads</strong> and <strong>tangible goods</strong> on <strong>your website</strong>, <strong>eBay</strong>, <strong>MySpace</strong>, <strong>Google Base</strong>, <strong>CraigsList </strong>and other websites using <a href="http://www.e-junkie.com/ej/paypal.htm">PayPal Standard</a>, <a href="http://www.e-junkie.com/ej/paypal-website-payments-pro.htm">PayPal Pro</a>, <a href="http://www.e-junkie.com/ej/google-checkout.htm">Google Checkout</a>, <a href="http://www.e-junkie.com/ej/authorize.net.htm">Authorize.Net</a>, <a href="http://www.e-junkie.com/ej/trialpay.htm">TrialPay</a>, <a href="http://www.e-junkie.com/ej/clickbank.htm">ClickBank</a> and <a href="http://www.e-junkie.com/ej/2checkout.htm">2CheckOut</a>.</p>
<p>For merchants <strong>selling downloads</strong>, we automate and secure the digital delivery of files and codes. If you are <strong>selling tangible goods</strong>, we automate the shipping calculation and inventory management. Our <strong>shopping cart</strong> has a built in <strong>sales tax, VAT, packaging </strong>and <strong>shipping cost calculator</strong>.</p>
<p>You can sell ebooks, sell mp3 tracks and albums, sell software, icons, fonts, artwork, phone cards, event tickets, cds, posters, books, t-shirts and almost everything else you want to sell.</p>
<p>E-junkie has no transaction limit, no bandwidth limit, no setup fee and no transaction fee.</td>
</tr>
</tbody>
</table>
</blockquote>
<p>Their website may not be as polished as Clickbank and similar services. However, E-junkie doesn&#8217;t charge the same fees as Clickbank&#8230; not even close!</p>
<p>And, I&#8217;ve had only excellent results with E-junkie.  No complaints at all!  (And, since I&#8217;m very picky, that&#8217;s saying a lot.)</p>
<p>I <em>highly</em> recommend <a href="http://www.e-junkie.com/?r=13015">E-junkie</a>.  I<em> am</em> an affiliate for them, but I&#8217;d recommend them to anyone (and everyone) anyway.</p>
<p>Click the button below and see what they offer.  I think you&#8217;ll be impressed.</p>
<p>You&#8217;ll probably be relieved at how easy it is:</p>
<ul>
<li><em>no</em> programming is needed</li>
<li>no complicated shopping cart software (it&#8217;s just a normal link)</li>
<li>there are <em>no</em> start-up fees, and</li>
<li>you can even try it for a week, <em>free</em>, to see if you like it.</li>
</ul>
<p>(After that, the basic plan &#8212; which is plenty for me, even with about 20 digital products and affiliate programs when I used them &#8212; is $5/month&#8230; period.)</p>
<p style="text-align: center;"><a title="Shopping Cart by E-junkie" href="http://www.e-junkie.com/?r=13015" target="ejcom"><img class="aligncenter" src="https://www.e-junkie.com/linkimg/b806d355d3145b5b95e506b5c7a64e1513015/1.gif" border="0" alt="E-junkie Shopping Cart and Digital Delivery" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/e-junkie-review-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Edition is at Amazon!</title>
		<link>http://sitesthatsoar.com/wordpress/a-new-edition-is-on-its-way/</link>
		<comments>http://sitesthatsoar.com/wordpress/a-new-edition-is-on-its-way/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 16:25:34 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=371</guid>
		<description><![CDATA[Many people have asked me to create a print edition of Sites that Soar! It&#8217;s easier for them to use and more convenient to store in their home offices.
So, I&#8217;ve written a print edition.  Because it&#8217;s a real, traditional book, it&#8217;s a little different than the ebook that people have downloaded.
The biggest change is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/exec/obidos/ASIN/1449599885/recommend8-20" target="_blank"><img class="alignright size-full wp-image-372" title="STS-cover-188wx250h" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2009/12/STS-cover-188wx250h.jpg" alt="STS-cover-188wx250h" width="188" height="250" /></a>Many people have asked me to create a print edition of <em>Sites that Soar!</em> It&#8217;s easier for them to use and more convenient to store in their home offices.</p>
<p>So, I&#8217;ve written <a href="http://www.amazon.com/exec/obidos/ASIN/1449599885/recommend8-20" target="_blank">a print edition</a>.  Because it&#8217;s a real, traditional book, it&#8217;s a<em> little</em> different than the ebook that people have downloaded.</p>
<p>The biggest change is the illustrations, which are in b&amp;w instead of in color.  (I increased the contrast so the loss of color isn&#8217;t such a big issue.)</p>
<p>There are also some minor editorial changes, since I can&#8217;t say &#8220;click this link&#8221; on the printed page.</p>
<p>Otherwise, the content is <em>99% identical</em> to the ebook that people can download instantly.</p>
<p>(In other words, don&#8217;t feel as if you have to buy this copy if you already own the ebook edition.  You don&#8217;t.  If you have the third edition of Sites that Soar! &#8212; the one that&#8217;s about 150 pages &#8212; very little is new in the printed book.)</p>
<p>The printed edition is now at <a href="http://www.amazon.com/exec/obidos/ASIN/1449599885/recommend8-20" target="_blank">Amazon.com</a>, and it will be in offline bookstores (B&amp;N, Borders, etc.) later in the year.</p>
<p>I am <em>very</em> excited about this book.</p>
<p>The galleys (publisher&#8217;s worksheets) looked even better than I expected.  The pages have one-inch margins, and the type is large-ish so no one <em>has</em> to squint or don their reading glasses.</p>
<p><strong>The ebook remains online</strong></p>
<p>As of February 2010, the price of the ebook &#8212; the instant download with bonuses &#8212; returned to its previous price of $17.</p>
<p>The biggest complaint I&#8217;ve heard from readers has been this:  They almost didn&#8217;t buy the ebook <strong>because the price was so low.</strong> They figured it was probably junk.</p>
<p>So, though I&#8217;ve <em>liked</em> keeping the price in a low range so more &#8220;starving artists&#8221; can buy it&#8230; I need to be sure it&#8217;s not overlooked because the price is too low.</p>
<p>Several people suggested a price around $27 or $37 for the ebook.</p>
<p>(Someone who designs websites professionally suggested that price for the printed book, too.  He&#8217;s concerned that people won&#8217;t realize how good my book is, since books with similar attention to detail are selling in the $35 &#8211; $50 range.)</p>
<p>However, I&#8217;m hoping that the $17 figure conveys <em>enough</em> of the value of what&#8217;s inside this 150-page book, without putting it out of  reach for the artists I originally wrote it for.</p>
<p>As always, I&#8217;ll consider barter &#8212; especially for original art &#8211;  if someone <em>really</em> can&#8217;t afford it.</p>
<p><strong>Affiliates</strong></p>
<p>During 2009, I discontinued the eJunkie.com affiliate program.  Oh, eJunkie.com is still my <em>favorite </em>resource for selling digital products.   In fact, I still sell through eJunkie, happily!</p>
<p>The problems were <em>affiliate</em> questions that I just don&#8217;t have time for.  (I&#8217;m primarily an artist and a reluctant writer.  <em>Sites that Soar</em> was originally a 35-page ebook for artist friends who wanted a website that looked as good as mine.)</p>
<p>However, people can still earn 75% commissions from this book by selling through Clickbank.  Though I earn just a small amount from each sale, I want to encourage people to tell others about <em>Sites that Soar!</em></p>
<p>Besides, Clickbank handles the paperwork for me, pays the affiliates, and so on.  That&#8217;s why I&#8217;m continuing my affiliate program through them.</p>
<p>But, <em>product delivery</em> is still handled by eJunkie, and I&#8217;m still rabidly enthusiastic about their services.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/a-new-edition-is-on-its-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking back, looking ahead</title>
		<link>http://sitesthatsoar.com/wordpress/looking-back-looking-ahead/</link>
		<comments>http://sitesthatsoar.com/wordpress/looking-back-looking-ahead/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:19:24 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Book news]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=347</guid>
		<description><![CDATA[Thanks to everyone who has purchased my book, enjoyed it, and provided great feedback.  You&#8217;re wonderful friends, and I&#8217;m so glad that we met!
I wrote Sites that Soar! because I&#8217;d struggled with the Branford Magazine theme and I thought my notes might be useful to others.
Over the year+ that followed, my book grew from about [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-full wp-image-98" title="pinkrose1-75" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/11/pinkrose1-75.jpg" alt="pinkrose1-75" width="75" height="75" />Thanks</strong> to everyone who has purchased my book, enjoyed it, and provided great feedback.  You&#8217;re wonderful friends, and I&#8217;m <em>so</em> glad that we met!</p>
<p>I wrote <a href="http://www.sitesthatsoar.com/" target="_blank">Sites that Soar!</a> because I&#8217;d struggled with the Branford Magazine theme and I thought my notes might be useful to others.</p>
<p>Over the year+ that followed, my book grew from about 35 pages to over 150 illustration-filled pages, and <em>hundreds</em> of people purchased it.</p>
<p>In November 2009, I created a print edition of the book, too.  In early 2010, it will be available at Amazon.com and other bookstores.</p>
<p>However, I&#8217;ve been disappointed by &#8220;updates&#8221; of Branford Magazine.</p>
<p>So, my book continues to focus on the <em>earlier</em> editions of Branford Magazine &#8212; the same ones that I use myself, and I provide as free downloads, here.  (See the &#8220;Free Downloads&#8221; tab on the homepage.)</p>
<p>The <a href="http://www.clickbank.com/index.html" target="_blank">Clickbank affiliate program</a> runs on autopilot, and you can use that program to earn 75% commissions when you tell friends about this book.  It&#8217;s a free program and Clickbank pays you directly every month.</p>
<p>My ebook &#8212; the instant download with bonuses &#8212; <em>will</em> remain on sale: <strong><a href="http://www.sitesthatsoar.com/">Sites That Soar!<br />
</a></strong></p>
<p>And, I will continue to support the book.  I just don&#8217;t support the theme itself&#8230; in fact, that&#8217;s <em>why</em> I wrote the book: To help people like me figure out how to use Branford Magazine!</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/looking-back-looking-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m not updating Sites that Soar!</title>
		<link>http://sitesthatsoar.com/wordpress/why-im-not-updating-sites-that-soar/</link>
		<comments>http://sitesthatsoar.com/wordpress/why-im-not-updating-sites-that-soar/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:11:18 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=343</guid>
		<description><![CDATA[My book, Sites that Soar!, works with WordPress 2.9.2 and Branford Magazine 2.6 and earlier.
I love those early versions of Branford Magazine, and I offer them as free downloads, here and at BranfordMagazine.com.
They&#8217;re the themes that I use at almost all of my own websites.
However, I&#8217;ve been increasingly troubled by later changes in the theme. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-225" title="notebook1j" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2008/04/notebook1j.jpg" alt="notebook1j" width="262" height="208" />My book, <a href="http://www.sitesthatsoar.com/" target="_blank">Sites that Soar!</a>, works with WordPress 2.9.2 and Branford Magazine 2.6 and earlier.</p>
<p>I <em>love</em> those early versions of Branford Magazine, and I offer them as free downloads, here and at <a title="Branford Magazine" href="http://branfordmagazine.com/" target="_blank">BranfordMagazine</a>.com.</p>
<p>They&#8217;re the themes that I use at almost all of my own websites.</p>
<p>However, I&#8217;ve been increasingly troubled by <em>later </em>changes in the theme.   The July 2009 update &#8212; Branford Magazine 3.0 &#8212; is a good example.</p>
<p>This morning, when I visited the website of  Branford Magazine&#8217;s creator to take a look at Branford Magazine 3.0, I kept running into problems.  They looked like this screenshot:</p>
<p><img src="http://www.sitesthatsoar.com/furn/errormsg-jul09.gif" border="0" alt="WordPress error message" width="550" height="148" /></p>
<p>(I added the red arrow, pointing to where it says, &#8220;something has gone wrong with WordPress or a plugin.&#8221;)</p>
<p>The problem <em>could</em> be his WordPress installation, plugins that he&#8217;s using, or his theme. <em> I don&#8217;t know.</em></p>
<p>If the designer&#8217;s <em>own</em> website is having problems&#8230; that could be a problem for others, too.</p>
<p>My <em>Sites that Soar!</em> book does <strong>not</strong> include instructions for Branford Magazine versions after 2.6.  I recommend <em>only</em> the earlier versions.</p>
<p>So, the third edition (2009) will probably be the final version of my book, <em>Sites that Soar!</em></p>
<p>There&#8217;s no <em>point</em> in further updates unless something radically changes at WordPress.  (If it does, I <em>may</em> update the book.  I&#8217;m not sure.)</p>
<p>I <em>love</em> the versions of Branford Magazine that I&#8217;m using.  I&#8217;m <em>delighted</em> with how easy WordPress is, and how well it maintains my websites&#8230; no matter how large they are.</p>
<p>And, I especially like that the earlier versions of Branford Magazine and all versions of WordPress are <em>free.</em></p>
<p>So, the reason I&#8217;m not updating Sites that Soar (the book) is because <em>there&#8217;s no point to an update.</em> I&#8217;m still <em>very</em> happy with the versions of Branford Magazine that I wrote about in that book.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/why-im-not-updating-sites-that-soar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sample privacy policy</title>
		<link>http://sitesthatsoar.com/wordpress/sample-privacy-policy/</link>
		<comments>http://sitesthatsoar.com/wordpress/sample-privacy-policy/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:34:16 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Updates, fixes, additions]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=330</guid>
		<description><![CDATA[If you have multiple websites and want a single, copy-and-paste privacy policy, here&#8217;s one that I use on some websites.  Feel free to copy it and modify it for your own use.
=================================================
Privacy Policy for our website
If you require any more information or have any questions about our privacy policy, please feel free to contact [...]]]></description>
			<content:encoded><![CDATA[<p>If you have multiple websites and want a single, copy-and-paste privacy policy, here&#8217;s one that I use on some websites.  Feel free to copy it and modify it for your own use.</p>
<p style="text-align: center;">=================================================</p>
<p><strong>Privacy Policy for our website</strong></p>
<p>If you require any more information or have any questions about our privacy policy, please feel free to contact us by email using our Contact form, linked from our homepage.</p>
<p>At our website, the privacy of our visitors is of <em>extreme</em> importance to us. This privacy policy document outlines the types of personal information is received and collected by our website and how it is used.</p>
<p><strong>Log Files </strong></p>
<p>Like many  &#8212; perhaps most &#8211;  other Web sites, our website makes use of log files. That&#8217;s partly for security, so we can identify any problems before they occur.  The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information <em>are not linked to any information that is personally identifiable.</em></p>
<p><strong>Cookies and Web Beacons </strong></p>
<p>Our website does <em>not </em>use cookies.</p>
<p><strong>Advertising </strong></p>
<p>This website is partially funded through our generous sponsors and advertisers. We use as little advertising as we can, and &#8212; when it&#8217;s necessary &#8212; <em>only</em> to cover our hosting and maintenance expenses. We avoid advertising programs  with any privacy risks.  In fact, we avoid advertising, period.</p>
<p><strong>DoubleClick DART Cookie </strong></p>
<p>.:: Google, as a third party vendor, uses cookies to serve ads on our website.</p>
<p>.:: Google&#8217;s use of the DART cookie enables it to serve ads to users based on their visit to our website and other sites on the Internet.</p>
<p>.:: Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL &#8211; <a href="http://www.google.com/privacy_ads.html" target="_blank">http://www.google.com/privacy_ads.html</a></p>
<p><strong>Ads that may appear at our website</strong></p>
<p>Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners <em>may</em> include Google Adsense, Commission Junction, Clickbank, Amazon, and other resources that offer useful products or links that seem to interest our website visitors.  (If we see a lack of interest, we discontinue the program.)</p>
<p>These third-party ad servers or ad networks use technology to the advertisements and links that appear on our website send directly to your browsers. They automatically receive your IP address when this occurs.   That&#8217;s used, in part, to identify which country you&#8217;re from, and which languages your ads could appear in.</p>
<p>Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.</p>
<p>Our website has no access to or control over these cookies that are used by third-party advertisers. However, we urge you to disable cookies on your computer if this is a concern for you. That&#8217;s controlled in your browser, usually in the Options tab related to privacy, security, or general settings.</p>
<p>Or, you can regularly use a free program such as SpyBot or <a href="http://www.lavasoft.com/products/ad_aware_free.php" target="_blank">AdAware by Lavasoft</a>.  They can safely clean old tracking cookies off your computer in a matter of minutes.</p>
<p>You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices.</p>
<p>Our website&#8217;s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.</p>
<p>If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers&#8217; respective websites.</p>
<p>Here are links that can help you, if you want to reconfigure your browser.  If the links aren&#8217;t current, use the search form at the respective site and look for &#8220;cookies.&#8221;</p>
<p style="text-align: center;"><a href="http://mozilla.gunnars.net/firefox_help_firefox_cookie_tutorial.html" target="_blank">Firefox</a> &#8211; <a href="http://support.microsoft.com/kb/283185" target="_blank">Internet Explorer</a> &#8211; <a href="http://www.opera.com/browser/tutorials/security/privacy/" target="_blank">Opera</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/sample-privacy-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Your Privacy Policy</title>
		<link>http://sitesthatsoar.com/wordpress/adding-your-privacy-policy/</link>
		<comments>http://sitesthatsoar.com/wordpress/adding-your-privacy-policy/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:20:02 +0000</pubDate>
		<dc:creator>Ais</dc:creator>
				<category><![CDATA[Design secrets]]></category>

		<guid isPermaLink="false">http://sitesthatsoar.com/wordpress/?p=321</guid>
		<description><![CDATA[Recent changes at Google AdSense mean that your website must have a privacy policy, if you&#8217;re monetizing your website with AdSense ads.
In general, it&#8217;s good to have a privacy policy, anyway.  Here&#8217;s the easiest way to add one to your Branford Magazine website.
1. Visit SERPrank.com to auto-generate your privacy policy.  It&#8217;s easy&#8230; check the appropriate [...]]]></description>
			<content:encoded><![CDATA[<p>Recent changes at Google AdSense mean that your website must have a privacy policy, if you&#8217;re monetizing your website with AdSense ads.</p>
<p>In general, it&#8217;s good to have a privacy policy, anyway.  Here&#8217;s the easiest way to add one to your Branford Magazine website.</p>
<p><strong>1.</strong> Visit <strong><a href="http://www.serprank.com/privacy-policy-generator/" target="_blank">SERPrank.com</a></strong> to auto-generate your privacy policy.  It&#8217;s easy&#8230; check the appropriate boxes, add your domain name and &#8212; presto! &#8212; you&#8217;ll have a privacy policy to copy-and-paste.</p>
<p><strong>2. </strong>Copy that text and paste it into the &#8220;Visual&#8221; tab as a new Post or Page at your website.</p>
<p>If it&#8217;s a Page and your pages are listed somewhere on all of your webpages, your work is finished.  Otherwise, here are some options.</p>
<p><strong>2a. </strong>Add the URL of your privacy policy page or post in your list of links in the sidebar&#8230; if you have a list of links in your sidebar.</p>
<p><strong>2b. </strong>Or, add the URL of your privacy policy in your footer.  That&#8217;s what I&#8217;ve done for most of my websites.</p>
<p>First, to go your WordPress dashboard and click on Appearance &gt; Editor.  There, click on &#8220;Footer&#8221; in the right column of that page.  Your footer.php will open in the center panel.</p>
<p>Add the URL of your privacy policy anywhere in the footer text.  You&#8217;ll make it a link with code that looks like this <strong><span style="color: #ff0000;">&lt;a href=&#8221;XXX&#8221;&gt;Privacy policy&lt;/a&gt;</span></strong>, where &#8220;XXX&#8221; is your privacy policy URL.</p>
<p>You can see how I&#8217;ve done this in the screenshot, below.  (Click on the image to see it larger.) I add the privacy policy link immediately after the theme credits.</p>
<p style="text-align: center;"><a href="http://sitesthatsoar.com/wordpress/wp-content/uploads/2009/06/privacypolicy-add.gif"><img class="size-medium wp-image-322" title="privacypolicy-add" src="http://sitesthatsoar.com/wordpress/wp-content/uploads/2009/06/privacypolicy-add-300x180.gif" alt="privacypolicy-add" width="300" height="180" /></a></p>
<p><strong>2c.</strong> Finally, save the footer.php file, and return to your usual work on your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://sitesthatsoar.com/wordpress/adding-your-privacy-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
