<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lorelle on WordPress &#187; engtech</title>
	<atom:link href="http://lorelle.wordpress.com/author/engtech/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com</link>
	<description>Helping you learn more and do more with WordPress</description>
	<pubDate>Fri, 18 Jul 2008 11:20:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>5 Advanced Techniques for Creating Plugins and Widgets for WordPress.com</title>
		<link>http://lorelle.wordpress.com/2007/09/27/plugins-and-widgets-for-wordpresscom/</link>
		<comments>http://lorelle.wordpress.com/2007/09/27/plugins-and-widgets-for-wordpresscom/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 13:30:51 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[WordPress Tips]]></category>

		<category><![CDATA[Wordpressdotcom]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<category><![CDATA[perl]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[webscraping]]></category>

		<category><![CDATA[widget]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress.com]]></category>

		<category><![CDATA[xmlrpc]]></category>

		<category><![CDATA[yahoo]]></category>

		<category><![CDATA[yahoo pipes]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/27/plugins-and-widgets-for-wordpresscom/</guid>
		<description><![CDATA[ by engtech of Internet Duct Tape
As a reader of Lorelle On WordPress you might already know there is more than one type of WordPress blogging software, but most people who know what WordPress is have no idea there are different flavours of it.

WordPress

also called self-hosted WordPress, or WordPress.org
has one blog that you have full [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong> by engtech of <a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong></p>
<p>As a reader of <a href="http://lorelle.wordpress.com//">Lorelle On WordPress</a> you might already know there is more than one type of WordPress blogging software, but most people who know what WordPress is have no idea there are different flavours of it.</p>
<ol>
<li><strong>WordPress</strong>
<ul>
<li>also called self-hosted WordPress, or WordPress.org</li>
<li>has one blog that you have full control over</li>
<li>you have to find somewhere to host it yourself</li>
</ul>
</li>
<li><strong>WordPress MU</strong>
<ul>
<li>also called WordPress Multi-user, it&#8217;s what WordPress.com, edublogs.org, blogsome.com run</li>
<li> is a very limited multi-blog platform (more than one person has a blog on it)</li>
<li>it&#8217;s much easier to sign up for an account, but you have fewer options for customization</li>
</ul>
</li>
<li><strong>WordPress.com VIP</strong>
<ul>
<li>WordPress blogs hosted on WordPress.com for higher than average hosting fees</li>
<li><em>(Confused yet?)</em></li>
<li>they have the similar customization options to self-hosted WordPress (I think &#8212; I&#8217;ve never had one <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
</ul>
</li>
</ol>
<p>Creating a plugin for WordPress is usually done with PHP code that gets installed with the blog software. Adding a widget is a matter of inserting some Javascript or an embedded Flash object. I&#8217;m one of the very few people who create plugins and widgets that work with <strong>WordPress Multi-user blogs and self-hosted WordPress blogs</strong>. Creating plugins and widgets that work with WordPress Multi-user sites like WordPress.com is a <strong>Hack</strong> with a capital <strong>H</strong> and smart people don&#8217;t do it.</p>
<p>This post won&#8217;t explain how to do things step by step. My intention is to make people aware of some of the black magic voodoo that is at your disposal if you want to write a custom plugin or widget for WordPress.com. The intended audience is people who already have programming skills, because things can get hairy.</p>
<h3>Understanding the Constraints</h3>
<p>Creating a plugin or widget for WordPress.com is much different than creating a plugin for self-hosted WordPress because of all of the things that are restricted on WordPress Multi-user blogs.</p>
<ul>
<li>Can&#8217;t modify blog theme</li>
<li>Can&#8217;t modify PHP code</li>
<li>Can&#8217;t add Javascript code</li>
<li>Can&#8217;t embed other pages using the IFrame tag</li>
<li>Can&#8217;t embed Flash</li>
<li>Can&#8217;t embed CSS styles (need to buy the CSS upgrade)</li>
</ul>
<p>You&#8217;re beginning to see why there aren&#8217;t more people writing plugins or widgets for WordPress.com. Any sane person would look at that list of restrictions and realize that all the easy and clean ways of customization are removed. I&#8217;m too stubborn to take the easy way out, or else this blog post wouldn&#8217;t exist.</p>
<h3>Voodoo Trick #1: The RSS Widget and Yahoo Pipes</h3>
<p>The only way to put dynamic information into a sidebar widget is using RSS. Building your own application to create an RSS feed can be complicated (plus you&#8217;d need your own server &#8212; so why are you using WordPress.com?) Thankfully, Yahoo provides a service called <a href="http://internetducttape.com/2007/05/30/how-to-use-yahoo-pipes-for-bloggers/">Yahoo Pipes</a> that let you merge, mash, filter, and combine other RSS feeds into a new feed. It even has the ability to use XML / JSON responses as inputs so you can use APIs from other sites. The interface is GUI based and it has support for regular expressions.</p>
<p>Here are a few pipes I&#8217;ve created that might be of general interest:</p>
<ul>
<li><a href="http://internetducttape.com/2007/07/13/wordpress-tip-create-a-digest-post-in-3-seconds/" title="Simple blog digest posts using Yahoo Pipes">Create a <strong>Digest Post</strong></a><br />
<a href="http://pipes.yahoo.com/pipes/pipe.info?_id=yrpEuh8B3BG1z8bPjknRlg"></a></li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=yrpEuh8B3BG1z8bPjknRlg">Switch <strong>title</strong> and <strong>description</strong> in any RSS feed</a></li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=6CRvAn_t2xGqg98DzKky6g">Remove <strong>older results</strong> from a feed</a></li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=fsgCBocK3BGGKWZSdbq02Q">Get a list of post titles and links (no description) from a <strong>Google Reader</strong> shared items feed</a></li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=tMV6Ot_c2xGqB27OJhOy0Q">Get your <strong>Technorati Rank</strong> as an RSS feed with a link to Add to Favorites</a>
<ul>
<li>You will need your <a href="http://technorati.com/developers/apikey.html">Technorati API key</a></li>
</ul>
</li>
<li>  <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=7A_QoSZB3BGZUKYXX0sBXw">Filtered Technorati Recent Mentions</a> - shows the blog urls of the recent links to your blog   <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=blCB699S3BGWeYwpJxOy0Q"></a></li>
</ul>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=blCB699S3BGWeYwpJxOy0Q"></a>Here is <a href="http://pipes.yahoo.com/pipes/person.info?eyuid=PU.9k7EgoXtEMnB7DFQYOD3zcBU-">a complete list of all of my pipes</a>.</p>
<p>This trick can also be used to <a href="http://internetducttape.com/2007/09/25/blog-maintenance-tip-netvibes-start-page/">build a blog maintenance start page on RSS homepage sites like Netvibes</a>.</p>
<h3>Voodoo Trick #2: Creating Custom Images</h3>
<p>This one only works if you have a webpage where you can host the image files. The image file will dynamically change independently of your WordPress.com blog.</p>
<p>I haven&#8217;t tried this myself, but this is <a href="http://internetducttape.com/2007/01/15/mybloglog-widget-for-wordpresscom-blogs-one-of-the-best-web-widgets-available/">how MyBlogLog supports WordPress.com</a>.</p>
<ul>
<li><a href="http://www.mybloglog.com/buzz/community/engtech/" title="Join my community"><img src="http://ipub.mybloglog.com/i/v2006082715520865_3.jpg" /></a></li>
<li><a href="http://www.mybloglog.com/buzz/community/engtech/" title="Join my community"><img src="http://ipub.mybloglog.com/i/v2006082715520865_2.jpg" /></a></li>
<li><a href="http://www.mybloglog.com/buzz/community/engtech/" title="Join my community"><img src="http://ipub.mybloglog.com/i/v2006082715520865_1.jpg" /></a></li>
<li><a href="http://www.mybloglog.com/buzz/community/engtech/" title="Join my community"><img src="http://ipub.mybloglog.com/i/v2006082715520865_req.jpg" /></a></li>
</ul>
<h3>Voodoo Trick #3: Firefox and Greasemonkey</h3>
<p>Firefox is your best friend if you want to customize web pages on the fly. Greasemonkey is an extension that lets you include any one of thousands of custom scripts people have created for interacting with websites. I&#8217;ve written a great guide on <a href="http://internetducttape.com/2007/08/23/howto-install-firefox-extensions-screenshots/">how to install a Firefox extension</a> and another <a href="http://internetducttape.com/2007/08/24/howto-use-firefox-greasemonkey-userscripts-screenshots/">guide on why you would want to use Greasemonkey and how to install it</a>. I really recommend <a href="http://internetducttape.com/2007/08/24/howto-use-firefox-greasemonkey-userscripts-screenshots/">reading the Greasemonkey guide</a> &#8212; I am quite proud of it.</p>
<p>This is one of the most userfriendly ways to create plugins for WordPress.com because they run in the Firefox web browser. It&#8217;s also trivial to create a script that will work with WordPress.com *and* self-hosted WordPress. Knowledge of Javascript, CSS, XPath and <a href="http://getfirebug.com/">Firebug</a> are essential for creating Greasemonkey scripts.</p>
<p><em>(they are plugins for the user&#8217;s web browser, not for the blog server software)</em></p>
<p><img src="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/akismet-auntie-spam-02-collecting-s.png" alt="Akismet Auntie Spam will automatically download all of your spam" border="1" height="235" hspace="5" vspace="5" width="428" /></p>
<p>Examples of WordPress.com &#8220;plugins&#8221; using Greasemonkey:</p>
<ul>
<li><a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/">Akismet Auntie Spam</a></li>
<li><a href="http://internetducttape.com/tools/wordpress/wordpress-comment-ninja/">WordPress Comment Ninja</a></li>
<li><a href="http://internetducttape.com/tools/wordpress/wpcatr">WordPress Category Resizer</a></li>
<li><a href="http://userscripts.org/scripts/show/11956">WordPress.com Stats for Pages</a></li>
<li><a href="http://userscripts.org/scripts/show/11768">Random WordPress.com Blogs</a></li>
</ul>
<p><a href="http://userscripts.org/users/11513;scripts">A complete list of all of my Greasemonkey scripts</a></p>
<h3>Voodoo Trick #4: XML-RPC</h3>
<p>WordPress.com and self-hosted WordPress both have an interface for creating blog posts called XML-RPC. As a matter of fact, XML-RPC even works with other blog platforms like MoveableType. <a href="http://www.dailyblogtips.com/improve-your-workflow-with-a-blog-editing-program/">Blog editing programs like Windows Live Writer</a> use XML-RPC to interact with your blog.</p>
<p>I have used XML-RPC to do things like <a href="http://internetducttape.com/2007/05/22/using-comment-spam-to-measure-blog-rank/">turn off comments on all posts older than two months</a>. If you do write XML-RPC based programs, be sure to created a copy of your blog for development since they usually involve editing posts.</p>
<ul>
<li><a href="http://www.sixapart.com/developers/xmlrpc/movable_type_api/">More information on XML-RPC on Wikipedia</a></li>
<li><a href="http://www.sixapart.com/developers/xmlrpc/movable_type_api/">XML-RPC docs for MovableType</a> (best API docs I could find)</li>
<li><a href="http://johnbokma.com/mexit/2006/07/06/perl-post-wordpress-xml-rpc.html">Using Perl to post to a WordPress blog via XML-RPC</a></li>
<li><a href="http://greggman.com/headlines/2003/2003-08-25-xmlrpc-lite.htm">XPL-RPC API for Blogger</a></li>
</ul>
<h3>Voodoo Trick #5: Webscraping</h3>
<p>Now that you know that you can use RSS feeds as a widget, and you can automatically post to your blog using the XML-RPC interface, I hope you begin to see the possibilities. The next technique in your bag of tricks is webscraping. The idea is that you can write a script that retrieves a web page, pulls information out of it, and then puts that information up on your blog using XML-RPC or RSS.</p>
<p>I like to use <a href="http://search.cpan.org/author/PETDANCE/WWW-Mechanize-1.30/lib/WWW/Mechanize.pm">Perl with WWW::Mechanize</a> for web scraping. I&#8217;ve written a few programs using it for interacting with web sites:</p>
<ul>
<li><a href="http://internetducttape.com/tools/wordpress/tag_cloud_generator_for_wordpress/" title="Tag Cloud Generator for WordPress or WordPress Multi-User Blogs"><strong>Tag Cloud</strong> Generator</a> - build tag clouds or heat maps (this was before there was a tag cloud sidebar widget)</li>
<li><a href="http://internetducttape.com/tools/technorati-favorite-your-fans/"><strong>Technorati Favorite</strong> Your Fans</a> - Add everyone who has favorited you on Technorati to your list of favorites</li>
</ul>
<p>Instead of being a program that runs on the server, these are programs people run on their computers.</p>
<p><img src="http://engtech.files.wordpress.com/2007/02/tag_cloud.png" alt="tag cloud generator for wordpress.com - example flowchart" /></p>
<h3>Summary</h3>
<p>Writing plugins and widgets for WordPress.com can be more trouble than it is worth because you have both hands tied behind your back, you are blindfolded and there&#8217;s someone standing in front of your getting ready to trip you. But there are ways to do it with <a href="http://internetducttape.com/2007/08/24/howto-use-firefox-greasemonkey-userscripts-screenshots/">Greasemonkey</a>, RSS and XML-RPC. What I hope you take from this post is that it <strong><em>is possible</em></strong>. Then maybe there will be another crazy sucker out there doing it.</p>
<p><a href="http://lorelle.wordpress.com/2007/05/25/comment-spammers-never-stop-even-when-your-blog-is-down/"></a></p>
<hr /> <a href="http://internetducttape.com/" title="More tools from Internet Duct Tape"><img src="http://engtech.files.wordpress.com/2007/09/internet-duct-tape-logo.gif" alt="Internet Duct Tape logo" align="left" border="0" hspace="5" vspace="5" /></a><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. </font><font size="-1">His latest posts were <a href="http://internetducttape.com/2007/09/27/learning-to-declutter/" title="7 Tips for Learning the Declutter Habit">7 Tips for Learning the Declutter Habit</a>,  </font><a href="http://internetducttape.com/2007/09/25/blog-maintenance-tip-netvibes-start-page/" title="Creating a Blog Maintenance Start Page with Netvibes" rel="bookmark">Blog Tip: Creating a Blog Maintenance Start Page with Netvibes</a>, <a href="http://internetducttape.com/2007/09/24/only-two-days-left-to-win-graphic-design-services-for-your-blog/" title="Permalink to Only Two Days Left to Win Graphic Design Services for Your Blog" rel="bookmark"></a> and <a href="http://internetducttape.com/2007/09/12/wiki-mistakes-building-wikis-that-dont-suck/" title="How to build a wiki that doesn't suck" rel="bookmark">Do You Make These Mistakes with Wikis?</a><font size="-1">Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&amp;h=11" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&amp;h=11" border="0" height="11" width="18" /> email</a></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2143&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/09/27/plugins-and-widgets-for-wordpresscom/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://ipub.mybloglog.com/i/v2006082715520865_3.jpg" medium="image" />

		<media:content url="http://ipub.mybloglog.com/i/v2006082715520865_2.jpg" medium="image" />

		<media:content url="http://ipub.mybloglog.com/i/v2006082715520865_1.jpg" medium="image" />

		<media:content url="http://ipub.mybloglog.com/i/v2006082715520865_req.jpg" medium="image" />

		<media:content url="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/akismet-auntie-spam-02-collecting-s.png" medium="image">
			<media:title type="html">Akismet Auntie Spam will automatically download all of your spam</media:title>
		</media:content>

		<media:content url="http://engtech.files.wordpress.com/2007/02/tag_cloud.png" medium="image">
			<media:title type="html">tag cloud generator for wordpress.com - example flowchart</media:title>
		</media:content>

		<media:content url="http://engtech.files.wordpress.com/2007/09/internet-duct-tape-logo.gif" medium="image">
			<media:title type="html">Internet Duct Tape logo</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&#38;h=11" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&#38;h=11" medium="image" />
	</item>
		<item>
		<title>When Akismet Goes Bad: What to do when Akismet starts spamming your own comments</title>
		<link>http://lorelle.wordpress.com/2007/09/25/help-akismet-spams-my-own-comments/</link>
		<comments>http://lorelle.wordpress.com/2007/09/25/help-akismet-spams-my-own-comments/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 17:18:34 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[WordPress Tips]]></category>

		<category><![CDATA[Wordpressdotcom]]></category>

		<category><![CDATA[akismet]]></category>

		<category><![CDATA[akismet auntie spam]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[wordpress.com]]></category>

		<category><![CDATA[wordpress.com tips]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/25/help-akismet-spams-my-own-comments/</guid>
		<description><![CDATA[The reason why I created Akismet Auntie Spam helper script was because I seem to have a problem few other people do -- every couple of months Akismet decides that my own comments and trackbacks are spam. This is unforgivable and a fatal usability flaw in Akismet's design. Comments and trackbacks from the blog admin should skip the spam check process. I challenge anyone who argues differently to have to deal with always having to double check if their own comments are marked as spam. The delay between posting a comment and it appearing in Akismet almost always assures that you will miss one or there will be an inordinate delay in responding to your commenters.

But enough of the ranting about my problems with Akismet. Here are two things you can do to help when Akismet is marking your own comments as spam.]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> <strong> by engtech of <a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong></p>
<p>The reason why I created <a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/" title="Akismet Auntie Spam greasemonkey script">Akismet Auntie Spam</a> helper script was because I seem to have a problem few other people do &#8212; every couple of months Akismet decides that my own comments and trackbacks are spam. This is unforgivable and a fatal usability flaw in Akismet&#8217;s design. Comments and trackbacks from the blog admin should skip the spam check process. I challenge anyone who argues differently to have to deal with always having to double check if their own comments are marked as spam. The delay between posting a comment and it appearing in Akismet almost always assures that you will miss one or there will be an inordinate delay in responding to your commenters.</p>
<p>But enough of the ranting about my problems with Akismet. Here are two things you can do to help when Akismet is marking your own comments as spam.</p>
<h3>Technique #1: Search the Spam Folder</h3>
<ul>
<li>Go to <strong>Dashboard &gt;&gt; Comments &gt;&gt; Akismet Spam</strong></li>
<li>Type your name into the search box</li>
<li>Click search</li>
<li>Repeat with your blog url to catch trackbacks</li>
</ul>
<p><img src="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/search-akismet.png" alt="search akismet for spam" border="1" height="170" hspace="5" vspace="5" width="243" /></p>
<p>You will have to repeat this every couple of days until Akismet gets it&#8217;s head straight.</p>
<h3>Technique #2: Moderate Your Own Comments</h3>
<ul>
<li>Go to <strong>Dashboard &gt;&gt; Options &gt;&gt; Discussion </strong></li>
<li>Add your blog url to the moderation list to catch trackbacks</li>
<li>Add your name, email address, and IP addresses to catch comments [1]</li>
</ul>
<p><img src="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/force-moderation.png" alt="force comment moderation on your own comments" border="1" height="199" hspace="5" vspace="5" width="551" /></p>
<ul>
<li>Go to <strong>Dashboard &gt;&gt; Comments &gt;&gt; Awaiting Moderation</strong> to catch your trackbacks</li>
</ul>
<p><img src="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/moderate-comments.png" alt="moderate your own comments" border="1" height="235" hspace="5" vspace="5" width="402" /></p>
<p><strong>[1] Fun gotcha:</strong> Even though it says &#8220;when a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the moderation queue&#8221; my testing shows that it only scans the content. This means that you&#8217;ll always have to use technique #1 to search the spam folder for your own comments and that technique #2 is only useful for catching trackbacks. I&#8217;ve submitted a bug report and hopefully this will be fixed.</p>
<h2>Official Recommendation</h2>
<p>From the comments.</p>
<blockquote><p>The best and only recommended way to get yourself “out” of Akismet is to mark yourself as not spam and if the problem persists for more than a day contact support here:</p>
<p><a href="http://akismet.com/contact/" rel="nofollow">http://akismet.com/contact/</a></p>
<p>Please do not contact Automattic or WordPress.com support, they’re different systems.</p></blockquote>
<p>I hope this helps anyone who finds themselves in the same situation, and I really understand your pain. <strong>This situation of Akismet spamming my own comments has been a reoccurring thorn in my side</strong> &#8212; especially since Akismet is so prevalent that it prevents me from commenting on other blogs.</p>
<h4>Related Posts</h4>
<ul>
<li><a href="http://lorelle.wordpress.com/2007/09/16/fighting-comment-spam-wordpress-comments-mass-edit-mode/">Fighting Comment Spam: WordPress Comments Mass Edit Mode</a></li>
<li><a href="http://lorelle.wordpress.com/2007/09/14/checking-wordpress-for-comment-spam-that-slips-by-you/">Checking WordPress for Comment Spam That Slips By You</a></li>
<li><a href="http://lorelle.wordpress.com/2007/05/25/comment-spammers-never-stop-even-when-your-blog-is-down/">Comment Spammers Never Stop, Even When Your Blog is Down</a></li>
</ul>
<hr /> <a href="http://internetducttape.com/" title="More tools from Internet Duct Tape"><img src="http://engtech.files.wordpress.com/2007/09/internet-duct-tape-logo.gif" alt="Internet Duct Tape logo" align="left" border="0" hspace="5" vspace="5" /></a><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. </font><font size="-1">His latest posts were </font><a href="http://internetducttape.com/2007/09/25/blog-maintenance-tip-netvibes-start-page/" title="Creating a Blog Maintenance Start Page with Netvibes" rel="bookmark">Blog Tip: Creating a Blog Maintenance Start Page with Netvibes</a>, <a href="http://internetducttape.com/2007/09/24/only-two-days-left-to-win-graphic-design-services-for-your-blog/" title="Permalink to Only Two Days Left to Win Graphic Design Services for Your Blog" rel="bookmark">Only Two Days Left to Win Graphic Design Services for Your Blog</a>, and <a href="http://internetducttape.com/2007/09/21/9-techniques-to-promoting-your-social-web-application/" title="Permalink to 9 Techniques to Promoting Your Social Web Application" rel="bookmark">9 Techniques to Promoting Your Social Web Application</a><font size="-1">Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&amp;h=11" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&amp;h=11" border="0" height="11" width="18" /> email</a></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2142&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/09/25/help-akismet-spams-my-own-comments/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/search-akismet.png" medium="image">
			<media:title type="html">search akismet for spam</media:title>
		</media:content>

		<media:content url="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/force-moderation.png" medium="image">
			<media:title type="html">force comment moderation on your own comments</media:title>
		</media:content>

		<media:content url="http://i115.photobucket.com/albums/n296/engtechwp/screenshots/moderate-comments.png" medium="image">
			<media:title type="html">moderate your own comments</media:title>
		</media:content>

		<media:content url="http://engtech.files.wordpress.com/2007/09/internet-duct-tape-logo.gif" medium="image">
			<media:title type="html">Internet Duct Tape logo</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&#38;h=11" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&#38;h=11" medium="image" />
	</item>
		<item>
		<title>What is Microblogging or Tumblelogging? Pros and Cons</title>
		<link>http://lorelle.wordpress.com/2007/08/29/microblogging-tumblelog-introduction-pros-cons-tumblr-twitter-facebook-stumbleupon/</link>
		<comments>http://lorelle.wordpress.com/2007/08/29/microblogging-tumblelog-introduction-pros-cons-tumblr-twitter-facebook-stumbleupon/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 13:16:41 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[Blog Babble]]></category>

		<category><![CDATA[Web Wise]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/08/29/microblogging-tumblelog-introduction-pros-cons-tumblr-twitter-facebook-stumbleupon/</guid>
		<description><![CDATA[ by engtech of Internet Duct Tape
Sometimes blogging applications like WordPress and Blogger are too much for what you want &#8212; they really are content management systems. Writing long-form content might not be your goal: perhaps you want to communicate with friends, or share links? Blogging has evolved into a culture of long-form articles. Sometimes [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong> by <a href="http://lorelle.wordpress.com/author/engtech/" title="Guest posts by engtech">engtech</a> of <a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong></p>
<p>Sometimes blogging applications like <a href="http://wordpress.com/" title="WordPress blog software">WordPress</a> and <a href="http://blogger.com/" title="Blogger blog software">Blogger</a> are too much for what you want &#8212; they really are content management systems. Writing long-form content might not be your goal: perhaps you want to communicate with friends, or share links? Blogging has evolved into a culture of long-form articles. Sometimes all you want to do is put something on the web with the least amount of effort as possible. Here are a few sites that will help you do that: <strong>Facebook</strong>, <strong>Tumblr</strong>, <strong>StumbleUpon </strong>and <strong>Twitter</strong>.</p>
<h4>What The?</h4>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Micro-blogging" title="what is microblogging">Microblogging</a> refers to publishing very short status messages or updates of two to three sentences (<a href="http://www.wordspy.com/words/microblogging.asp">etymology</a>).</li>
<li><a href="http://en.wikipedia.org/wiki/Tumblelog" title="What is tumblelogging">Tumblelogging</a> refers to publishing short-form, mixed media posts that can incorporate photos and videos.</li>
</ul>
<h3>Facebook - Microblogging and Tumblelogging</h3>
<ul>
<li>Sign-up: <a href="http://www.facebook.com/r.php?r=102">http://www.facebook.com/r.php?r=102</a></li>
<li>Example: <a href="http://www.facebook.com/profile.php?id=831360579">http://www.facebook.com/profile.php?id=831360579</a></li>
</ul>
<h4>Facebook - Pros</h4>
<ul>
<li>Friends list &#8212; see updates from your friends</li>
<li>Import friends from your email address book</li>
<li>If your friends use Facebook then blogging on Facebook is the easiest way to write a blog they will read.</li>
<li>It has one of the best systems I&#8217;ve ever seen for sharing photos between friends and identifying people in photos.</li>
<li>Post messages using notes and tag friends so that they know you want them to read this.</li>
<li>Shared links and video support. Facebook will automatically import a picture and description for the shared link and configure YouTube videos to play properly.</li>
<li>Imports RSS feeds &#8212; as notes.</li>
<li>Facebook applications &#8212; there are a million and one widgets to add to your Facebook page.</li>
<li>Excellent private message support that even lets you email people from inside Facebook.</li>
<li>Post by phone</li>
<li>Surf by phone &#8212; the site is optimized for mobile phones, especially the iPhone</li>
</ul>
<h4>Facebook - Cons</h4>
<ul>
<li>Walled garden &#8212; if your friends aren&#8217;t on Facebook then they won&#8217;t be able to read your blog, Conversely, it might be the simplest way to get non-bloggy friends to read your blog since they&#8217;re more likely to use Facebook than an RSS reader.</li>
<li>Limited reach &#8212; you can&#8217;t reach people who aren&#8217;t your friend already</li>
<li><a href="http://internetducttape.com/2007/03/08/how-to-use-facebook-without-losing-your-job-over-it/">Too many privacy settings confuse the user</a></li>
<li>Facebook applications &#8212; there are a million and one widgets to add to your Facebook page, and a lot of them suck.</li>
<li>No custom domain name support &#8212; <a href="http://internetducttape.com/2007/04/02/why-you-should-own-your-domain-name/" title="You should always own your own domain name">you don&#8217;t own your URL</a></li>
</ul>
<h3>Tumblr - Microblogging and Tumblelogging</h3>
<ul>
<li>Sign-up: <a href="http://www.tumblr.com/register">http://www.tumblr.com/register</a></li>
<li>Example: <a href="http://engtech.tumblr.com/">http://engtech.tumblr.com</a></li>
</ul>
<h4>Tumblr - Pros</h4>
<ul>
<li>Best looking microblog tool &#8212; they hired one of the best web designers to design all of their templates and it looks amazing</li>
<li>Photo / Video support &#8212; it understands how to style posts differently for photos, links, videos, quotes and conversations.</li>
<li>Import RSS feeds &#8212; which means you can automatically integrate content from any other sites you use (photos, messages, book reviews, etc)</li>
<li>Custom domain name support &#8212; if you own a domain name then you can map it to the service</li>
<li>Full theme customization &#8212; there is a simple wizard for changing colours on existing themes, but you can get to the nitty gritty and change anything</li>
<li>Friends list &#8212; show updated tumbles from other people who also use the site</li>
<li>Import friends from your email address book</li>
<li>Post by email</li>
<li>Post by phone</li>
<li>Surf by phone &#8212; the site is optimized for mobile phones</li>
<li>Very simple and elegant.</li>
</ul>
<h4>Tumblr - Cons</h4>
<ul>
<li>No way to send public or private messages to other users.</li>
<li>No way to contact other users</li>
<li>No email address book import of contacts</li>
</ul>
<h3>StumbleUpon - Tumblelogging</h3>
<ul>
<li>Sign-up: <a href="http://www.stumbleupon.com/getstumble.php">http://www.stumbleupon.com/getstumble.php</a></li>
<li>Example: <a href="http://ninetimessix.stumbleupon.com/">http://ninetimessix.stumbleupon.com</a></li>
</ul>
<h4>StumbleUpon - Pros</h4>
<ul>
<li>Truly excellent toolbar that integrates with Firefox or Internet Explorer</li>
<li>It is very good at discovering new sites you&#8217;ll find interesting</li>
<li>Very simple to share things you have &#8220;stumbled upon&#8221; with other people</li>
<li>Potential to reach a huge audience &#8212; it is common for sites you share to reach 100s of other people</li>
<li>Private messages between users</li>
<li>Photo / Video support &#8212; but photos are limited in size</li>
<li>Friends list &#8212; show updated stumbles from other people who also use the site</li>
<li>Import friends from your email address book</li>
</ul>
<h4>StumbleUpon - Cons</h4>
<ul>
<li>No mobile phone support (not that it would work well with the concept)</li>
<li>Limited customization/template options</li>
<li>No RSS import from other sites you use</li>
<li>No custom domain name support &#8212; <a href="http://internetducttape.com/2007/04/02/why-you-should-own-your-domain-name/" title="You should always own your own domain name">you don&#8217;t own your URL</a></li>
</ul>
<h3>Twitter - Microblogging</h3>
<ul>
<li>Sign-up: <a href="http://twitter.com/signup">http://twitter.com/signup</a></li>
<li>Example: <a href="http://twitter.com/engtech">http://twitter.com/engtech</a> and <a href="http://twitter.com/et">http://twitter.com/et</a></li>
</ul>
<h4>Twitter - Pros</h4>
<ul>
<li>Friends list &#8212; updated messages from other people who also use the site</li>
<li>Import friends from your email address book</li>
<li>Private messages between users</li>
<li>Post by phone</li>
<li>Surf by phone &#8212; the site is optimized for mobile phones</li>
<li>VERY simple to use</li>
<li>3rd party utilities &#8212; there are a million and one applications you can use to access Twitter other than the official web site.</li>
<li>3rd party import RSS feeds &#8212; through <a href="http://twitterfeed.com/">TwitterFeed.com</a></li>
</ul>
<h4>Twitter - Cons</h4>
<ul>
<li>Short length &#8212; only allows for 140 character length messages, about two sentences.</li>
<li>Design is ugly and inconsistent</li>
<li>No embedded video or photo support</li>
<li>Shared links are usually hidden by a URL shortener, and that makes it hard for people to know what you&#8217;re linking to ahead of time</li>
<li>Not very many customization options</li>
<li>No custom domain name support &#8212; <a href="http://internetducttape.com/2007/04/02/why-you-should-own-your-domain-name/" title="You should always own your own domain name">you don&#8217;t own your URL</a>lore</li>
</ul>
<p><a href="http://engtech.jaiku.com/">Jaiku</a> and <a href="http://pownce.com/engtech/">Pownce</a> are a <a href="http://www.pronetadvertising.com/articles/metoo-mentality-is-bad-for-users-marketers-and-startups34452.html">lot like Twitter but with more features</a>. I won&#8217;t go into them in depth about them.</p>
<h3>Summary</h3>
<p>If blogging looks like too much work, then I&#8217;d seriously consider using <a href="http://facebook.com/">Facebook</a> or <a href="http://tumblr.com/">Tumblr</a> as try as a microblogging service. They might satisfy your desire to communicate without adding as much overhead as traditional services like <a href="http://blogger.com/">Blogger</a> or <a href="http://wordpress.com/">WordPress</a>. If you are looking at sharing your ideas and &#8220;finds&#8221; on the web then <a href="http://stumbleupon.com/">StumbleUpon</a> is the best choice because it easily reaches a wider audience than even traditional blogging services. <a href="http://twitter.com/">Twitter</a> has its place as a public instant messaging service, but it doesn&#8217;t have enough gristle to satisfy in the long term.</p>
<h3>What Other People Think</h3>
<ul>
<li><a href="http://wisdump.com/web/comparing-the-top-4-mini-blog-options/" title="Twitter comparison">WisDump compares Twitter, Pownce, Jaiku, and Tumblr</a></li>
<li><a href="http://lifehacker.com/software/web-publishing/geek-to-live--instant-no+overhead-blog-with-tumblr-244915.php" title="Why use Tumblr">LifeHacker is a huge fan of Tumblr</a> and <a href="http://lifehacker.com/software/top/stumbleupon-the-best-pages-on-the-web-285575.php" title="Why use StumbleUpon">thinks highly of StumbleUpon</a></li>
<li>Web Worker Daily posts <a href="http://webworkerdaily.com/2007/06/13/ten-things-i-hate-about-you-facebook/" title="Bad things about Facebook">10 things I hate about you, Facebook</a></li>
<li>Why the Lucky Stiff <a href="http://redhanded.hobix.com/inspect/tumbleloggingAssortedLarvae.html" title="Why use tumblelogs">recommends tumblelogs over blogs</a></li>
<li>Dosh Dosh <a href="http://www.doshdosh.com/7-ways-to-use-microblogging-services-for-traffic-and-brand-exposure/" title="microblogging to build traffic">explains how to use microblogging to build traffic for your blog</a></li>
</ul>
<h3>Internet Duct Tape on Microblogging and Tumblelogging</h3>
<ul>
<li><a href="http://internetducttape.com/2007/03/08/how-to-use-facebook-without-losing-your-job-over-it/" title="Facebook privacy - don't lose your job over it">How to configure privacy settings on Facebook</a></li>
<li><a href="http://internetducttape.com/2007/07/23/howto-configure-facebook-application-privacy/" title="Facebook applications privacy settings">How to configure the privacy settings on Facebook applications</a></li>
<li><a href="http://internetducttape.com/2007/02/20/stumbleupon-help-i-cant-submit-a-site-or-page/" title="Fix StumbleUpon when can't submit a page">How to fix StumbleUpon when you can&#8217;t submit new pages</a></li>
<li><a href="http://internetducttape.com/2007/08/08/broadcast-facebook-status-rss-filter/" title="Facebook status updates into Twitter">Exporting your Facebook status updates into Twitter</a></li>
</ul>
<hr /> <a href="http://internetducttape.com/" title="Internet Duct Tape - where programming and blogging meet"><img src="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" alt="engtech signature pic" align="left" border="0" hspace="10" vspace="5" /></a><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. His latest post was <a href="http://internetducttape.com/2007/08/24/howto-use-firefox-greasemonkey-userscripts-screenshots/" title="Revolutionize the web with Firefox and Greasemonkey">Revolutionizing the Web with Firefox and Greasemonkey</a> and  <a href="http://internetducttape.com/2007/08/28/do-anything-3-step-success-plan/" title="The 3 Step Success Plan">The 3 Step Success Plan</a>. Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&amp;h=11" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&amp;h=11" border="0" height="11" width="18" /> email</a>.</font></p>
<p>&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2085/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2085/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2085/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2085&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/08/29/microblogging-tumblelog-introduction-pros-cons-tumblr-twitter-facebook-stumbleupon/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" medium="image">
			<media:title type="html">engtech signature pic</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&#38;h=11" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&#38;h=11" medium="image" />
	</item>
		<item>
		<title>7 Ways to Find Your Muse</title>
		<link>http://lorelle.wordpress.com/2007/08/21/7-ways-to-find-your-blogging-muse/</link>
		<comments>http://lorelle.wordpress.com/2007/08/21/7-ways-to-find-your-blogging-muse/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 17:31:46 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[Blogging Tips]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/08/21/7-ways-to-find-your-blogging-muse/</guid>
		<description><![CDATA[ by engtech of Internet Duct Tape
I never have trouble finding something to write about. A bigger problem for me is finding something inspiring enough that I&#8217;ll make the time to write about it. When my muse is hiding she&#8217;s often found:

In my morning shower
In my first cup of coffee
In my morning commute
Or running through [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong> by engtech of <a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong></p>
<p>I never have trouble finding something to write about. A bigger problem for me is finding something inspiring enough that I&#8217;ll make the time to write about it. When my muse is hiding she&#8217;s often found:</p>
<ul>
<li>In my morning shower</li>
<li>In my first cup of coffee</li>
<li>In my morning commute</li>
<li>Or running through my head before I go to sleep at night</li>
</ul>
<h3>Write It Down</h3>
<p>One of the best blogging techniques is to keep a notebook for writing down ideas. I prefer a pen and a notebook over an electronic means because it is more portable. The problem I find with keeping electronic notes is that they lead to more time on the computer, they can get lost, and half the time I get completely sidetracked with something else on that bright shiny Internet instead of writing down my ideas.</p>
<h3>To Feed or Not To Feed</h3>
<p>RSS is a blogger&#8217;s best friend because it lets you easily keep track of reading other blogs, and <a href="http://internetducttape.com/rss-subscription-options-for-engtech/" title="Internet Duct Tape subscription options">any blog worth it&#8217;s salt has an RSS feed</a>. Unfortunately, it can be almost too easy to subscribe to blogs (<a href="http://internetducttape.com/2007/08/06/google-reader-rss-subscribe-internet-explorer/" title="How do people subscribe with Google Reader in Internet Explorer?">depending on your web browser</a>). Reading other blogs can be a great inspiration but they&#8217;re also a great distraction. It&#8217;s important to realize the difference and accept the fact that it&#8217;s a rare day that you get to the bottom of your feed reader.</p>
<h3>To Comment or Not to Comment</h3>
<p>Commenting on other blogs builds up a relationship between you and the other blogger, but it also can be a huge time sink. I&#8217;ve found myself in ruts where I&#8217;m not posting, but I&#8217;m commenting on other blogs (and sometimes not even taking the time to respond to comments on my own blog!) Like with all things, the secret is to <a href="http://internetducttape.com/2007/08/20/opportunity-cost/" title="Balance your goals in life">find balance between conflicting goals</a>. Many of those comments can easily turn into posts of their own with a little elbow grease. Use RSS, a bookmarking site like del.icio.us, or a service like co.comment to track the comments you are leaving elsewhere and expand them into posts of their own.</p>
<h3>Google as a Muse</h3>
<p>One of the simplest indicators that something could make for a great post is if I have trouble finding information about it on the Internet. If the top ten search results in Google don&#8217;t provide much info, and there isn&#8217;t a Wikipedia article about it, then I know I might have a breakaway hit on my hands like <a href="http://internetducttape.com/2006/08/11/the-holy-grail-of-synchronization-how-to-synchronize-microsoft-outlook-multiple-locations-google-calendar-gmail-ipod-and-mobile-phone-with-funambol-scheduleworld/" title="synchronize Googel Calendar with Outlook, iPod and cellphone">my post on how to synchronize Google Calendar to anything</a> that has a garnered over 100 trackbacks or <a href="http://internetducttape.com/2007/02/08/top-romance-movies-76-romantic-flicks-for-guys-and-girls/">a list of favorite romantic movies</a> that I wrote with the help of my girlfriend that has managed to stay in the top five search results for &#8220;romantic movies&#8221; for over six months.</p>
<h3>Finding Your Point of View</h3>
<p>You have a hidden weapon of mass communication in your blogging arsenal: no one else is living your life and the unique point of view that it gives you. Having multiple interests lets you see something common in an entirely different light. One of my favorite blogs about programming is written by Giles Bowkett. As well as programming he is interested in acting and screenwriting and he has had some great posts like <a href="http://gilesbowkett.blogspot.com/2007/04/why-geeks-should-study-acting.html" title="geeks should study acting">why geeks should study acting</a>, <a href="http://gilesbowkett.blogspot.com/2007/06/another-reason-geeks-should-study.html" title="geeks should learn when people are lying to them">why geeks should study acting: lie detection</a>, <a href="http://gilesbowkett.blogspot.com/2007/05/geek-marketing-key-to-making-money-as.html" title="why is it up to you to market yourself?">geeks need agents</a>, <a href="http://gilesbowkett.blogspot.com/2007/04/great-hackers-and-great-actors.html" title="great hackers and great actors">great hackers / great actors</a>, and talking about <a href="http://gilesbowkett.blogspot.com/2007/04/when-beast-was-born.html" title="It's the intersection of different skills that give you a unique viewpoint">how having a foot in each of these worlds is one of his strongest assets</a>.</p>
<h3>The Yard Sale</h3>
<p>One of the side effects from blogging is the great number of ideas that don&#8217;t go anywhere. They could be snippets of posts, or small handfuls of links and research. They&#8217;re easily lost, quickly forgotten about, and end up cluttering the corners of whatever organization system we use. If this was in your house you&#8217;d organize a yard sale or donate to goodwill, and that&#8217;s exactly what I&#8217;m suggesting you do with these blog snippets that aren&#8217;t going anywhere &#8212; dust them off and put them out there instead of saving them for a rainy day.</p>
<h3>Ship It Now</h3>
<p>This is another area where <a href="http://internetducttape.com/2007/01/17/programming-advice-for-newbs/" title="Programming and Blogging are complementary">programming and blogging intersect</a>. It&#8217;s all well and good to learn new things, polish old skills and fiddle with your blog design &#8212; but ultimately the only thing that is going to reach other people, building incoming links and attract new readers is to finish writing your blog post. Finding inspiration is much easier than finding the time to write, so it&#8217;s important to not let yourself become distracted from the task at hand. Researching, learning and communicating are the most enjoyable parts of blogging, but you don&#8217;t have a  blog unless you write that post and hit publish.</p>
<hr /> <a href="http://internetducttape.com/" title="Internet Duct Tape - where programming and blogging meet"><img src="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" alt="engtech signature pic" align="left" border="0" hspace="10" vspace="5" /></a><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. His latest post was <a href="http://internetducttape.com/2007/08/20/opportunity-cost/" title="What is your Opportunity Cost?">What is your Opportunity Cost?</a> Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&amp;h=11" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&amp;h=11" border="0" height="11" width="18" /> email</a>.</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2070/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2070/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2070/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2070&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/08/21/7-ways-to-find-your-blogging-muse/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" medium="image">
			<media:title type="html">engtech signature pic</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png?w=11&#38;h=11" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif?w=18&#38;h=11" medium="image" />
	</item>
		<item>
		<title>Learning About the Web in Plain English</title>
		<link>http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/</link>
		<comments>http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 23:05:43 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[Web Wise]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/</guid>
		<description><![CDATA[ by engtech of Internet Duct Tape
Having a background in computer engineering has been a great boon to me when it comes to blogging. While I might not be the best at writing, web design, or being on top of the breaking news, I have had an edge from being genuinely interested in the technology [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong> by engtech of <a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong></p>
<p>Having a background in computer engineering has been a great boon to me when it comes to blogging. While I might not be the best at <a href="http://lorelle.wordpress.com/tag/writing/" title="View all posts filed under Writing">writing</a>, <a href="http://lorelle.wordpress.com/tag/web-design/" title="View all posts filed under Web Design">web design</a>, or being on top of the <a href="http://lorelle.wordpress.com/tag/wordpress-news/" title="View all posts filed under WordPress News">breaking news</a>, I have had an edge from being genuinely interested in the technology behind how things work and finding ways to get them to work for me.  But it can be <a href="http://internetducttape.com/2007/02/20/getting-to-simple-engineers-have-no-idea-how-normal-human-beings-interact-with-their-environments/" title="engineers have trouble explaining technology">very hard to try to explain how technology works to other people</a>. That&#8217;s why I&#8217;m such a big fan of the &#8220;in plain english&#8221; series of instructional videos on YouTube by Common Craft.</p>
<p>Please click through to article to see them.</p>
<p><span id="more-2046"></span></p>
<h3>RSS in Plain English</h3>
<p><span style="text-align:center; display: block;"><a href="http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/"><img src="http://img.youtube.com/vi/0klgLsSxGsU/2.jpg" alt="" /></a></span></p>
<h3>Social Bookmarking in Plain English (del.icio.us)</h3>
<p><span style="text-align:center; display: block;"><a href="http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/"><img src="http://img.youtube.com/vi/x66lV7GOcNU/2.jpg" alt="" /></a></span></p>
<h3>Social Networks in Plain English</h3>
<p><span style="text-align:center; display: block;"><a href="http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/"><img src="http://img.youtube.com/vi/6a_KF7TYKVc/2.jpg" alt="" /></a></span></p>
<h3>Wikis in Plain English</h3>
<p><span style="text-align:center; display: block;"><a href="http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/"><img src="http://img.youtube.com/vi/-dnL00TdmLY/2.jpg" alt="" /></a></span></p>
<p>You can keep track of when new videos are available at <a href="http://www.commoncraft.com/blog" title="The Common Craft blog of instructional videos">commoncraft.com/blog</a> or through <a href="http://feeds.feedburner.com/CommonCraft" title="Common Craft RSS feed">their RSS feed</a>.</p>
<hr /> <a href="http://internetducttape.com/" title="Internet Duct Tape - where programming and blogging meet"><img src="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" alt="engtech signature pic" align="left" border="0" hspace="10" vspace="5" /></a><font size="-1"></font><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. His latest post was <a href="http://internetducttape.com/2007/08/08/broadcast-facebook-status-rss-filter/" title="Broadcast your Facebook Status Using RSS">Broadcasting your Facebook Status Using RSS</a>. Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif" border="0" height="11" width="18" /> email</a>.</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2046/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2046/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2046/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2046/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2046/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2046/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2046/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2046&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/08/12/learning-about-the-web-in-plain-english/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/0klgLsSxGsU/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/x66lV7GOcNU/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/6a_KF7TYKVc/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/-dnL00TdmLY/2.jpg" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" medium="image">
			<media:title type="html">engtech signature pic</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif" medium="image" />
	</item>
		<item>
		<title>Sandbox Design Competition Winners</title>
		<link>http://lorelle.wordpress.com/2007/08/07/sandbox-design-competition-winners/</link>
		<comments>http://lorelle.wordpress.com/2007/08/07/sandbox-design-competition-winners/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 16:30:33 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/08/07/sandbox-design-competition-winners/</guid>
		<description><![CDATA[This is a guest post from engtech of Internet Duct Tape.
As a follow up to my post last Thursday, the Sandbox Design competition has completed and all the designs are available for download in one file (7 MB) or can be viewed on the live preview site.
Congratulations to the winners!

SandPress
Moo Point
Prima
Essay
Tiffany Blue
Shades of Gray
Diurnal
Milkia
Oriole
MIX

But don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>This is a guest post from engtech of <a href="http://internetducttape.com/">Internet Duct Tape</a>.</strong></p>
<p>As a follow up to <a href="http://lorelle.wordpress.com/2007/08/02/sandbox-theme-for-wordpress-design-competition/" title="The Sandbox Design Competition">my post last Thursday</a>, the Sandbox Design competition has completed and <a href="http://www.sndbx.org/2007/08/04/design-downloads-and-live-previews-available/" title="Sandbox Theme Design downloads">all the designs are available for download in one file (7 MB)</a> or can be viewed on <a href="http://www.sndbx.org/live-preview/" title="Sandbox Theme Design live preview">the live preview site</a>.</p>
<p>Congratulations to the winners!</p>
<ol>
<li><a href="http://www.sndbx.org/results/designs/sandpress/" title="SandPress Theme">SandPress</a></li>
<li><a href="http://www.sndbx.org/results/designs/moo-point/" title="Moo Point theme">Moo Point</a></li>
<li><a href="http://www.sndbx.org/results/designs/prima/" title="Prima theme">Prima</a></li>
<li><a href="http://www.sndbx.org/results/designs/essay/" title="Essay theme">Essay</a></li>
<li><a href="http://www.sndbx.org/results/designs/tiffany-blue/" title="Tiffany Blue theme">Tiffany Blue</a></li>
<li><a href="http://www.sndbx.org/results/designs/shades-of-gray/" title="Shades of Gray theme">Shades of Gray</a></li>
<li><a href="http://www.sndbx.org/results/designs/diurnal/" title="Diurnal theme">Diurnal</a></li>
<li><a href="http://www.sndbx.org/results/designs/milkia/" title="Milkia theme">Milkia</a></li>
<li><a href="http://www.sndbx.org/results/designs/oriole/" title="Oriole theme">Oriole</a></li>
<li><a href="http://www.sndbx.org/results/designs/mix/" title="MIX theme">MIX</a></li>
</ol>
<p>But don&#8217;t stop at checking out only those designs. That&#8217;s only one fifth of all the designs that were submitted for the competition.  As I&#8217;ve browsed through the designs I&#8217;ve seen so many examples that left me thinking &#8220;wow, I didn&#8217;t know you could do that with Sandbox!&#8221;</p>
<p>Much like <a href="http://www.csszengarden.com/" title="CSS Zen Garden">CSS Zen Garden</a>, the Sandbox designs are a testament to the power of CSS and how content and design can be separated so that new designs can refresh old archives.</p>
<hr /> <a href="http://internetducttape.com/" title="Internet Duct Tape - where programming and blogging meet"><img src="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" alt="engtech signature pic" align="left" border="0" hspace="10" vspace="5" /></a><font size="-1"></font><font size="-1"><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/" title="Internet Duct Tape - a blog about blogging, programming, lifehacks">Internet Duct Tape</a></strong>. His latest post was <a href="http://internetducttape.com/2007/08/06/google-reader-rss-subscribe-internet-explorer/" title="Internet Explorer and Google Reader don't integrate well with eachother">How do people use Google Reader with Internet Explorer?</a> Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech" title="subscribe to Internet Duct Tape using RSS"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839" title="subscribe to Internet Duct Tape using email"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif" border="0" height="11" width="18" /> email</a>.</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2033/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2033/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2033/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2033&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/08/07/sandbox-design-competition-winners/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" medium="image">
			<media:title type="html">engtech signature pic</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif" medium="image" />
	</item>
		<item>
		<title>Sandbox Theme for WordPress Design Competition</title>
		<link>http://lorelle.wordpress.com/2007/08/02/sandbox-theme-for-wordpress-design-competition/</link>
		<comments>http://lorelle.wordpress.com/2007/08/02/sandbox-theme-for-wordpress-design-competition/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 15:00:34 +0000</pubDate>
		<dc:creator>engtech</dc:creator>
		
		<category><![CDATA[Blogging Tips]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/08/02/sandbox-theme-for-wordpress-design-competition/</guid>
		<description><![CDATA[This is a guest post from engtech of Internet Duct Tape.
The Sandbox WordPress Design Competition has come to a close after two months. It was a resounding success. Live previews of the 46 new Sandbox designs will be available on August 5th, 2007. Over 31 people who participated in the competition. Some designers were introduced [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>This is a guest post from engtech of <a href="http://internetducttape.com/">Internet Duct Tape</a>.</strong></p>
<p>The <a href="http://lorelle.wordpress.com/2007/06/08/two-exciting-wordpress-contests/">Sandbox WordPress Design Competition</a> has come to a close after two months. It was a resounding success. <a href="http://www.sndbx.org/2007/07/31/update-on-judging/">Live previews of the 46 new Sandbox designs</a> will be available on August 5th, 2007. Over <a href="http://www.sndbx.org/results/participants/">31 people who participated</a> in the competition. Some designers were introduced to Sandbox for the first time, while I recognized other familiar faces from WordPress.com forum regulars <a href="http://not-that-ugly.co.uk/">That Girl</a> and <a href="http://archgfx.net/">Sunburntkamel</a>. I participated in the contest and submitted my two first attempts at designing themes for WordPress.</p>
<h3>But Why Sandbox?</h3>
<p>Sandbox is different from other WordPress themes. It is a strong, barebones foundation that lets you design the <em>look </em>without worrying about the <em>layout</em>. Sandbox handles displaying and organizing your blog content in a logical manner while a CSS stylesheet hooks into the powerful selectors Sandbox offers and handles all of the exterior decorations. <a href="http://lorelle.wordpress.com//">Lorelle on WordPress</a> uses Sandbox with a custom stylesheet, as does my blog, <a href="http://internetducttape.com/">Internet Duct Tape</a>.</p>
<p>Sandbox is ideal for multi-user environments like WordPress.com as it lets users customize their theme without potentially introducing security vulnerabilities through Javascript or embedded objects from other sites. Note: uploading <a href="http://wordpress.com/blog/2006/08/17/try-custom-css/">custom stylesheets is a $15 upgrade at WordPress.com</a>,</p>
<h3>The Sandbox Community</h3>
<p>The most successful part of the Sandbox Design Competition is the <strong>community</strong> that is emerging around it. There are many talented theme designers who are coming together to learn from each other and put out great designs that are interchangeable with a click of the mouse because they all use Sandbox underneath. The <a href="http://sndbx.org/">official Sandbox blog</a> has been bumping with information about the contest, but the real gem is the <a href="http://www.sndbx.org/forums/">Sandbox forums</a>. Registration is required to post, but it&#8217;s the best resource on the net you&#8217;ll find for learning about the Sandbox theme. Some highlights:</p>
<ul>
<li><a href="http://www.sndbx.org/forums/viewtopic.php?id=7">Why use Sandbox?</a>
<ul>
<li>Very detailed discussion of the strengths of using Sandbox as the core for your next WordPress theme</li>
</ul>
</li>
<li><a href="http://www.sndbx.org/forums/viewtopic.php?id=86">Screenshots of the contest entries</a></li>
<li><a href="http://www.sndbx.org/forums/viewtopic.php?id=92">Technical discussion on design and development tools</a>
<ul>
<li>The one universal tip is to use <a href="http://getfirebug.com/">Firebug</a> for Firefox</li>
</ul>
</li>
<li><a href="http://www.sndbx.org/forums/viewtopic.php?id=90">List of Sandbox tutorials</a>
<ul>
<li>Add yours if you&#8217;ve written a tutorial about Sandbox</li>
</ul>
</li>
<li><a href="http://www.sndbx.org/forums/viewtopic.php?id=17">Sandbox release notes</a></li>
</ul>
<h3>Meeting the Other Designers</h3>
<p>One of the things I&#8217;ve enjoyed most about the competition is poking around the websites of the other participants and see what they&#8217;ve done with Sandbox. I always find it amazing that so many different looks can be accomplished with the same underlying theme. These are <a href="http://www.sndbx.org/results/participants/">some of my favorite Sandbox designs</a> from the contest participants that inspire me <a href="http://internetducttape.com/tag/becoming-a-better-blogger/css-and-web-design/">to learn more about CSS design</a>. Listed in no order of preference, and as far as I know these designs were not used as part of the competition.</p>
<ul>
<li><a href="http://upperfortstewart.com/">Upper Fort Stewart</a></li>
<li><a href="http://archgfx.net/">ArchGFX</a></li>
<li><a href="http://test.deranged-minds.com/">BAM Inc</a></li>
<li><a href="http://ntuat.wordpress.com/">Not That Ugly</a></li>
<li><a href="http://www.jdharper.com/wordpress/">JD Harper</a></li>
<li><a href="http://blog.novalistic.com/">BoltPress</a></li>
<li><a href="http://o.rang.es/">Oranges</a></li>
<li><a href="http://rustykruffle.com/">Krusty Ruffle Babbles</a></li>
</ul>
<p>I&#8217;m excited to see what will come out of the Sandbox community in the future. The contest was a resounding success. I&#8217;m glad they went with the contest idea instead of my suggestion to do a viral Youtube video called &#8220;Sand in a Box.&#8221;</p>
<p>It&#8217;s for the best, because I do a horrible Justin Timberlake impression.</p>
<hr /> <a href="http://internetducttape.com/" title="Internet Duct Tape - where programming and blogging meet"><img src="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" alt="engtech signature pic" align="left" border="0" hspace="10" vspace="5" /></a><font size="-1"></font><strong>engtech</strong> blogs regularly at <strong><a href="http://internetducttape.com/">Internet Duct Tape</a></strong>. He&#8217;s authored such useful hacks as <a href="http://internetducttape.com/tools/wordpress/akismet-auntie-spam/">Akismet Auntie Spam</a>, <a href="http://internetducttape.com/tools/technorati-favorite-your-fans/">Technorati Favorite Your Fans</a> and the <a href="http://internetducttape.com/tools/wordpress/tag_cloud_generator_for_wordpress/">WordPress MU Tag Cloud Generator</a>.His latest post was <a href="http://internetducttape.com/2007/07/31/5-tips-community-communication/">5 Tips to Building Your Readership - Community Starts with Communication</a>Subscribe to <strong>Internet Duct Tape</strong> by <a href="http://feeds.feedburner.com/engtech"><img src="http://lorelle.files.wordpress.com/2007/02/rss.png" border="0" height="11" width="11" /> RSS</a> or by <a href="http://www.feedblitz.com/f/?Sub=76839"><img src="http://lorelle.files.wordpress.com/2007/03/email.gif" border="0" height="11" width="18" /> email</a>.</p>
<p>Copyright engtech and originally posted to <a href="http://lorelle.wordpress.com">Lorelle on WordPress</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lorelle.wordpress.com/2009/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lorelle.wordpress.com/2009/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/2009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/2009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/2009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/2009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/2009/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=2009&subd=lorelle&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lorelle.wordpress.com/2007/08/02/sandbox-theme-for-wordpress-design-competition/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/engtech-128.jpg" medium="image">
			<media:title type="html">engtech</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/08/engtech_tiny.jpg" medium="image">
			<media:title type="html">engtech signature pic</media:title>
		</media:content>

		<media:content url="http://lorelle.files.wordpress.com/2007/02/rss.png" medium="image" />

		<media:content url="http://lorelle.files.wordpress.com/2007/03/email.gif" medium="image" />
	</item>
	</channel>
</rss>