<?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>Simple Help &#187; Blogging</title>
	<atom:link href="http://www.simplehelp.net/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Wed, 18 Nov 2009 15:12:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install WordPress on your Windows PC</title>
		<link>http://www.simplehelp.net/2008/08/25/how-to-install-wordpress-on-your-windows-pc/</link>
		<comments>http://www.simplehelp.net/2008/08/25/how-to-install-wordpress-on-your-windows-pc/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 12:31:56 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design & Dev]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=949</guid>
		<description><![CDATA[


Though I&#8217;ve previously covered How to install WordPress in Windows Vista, that method used a BitNami stack, which comes with a few drawbacks. The method outlined in this tutorial will leave you with a perfect WordPress installation on your PC &#8211; which is great to use as a development and testing environment. 

 Before you [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_web-design-development.jpg" align="right" width="50" height="50" alt="Web Design &amp; Dev" />
<img src="/wp-images/icons/topic_windows.jpg" align="right" width="50" height="50" alt="Windows" />
<p>Though I&#8217;ve previously covered <a href="http://www.simplehelp.net/2008/07/18/how-to-install-wordpress-in-windows-vista/" title="how to install WordPress in Vista using Bitnami" target="_blank">How to install WordPress in Windows Vista</a>, that method used a BitNami stack, which comes with a few drawbacks. The method outlined in this tutorial will leave you with a perfect WordPress installation on your PC &#8211; which is great to use as a development and testing environment. <span id="more-949"></span></p>
<ol>
<li> Before you install WordPress, make sure you have WAMP (Windows, Apache, MySQL &#038; PHP) installed. Fortunately we have a <a href="http://www.simplehelp.net/2008/08/25/how-to-install-and-setup-apache-mysql-and-php-in-windows/">tutorial that walks you through each step of installing and configuring WAMP.</a> Once you&#8217;ve got that done, continue with step #2. </li>
<li> Click the WAMP icon in your System Tray and select <strong>www directory</strong>. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp02.png" alt="" /></p>
<li> Explorer will open the folder <strong>C&#58;&#92;wamp&#92;www&#92;</strong>. This is where your HTML, PHP and other site files reside. You&#8217;ll notice an <strong>index.php</strong> file. This a WAMP file (the one that provides shortcuts to phpMyAdmin etc). You don&#8217;t want to delete it, but you also probably don&#8217;t want to leave it titled index.php. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp03.png" alt="" /></p>
<li> Rename it to something else (for example, wamp.php). </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp04.png" alt="" /></p>
<li> Now <a href="http://wordpress.org/download/" title="WordPress download page" target="_blank">download WordPress</a>, and extract it into the C&#58;&#92;wamp&#92;www&#92; folder </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp05.png" alt="" /></p>
<li> When you extract WordPress, it will create a folder called <strong>wordpress</strong>. If you&#8217;re using WAMP specifically for WordPress development, and you don&#8217;t want to have your blog show up at the address http://localhost/wamp (and would rather it display at http://localhost) &#8211; select all the files in the wordpress folder, cut and paste them into the C&#58;&#92;wamp&#92;www&#92; folder. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp06.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp06a.png" alt="" /><br />
click to enlarge</a></p>
<li> Now load the WAMP config screen in your browser by entering the address <a href="http://localhost/wamp.php" target="_blank" title="local wamp config file">http://localhost/wamp.php</a> &#8211; assuming you renamed the WAMP config file to wamp.php (in step #4). </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp11.png" alt="" /></p>
<li> In the <strong>Tools</strong> section, select <strong>phpmyadmin</strong>. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp12.png" alt="" /></p>
<li> Log in to phpMyAdmin. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp13.png" alt="" /></p>
<li> To create a new database for WordPress, select the <strong>Databases</strong> link. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp14.png" alt="" /></p>
<li> In the <strong>Create new database</strong> section, enter <strong>wordpress</strong> as the database name (or something similarly descriptive) and click <strong>Create</strong>. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp15.png" alt="" /></p>
<li> Make sure you get a confirmation that the database was successfully created. </li>
<p><img src="http://www.simplehelp.net/images/wpwin/wp16.png" alt="" /></p>
<li> Now enter <a href="http://localhost/" target="_blank" title="localhost">http://localhost/</a> into your browser. You&#8217;ll be greeted with the WordPress &#8220;getting started&#8221; screen. Click the <strong>Create a Configuration File</strong> button. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp17.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp17a.png" alt="" /><br />
click to enlarge</a></p>
<li> Review the info, and then click the <strong>Let&#8217;s Go!</strong> button. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp18.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp18a.png" alt="" /><br />
click to enlarge</a></p>
<li> In the <strong>Database Name</strong> field, enter <strong>wordpress</strong> (or whatever database name you specified back in step #11). Enter <strong>root</strong> as the <strong>User Name</strong> (unless you&#8217;ve created another MySQL user) and your MySQL password in the <strong>Password</strong> field. Your <strong>Database Host</strong> should be set to <strong>localhost</strong> and the <strong>Table Prefix</strong> should remain <strong>wp_</strong> (but can be changed if you wish). When you&#8217;re done, click <strong>Submit</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp19.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp19a.png" alt="" /><br />
click to enlarge</a></p>
<li> Now click <strong>Run the install</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp20.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp20a.png" alt="" /><br />
click to enlarge</a></p>
<li> A few seconds later you&#8217;ll be presented with the <strong>Information needed</strong> screen. Give your blog a title, and enter your email address in the provided fields. If you&#8217;re using this WordPress installation as a development site, uncheck the <strong>Allow my blog to appear in search engines like Google and Technorati</strong>. Click <strong>Install WordPress</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp21.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp21a.png" alt="" /><br />
click to enlarge</a></p>
<li> Make note of your username (admin) and assigned password, then click the <strong>Log In</strong> button. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp22.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp22a.png" alt="" /><br />
click to enlarge</a></p>
<li> Enter your Username and Password in the appropriate fields, and once again click <strong>Log In</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp23.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp23a.png" alt="" /><br />
click to enlarge</a></p>
<li> That&#8217;s it! You can start writing posts, uploading/creating themes etc. </li>
<p><a href="http://www.simplehelp.net/images/wpwin/wp24.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpwin/wp24a.png" alt="" /><br />
click to enlarge</a></p>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/09/21/how-to-make-your-wordpress-site-much-more-usable-for-mobile-browsers/" rel="bookmark" title="Permanent Link: How to make your WordPress site much more usable for mobile browsers">How to make your WordPress site much more usable for mobile browsers</a><br /><a href="http://www.simplehelp.net/2007/09/10/9-ways-to-secure-your-wordpress-blog/" rel="bookmark" title="Permanent Link: 9 easy ways to secure your WordPress blog">9 easy ways to secure your WordPress blog</a><br /><a href="http://www.simplehelp.net/2008/09/22/paid-gigs-at-simple-help/" rel="bookmark" title="Permanent Link: Paid gigs at Simple Help">Paid gigs at Simple Help</a><br /><a href="http://www.simplehelp.net/2008/07/18/how-to-install-wordpress-in-windows-vista/" rel="bookmark" title="Permanent Link: How to install WordPress in Windows Vista">How to install WordPress in Windows Vista</a><br /><a href="http://www.simplehelp.net/2009/04/19/how-to-remove-the-diggbar-from-sites-visited-via-digg/" rel="bookmark" title="Permanent Link: How to remove the DiggBar from sites visited via digg">How to remove the DiggBar from sites visited via digg</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/08/25/how-to-install-wordpress-on-your-windows-pc/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>What I&#039;ve learned in my second year of blogging</title>
		<link>http://www.simplehelp.net/2008/08/24/what-ive-learned-in-my-second-year-of-blogging/</link>
		<comments>http://www.simplehelp.net/2008/08/24/what-ive-learned-in-my-second-year-of-blogging/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 09:04:10 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=784</guid>
		<description><![CDATA[
When I did this last year it was fairly well received. So here I am, a year later, doing it again. As usual I&#8217;ll share pretty much every statistic about this site (except specific financial details), and more importantly, everything I&#8217;ve learned (the highlights anyway) in the last year. 
I&#8217;m going w/ the same format [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>When I did this <a href="http://www.simplehelp.net/2007/08/05/what-ive-learned-in-my-first-year-of-blogging/" title="has it really been a whole year?">last year</a> it was fairly well received. So here I am, a year later, doing it again. As usual I&#8217;ll share pretty much every statistic about this site (except specific financial details), and more importantly, everything I&#8217;ve learned (the highlights anyway) in the last year. <span id="more-784"></span></p>
<p>I&#8217;m going w/ the same format again, for the same reason (I&#8217;m lazy). Speaking of lazy, I&#8217;ve had this post in my drafts waiting to be finished since the beginning of August &#8211; the actual 2 year mark.</p>
<ol>
<li> <a href="#done">What I&#8217;ve done</a> </li>
<ol type="i">
<li> <a href="#stats">Stats</a></li>
</ol>
<li> <a href="#learned">What I&#8217;ve learned</a> </li>
<ol type="i">
<li> <a href="#seo">SEO</a></li>
<li> <a href="#mentor">Find a Mentor</a></li>
<li> <a href="#niche">Your Niche is Different</a></li>
<li> <a href="#ads">Advertising</a></li>
<li> <a href="#content">Write more content, then some more, and then some more </li>
</ol>
</ol>
<hr />
<p></p>
<h3><a name="done">What I&#8217;ve done</a></h3>
<p><strong><a name="stats">Stats</a></strong><br />
Here&#8217;s an overview of the statistics for Simple Help from the last year. Even after 2 years, I can&#8217;t go a day without checking Google Analytics.</p>
<p></p>
<ol>
<li> <strong>Visits and Pageviews &#8211; 08/01/07 &#8211; 07/31/08</strong></li>
</ol>
<li> 3,429,852 visits</li>
<li> 5,883,633 page views</li>
<p></p>
<p>As the graph below illustrates, there was a significant drop in the middle of Dec. 07. I was quite sick, and the site went down for 2.5 days. Such is life.</p>
<p><a href="http://www.simplehelp.net/images/secondyear/img02.png"><img src="http://www.simplehelp.net/images/secondyear/img02a.png" alt="" /><br />
click to enlarge</a></p>
<p><strong>By Month</strong><br />
<img src="http://www.simplehelp.net/images/secondyear/img01.png" alt="" /></p>
<p>All in all I&#8217;m pleased with the growth compared to the first year (1,104,495 visits, 1,756,518 page views). One of the things I wanted to increase this year was the number of page views per visit, which I did &#8211; slightly. Last year it was 1.59 page views per visit, this year it grew to 1.72. I attribute this to 2 complete site re-designs and the use of the <a href="http://wasabi.pbwiki.com/Related%20Entries" title="related posts plugin for wordpress" target="_blank" rel="nofollow">Related Posts plugin</a> (and the <a href="http://www.solo-technology.com/apps.html" title="related posts for feeds wordpress plugin" target="_blank" rel="nofollow">Related Posts for your Feeds plugin</a>).</p>
<ol start="2">
<li> <strong>Traffic sources  &#8211; 08/01/07 &#8211; 07/31/08</strong></li>
<p>Similar to last year, search remains my #1 source of traffic. By far.</p>
<p><a href="http://www.simplehelp.net/images/secondyear/img03.png"><img src="http://www.simplehelp.net/images/secondyear/img03a.png" alt="" /><br />
click to enlarge</a></p>
<p>One rather significant change is that during Simple Helps first year, it was on the front page of Digg.com <a href="http://digg.com/search?s=simplehelp.net&#038;submit=Search&#038;section=all&#038;type=url&#038;area=promoted&#038;sort=new" target="_blank" rel="nofollow">16 times</a>. In the second year &#8211; not once. This I attribute to two things &#8211; 1) I stopped &#8220;writing for digg&#8221; and 2) it&#8217;s a lot harder to get on the front page now. One of my silly goals in my first year was to get on the digg.com front page twice in one day. The second time I accomplished that goal, my previous hosting provider told me in no uncertain terms that Simple Help had to move. It was at that point I went from shared hosting to a dedicated server.</p>
<p></p>
<p>Last year, digg was my #2 source of traffic, this year, it&#8217;s #8. Which is kind of interesting in and of itself &#8211; a lot of people will claim that digg has no long-tail. Not entirely true.</p>
<p><a href="http://www.simplehelp.net/images/secondyear/img05.png"><img src="http://www.simplehelp.net/images/secondyear/img05a.png" alt="" /><br />
click to enlarge</a></p>
<p>You&#8217;ll also note that images.google.com is my 6th highest source of traffic. If that&#8217;s not a glaring hint as to why you should use the alt and title tags, I&#8217;m not sure what is.</p>
<li> <strong>Traffic sources  &#8211; 08/01/07 &#8211; 07/31/08</strong></li>
<p>Once again, Google reigns supreme.</p>
<p><a href="http://www.simplehelp.net/images/secondyear/img06.png"><img src="http://www.simplehelp.net/images/secondyear/img06a.png" alt="" /><br />
click to enlarge</a></p>
<li> <strong>Top Content &#8211; 08/01/07 &#8211; 07/31/08</strong></li>
<p>My 5 most popular posts in the last year were:</p>
<ol type="i">
<li> <a href="http://www.simplehelp.net/2006/08/14/how-to-convert-flac-files-to-mp3-using-windows/" title="convert flac to mp3">How to convert .flac files to .mp3 using Windows</a></li>
<li> <a href="http://www.simplehelp.net/2007/07/08/10-alternatives-to-itunes-for-managing-your-ipod/" title="10 alternatives to itunes for managing your ipod">10 Alternatives to iTunes for Managing your iPod</a></li>
<li> <a href="http://www.simplehelp.net/2006/09/27/how-to-use-your-pc-and-webcam-as-a-motion-detecting-and-recording-security-camera/" title="use your webcam as a security camera">How to use your PC and Webcam as a motion-detecting and recording security camera</a>
<li> <a href="http://www.simplehelp.net/2006/10/11/10-windows-explorer-alternatives-compared-and-reviewed/" title="15 windows explorer alternatives">15 Windows Explorer alternatives compared and reviewed</a></li>
<li> <a href="http://www.simplehelp.net/2007/09/11/how-to-completely-wipe-all-of-the-data-from-your-hard-drive/" title="how to completely wipe all of the data from your hard drive">How to completely wipe all the data from your hard drive</a></li>
</ol>
<p></p>
<p>Only one of those posts (How to completely wipe all of the data from your hard drive) did I actually write in the last year. The other four are from the first year. Also noteworthy is that my most popular post, accounts for almost 10% of my traffic. That&#8217;s one post out of six hundred.</p>
<p><a href="http://www.simplehelp.net/images/secondyear/img04.png"><img src="http://www.simplehelp.net/images/secondyear/img04a.png" alt="" /><br />
click to enlarge</a>
</ol>
<hr />
<p></p>
<h3><a name="learned">What I&#8217;ve Learned</a></h3>
<p><strong><a name="seo">SEO</a></strong><br />
If I had to guess, I&#8217;d say there are a billion sites on SEO (search engine optimization). There should be a new rule &#8211; if <em>your</em> site doesn&#8217;t get a couple of hundred thousand visits via search engines, per month, you <strong>can&#8217;t</strong> start or run an SEO site. My suggestion? Review some of the tips on one established SEO site (say <a href="http://www.mattcutts.com/blog/type/googleseo/" title="matt cutts blog" target="_blank">Matt Cutts</a> or <a href="http://www.seomoz.org/blog" target="_blank" title="seomoz blog">the seomoz blog</a>), implement those tips, and then stop. The time that some bloggers spend reviewing SEO &#8220;tips and tricks&#8221; never ceases to amaze me. Use that time to write an article instead. No matter how &#8220;SEO friendly&#8221; your site is, if you don&#8217;t have content, no one&#8217;s going to come. Besides, most SEO sites just take content they found on another SEO site, re-word it (the ones that aren&#8217;t totally lazy) and publish it. Do you really need to read the same 10 tips 50 times?</p>
<p><strong><a name="mentor">Find a Mentor</a></strong><br />
Without question, my absolute #1 suggestion is to find someone already established in your niche, and befriend them. I cannot possible emphasize this enough. The <a href="http://www.howtogeek.com" target="_blank" title="how-to geek">How-To Geek</a> writes PC tutorials, just like I do (though he has a more heavy emphasis on Vista), and has shared <em>countless</em> tips with me. Without question, Simple Help would not be nearly as popular as it is today without him. The hard part is, of course, finding someone that&#8217;s <em>willing</em> to share information with you. I&#8217;ve been unbelievably fortunate.</p>
<p></p>
<p><strong><a name="niche">Your Niche is Different</a></strong><br />
Similar to the SEO rant (above), do <strong>not</strong> waste your time reading &#8220;pro blogging&#8221; web sites. Here&#8217;s why &#8211; they generally offer suggestions that may not even apply to you. A blog that focuses on collecting coins has a completely different audience than a blog that focuses on photography. The differences can be in gender, age group, geographic location &#8211; the list is endless. What applies to one site does not necessarily apply to another. Again, find someone successful in your specific niche, and find out what has worked for them and what hasn&#8217;t. You&#8217;ll find <em>that</em> information way more valuable than what you would on a &#8220;pro blogging&#8221; web site.</p>
<p><strong>RSS subscribers don&#8217;t matter</strong></p>
<p></p>
<p>This one might be a tiny bit controversial. For my site &#8211; a computer tutorial blog &#8211; RSS subscribers don&#8217;t matter, at all. Remember &#8211; your niche is different. Everywhere you go you&#8217;ll read about how to increase your RSS subscriber count. Take a step back and ask yourself &#8211; &#8220;for my site, does the number of RSS subscribers matter?&#8221; Here&#8217;s an example. Darren Rowse, of ProBlogger.net, has 47,189 RSS subscribers (as I write this, Aug. 23rd, 2008). I have 3,227. He has 14 times (plus) more RSS subscribers than I do. However, in the last 30 days, problogger.net has had 767,118 page views (according to <a href="http://www.sitemeter.com/?a=stats&#038;s=sm1problogger&#038;r=12" target="_blank" rel="nofollow">SiteMeter</a>. Over the same period of time, Simple Help has had 796,178 page views. Slightly more page views, 14x fewer RSS subscribers. So before you spend too much time trying to increase your RSS readership, ask yourself, does it really matter for <em>my</em> blog?</p>
<p><strong>Social networks are a waste of time</strong></p>
<p></p>
<p>What the heck, another controversial one. I publish my posts via <a href="http://twitter.com/rossm" target="_blank" rel="nofollow">Twitter</a>, I have a MyBlogLog page, FaceBook page (two actually), FriendFeed account, Last.FM&#8230; you name it, I have a page or account on that service. Not a single one of them drives any significant traffic to my site. StumbleUpon is an exception, and I&#8217;m not sure if it even counts as a social network. But again &#8211; consider your sites topic. If you write about FaceBook apps, you may get a tonne of traffic by creating a FaceBook group.</p>
<p></p>
<p><strong><a name="ads">Advertising</a></strong><br />
Here&#8217;s my experience with advertising. When your site becomes popular, advertisers find you. They&#8217;ll even bid against each other. Until then, stick with AdSense, Kontera, Tribal Fusion &#8211; whatever.</p>
<p></p>
<p><strong><a name="content">Write more content, then some more, then some more</a></strong><br />
Just write more. Not everything will be popular, in fact most of it probably won&#8217;t. But the more content you have, the more it&#8217;ll show up in Google, and the more visitors you&#8217;ll get. Also, if you write something that you think is absolutely terrific, and the visitors don&#8217;t immediately flood your site &#8211; don&#8217;t stress. I&#8217;ve had things that I wrote months and months ago all of the sudden become hugely popular on StumbleUpon, or show up on a very popular blog &#8211; driving that traffic you hoped for.</p>
<p></p>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/08/05/what-ive-learned-in-my-first-year-of-blogging/" rel="bookmark" title="Permanent Link: What I&#039;ve learned in my first year of blogging">What I&#039;ve learned in my first year of blogging</a><br /><a href="http://www.simplehelp.net/2007/08/01/simplehelp-stats-for-the-first-year/" rel="bookmark" title="Permanent Link: Simplehelp &#8211; stats for the first year">Simplehelp &#8211; stats for the first year</a><br /><a href="http://www.simplehelp.net/2007/05/07/gmail-tip-selecting-multiple-messages/" rel="bookmark" title="Permanent Link: Gmail Tip &#8211; Selecting Multiple Messages">Gmail Tip &#8211; Selecting Multiple Messages</a><br /><a href="http://www.simplehelp.net/2008/06/17/screencast-how-to-create-a-screencast-using-os-x/" rel="bookmark" title="Permanent Link: Screencast: How to create a screencast using OS X">Screencast: How to create a screencast using OS X</a><br /><a href="http://www.simplehelp.net/2008/12/18/the-linux-date-command/" rel="bookmark" title="Permanent Link: The Linux &#039;date&#039; command">The Linux &#039;date&#039; command</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/08/24/what-ive-learned-in-my-second-year-of-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot Tour: WordPress for the iPhone and iPod Touch</title>
		<link>http://www.simplehelp.net/2008/07/21/screenshot-tour-wordpress-for-the-iphone-and-ipod-touch/</link>
		<comments>http://www.simplehelp.net/2008/07/21/screenshot-tour-wordpress-for-the-iphone-and-ipod-touch/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 04:47:44 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=723</guid>
		<description><![CDATA[


WordPress for the iPhone and/or iPod Touch is now available from the App Store. Keep reading for a brief overview with plenty of screenshots.



 Download WordPress for the iPhone / iPod Touch the same as you would any other application in the App Store (yes it&#8217;s free). Sync your iPhone/iPod Touch and it&#8217;ll appear on [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_iphone.jpg" align="right" width="50" height="94" alt="iPhone" />
<img src="/wp-images/icons/topic_ipod.jpg" align="right" width="50" height="82" alt="iPod" />
<p>WordPress for the iPhone and/or iPod Touch is now available from the App Store. Keep reading for a brief overview with plenty of screenshots.</p>
<p><img src="http://www.simplehelp.net/images/wpapp/IMG_0001a.png" border="1" alt="" /><br />
<span id="more-723"></span></p>
<ol>
<li> <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&#038;mt=8" target="_blank" title="wordpress client for the iphone and ipod touch">Download WordPress for the iPhone / iPod Touch</a> the same as you would any other application in the App Store (yes it&#8217;s free). Sync your iPhone/iPod Touch and it&#8217;ll appear on your springboard. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0001.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0001a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Tap <strong>Set up your blog</strong> to get started. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0002.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0002a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Enter the relevant info in the appropriate fields.  </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0003.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0003a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Now select your blog. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0004.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0004a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> A list of your recently published posts (and scheduled posts) will be listed. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0005.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0005a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Tap the &#8220;write new post&#8221; button in the bottom right corner to create a new post for your blog. Start entering info. Tap the <strong>Categories</strong> and you&#8217;ll be presented with a list of all the categories you&#8217;ve previously created.</li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0006.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0006a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> When you create the actual post, the screen changes to give you more room to work with. Tap the  <strong>Save</strong> button in the upper-right corner to save your post.</li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0007.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0007a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> By default, your post will be saved as a <strong>Local Draft</strong> &#8211; which means it&#8217;s on your iPhone/iPod Touch &#8211; not on your blogs server &#8211; yet. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0009.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0009a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Tap the <strong>Status:</strong> field and you can publish, save as a draft (on the server) etc.  </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0011.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0011a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Tap the <strong>Preview</strong> button from the bottom list, and you&#8217;ll get a preview of your post (the yellow fields are AdSense ad locations). </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0014.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0014a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> Tap the <strong>Photos</strong> button from the bottom list and you can add a photo to your post. Tap <strong>Take Photo with Camera</strong> if you have an iPhone and want to add a &#8216;live&#8217; photo, or <strong>Add Photo from Library</strong> to add a picture from your iPhone/iPod Touch photos. </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0015.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0015a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li>  I added a photo from my library&#8230;</li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0016.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0016a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> but when I tried to save it, I got an error (I don&#8217;t use the wp-content/uploads/ folder, and it has specific permissions set). </li>
<p><a href="http://www.simplehelp.net/images/wpapp/IMG_0017.PNG"  style="text-decoration: none;"><img src="http://www.simplehelp.net/images/wpapp/IMG_0017a.png" border="1" alt="" /><br />
click to enlarge</a></p>
<li> All in all it&#8217;s a very neat app that will come in handy for creating quick posts. I don&#8217;t think I&#8217;d want to try and write a particularly long post using it mind you. </li>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/07/12/screenshot-tour-crash-bandicoot-nitro-kart-3d-for-iphoneipod-touch/" rel="bookmark" title="Permanent Link: Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch">Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-take-screenshots-of-your-iphone-or-ipod-touch-screen/" rel="bookmark" title="Permanent Link: How to take screenshots of your iPhone or iPod Touch screen">How to take screenshots of your iPhone or iPod Touch screen</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-reorder-the-icons-on-your-iphone-or-ipod-touch-springboard/" rel="bookmark" title="Permanent Link: How to reorder the icons on your iPhone or iPod Touch springboard">How to reorder the icons on your iPhone or iPod Touch springboard</a><br /><a href="http://www.simplehelp.net/2008/04/12/how-to-accurately-relocate-the-cursor-in-notes-for-your-iphone-or-ipod-touch/" rel="bookmark" title="Permanent Link: How to accurately relocate the cursor in Notes for your iPhone or iPod Touch">How to accurately relocate the cursor in Notes for your iPhone or iPod Touch</a><br /><a href="http://www.simplehelp.net/2008/07/11/how-to-control-itunes-with-your-iphone-or-ipod-touch/" rel="bookmark" title="Permanent Link: How to control iTunes with your iPhone or iPod Touch">How to control iTunes with your iPhone or iPod Touch</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/07/21/screenshot-tour-wordpress-for-the-iphone-and-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WordPress in Windows Vista</title>
		<link>http://www.simplehelp.net/2008/07/18/how-to-install-wordpress-in-windows-vista/</link>
		<comments>http://www.simplehelp.net/2008/07/18/how-to-install-wordpress-in-windows-vista/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:00:22 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design & Dev]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=675</guid>
		<description><![CDATA[


This brief will take you through the steps required to install WordPress &#8211; and all of its dependencies (Apache, PHP and MySQL) &#8211; in Windows Vista, using the fantastic open source software BitNami WordPress Stack. 
A bit of background: BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_web-design-development.jpg" align="right" width="50" height="50" alt="Web Design &amp; Dev" />
<img src="/wp-images/icons/topic_windows.jpg" align="right" width="50" height="50" alt="Windows" />
<p>This brief will take you through the steps required to install WordPress &#8211; and all of its dependencies (Apache, PHP and MySQL) &#8211; in Windows Vista, using the fantastic open source software <a href="http://bitnami.org/stack/wordpress" target="_blank" title="bitnami wordpress stack">BitNami WordPress Stack</a>. <span id="more-675"></span></p>
<p>A bit of background: BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your system&#8217;s MySQL or Apache without fear of breaking your BitNami WordPress Stack. If you have Apache already installed, the version that installs with BitNami won&#8217;t interfere with it.</p>
<p>Though this tutorial covers installing WordPress in Vista, BitNami WordPress Stacks are also available for Linux, Mac x86, Mac PPC, Solaris x86 and Solaris SPARC.</p>
<ol>
<li> To get started, head over to the <a href="http://bitnami.org/stack/wordpress" target="_blank" title="bitnami wordpress stack">BitNami WordPress Stack</a> page and download the &#8220;Full Stack&#8221; for Windows (about 39.1MB for WordPress 2.6). Run the installation file once the download has completed.
<p>Click <strong>Next</strong> to begin. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img03.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img03a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Decide if you want to include PhpMyAdmin as a part of your installation (why not) and leave it checked if you do. Click <strong>Next</strong> to continue. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img04.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img04a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> To change the default installation location, click the folder button and navigate to the folder you want to install the BitNami WordPress Stack in. The default is fine. Again, click <strong>Next</strong> to continue. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img05.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img05a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Enter the user name and password you want to use for WordPress. This user name will be the default administrative user &#8211; so opting for something like <strong>admin</strong> isn&#8217;t a bad idea. Then enter your real name and email address in their respective spaces. Yet again, click <strong>Next</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img06.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img06a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Give your blog a name. Since I&#8217;ll be using mine as a development environment for Simple Help, I gave it the creative name of &#8220;Simple Help Dev Blog&#8221;. Your <strong>Hostname</strong> will be filled in for you. You&#8217;ll likely want to leave this alone. You guessed it &#8211; click <strong>Next</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img07.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img07a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> One last time &#8211; I promise &#8211; click <strong>Next</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img08.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img08a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Now sit back and watch as the BitNami WordPress Stack installs itself. It can take a few minutes, depending on the speed of your computer etc. You might want to grab a cup of coffee, but don&#8217;t go too far. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img10.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img10a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> If you have Vista&#8217;s Firewall enabled, you&#8217;ll be prompted to <strong>Keep Blocking</strong> or <strong>Unblock</strong> mysqld. Click <strong>Unblock</strong>. If you have another Firewall installed, make sure to unblock mysqld. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img11.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img11a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> And a minute or two later, you&#8217;ll be prompted with the same message, but this time for Apache. Again, click <strong>Unblock</strong>. And the same holds true if you&#8217;re using another Firewall &#8211; make sure Apache is unblocked/allowed. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img12.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img12a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Towards the end of the installation, it may appear as though BitNami has &#8220;stalled&#8221;. It hasn&#8217;t, just give it another minute or two&#8230;. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img13.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img13a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> and it will finish. Leave <strong>Launch BitNami WordPress Stack</strong> checked, and click <strong>Finish</strong>. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img14.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img14a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Your default browser will launch and open and load the BitNami Welcome screen. Click the <strong>Access BitNami WordPress Stack</strong> link. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img15.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img15a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Your brand new WordPress blog will appear! Use the <strong>Login</strong> link in the bottom of the right-column to sign in to WordPress (or just add wp-admin/ to the end of the URL in the address bar). </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img16.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img16a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Sign in with the user name and password you created way back in step #4</li>
<p><img src="http://www.simplehelp.net/images/wpvista/img17.png" alt="" border="1" /></p>
<li> After signing in, you&#8217;ll be at the WordPress Dashboard. From here you can write a new page, post, etc. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img18.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img18a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Below you&#8217;ll find a screenshot of the first post in my new blog. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img19.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img19a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> If you opted to install PhpMyAdmin as a part of the BitNami WordPress Stack, you can access it by loading the page <a href="http://127.0.0.1/phpmyadmin" rel="nofollow" target="_blank" title="localhost address for phpmyadmin">http://127.0.0.1/phpmyadmin</a>. The default user name is <strong>administrator</strong> and the password is the same one you set for WordPress (in step #4). If you&#8217;re using your newly installed WordPress as a development environment, you can use PhpMyAdmin to import your existing WordPress database. If you&#8217;d rather use MySQL directly, the administrative login is <strong>root</strong> and the password is the same as your WordPress pass. The non-root account used to access the database is named <strong>bitnami</strong>, and its password is <strong>bitnami</strong> as well. </li>
<p><a href="http://www.simplehelp.net/images/wpvista/img20.png" style="text-decoration:none"><img src="http://www.simplehelp.net/images/wpvista/img20a.png" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Happy WordPress&#8217;ing!</li>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/08/25/how-to-install-wordpress-on-your-windows-pc/" rel="bookmark" title="Permanent Link: How to install WordPress on your Windows PC">How to install WordPress on your Windows PC</a><br /><a href="http://www.simplehelp.net/2007/09/21/how-to-make-your-wordpress-site-much-more-usable-for-mobile-browsers/" rel="bookmark" title="Permanent Link: How to make your WordPress site much more usable for mobile browsers">How to make your WordPress site much more usable for mobile browsers</a><br /><a href="http://www.simplehelp.net/2007/06/13/how-to-allow-a-program-through-the-windows-vista-firewall/" rel="bookmark" title="Permanent Link: How to allow a program through the Windows Vista Firewall">How to allow a program through the Windows Vista Firewall</a><br /><a href="http://www.simplehelp.net/2007/02/06/screenshot-simulation-windows-vista-tcpip-properties/" rel="bookmark" title="Permanent Link: Screenshot Simulation: Windows Vista TCP/IP Properties">Screenshot Simulation: Windows Vista TCP/IP Properties</a><br /><a href="http://www.simplehelp.net/2008/12/18/how-to-easily-tweak-windows-vista/" rel="bookmark" title="Permanent Link: How to easily tweak Windows Vista">How to easily tweak Windows Vista</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/07/18/how-to-install-wordpress-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Screencast: How to create a screencast using OS X</title>
		<link>http://www.simplehelp.net/2008/06/17/screencast-how-to-create-a-screencast-using-os-x/</link>
		<comments>http://www.simplehelp.net/2008/06/17/screencast-how-to-create-a-screencast-using-os-x/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:00:43 +0000</pubDate>
		<dc:creator>Miss604</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Guest Blogger]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/?p=592</guid>
		<description><![CDATA[

Hi all &#8211; this is a first for Simple Help, today marks the first time I&#8217;ve had a guest blogger contribute to the site &#8211; I&#8217;d like you all to meet Rebecca, aka Miss604. Rebecca is one of, if not the most, prominent Vancouver bloggers. Miss604.com covers everything from Vancouver tech happenings (she&#8217;s a live-blogging [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<!-- no icon for 'Guest Blogger' --><img src="/wp-images/icons/topic_mac.png" align="right" width="46" height="46" alt="Mac" />
<!-- no icon for 'Screencasts' --><p>Hi all &#8211; this is a first for Simple Help, today marks the first time I&#8217;ve had a guest blogger contribute to the site &#8211; I&#8217;d like you all to meet Rebecca, aka <a href="http://www.miss604.com" title="miss604" target="_blank">Miss604</a>. Rebecca is one of, if not the most, prominent Vancouver bloggers. Miss604.com covers everything from Vancouver tech happenings (she&#8217;s a <a href="http://www.miss604.com/category/live-blog" title="live blogging category on miss604.com" target="_blank">live-blogging specialist</a>) to sports, music and <a href="http://www.miss604.com/category/vancouver" title="Vancouver events category on miss604.com">local events</a>. If you&#8217;re a local you already know about her site, if you&#8217;re not, check it out to get a great feel for our city.</p>
<h3>How to create a screencast using OS X</h3>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="266" id="viddler"><param name="movie" value="http://www.viddler.com/player/287d092f/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/287d092f/" width="437" height="266" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler" ></embed></object></p>
<p>Resources: <a href="http://www.ambrosiasw.com/utilities/snapzprox/" title="snapz pro x" target="_blank">Snapz Pro X</a>, <a href="http://www.ambrosiasw.com/forums/index.php?automodule=gallery&#038;req=sc&#038;cat=13" title="snapz pro x demo movies" target="_blank" rel="nofollow">Snapz Pro X tutorials</a><br />
<!--noslashdigglicious--></p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/05/10/quicksilver-tutorial-and-screencast-roundup/" rel="bookmark" title="Permanent Link: Quicksilver tutorial and screencast roundup">Quicksilver tutorial and screencast roundup</a><br /><a href="http://www.simplehelp.net/2008/06/18/screencast-how-to-highlight-your-cursor-for-screencasts-in-os-x/" rel="bookmark" title="Permanent Link: Screencast: How to Highlight Your Cursor for Screencasts in OS X">Screencast: How to Highlight Your Cursor for Screencasts in OS X</a><br /><a href="http://www.simplehelp.net/2008/06/19/how-to-compress-video-created-with-snapz-x-pro/" rel="bookmark" title="Permanent Link: How to compress video created with Snapz X Pro">How to compress video created with Snapz X Pro</a><br /><a href="http://www.simplehelp.net/2007/06/01/simplehelp-recap-may-2007-wow-and-thank-you/" rel="bookmark" title="Permanent Link: Simplehelp Recap: May 2007 &#8211; wow, and thank you!">Simplehelp Recap: May 2007 &#8211; wow, and thank you!</a><br /><a href="http://www.simplehelp.net/2007/05/20/simplehelp-update-requesting-your-feedback/" rel="bookmark" title="Permanent Link: Simplehelp Update: Requesting your feedback!">Simplehelp Update: Requesting your feedback!</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/06/17/screencast-how-to-create-a-screencast-using-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make your WordPress site beautiful for iPhone or iPod Touch visitors</title>
		<link>http://www.simplehelp.net/2008/04/28/how-to-make-your-wordpress-site-beautiful-for-iphone-or-ipod-touch-visitors/</link>
		<comments>http://www.simplehelp.net/2008/04/28/how-to-make-your-wordpress-site-beautiful-for-iphone-or-ipod-touch-visitors/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 07:38:57 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design & Dev]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2008/04/28/how-to-make-your-wordpress-site-beautiful-for-iphone-or-ipod-touch-visitors/</guid>
		<description><![CDATA[



Using the absolutely fantastic WordPress plugin WPtouch, your site will not only look great for visitors using an iPhone or iPod Touch, but it will be significantly easier to navigate. Keep reading for a review and screenshots. 
The installation is very straight forward &#8211; it&#8217;s the same steps that most WordPress plugins require. Once installed, [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_web-design-development.jpg" align="right" width="50" height="50" alt="Web Design &amp; Dev" />
<img src="/wp-images/icons/topic_iphone.jpg" align="right" width="50" height="94" alt="iPhone" />
<img src="/wp-images/icons/topic_ipod.jpg" align="right" width="50" height="82" alt="iPod" />
<p>Using the absolutely fantastic WordPress plugin <a href="http://www.bravenewcode.com/wptouch/" title="wordpress plugin for iphone and ipod touch browsers" target="_blank">WPtouch</a>, your site will not only look great for visitors using an iPhone or iPod Touch, but it will be significantly easier to navigate. Keep reading for a review and screenshots. <span id="more-549"></span></p>
<p>The <a href="http://www.bravenewcode.com/wptouch/#th" title="how to install wptouch" target="_blank" rel="nofollow">installation</a> is very straight forward &#8211; it&#8217;s the same steps that most WordPress plugins require. Once installed, navigate to your <strong>Options</strong> -> <strong>WPtouch</strong> (for WP 2.3 or earlier) or <strong>Settings</strong> -> <strong>WPtouch</strong> (for WP 2.5 or higher). From here you can customize a number of aspects of WPtouch.</p>
<p>There are a quite a few <strong>Page Icons</strong> that are displayed next to the pages you specify. You can also create your own icons by adding 60&#215;60 px .jpg or .png files in the <strong>icon-pool</strong> folder.</p>
<p><a href="http://www.simplehelp.net/images/wptouch/img01.jpg" title="screenshot of wptouch page icon options"><img src="http://www.simplehelp.net/images/wptouch/img01a.jpg" alt="wptouch page icon options" border="1" /><br />
click to enlarge</a></p>
<p>The <strong>Logo, Page and Icons</strong> section is where you specify which logo you want to represent each of your WordPress Pages.</p>
<p><a href="http://www.simplehelp.net/images/wptouch/img02.jpg" title="screenshot of wptouch logo pages and icon options"><img src="http://www.simplehelp.net/images/wptouch/img02a.jpg" alt="wptouch logo pages and icon options" border="1" /><br />
click to enlarge</a></p>
<p>The <strong>Companion Support</strong> section reveals information about supported plugins, unsupported plugins, and explains how you can further customize your site to work with WPtouch.</p>
<p><a href="http://www.simplehelp.net/images/wptouch/img03.jpg" title="screenshot of wptouch companion support options"><img src="http://www.simplehelp.net/images/wptouch/img03a.jpg" alt="wptouch companion support options" border="1" /><br />
click to enlarge</a></p>
<p>Make sure to review the <a href="http://www.bravenewcode.com/wptouch/#te" title="template switch code for wptouch" target="_blank" rel="nofollow">Template Switch Code</a> and <a href="http://www.bravenewcode.com/wptouch/#ca" title="wptouch and wpcache" target="_blank" rel="nofollow">WP-Cache Compatibility</a> sections of the WPtouch page for additional details on setting up the plugin.</p>
<p>Once everything is set up, here&#8217;s how your site (depending on your configuration settings) will look on an iPhone or iPod Touch.</p>
<table border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td><a href="http://www.simplehelp.net/images/wptouch/img01.png" title="screenshot of your home page on an iphone or ipod touch with wptouch enabled"><img src="http://www.simplehelp.net/images/wptouch/img01a.png"your home page on an iphone or ipod touch with wptouch enabled" alt=" border="0" /><br />
Home Page</a>
</td>
<td>&nbsp;</td>
<td><a href="http://www.simplehelp.net/images/wptouch/img02.png" title="screenshot of the wptouch menu drop down"><img src="http://www.simplehelp.net/images/wptouch/img02a.png" alt="wptouch menu drop down" border="0" /><br />
Menu drop-down</a>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><a href="http://www.simplehelp.net/images/wptouch/img03.png" title="screenshot of an individual post on an ipod touch or iphone with wptouch enabled"><img src="http://www.simplehelp.net/images/wptouch/img03a.png" alt=" border="0" /><br />
Individual Post</a>
</td>
<td>&nbsp;</td>
<td><a href="http://www.simplehelp.net/images/wptouch/img06.png" title="screenshot of an expanded post with wptouch enabled"><img src="http://www.simplehelp.net/images/wptouch/img06a.png" alt="expanded post with wptouch enabled" border="0" /><br />
Expanded Post</a>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><a href="http://www.simplehelp.net/images/wptouch/img07.png" title="screenshot of the search feature of wptouch"><img src="http://www.simplehelp.net/images/wptouch/img07a.png" alt="search feature of wptouch" border="0" /><br />
Search with WPtouch</a>
</td>
<td>&nbsp;</td>
<td><a href="http://www.simplehelp.net/images/wptouch/img08.png" title="screenshot of the search results of a wptouch enabled wordpress site"><img src="http://www.simplehelp.net/images/wptouch/img08a.png" alt="search results of a wptouch enabled wordpress site" border="0" /><br />
Search Results</a>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><a href="http://www.simplehelp.net/images/wptouch/img09.png" title="screenshot of the bookmark options for wptouch enabled sites"><img src="http://www.simplehelp.net/images/wptouch/img09a.png" alt="bookmark options for wptouch enabled sites" border="0" /><br />
Bookmark Options</a>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.simplehelp.net/images/wptouch/img04B.jpg" title="screenshot of the wptouch horizontal view from an iphone or ipod touch"><img src="http://www.simplehelp.net/images/wptouch/img04Ba.jpg" alt="wptouch horizontal view from an iphone or ipod touch" border="0" /><br />
Horizontal View</a></p>
<p><a href="http://www.simplehelp.net/images/wptouch/img05B.jpg" title="screenshot of wptouch enabled wordpress footer "><img src="http://www.simplehelp.net/images/wptouch/img05Ba.jpg" alt="wptouch enabled wordpress footer" border="0" /><br />
Footer</a></p>
<p>ps. thanks <a href="http://www.miss604.com/" title="miss 604" target="_blank">Miss604</a> for the heads-up <img src='http://www.simplehelp.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/08/11/how-to-create-a-custom-iphone-and-ipod-touch-icon-for-your-web-site/" rel="bookmark" title="Permanent Link: How to create a custom iPhone and iPod touch icon for your web site">How to create a custom iPhone and iPod touch icon for your web site</a><br /><a href="http://www.simplehelp.net/2008/04/12/how-to-accurately-relocate-the-cursor-in-notes-for-your-iphone-or-ipod-touch/" rel="bookmark" title="Permanent Link: How to accurately relocate the cursor in Notes for your iPhone or iPod Touch">How to accurately relocate the cursor in Notes for your iPhone or iPod Touch</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-reorder-the-icons-on-your-iphone-or-ipod-touch-springboard/" rel="bookmark" title="Permanent Link: How to reorder the icons on your iPhone or iPod Touch springboard">How to reorder the icons on your iPhone or iPod Touch springboard</a><br /><a href="http://www.simplehelp.net/2008/07/12/screenshot-tour-crash-bandicoot-nitro-kart-3d-for-iphoneipod-touch/" rel="bookmark" title="Permanent Link: Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch">Screenshot Tour: Crash Bandicoot Nitro Kart 3D for iPhone/iPod Touch</a><br /><a href="http://www.simplehelp.net/2008/07/14/how-to-take-screenshots-of-your-iphone-or-ipod-touch-screen/" rel="bookmark" title="Permanent Link: How to take screenshots of your iPhone or iPod Touch screen">How to take screenshots of your iPhone or iPod Touch screen</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/04/28/how-to-make-your-wordpress-site-beautiful-for-iphone-or-ipod-touch-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alexa Ranking Changes</title>
		<link>http://www.simplehelp.net/2008/04/16/alexa-ranking-changes/</link>
		<comments>http://www.simplehelp.net/2008/04/16/alexa-ranking-changes/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 05:22:27 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2008/04/16/alexa-ranking-changes/</guid>
		<description><![CDATA[
If you noticed a change in your Alexa rank today, here&#8217;s why. Simple Help went from 77k (+/-) to 49.5k. If you have a site and pay attention to your Alexa rank, did your rankings change?
---Related Articles at Simple Help:Simplehelp Recap: May 2007 &#8211; wow, and thank you!Simplehelp &#8211; stats for the first year10 lesser [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>If you noticed a change in your Alexa rank today, <a href="http://awis.blogspot.com/2008/04/alexa-ranking-system-has-been-changed.html" title="alexa changes" target="_blank" rel="nofollow">here&#8217;s why</a>. Simple Help went from 77k (+/-) to 49.5k. If you have a site and pay attention to your Alexa rank, did your rankings change?</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/06/01/simplehelp-recap-may-2007-wow-and-thank-you/" rel="bookmark" title="Permanent Link: Simplehelp Recap: May 2007 &#8211; wow, and thank you!">Simplehelp Recap: May 2007 &#8211; wow, and thank you!</a><br /><a href="http://www.simplehelp.net/2007/08/01/simplehelp-stats-for-the-first-year/" rel="bookmark" title="Permanent Link: Simplehelp &#8211; stats for the first year">Simplehelp &#8211; stats for the first year</a><br /><a href="http://www.simplehelp.net/2007/08/01/10-lesser-known-web-browsers-for-os-x/" rel="bookmark" title="Permanent Link: 10 lesser known web browsers for OS X">10 lesser known web browsers for OS X</a><br /><a href="http://www.simplehelp.net/2006/10/11/10-windows-explorer-alternatives-compared-and-reviewed/" rel="bookmark" title="Permanent Link: 15 Windows Explorer alternatives compared and reviewed">15 Windows Explorer alternatives compared and reviewed</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2008/04/16/alexa-ranking-changes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Simple Help Contest &#8211; Win $25, twice!</title>
		<link>http://www.simplehelp.net/2007/11/08/simple-help-contest-win-25-twice/</link>
		<comments>http://www.simplehelp.net/2007/11/08/simple-help-contest-win-25-twice/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 12:00:46 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/11/08/simple-help-contest-win-25-twice/</guid>
		<description><![CDATA[

Contest details &#8211; to enter, all you have to do is leave a comment on this post. Here&#8217;s what your comment must include in order to be eligible to win:

 A tutorial suggestion &#8211; is there a PC/software topic/problem that you struggled to figure out? Or wished you had a detailed tutorial to help you [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p><img src="http://www.simplehelp.net/images/contest.png" alt="simple help contest banner" border="0" /></p>
<p><strong>Contest details</strong> &#8211; to enter, all you have to do is leave a comment on this post. Here&#8217;s what your comment must include in order to be eligible to win:</p>
<ol>
<li> <strong>A tutorial suggestion</strong> &#8211; is there a PC/software topic/problem that you struggled to figure out? Or wished you had a detailed tutorial to help you learn? Suggest it to me (and ideally check to make sure it&#8217;s something I haven&#8217;t already written). Linux, Windows, OS X &#8211; just something computer/software related (in keeping with the theme of the site&#8230;)</li>
<li> <strong>Which of the two prizes you want to receive</strong> &#8211; the first prize is $25.00 cash. I&#8217;ll send it to you via PayPal or as an Amazon Gift Certificate or even a personal cheque if that&#8217;s what it takes. The second prize is a $25.00 donation to one of the following non-profit organizations:
<ol type="i">
<li> <a href="http://www.rapereliefshelter.bc.ca/" target="_blank" rel="nofollow">Vancouver Rape Relief and Womans Shelter</a></li>
<li> <a href="http://www.eff.org/" target="_blank" rel="nofollow">Electronic Frontier Foundation</a></li>
<li> <a href="http://www.ncadv.org/" target="_blank" rel="nofollow">National Coalition Against Domestic Violence</a></li>
<li> <a href="http://www.childrensnetworkinternational.org/" target="_blank" rel="nofollow">Children&#8217;s Network International</a></li>
</ol>
<p>I will of course make the donation in your name and/or send the confirmation email to you. </li>
<li> Please use a valid email address in the <strong>E-mail </strong> field of the comment form below. If I can&#8217;t email you, I can&#8217;t tell you you won. <em>Note:</em> I hope it goes without saying, I would never, ever do anything w/ your email address other than send you a note telling you you&#8217;ve won the contest. I don&#8217;t collect them, sell them etc</li>
</ol>
<p>That&#8217;s it. Oh &#8211; and yes &#8211; you can enter twice, once for each prize. Just leave one comment saying &#8220;I&#8217;d like to enter the first contest, and here&#8217;s my suggestion for a tutorial&#8230;&#8221; and then another comment saying &#8220;I&#8217;d like to enter the second contest, and here&#8217;s my suggestion for a tutorial&#8230;&#8221;. If you enter twice, you have to suggest two <em>different</em> tutorials.</p>
<p>The contest will run from now until midnight on Friday, Nov 16th, 2007. At that point I&#8217;ll get my room-mates to pick numbers to select the winners at random. Saturday morning I&#8217;ll notify the contest winners and post the details re: the winners here on Simple Help.</p>
<p>Here&#8217;s an example of a valid entry:</p>
<blockquote><p>
Hi &#8211; I&#8217;d like to enter the cash prize contest, and my suggestion for a tutorial is &#8220;How to join two divx files together into one&#8221;. Thanks!
</p></blockquote>
<p>and/or</p>
<blockquote><p>
Hi &#8211; I&#8217;d like to enter the donation prize contest, the non-profit I would like to have $25.00 donated to in my name is XXXXXX, and my idea for a tutorial is &#8220;How to copy a DVD in OS X&#8221;. Thanks!
</p></blockquote>
<p>Good luck!</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/11/14/simple-help-contest-reminder-win-25-twice/" rel="bookmark" title="Permanent Link: Simple Help Contest Reminder &#8211; Win $25, twice!">Simple Help Contest Reminder &#8211; Win $25, twice!</a><br /><a href="http://www.simplehelp.net/2007/11/18/simple-help-contest-winners/" rel="bookmark" title="Permanent Link: Simple Help Contest Winners">Simple Help Contest Winners</a><br /><a href="http://www.simplehelp.net/2007/06/16/simplehelp-contest-winner/" rel="bookmark" title="Permanent Link: Simplehelp Contest Winner!">Simplehelp Contest Winner!</a><br /><a href="http://www.simplehelp.net/2007/06/10/simplehelp-contest-win-a-free-registered-copy-of-the-ultimate-troubleshooter/" rel="bookmark" title="Permanent Link: Simplehelp Contest! Win a free registered copy of The Ultimate Troubleshooter">Simplehelp Contest! Win a free registered copy of The Ultimate Troubleshooter</a><br /><a href="http://www.simplehelp.net/2008/03/31/simple-help-is-social/" rel="bookmark" title="Permanent Link: Simple Help is Social">Simple Help is Social</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/11/08/simple-help-contest-win-25-twice/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Simple Help Redesign complete &#8211; now get your site redesigned, for free</title>
		<link>http://www.simplehelp.net/2007/11/06/simple-help-redesign-complete-now-get-your-site-redesigned-for-free/</link>
		<comments>http://www.simplehelp.net/2007/11/06/simple-help-redesign-complete-now-get-your-site-redesigned-for-free/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 13:12:40 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design & Dev]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/11/06/simple-help-redesign-complete-now-get-your-site-redesigned-for-free/</guid>
		<description><![CDATA[

Jamie of Blog2Life has finished the Simple Help redesign (99%). Based on reader feedback a few things have been changed already, and there are one or two more to go. But I couldn&#8217;t be more happy with the results, and couldn&#8217;t recommend Jamie enough as a designer/developer.
The entire redesign process was accomplished using the online [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_web-design-development.jpg" align="right" width="50" height="50" alt="Web Design &amp; Dev" />
<p><a href="http://www.blog2life.co.uk/" target="_blank" title="blog branding design and development" rel="nofollow">Jamie of Blog2Life</a> has finished the Simple Help redesign (99%). Based on reader feedback a few things have been changed already, and there are one or two more to go. But I couldn&#8217;t be more happy with the results, and couldn&#8217;t recommend Jamie enough as a designer/developer.</p>
<p>The entire redesign process was accomplished using the online tools <a href="http://notebook.zoho.com/" target="_blank" rel="nofollow" title="zoho notebook">Zoho Notebook</a>, <a href="http://www.google.com/talk/" target="_blank" title="gtalk" rel="nofollow">GTalk</a> and email. Jamie put up with my constant requests for changes, nitpicking and borderline unreasonable requests, all the while never complaining. More importantly, he also introduced me to a number of tools and concepts that had never occurred to be before.</p>
<p>With all of that said, and now that he has some time on his hands, Jamie is looking to redesign another site &#8211; <strong>for free</strong>. <a href="http://www.blog2life.co.uk/contact" title="contact blog2life" target="_blank" rel="nofollow">Contact him</a> and include the site you&#8217;d like him to redesign and develop. Be sure to include as much detail as you can (does your site run WordPress, Blogger, or on a custom platform) and he&#8217;ll get back to the selected site owner.</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/10/13/simple-help-announcement-new-mac-site/" rel="bookmark" title="Permanent Link: Simple Help Announcement: New Mac Site!">Simple Help Announcement: New Mac Site!</a><br /><a href="http://www.simplehelp.net/2007/11/02/oct-2007-summary-and-a-couple-of-site-updates/" rel="bookmark" title="Permanent Link: Oct. 2007 Summary and a couple of site updates">Oct. 2007 Summary and a couple of site updates</a><br /><a href="http://www.simplehelp.net/2006/08/07/welcome/" rel="bookmark" title="Permanent Link: Welcome!">Welcome!</a><br /><a href="http://www.simplehelp.net/2008/03/31/simple-help-is-social/" rel="bookmark" title="Permanent Link: Simple Help is Social">Simple Help is Social</a><br /><a href="http://www.simplehelp.net/2007/06/01/simplehelp-recap-may-2007-wow-and-thank-you/" rel="bookmark" title="Permanent Link: Simplehelp Recap: May 2007 &#8211; wow, and thank you!">Simplehelp Recap: May 2007 &#8211; wow, and thank you!</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/11/06/simple-help-redesign-complete-now-get-your-site-redesigned-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye BlogRush</title>
		<link>http://www.simplehelp.net/2007/10/31/goodbye-blogrush/</link>
		<comments>http://www.simplehelp.net/2007/10/31/goodbye-blogrush/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 08:44:50 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/31/goodbye-blogrush/</guid>
		<description><![CDATA[
I&#8217;ve been waiting for them to roll out the &#8220;version 2&#8243; features. Well, they finally have &#8211; so now I can drop the service. Here&#8217;s why &#8211; 
The Stats
From Sept. 16 to date (Oct 31st), the BlogRush widget has sent 156 people to Simplehelp. Those 156 people averaged 1.41 page views per visit (during the [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>I&#8217;ve been waiting for <a href="http://www.blogrush.com/" target="_blank" rel="nofollow" title="blogrush is a neat idea that was very poorly executed and basically, sucks">them</a> to roll out the &#8220;version 2&#8243; features. Well, they finally have &#8211; so now I can drop the service. Here&#8217;s why &#8211; <span id="more-444"></span></p>
<h2>The Stats</h2>
<p>From <a href="http://www.simplehelp.net/2007/09/16/blogrush-an-experiment/">Sept. 16</a> to date (Oct 31st), the BlogRush widget has sent 156 people to Simplehelp. Those 156 people averaged 1.41 page views per visit (during the same time the site average was 2.00 page views per visit) and spent an average of 47 seconds on the site (vs. the site average of 1 min 52 seconds).</p>
<p>All of that info becomes more significant when I reveal the next set of numbers. I&#8217;ve &#8220;earned&#8221; 585,833 credits &#8211; 560,456 by displaying the widget on Simplehelp (my traffic) 25,377 by referrals (my network &#8211; which consists of 9 members who signed up via my referral link).</p>
<p>All of that amounts to this &#8211; a click-through rate of 0.026%. My &#8220;very best&#8221; (most successful) BlogRush post was viewed 32 times &#8211; after being displayed 82,424 times. And according to BlogRush &#8211; that click-through rate is &#8220;hot&#8221; (see screenshot below). You have GOT to be kidding me.</p>
<p><a href="http://www.simplehelp.net/images/bs.jpg" title="screenshot of my blogrush dashboard info"><img src="http://www.simplehelp.net/images/bsa.jpg" alt="blogrush dashboard" border="0" /><br />
click to enlarge</a></p>
<p>So I bid you a not entirely fond farewell BlogRush, your widget will grace my site no longer. Good luck in the future.</p>
<p>ps. I hope the folks @ BlogRush have learned, at the very least &#8211; don&#8217;t roll out something until it&#8217;s ready. I understand you weren&#8217;t expecting it to be so popular so fast, but that&#8217;s only valid for so long. Promising updates within a certain time frame and repeatedly not delivering does <strong>not</strong> make for good customer service.</p>
<p><em>related note:</em> during the time I&#8217;ve been using BlogRush, the following sites have sent <strong>more</strong> traffic than BlogRush &#8211; images.google.co.uk, mail.google.com (from my email signature?), images.google.ca and even images.google.com.mx. And that&#8217;s not including the &#8216;real&#8217; traffic referrals like lifehacker, howtogeek, ubuntuforums.org, webupon.com etc.</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/09/22/blogrush-first-week-summary/" rel="bookmark" title="Permanent Link: BlogRush &#8211; First Week Summary">BlogRush &#8211; First Week Summary</a><br /><a href="http://www.simplehelp.net/2007/09/26/more-on-blogrush/" rel="bookmark" title="Permanent Link: More on BlogRush">More on BlogRush</a><br /><a href="http://www.simplehelp.net/2007/09/16/blogrush-an-experiment/" rel="bookmark" title="Permanent Link: BlogRush &#8211; An Experiment &#124; Update 1">BlogRush &#8211; An Experiment &#124; Update 1</a><br /><a href="http://www.simplehelp.net/2007/10/10/goodbye-text-link-ads/" rel="bookmark" title="Permanent Link: Goodbye Text Link Ads">Goodbye Text Link Ads</a><br /><a href="http://www.simplehelp.net/2008/05/14/how-to-delete-your-plaxo-account-and-why-you-want-to/" rel="bookmark" title="Permanent Link: How to delete your Plaxo account (and why you want to)">How to delete your Plaxo account (and why you want to)</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/31/goodbye-blogrush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to determine the number of times your site has been bookmarked on del.icou.us</title>
		<link>http://www.simplehelp.net/2007/10/18/how-to-determine-the-number-of-times-your-site-has-been-bookmarked-on-delicouus/</link>
		<comments>http://www.simplehelp.net/2007/10/18/how-to-determine-the-number-of-times-your-site-has-been-bookmarked-on-delicouus/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 12:26:57 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/18/how-to-determine-the-number-of-times-your-site-has-been-bookmarked-on-delicouus/</guid>
		<description><![CDATA[

Using DeliCount, a free program created by the How-To Geek, you can find out how many times your site &#8211; and all of the pages on it, has been bookmarked on the popular social bookmarking service del.icio.us. 

 To get started, download DeliCount. It requires that the .NET 2.0 Framework be installed, which you can [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_windows.jpg" align="right" width="50" height="50" alt="Windows" />
<p>Using <a href="http://www.howtogeek.com/howto/the-geek-blog/geek-software-use-delicount-to-get-site-wide-delicious-bookmark-counts/" title="delicount" target="_blank">DeliCount</a>, a free program created by the <a href="http://www.howtogeek.com/" title="the how-to geek" target="_blank">How-To Geek</a>, you can find out how many times your site &#8211; and <strong>all</strong> of the pages on it, has been bookmarked on the popular social bookmarking service <a href="http://del.icio.us/" title="del.icou.us" target="_blank">del.icio.us</a>. <span id="more-436"></span></p>
<ol>
<li> To get started, download <a href="http://www.howtogeek.com/howto/the-geek-blog/geek-software-use-delicount-to-get-site-wide-delicious-bookmark-counts/" title="delicount" target="_blank">DeliCount</a>. It requires that the .NET 2.0 Framework be installed, which you can find <a href="http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&#038;displaylang=en"  target="_blank" title="download .net framework">here</a>. </li>
<p><a href="http://www.simplehelp.net/images/delicount/dc01.jpg" title="screenshot of delicount"><img src="http://www.simplehelp.net/images/delicount/dc01a.jpg" alt="delicount" border="0" /><br />
click to enlarge</a></p>
<li> Enter your sitemap address in the space provided, and click <strong>Go</strong>. </li>
<p><a href="http://www.simplehelp.net/images/delicount/dc00.jpg" title="screenshot of delicount"><img src="http://www.simplehelp.net/images/delicount/dc00a.jpg" alt="delicount" border="0" /><br />
click to enlarge</a></p>
<li> Sit back and watch as DeliCount uses your sitemap to count the total number of times your sites contents have been bookmarked on del.icio.us. <strong>Note:</strong> this can take a while depending on how many pages your site has. I tried to determine the number of times the contents of <a href="http://www.readwriteweb.com/" target="_blank" rel="nofollow" title="read write web">Read/WriteWeb</a> had been bookmarked and after 8 hours (and 65k+ bookmarks) del.icio.us decided I had been polling just a little too much, and temporarily banned my IP. It&#8217;s also worth noting that if you do get banned, it won&#8217;t be for more than a few hours. </li>
<p><a href="http://www.simplehelp.net/images/delicount/dc02.jpg" title="screenshot of delicount"><img src="http://www.simplehelp.net/images/delicount/dc02a.jpg" alt="delicount" border="0" /><br />
click to enlarge</a></p>
<li> As of 10/18/07, Simplehelp has been bookmarked 8131 times &#8211; how many times has your site been bookmarked? Feel free to leave a comment below. </li>
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/10/07/how-to-determine-which-ip-addresses-are-hitting-your-web-site-the-most/" rel="bookmark" title="Permanent Link: How to determine which IP addresses are hitting your web site the most">How to determine which IP addresses are hitting your web site the most</a><br /><a href="http://www.simplehelp.net/2006/07/12/how-to-determine-a-programs-version/" rel="bookmark" title="Permanent Link: How to tell which version of (insert program name here) you&#039;re using">How to tell which version of (insert program name here) you&#039;re using</a><br /><a href="http://www.simplehelp.net/2007/10/31/goodbye-blogrush/" rel="bookmark" title="Permanent Link: Goodbye BlogRush">Goodbye BlogRush</a><br /><a href="http://www.simplehelp.net/2008/06/18/how-to-revert-to-the-firefox-2-autocomplete-location-bar-settings-in-firefox-3/" rel="bookmark" title="Permanent Link: How to revert to the Firefox 2 autocomplete location bar settings in Firefox 3">How to revert to the Firefox 2 autocomplete location bar settings in Firefox 3</a><br /><a href="http://www.simplehelp.net/2007/11/06/simple-help-redesign-complete-now-get-your-site-redesigned-for-free/" rel="bookmark" title="Permanent Link: Simple Help Redesign complete &#8211; now get your site redesigned, for free">Simple Help Redesign complete &#8211; now get your site redesigned, for free</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/18/how-to-determine-the-number-of-times-your-site-has-been-bookmarked-on-delicouus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of Blog Action Day</title>
		<link>http://www.simplehelp.net/2007/10/15/best-of-blog-action-day/</link>
		<comments>http://www.simplehelp.net/2007/10/15/best-of-blog-action-day/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 07:13:16 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/15/best-of-blog-action-day/</guid>
		<description><![CDATA[
In no particular order, here are my favorite posts from Blog Action Day 2007.
 The Simple Secret to Making a Greener World &#8211; best sentence/thought: &#8220;Relearning skills pushed aside by thoughtless consumerism&#8221;
 Read/Write Web&#8217;s Top 35 Environmental Blogs
 Lifehacker: Easy Ways to Live Greener &#8211; I might give the cat litter composting a shot
 Save [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>In no particular order, here are my favorite posts from Blog Action Day 2007.</p>
<li> <a href="http://lighterfootstep.com/the-simple-secret-to-making-a-greener-world.html" target="_blank" rel="nofollow">The Simple Secret to Making a Greener World</a> &#8211; best sentence/thought: &#8220;Relearning skills pushed aside by thoughtless consumerism&#8221;</li>
<li> <a href="http://www.readwriteweb.com/archives/top_35_environmental_blogs.php" target="_blank">Read/Write Web&#8217;s Top 35 Environmental Blogs</a></li>
<li> <a href="http://lifehacker.com/software/blog-action-day/easy-ways-to-live-greener-309991.php" target="_blank">Lifehacker: Easy Ways to Live Greener</a> &#8211; I might give the cat litter composting a shot</li>
<li> <a href="http://internetducttape.com/2007/10/15/css-save-paper-with-print-media/" target="_blank">Save Paper when Readers Print Your Blog</a> &#8211; note to self: <strong>implement this</strong></li>
<li> <a href="http://readingdirt.blogspot.com/2007/10/blog-action-day-post-eating-locally.html" target="_blank" rel="nofollow">Reading Dirt: Eating Locally</a> &#8211; often helps support local businesses, much better for the environment</li>
<li> <a href="http://www.enviroblog.org/2007/10/blog-action-day-tip-know-your.htm" target="_blank">Enviroblog: Know Your Source</a></li>
<li> <a href="http://www.linuxhaxor.net/2007/10/15/ultimate-linux-sacrifice-for-blog-action-day/" target="_blank">Ultimate Linux Sacrifice for Blog Action Day</a> &#8211; that&#8217;s right &#8211; &#8220;uptime&#8221; isn&#8217;t cool anymore &#8211; shut it off when you&#8217;re not using it</li>
<li> <a href="http://www.radicalcongruency.com/20071015-blog-action-day-the-cascade-method-of-doing-dishes" target="_blank">The Cascade Method of Doing Dishes</a> &#8211; additional rather obvious note &#8211; don&#8217;t use the ridiculous &#8216;heated-drying&#8217; feature of your dishwasher</li>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/10/15/blog-action-day/" rel="bookmark" title="Permanent Link: Blog Action Day">Blog Action Day</a><br /><a href="http://www.simplehelp.net/2007/01/30/folder-actions-for-os-x-explained-with-real-world-examples/" rel="bookmark" title="Permanent Link: Folder Actions for OS X explained &#8211; with real-world examples">Folder Actions for OS X explained &#8211; with real-world examples</a><br /><a href="http://www.simplehelp.net/2008/04/27/how-to-add-thumbnail-previews-of-websites-when-you-use-google-search-in-firefox/" rel="bookmark" title="Permanent Link: How to add thumbnail previews of websites when you use Google search in Firefox">How to add thumbnail previews of websites when you use Google search in Firefox</a><br /><a href="http://www.simplehelp.net/2008/04/08/how-to-determine-which-codecs-are-used-in-audio-and-video-files-windows/" rel="bookmark" title="Permanent Link: How to determine which codecs are used in audio and video files (Windows)">How to determine which codecs are used in audio and video files (Windows)</a><br /><a href="http://www.simplehelp.net/2008/07/03/360desktop-beta-review/" rel="bookmark" title="Permanent Link: 360desktop Beta Review">360desktop Beta Review</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/15/best-of-blog-action-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Goodbye Text Link Ads</title>
		<link>http://www.simplehelp.net/2007/10/10/goodbye-text-link-ads/</link>
		<comments>http://www.simplehelp.net/2007/10/10/goodbye-text-link-ads/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 22:08:09 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/10/10/goodbye-text-link-ads/</guid>
		<description><![CDATA[
With all the recent talk over buying and selling of text link ads causing a negative effect on your Google PageRank, I&#8217;ve decided to disable the text-link-ads.com WordPress Plugin (ie. stop selling text-link-ads). That&#8217;s about $100/mo that I&#8217;m kissing goodbye just to avoid the possibility that Google might punish me. Here&#8217;s why &#8211; 
They send [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>With all the <a href="http://blogsearch.google.com/blogsearch?hl=en&#038;q=text+link+ads&#038;um=1&#038;ie=UTF-8&#038;sa=N&#038;tab=wb" title="text link ads on google blog search" target="_blank">recent talk</a> over buying and selling of text link ads causing a negative effect on your Google PageRank, I&#8217;ve decided to disable the text-link-ads.com WordPress Plugin (ie. stop selling text-link-ads). That&#8217;s about $100/mo that I&#8217;m kissing goodbye just to avoid the <em>possibility</em> that Google might punish me. Here&#8217;s why &#8211; <span id="more-421"></span></p>
<p>They <a href="http://www.simplehelp.net/2007/08/01/simplehelp-stats-for-the-first-year/#visitors_by_source">send me more traffic than anyone else</a>. I can&#8217;t say I&#8217;m entirely happy about the situation, but there isn&#8217;t much I can do about it. One thing I <em>can</em> do, is email the folks @ text-link-ads.com and ask if they&#8217;d consider adding the rel=&#8221;nofollow&#8221; tag to each ad they sell. Here&#8217;s what I sent -</p>
<blockquote><p>
Hi TLA folks -</p>
<p>With all of the recent talk of Google punishing Text Link Ad buyers<br />
and sellers, are you considering adding the rel=&#8221;nofollow&#8221; tag to the<br />
link code? I ask because I&#8217;m afraid I&#8217;m going to have to stop<br />
participating in the TLA program if there&#8217;s a chance that it will hurt<br />
my Google rankings/indexing, as Google is by far my #1 source of<br />
traffic. I&#8217;d *like* to keep TLA running on my site, as I have 7/8<br />
spots filled and I&#8217;m quite happy w/ the service &#8211; but again &#8211; I can&#8217;t<br />
risk a Google punishment for the income that TLA provides. Your<br />
response would be very much appreciated!</p>
<p>Thanks!</p>
<p>Ross</p></blockquote>
<p>That went to sales@, Patrick Gavin (the TLA President), and whomever receives the mail generated by the &#8220;contact us&#8221; form on the TLA home page. So far, I&#8217;ve yet to hear anything back. I&#8217;m not surprised, they&#8217;re (TLA) probably holding frantic meetings trying to figure out what to do &#8211; since this latest not-exactly-official-news has probably seen a lot of folks like myself dropping their service.</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/05/14/how-to-delete-your-plaxo-account-and-why-you-want-to/" rel="bookmark" title="Permanent Link: How to delete your Plaxo account (and why you want to)">How to delete your Plaxo account (and why you want to)</a><br /><a href="http://www.simplehelp.net/2007/10/31/goodbye-blogrush/" rel="bookmark" title="Permanent Link: Goodbye BlogRush">Goodbye BlogRush</a><br /><a href="http://www.simplehelp.net/2006/10/22/how-to-install-ie7-bypassing-windows-genuine-validation/" rel="bookmark" title="Permanent Link: How to install IE7 (bypassing Windows Genuine Validation)">How to install IE7 (bypassing Windows Genuine Validation)</a><br /><a href="http://www.simplehelp.net/2008/09/22/sneak-peak-utorrent-for-os-x/" rel="bookmark" title="Permanent Link: Sneak Peek: uTorrent for OS X">Sneak Peek: uTorrent for OS X</a><br /><a href="http://www.simplehelp.net/2009/04/28/how-to-quickly-preview-any-of-your-fonts-in-windows/" rel="bookmark" title="Permanent Link: How to quickly preview any of your fonts in Windows">How to quickly preview any of your fonts in Windows</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/10/10/goodbye-text-link-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to take great screenshots in Windows</title>
		<link>http://www.simplehelp.net/2007/09/26/how-to-take-great-screenshots-in-windows/</link>
		<comments>http://www.simplehelp.net/2007/09/26/how-to-take-great-screenshots-in-windows/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 20:57:56 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design & Dev]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/09/26/how-to-take-great-screenshots-in-windows/</guid>
		<description><![CDATA[


Why MWSnap doesn&#8217;t show up on every &#8220;top Windows freeware&#8221; list, I&#8217;ll never know. Version 3 has been around since 2002 (!?). Admittedly, it hasn&#8217;t been updated since 2002 either &#8211; it still works perfectly well in XP (I haven&#8217;t tested it in Vista yet). With the resulting screenshots you have a choice between BMP, [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<img src="/wp-images/icons/topic_web-design-development.jpg" align="right" width="50" height="50" alt="Web Design &amp; Dev" />
<img src="/wp-images/icons/topic_windows.jpg" align="right" width="50" height="50" alt="Windows" />
<p>Why <a href="http://www.mirekw.com/winfreeware/mwsnap.html" title="amazing screenshot software for windows" target="_blank">MWSnap</a> doesn&#8217;t show up on every &#8220;top Windows freeware&#8221; list, I&#8217;ll never know. Version 3 has been around since 2002 (!?). Admittedly, it hasn&#8217;t been updated since 2002 either &#8211; it still works perfectly well in XP (I haven&#8217;t tested it in Vista yet). With the resulting screenshots you have a choice between BMP, JPG, TIFF, PNG and GIF formats, with selected color depth and quality settings &#8211; among dozens of other features. This &#8220;part tutorial, part overview&#8221; will get you started using MWSnap in no time. <span id="more-403"></span></p>
<ol>
<li> When you start MWSnap for the first time, you&#8217;ll be prompted to specify which language you want to use. Make your selection and then click <strong>Ok</strong>.  </li>
<p><a href="http://www.simplehelp.net/images/msw/mws01.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws01a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> The main MWSnap window will appear. Hover your mouse over the items in the Toolbar to become familiar with some of the options and settings. For the sake of this tutorial I&#8217;ll show you how to take a screenshot of a &#8220;window&#8221; &#8211; which can be any open program or item that takes up space on your screen (the Task Bar, System Tray etc). Select <strong>Window/menu</strong> as the <strong>Snap</strong> type, and then click <strong>Snap window/menu</strong>. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws02.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws02a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Move your cursor over all of the open &#8216;windows&#8217; on your screen. Notice that when you pick a certain program or item, it will be highlighted in red. The highlighted section indicates what you&#8217;ll be taking a screenshot of, if you click your left mouse button. Once you&#8217;ve found something you want to take a screenshot of &#8211; click your left mouse button.</li>
<p><img src="http://www.simplehelp.net/images/msw/mws03.jpg" alt="" border="0" /></p>
<li> The screenshot you just took will appear in MWSpan&#8217;s &#8220;preview&#8221; window. From here you can save the file, add a frame to it, add a cursor to somewhere on the screen, flip/rotate etc. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws04.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws04a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> From the MWSnap menu, select <strong>Tools</strong> and then <strong>Hotkeys</strong>. Here you can customize exactly how you want your screenshot (MWSnap) hotkeys to be. Once you learn them, you&#8217;ll have MWSnap minimized to the System Tray and taking screenshots will become second nature to you. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws05.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws05a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Select <strong>Edit</strong> and then <strong>Add cursor</strong>. Note the whole slew of cursors you can add to your screenshots. All you have to do is select one, and then click inside the &#8216;preview&#8217; window where you want the cursor to appear. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws06.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws06a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> To check out some of the MWSnap settings, select <strong>Tools</strong> and then <strong>Settings</strong>. The <strong>General</strong> tab allows you to set things like autostarting with Windows, display settings for the MWSnap icon in your system tray, and various warnings. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws07.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws07a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Select the <strong>Auto-saving</strong> tab. Here you can specific what format you want the screenshot to be automatically saved as (hint: change from the default of bmp), the default auto-save folder (hint: change from your C:\Program Files\MWSnap to something more easily accessible).
<p>You can also change the default file name for each auto-saved screenshot, add numeric suffix&#8217;s (so that each file has a unique name) etc. </li>
<p><a href="http://www.simplehelp.net/images/msw/mws08.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws08a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Select the <strong>Fixed sizes</strong> tab. This is a new one to me, I&#8217;ve never had a need to create a series of screenshots based on a fixed size, but I can think of a few pretty good uses already. Anyway &#8211; here you can customize or create new &#8220;fixed size&#8221; regions to use in MWSnap.  </li>
<p><a href="http://www.simplehelp.net/images/msw/mws09.jpg" title=""><img src="http://www.simplehelp.net/images/msw/mws09a.jpg" alt="" border="0" /><br />
click to enlarge</a></p>
<li> Play around with it a bit to discover even more features and settings. Goodbye Snagit.
</ol>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2008/07/14/how-to-take-screenshots-with-drop-shadows-in-os-x/" rel="bookmark" title="Permanent Link: How to take screenshots with drop-shadows in OS X">How to take screenshots with drop-shadows in OS X</a><br /><a href="http://www.simplehelp.net/2008/10/13/how-to-take-screenshots-with-the-nokia-n95/" rel="bookmark" title="Permanent Link: How to take Screenshots with the Nokia N95">How to take Screenshots with the Nokia N95</a><br /><a href="http://www.simplehelp.net/2007/02/01/how-to-change-the-default-screenshot-save-location-in-os-x/" rel="bookmark" title="Permanent Link: How to change the default screenshot save location in OS X">How to change the default screenshot save location in OS X</a><br /><a href="http://www.simplehelp.net/2008/10/17/a-look-at-the-instantbird-beta/" rel="bookmark" title="Permanent Link: A look at the Instantbird Beta">A look at the Instantbird Beta</a><br /><a href="http://www.simplehelp.net/2007/02/01/how-to-change-the-default-screenshot-format-jpg-in-os-x/" rel="bookmark" title="Permanent Link: How to change the default screenshot format (jpg) in OS X">How to change the default screenshot format (jpg) in OS X</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/09/26/how-to-take-great-screenshots-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on BlogRush</title>
		<link>http://www.simplehelp.net/2007/09/26/more-on-blogrush/</link>
		<comments>http://www.simplehelp.net/2007/09/26/more-on-blogrush/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 08:01:08 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.simplehelp.net/2007/09/26/more-on-blogrush/</guid>
		<description><![CDATA[
I have to admit, I almost want this one (BlogRush) to work. It&#8217;s like the little train that could. It came out of nowhere, had huge publicity immediately, and then huge problems, immediately. Today it rolled out the promised &#8220;Flavors&#8221; feature. So now I have a slightly more appealing widget.

The BlogRush CEO sent out another [...]]]></description>
			<content:encoded><![CDATA[<img src="/wp-images/icons/topic_blogging.jpg" align="right" width="50" height="50" alt="Blogging" />
<p>I have to admit, I almost want this one (<a href="http://www.blogrush.com/r75315614" title="blogrush referral link" rel="nofollow">BlogRush</a>) to work. It&#8217;s like the little train that could. It came out of nowhere, had huge publicity immediately, and then huge problems, immediately. Today it rolled out the promised &#8220;Flavors&#8221; feature. So now I have a slightly more appealing widget.</p>
<p><a href="http://www.blogrush.com/r75315614" title="blogrush referral link" rel="nofollow"><img src="http://www.simplehelp.net/images/blogrushflav.jpg" alt="blogrush widget" border="0" /></a></p>
<p>The BlogRush CEO sent out another long-winded email today (I&#8217;m talking 50+ paragraphs) that I&#8217;ll summarize for you here:</p>
<p>-&#8221;we won&#8217;t rest&#8221; until it&#8217;s working great, acknowledgment of problems<br />
-huge list of excuses for problems<br />
-reassurances that BlogRush isn&#8217;t some passing &#8220;fad&#8221;<br />
-huge rant full of threats to current &#8220;cheaters&#8221;<br />
-we&#8217;re moving to a manual, human reviewed process for allowing sites into out network, and we&#8217;re going to review everyone who has signed up already<br />
- SPECIAL NOTE TO ALL LOW-TRAFFIC MEMBERS:  In the near future we&#8217;ll be giving our low-traffic members (those that need more traffic the most) the BULK of our bonus credit allocations.  You&#8217;ll get a ton more bonus credits than high-traffic members because you really need it. It&#8217;s only FAIR!<br />
-Flavors and &#8220;Filters&#8221; are now live. Filters allow you to stop certain posts from appearing in the BlogRush widget (ie. content you don&#8217;t want displayed via BlogRush).</p>
<p><strong>Update:</strong> (later in the day) If you really, really want, you can read the entire thing <a href="http://www.income.com/blog/2007/09/25/shocking-changes-at-blogrush/" target="_blank" rel="nofollow" title="huge blogrush email from ceo">here</a>. And, since I wrote this post, the &#8220;Dashboard&#8221; section of BlogRush (the part that displays your &#8216;credits&#8217; etc) hasn&#8217;t been functional.</p>
<p>Also, in the last 3 days, my BlogRush referrals has doubled to 30. But the average time spent on the site is pretty low.</p>
<p>Source: widget.blogrush.com<br />
Visits: 30<br />
Avg. Pages/Visit: 1.30<br />
Avg. Time on Site: 00:00:21</p>
<p>Site Avg. Pages/Visit: 1.67<br />
Site Avg. Time on Site: 00:01:28</p>
<p>---<br />Related Articles at Simple Help:<ul><a href="http://www.simplehelp.net/2007/09/22/blogrush-first-week-summary/" rel="bookmark" title="Permanent Link: BlogRush &#8211; First Week Summary">BlogRush &#8211; First Week Summary</a><br /><a href="http://www.simplehelp.net/2007/10/31/goodbye-blogrush/" rel="bookmark" title="Permanent Link: Goodbye BlogRush">Goodbye BlogRush</a><br /><a href="http://www.simplehelp.net/2007/09/16/blogrush-an-experiment/" rel="bookmark" title="Permanent Link: BlogRush &#8211; An Experiment &#124; Update 1">BlogRush &#8211; An Experiment &#124; Update 1</a><br /></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.simplehelp.net/2007/09/26/more-on-blogrush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
