<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Thom Allen Weblog&#187; WordPress</title>
	<atom:link href="http://thomallen.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomallen.com</link>
	<description>I Read / Write / Code. I talk about Software Craftsmanship, Cloud Computing, Open Source Software and Mobile Development.</description>
	<lastBuildDate>Sat, 08 Oct 2011 00:17:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>I Read / Write / Code. I talk about Software Craftsmanship, Cloud Computing, Open Source Software and Mobile Development.</itunes:summary>
	<itunes:author>Thom Allen Weblog</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://thomallen.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>I Read / Write / Code. I talk about Software Craftsmanship, Cloud Computing, Open Source Software and Mobile Development.</itunes:subtitle>
	<image>
		<title>Thom Allen Weblog&#187; WordPress</title>
		<url>http://thomallen.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://thomallen.com</link>
	</image>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Exclude Images From WordPress Gallery Display</title>
		<link>http://thomallen.com/exclude-images-from-wordpress-gallery-display/</link>
		<comments>http://thomallen.com/exclude-images-from-wordpress-gallery-display/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 13:00:24 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thomallen.com/?p=1677</guid>
		<description><![CDATA[I wrote this post yesterday which had several images as part of the content. One image was used in a different section of the post, but I wanted to group specific images together to highlight a point I was making. &#8230; <a href="http://thomallen.com/exclude-images-from-wordpress-gallery-display/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote this <strong><a href="http://thomallen.com/simply-design-your-web-site/">post</a></strong> yesterday which had several images as part of the content. One image was used in a different section of the post, but I wanted to group specific images together to highlight a point I was making.</p>
<p>WordPress adds all images uploaded during post creation to a Gallery. Once all the images have been uploaded, you can select the Gallery tab, and insert the gallery right into the post. However, I wanted to exclude one of the images. But there wasn&#8217;t anything in the image manager that allowed me to exclude an image. (WordPress guys, please add this feature.)</p>
<p>No worries though, the WordPress Gallery is really short code, and the short code allows for parameters. In this case, I was able to add the exclude parameter with the ID of the image I didn&#8217;t want in the Gallery, and whala, I was able to display what I wanted. You can get the ID of the image in the Library and hover over the image, you should see a value for attachment_id, make note of it. The short code lookes like this:</p>
<p>[ gallery exclude="123" ]</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/exclude-images-from-wordpress-gallery-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Use Of Amazon CloudFormation</title>
		<link>http://thomallen.com/first-use-of-amazon-cloudformation/</link>
		<comments>http://thomallen.com/first-use-of-amazon-cloudformation/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 13:00:10 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[CloudFormation]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thomallen.com/?p=1623</guid>
		<description><![CDATA[Amazon recently release a new product called CloudFormation. It’s basically an automated build out of several Amazon AWS products, driven by a simple XML file. One of the templates offered out of the box is for a complete WordPress install. &#8230; <a href="http://thomallen.com/first-use-of-amazon-cloudformation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thomallen.com/wp-content/uploads/2011/03/logo_aws.gif" rel="lightbox[1623]"><img class="alignleft size-full wp-image-1624" title="Amazon Web Services" src="http://thomallen.com/wp-content/uploads/2011/03/logo_aws.gif" alt="" width="164" height="60" /></a>Amazon recently release a new product called <strong><a href="http://aws.amazon.com/cloudformation/" target="_blank">CloudFormation</a></strong>. It’s basically an automated build out of several Amazon AWS products, driven by a simple XML file.</p>
<p>One of the templates offered out of the box is for a complete WordPress install. After following the wizard like instructions, I had a basic WordPress installation up and running in a matter of minutes.</p>
<p>I played with several WordPress settings, saved changes, added posts and pages, and even modified the theme.</p>
<p>Overall it was a painless experience. I downloaded the template XML so I could modify for future needs, and tuned the server off after about 4 hours. Total charges were around $3. Of course that’s with little data transfer.</p>
<p>One feature I haven’t been able to get working yet is WordPress MultiSite. I kept getting an error pointing to a location on the server that was throwing a 404 error. This could be a problem with a plugin. Further investigation is needed.</p>
<p>What I really liked was I could turn on a dev box for a demo or to work on a new site without having to setup a new web hosting. Not sure yet how feasible it would be to run the site 24/7, but for dev and test it would be great.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/first-use-of-amazon-cloudformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress iPhone App Fail</title>
		<link>http://thomallen.com/wordpress-iphone-app-fail/</link>
		<comments>http://thomallen.com/wordpress-iphone-app-fail/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 07:00:53 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thomallen.com/?p=1487</guid>
		<description><![CDATA[I&#8217;ve tried, I&#8217;ve really tried, but using the WordPress client application on the iPhone just sucks. The last three posts I&#8217;ve created have all had problems. I fully understand it&#8217;s a free product, and there are no guarantees, but I &#8230; <a href="http://thomallen.com/wordpress-iphone-app-fail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried, I&#8217;ve really tried, but using the WordPress client application on the iPhone just sucks. The last three posts I&#8217;ve created have all had problems. I fully understand it&#8217;s a free product, and there are no guarantees, but I expect more from the WordPress folks. Here is the latest snafu.</p>
<p>I have hesitated to upload photos to my blog from third party clients because I feared what happened tonight, would happen. I took several photos of my Family attending a play, created a new post in my iPhone WordPress application, inserted media from my phone, and posted. Of course, the posting had issues, mainly, the HTML used to show the photos was hosed. Here is what was sent to WordPress:</p>
<p><img class="aligncenter size-full wp-image-1495" title="bad-html-code" src="http://thomallen.com/wp-content/uploads/2010/12/bad-html-code.png" alt="" width="498" height="67" /></p>
<p>And here is what it should have looked like:</p>
<p><img class="aligncenter size-full wp-image-1496" title="good-html-code" src="http://thomallen.com/wp-content/uploads/2010/12/good-html-code.png" alt="" width="421" height="63" /></p>
<p>So, the post that was sent out to my RSS feed now has 6 photos with incorrect formatting and links. Frustrating to say the least.</p>
<p>Before trying to post to my WordPress blog, I sent the same photo set to my <a href="http://thomallen.tumblr.com/post/2412363784/a-christmas-carol-with-the-family" target="_blank">Tumblr</a> site, via email, with zero problems.</p>
<p>The final thing I thought would take place is the creation of a Gallery. If I had included say 20 or 30 images, it would have been nice to see a slide show or at least thumbnails for each image. Instead, the images were inserted, full size, and with a large amount of images,  the post would have been several hundred feet off the screen. Just doesn&#8217;t seem like the whole posting media from the iPhone app is working right.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/wordpress-iphone-app-fail/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 Has A Feature List</title>
		<link>http://thomallen.com/wordpress-3-1-has-a-feature-list/</link>
		<comments>http://thomallen.com/wordpress-3-1-has-a-feature-list/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 13:00:44 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thomallen.com/?p=511</guid>
		<description><![CDATA[Last week the development team for WordPress came up with a list of features/bug fixes they want to include in 3.1. As with all software, the end result may differ from this list. Check it out here. Two things I&#8217;m &#8230; <a href="http://thomallen.com/wordpress-3-1-has-a-feature-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thomallen.com/wp-content/uploads/2010/09/blue-l.png" rel="lightbox[511]"><img class="alignleft size-full wp-image-512" title="WordPress" src="http://thomallen.com/wp-content/uploads/2010/09/blue-l.png" alt="" width="150" height="150" /></a>Last week the development team for WordPress came up with a <a href="http://wpdevel.wordpress.com/2010/09/03/process-and-scope-for-3-1-part-i/" target="_blank"><strong>list</strong></a> of features/bug fixes they want to include in 3.1. As with all software, the end result may differ from this list. Check it out here.</p>
<p>Two things I&#8217;m excited about, and really hope are implemented, is a new multi site Admin, and a configurable Dashboard. This is kind of interesting, because at WordCamp Utah 2010, <a href="http://ma.tt" target="_blank"><strong>Matt Mullenweg</strong></a> asked <a href="http://www.steepleashton.com/" target="_blank"><strong>Adam Dunford</strong></a>, &#8220;if you had a magic wand, what would you change in WordPress?&#8221; His response was a cleaner, configurable dashboard. Spot on Adam.</p>
<p>Looks like the WP team is shooting for a mid December release, with a feature freeze in mid October. That&#8217;s not too far off.</p>
<p>If you haven&#8217;t already upgraded to WordPress 3, you should do it soon. This is a fantastic release, seems to be very stable, and the further you fall behind the more problems you will encounter.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/wordpress-3-1-has-a-feature-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SMCSLC WordPress 3.0 Presentation Slides</title>
		<link>http://thomallen.com/wordpress-3-slides/</link>
		<comments>http://thomallen.com/wordpress-3-slides/#comments</comments>
		<pubDate>Fri, 14 May 2010 18:22:39 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/?p=1218</guid>
		<description><![CDATA[Here are the slides I used in my WordPress 3.0 presentation last night for the Social Media Club of Salt Lake City (SMCSLC). It was a great event, the audience was great, the other presenters (Dan Garfield @todaywasawesome) and panelists &#8230; <a href="http://thomallen.com/wordpress-3-slides/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are the slides I used in my WordPress 3.0 presentation last night for the Social Media Club of Salt Lake City (<a href="http://www.smcslc.org/" target="_blank"><strong>SMCSLC</strong></a>).</p>
<p>It was a great event, the audience was great, the other presenters (Dan Garfield <a href="http://twitter.com/todaywasawesome" target="_blank"><strong>@todaywasawesome</strong></a>) and panelists (Jake Spurlock <a href="http://twitter.com/whyisjake" target="_blank"><strong>@whyisjake</strong></a>) were awesome. It was a good WordPress night.</p>
<p>Thanks to Darin &#8216;Doc&#8217; Berntson (<a href="http://twitter.com/iGoByDoc" target="_blank"><strong>@igobydoc</strong></a>) for putting the event together to coincide with the <a href="http://www.eyecare4kids.org/" target="_blank"><strong>Eye Care for Kids</strong></a> charity concert after the club meeting. Doc really spends a lot of time promoting and supporting the charity. Take a few minutes to check it out.</p>
<div id="__ss_4099131" style="width: 425px;"><object id="__sse4099131" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpress3-100514131334-phpapp02&amp;stripped_title=whats-new-in-wordpress-30" /><param name="name" value="__sse4099131" /><param name="allowfullscreen" value="true" /><embed id="__sse4099131" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpress3-100514131334-phpapp02&amp;stripped_title=whats-new-in-wordpress-30" name="__sse4099131" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more presentations from <a href="http://www.slideshare.net/thomallen">Thom Allen</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/wordpress-3-slides/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BuddyPress And The Missing Admin Bar: Solved!</title>
		<link>http://thomallen.com/buddypress-and-the-missing-admin-bar-solved/</link>
		<comments>http://thomallen.com/buddypress-and-the-missing-admin-bar-solved/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 20:31:20 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/</guid>
		<description><![CDATA[I’ve been working on a few BuddyPress projects lately, using custom themes. Actually, I’ve used a great new plug-in, BuddyPress Template Pack by Andy Peatling to help with custom themes. While this great plug-in got me down the road (it &#8230; <a href="http://thomallen.com/buddypress-and-the-missing-admin-bar-solved/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="BuddyPress - WordPress" border="0" alt="BuddyPress - WordPress" align="left" src="http://thomallen.com/wp-content/uploads/2010/04/logo1.gif" width="287" height="66" /> I’ve been working on a few <a href="http://buddypress.org" target="_blank"><strong>BuddyPress</strong></a> projects lately, using custom themes. Actually, I’ve used a great new plug-in, <a href="http://wordpress.org/extend/plugins/bp-template-pack/" target="_blank"><strong>BuddyPress Template Pack</strong></a> by <a href="http://buddypress.org/community/members/apeatling/" target="_blank"><strong>Andy Peatling</strong></a> to help with custom themes. While this great plug-in got me down the road (it basically turns your existing theme into a BuddyPress compatible theme), there were a few things missing. I wanted to share one I solved, and how.</p>
<p>Once I installed the theme and started working on it, I noticed that there was white space at the top of all my pages, enough room for the BuddyPress admin bar. So I knew it had something to be missing code that wasn’t displaying the admin bar. A quick search on the BuddyPress forum site and I found the solution: Make sure the wp_footer() reference is in your template file.</p>
<p>My theme needed a reference to wp_footer(). There was a reference to get_footer(), but that doesn’t help the admin bar. Once I added the reference, the bar shows up as desired. I call this code snippet in the custom theme where the footer should appear.</p>
<pre class="brush: php;">&lt;?php
function custom_footer() { ?&gt;
    &lt;div id=&quot;custom_footer&quot; class=&quot;accentBorders&quot;&gt;Copyright &amp;#169; 2010 All Rights Reserved.&lt;/div&gt;
&lt;?php
    wp_footer();
}
?&gt;</pre>
<p>Find more BuddyPress goodness at <a href="http://buddypress.org/support/topics/"><strong>http://buddypress.org/support/topics/</strong></a>.</p>
<p>By the way, BuddyPress is a set of plug-ins that give your <a href="http://wordpress.org" target="_blank"><strong>WordPress</strong></a> site the ability to create a community.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/buddypress-and-the-missing-admin-bar-solved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Looks Like Fancy Commenting Systems Don&#8217;t Rule</title>
		<link>http://thomallen.com/looks-like-fancy-commenting-systems-dont-rule/</link>
		<comments>http://thomallen.com/looks-like-fancy-commenting-systems-dont-rule/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 13:00:00 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2009/12/04/looks-like-fancy-commenting-systems-dont-rule/</guid>
		<description><![CDATA[Over the past week I have been running a poll asking what WordPress commenting systems people like. The options were Disqus, IntenseDebate, Native – built in, or None. Here is how it broke down: 59% of respondents preferred native commenting &#8230; <a href="http://thomallen.com/looks-like-fancy-commenting-systems-dont-rule/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the past week I have been running a poll asking what WordPress commenting systems people like. The options were <a href="http://disqus.com" target="_blank"><strong>Disqus</strong></a>, <a href="http://intensedebate.com/" target="_blank"><strong>IntenseDebate</strong></a>, Native – built in, or None. Here is how it broke down:</p>
<ul>
<li><strong>59% of respondents preferred native commenting to a third party system.</strong></li>
<li><strong>25% of respondents preferred Disqus.</strong></li>
<li><strong>16% of respondents preferred IntenseDebate.</strong></li>
</ul>
<p>These are completely un-scientific results. I’ll continue to run the poll to see if I can get more results, and I’ll update this post, or if the overall results change, I’ll write up something new.</p>
<p>What I find interesting is those who answered picked the native commenting system. Some of the things I would like to know is why? With the third party commenting systems providing log-ins for Facebook, Twitter, OpenID and others, the appeal to use these Social Network links doesn’t seem to be a draw.</p>
<p>I don’t particularly care one way or the other what commenting systems people use. I have Disqus installed on this blog, if for no other reason than I like being able to track and manage my comments on this and other sites who use Disqus.</p>
<p>Here’s a thought though. It would be cool to use a <a href="http://en.gravatar.com/" target="_blank"><strong>Gravatar</strong></a> type system, where your comments are tied to your email address, pinged back to a service, and then you can manage and track your comments on a wider range of sites.</p>
<p>My friend Scott Lemon (<a href="http://twitter.com/humancell" target="_blank"><strong>@humancell</strong></a>) also suggested another commenting system called Echo, you get more information on it here <a href="http://js-kit.com/"><strong>http://js-kit.com/</strong></a><strong>.</strong></p>
<p>If you would like to participate in my poll, please check it out here <a href="http://ow.ly/Hxj1"><strong>http://ow.ly/Hxj1</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/looks-like-fancy-commenting-systems-dont-rule/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Releases New iPhone App</title>
		<link>http://thomallen.com/wordpress-releases-new-iphone-app/</link>
		<comments>http://thomallen.com/wordpress-releases-new-iphone-app/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:00:16 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2009/12/02/wordpress-releases-new-iphone-app/</guid>
		<description><![CDATA[This post is really a test using the new WordPress iPhone App, http://iphone.wordpress.org, version 2.1. I really want to test the picture upload feature. You do have the ability to manage comments, but if you use a comment plugin system &#8230; <a href="http://thomallen.com/wordpress-releases-new-iphone-app/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is really a test using the new WordPress iPhone App, http://iphone.wordpress.org, version 2.1. I really want to test the picture upload feature.</p>
<p>You do have the ability to manage comments, but if you use a comment plugin system like Disqus, you can&#8217;t moderate those comments.</p>
<p>I do like that you can create pages with this tool. I also like that I can manage multiple blogs.</p>
<p>I don&#8217;t like that I can&#8217;t insert a place holder god a photo, so I have no idea how the format will look. And how do create a linked word? Doesn&#8217;t seem exist.</p>
<p>This is a great tool for creating quick, non-complicated posts.</p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_CBF338A0-3874-4939-BA1A-1726F8902B94.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_CBF338A0-3874-4939-BA1A-1726F8902B94.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_3CAE655A-CE46-4607-9774-51036610B2BF.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_3CAE655A-CE46-4607-9774-51036610B2BF.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_CEED2A40-8B08-4B73-A9E3-88DE0388E71C.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_CEED2A40-8B08-4B73-A9E3-88DE0388E71C.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_EA98E562-6A8D-493E-AF44-196D549F20AE.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_EA98E562-6A8D-493E-AF44-196D549F20AE.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_13E02658-3E57-4482-9AED-DE21B9D8FFB9.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_13E02658-3E57-4482-9AED-DE21B9D8FFB9.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_F9B638AA-12FE-4847-A8DE-FCF047328320.jpeg" rel="lightbox[1151]"><img src="http://thomallen.com/wp-content/uploads/2009/12/p_480_320_F9B638AA-12FE-4847-A8DE-FCF047328320.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/wordpress-releases-new-iphone-app/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Two Impressive Ecommerce Plug-ins For WordPress</title>
		<link>http://thomallen.com/two-impressive-ecommerce-plug-ins-for-wordpress/</link>
		<comments>http://thomallen.com/two-impressive-ecommerce-plug-ins-for-wordpress/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:40:11 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Plug-In]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalthom.com/2009/11/27/two-impressive-ecommerce-plug-ins-for-wordpress/</guid>
		<description><![CDATA[I’m asked frequently what ecommerce plug-ins I have used and recommend for WordPress. There are several options, but two stand out. WP e-Commerce Plug-in For WordPress WP e-Commerce is a free plug-in and can be installed right from the plug-in &#8230; <a href="http://thomallen.com/two-impressive-ecommerce-plug-ins-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I’m asked frequently what ecommerce plug-ins I have used and recommend for WordPress. There are several options, but two stand out.</p>
<h3>WP e-Commerce Plug-in For WordPress</h3>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="wpecommerce" border="0" alt="wpecommerce" align="left" src="http://thomallen.com/wp-content/uploads/2009/11/wpecommerce.png" width="316" height="60" /><a href="http://www.instinct.co.nz/e-commerce/" target="_blank"><strong>WP e-Commerce</strong></a> is a free plug-in and can be installed right from the plug-in section of your hosted WordPress admin tool. There are several modules for this product including drop shipping, digital downloads, members only, and an affiliate option. These modules are reasonably priced, but can add up if your trying to be cost conscious.</p>
<p>Support for this plug-in comes from a forum on their site. Understand that a majority of questions about product issues are answered by community members. The website also encourages you to buy a documentation file for $35. I’ve never seen this before, but I suppose it’s their way of reducing the need to answer support questions. I should also mention the documentation isn’t written by the plug-in developer, but rather a user of the product.</p>
<p>If e-commerce isn’t your WordPress sites sole function, I would use WP e-Commerce. It’s simplicity and feature rich free version should be enough for the casual seller. A list of features can be found <a href="http://www.instinct.co.nz/e-commerce/wp-e-commerce-features/" target="_blank"><strong>here</strong></a>. </p>
<h3>Shopp Ecommerce Plug-in For WordPress</h3>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="shopp" border="0" alt="shopp" align="left" src="http://thomallen.com/wp-content/uploads/2009/11/shopp.png" width="495" height="81" /> The next application I want to share is <a href="http://shopplugin.net/" target="_blank"><strong>Shopp plug-in for ecommerce</strong></a>. This plug-in is not free, and you will pay for enhanced features. But the thing I really like about this product is it’s breadth of features. From the WordPress Dashboard integration to the drag and drop functionality of putting products in the shopping cart.</p>
<p>You’ll find advanced features like inventory management, multiple shipping types, data export for Excel and Quickbooks, and various language translations. One of the major features I think sets this product apart is the cross selling option. Like Amazon, you can give your buyers the ability to buy other products that may be related, or up sell them to something of more value. Other products in this space are rushing to implement this feature, it’s that important.</p>
<p>Support comes from a forum on the companies website, which seems to be pretty active. Take a look at the features <a href="http://shopplugin.net/features/" target="_blank"><strong>here</strong></a>. While having to pay for modules may seem costly, these modules make the product a commercial grade ecommerce system that integrates into WordPress.</p>
<p>I’m finding Ecommerce is becoming a natural extension of the WordPress platform. I’ve installed both products, and find them to be the best available at this time. I would like to see these companies extend their products to work with mobile themes. As an example, if you are running the <a href="http://www.bravenewcode.com/wptouch/" target="_blank"><strong>WPtouch</strong></a> plug-in, which gives iPhone users an elegant theme, you can’t use the shopping cart to buy products. Kind of defeats the purpose of having a mobile compliant site.</p>
<p>What ecommerce products have you used the integrate with WordPress? What has been your experience?</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/two-impressive-ecommerce-plug-ins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The Basics Of WordPress</title>
		<link>http://thomallen.com/the-basics-of-wordpress/</link>
		<comments>http://thomallen.com/the-basics-of-wordpress/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:13:00 +0000</pubDate>
		<dc:creator>Thom Allen</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[SMCSLC]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thomallen.com/?p=99</guid>
		<description><![CDATA[Last night I lead a discussion on the Basics of WordPress at the Social Media Club of Salt Lake City. I really want to thank Pete Codella and Joseph Scott for asking me to participate. It was a lot of &#8230; <a href="http://thomallen.com/the-basics-of-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night I lead a discussion on the Basics of WordPress at the <a href="http://www.smcslc.org/" target="_blank"><strong>Social Media Club of Salt Lake City</strong></a>. I really want to thank <a href="http://www.petecodella.com/" target="_blank"><strong>Pete Codella</strong></a> and <a href="http://josephscott.org/" target="_blank"><strong>Joseph Scott</strong></a> for asking me to participate. It was a lot of fun. Due to some technical difficulties, we had more of a discussion, which is always better than a boring lecture. Please find the slide deck <strong><a href="http://www.slideshare.net/thomallen/the-basics-of-wordpress" target="_blank">here</a></strong> for you viewing pleasure.</p>
<p>Thank you to all who attended, you had some great questions, and several of you shared your experience. If you were in my class last night connect with me on <a href="http://twitter.com/thomallen" target="_blank"><strong>Twitter</strong></a> or <a href="http://facebook.com/thomallen"><strong>Facebook</strong></a>, or any number of other social network sites. Or a good old <a href="http://thomallen.com/contact/"><strong>email/phone</strong></a> call works too.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomallen.com/the-basics-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

