<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" version="2.0">

<channel>
	<title>WPCandy » Reviews</title>
	
	<link>http://wpcandy.com</link>
	<description>A blog all about WordPress. Yes, we're a bit meta.</description>
	<lastBuildDate>Fri, 07 Jun 2013 19:14:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0.7" -->
	<itunes:summary>A blog all about WordPress. Yes, we're a bit meta.</itunes:summary>
	<itunes:author>WPCandy.com</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://wpcandy.com/wp-content/uploads/2012/11/wplatenight-itunes.png" />
	<itunes:subtitle>A blog all about WordPress. Yes, we're a bit meta.</itunes:subtitle>
	<image>
		<title>WPCandy » Reviews</title>
		<url>http://wpcandy.com/wp-content/uploads/2012/11/wplatenight-itunes.png</url>
		<link>http://wpcandy.com/category/reviewed/</link>
	</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wpcandyreviews" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wpcandyreviews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Review: Professional WordPress Design and Development, 2nd Edition</title>
		<link>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/</link>
		<comments>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 19:57:31 +0000</pubDate>
		<dc:creator>David Bisset</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42384</guid>
		<description><![CDATA[<p>Let’s start this review with an honest admission. While in the 90s I collected (and read, mostly) tech books like they were going out of style. These days I barely get my hands around a book, let alone consume it. Frankly, I don’t have the time. I have three kids (two are twins) and a [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42384">Review: Professional WordPress Design and Development, 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/">Review: Professional WordPress Design and Development, 2nd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="size-full wp-image-42386 alignleft" alt="Professional WordPress Design and Development 2nd Edition" src="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-design-dev.jpg" width="300" height="378" /></p>
<p>Let’s start this review with an honest admission.</p>
<p>While in the 90s I collected (and read, mostly) tech books like they were going out of style. These days I barely get my hands around a book, let alone consume it.</p>
<p>Frankly, I don’t have the time. I have three kids (two are twins) and a wife. I have a mortgage. I co-organize WordPress meetups, and head up a WordCamp committee. That’s not including the remaining bits of time i form together to approximate a “life”.</p>
<p>But what’s the point of this admission? To prove to you that I only have time to devote to reading books that meet a certain level of quality and useful content – not to mention only those that age well. And I am confident in saying that <em>Professional WordPress Design And Development</em> is one of those books.</p>
<p><span id="more-42384"></span></p>
<h3>Great for budding developers</h3>
<p>It&#8217;s difficult to understand why this book wouldn&#8217;t be on any WordPress developer&#8217;s shelf. If you haven’t installed WordPress before, for instance, the first chapter guides you through it pretty well. There’s not much to the infamous “5 minute install” but the authors do provide great screenshots and cover some of the potential problems that could arise even in that seemingly easy procedure.</p>
<p>Soon after that, the book jumps into file structure and covering important points like the precious <code>wp-config.php</code>. What I appreciated is that they didn’t gloss over this &#8212; and if you&#8217;ve seen any documentation online (especially from some hosting companies) you know glossing over <code>wp-config.php</code> is commonplace. They actually took the time to review almost every line of code and why you would want turn certain settings on or off.</p>
<blockquote class="jump"><p>&#8220;It&#8217;s difficult to understand why this book wouldn&#8217;t be on any WordPress developer&#8217;s shelf.&#8221;</p></blockquote>
<p>For beginning developers, it&#8217;s nice the book discusses <code>WP_DEBUG</code>. It&#8217;s embarrasing how long it took for me to learn about that after I started developing with WordPress.</p>
<p>And being a more seasoned developer, it&#8217;s great that they include reminders of <code>WP_POST_REVISONS</code> and <code>SAVEQUERIES</code>. Thanks to this book, I can quickly skim over a few pages when a particular wp-config setting slips my mind. That will be my method, at least until I can find better memory medication.</p>
<p>I love that the book covers local WordPress environments so early on in the book &#8212; as early as Chapter 3. Many developers today still use the old fashioned &#8220;edit-save-upload via FTP-check the site-repeat&#8221; as their core development process. Why anyone would want to do this is insane to me. I like that <em>Professional WordPress</em> addresses the &#8220;why&#8221; and then talks about how to configure your stack and WordPress for local development.</p>
<p>The quality here is equal to that of some of the best WordCamp talks given on the same subject.</p>
<h3>My favorite parts</h3>
<p>I’ll admit, I‘ve yet to read the whole book from cover to cover. But the beauty is you don’t have to. Like most well written technical books that cover a wide range of information, you can jump directly into the section that you need to know on the spot.</p>
<p>I do, however, have some favorite parts. One of them is Chapter 7 which deals with custom post types, custom taxonomies, and metadata. There is plenty of information about these topics on the web today, but I liked how the book made understanding the concept and the use of custom post types a breeze.</p>
<p><em>Professional WordPress</em> even reminds you to flush the rewrite rules in WordPress when registering new custom post types, which some miss. Often the &#8220;have you flushed your rewrite rules&#8221; question in WordPress development is, I think, equal to the &#8220;did you turn it off and then turn it on&#8221; from the greater IT support world.</p>
<div id="attachment_42398" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-42398 " alt="Professional WordPress Design and Development authors" src="http://wpcandy.com/wp-content/uploads/2013/02/professional-wordpress-authors.png" width="600" height="192" /><p class="wp-caption-text">Brad Williams, David Damstra, and Hal Stern collaborated on <em>Professional WordPress Design and Development</em>.</p></div>
<p>I also liked Chapter 8, which focused on plugin development. Anyone eager to create WordPress plugins would benefit from this section immensely. If we could start all new plugin developers on the right path using nonces, validating and sanitization of content, and so on, then the world would be a better place.</p>
<p>I&#8217;m talking rainbows and unicorns. Or something like that.</p>
<p>Finally, I also appreciated that the book covers some popular filter and actions hooks, not to mention a little further in you&#8217;re walked through creating an example plugin yourself.</p>
<h3>Going above and beyond</h3>
<p>Finding a great hotel that’s clean, affordable, and reliable is always a plus for a traveler. But finding the same hotel that leaves a mint on your pillow is <em>golden</em>.</p>
<p>While <em>Professional WordPress</em> gives you the full course of WordPress development, it’s the “mint on the pillow” that shows they put some extra love and attention into it, and didn’t just stop with the more common development topics.</p>
<p>For example, in Chapter 11, there’s some great tips on advertising and monetizing your site. Chapter 12 covers principles of user experience, usability testing, and even how to optimize your site for search engines. Granted these subjects can be books in themselves, but the authors give you just enough practical tips and tricks to get you moving in the right direction. There&#8217;s so much misinformation on the web and in printed form, that I&#8217;m glad to see these smaller subjects were included.</p>
<p>I also found the sections on caching, scaling, and securing your WordPress site to be equally as informative. Seasoned WordPress developers would also appreciate their coverage, however brief, of the WordPress community.</p>
<h3>Complaints!</h3>
<blockquote class="jump"><p>&#8220;My only complaint is that they didn’t mention BuddyPress enough.&#8221;</p></blockquote>
<p>What? There are complaints? Does this mean I’ll have to hide from Brad Williams at all future WordCamps?</p>
<p>Easy now, brothers and sisters. My only complaint is that, as a BuddyPress developer, they didn’t mention BuddyPress enough. And I know, you can’t fit everything into the book. I get that. But I figured I would throw that bone out there for consideration.</p>
<p>And if you think that’s bad, you haven’t heard the moaning from those dedicated bbPress developers. <em>Oh boy</em>.</p>
<h3>In conclusion…</h3>
<p>Brad Williams, David Damstra, and Hal Stern are all excellent developers. You can tell they put a lot of blood, sweat, and spilled beer into this book.</p>
<p>If my house was on fire &#8212; assuming my family is safe, <em>duh</em> &#8211; and I had to save one book, it wouldn’t be this book. It would be the book filled with my life&#8217;s memories, photos, and cash. Maybe if I could take two books. Okay, If I could grab three books, then <em>Professional WordPress</em> would definitely make it out of the fire with me.</p>
<p>I highly recommend <a title="Professional WordPress Design and Development" href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-111844227X.html"><em>Professional WordPress</em></a> for any WordPress developer – new or experienced. It&#8217;s worth having on your shelf.</p>
<a href='http://wpcandy.com/rated/five-mints' title='WPCandy rated this 5 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-five.jpg' alt='WPCandy rated this 5 mints' width='600' height='80' /></a>
<p><em>This review was completed using a copy of the book provided by the publisher.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42384">Review: Professional WordPress Design and Development, 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/">Review: Professional WordPress Design and Development, 2nd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/professional-wordpress-design-and-development-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Reader theme review: Minimal, but not in a lazy way</title>
		<link>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/</link>
		<comments>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 17:30:15 +0000</pubDate>
		<dc:creator>Ryan Imel</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=42175</guid>
		<description><![CDATA[<p>Reader is a theme by new theme shop WP Minima, a brand which sells entirely on ThemeForest at the moment. They’ve released two themes so far, one free and one paid. This is the paid theme, which costs $35. Reader, being both new and minimalistic, caught my eye last week. A lot of the time, [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42175">Reader theme review: Minimal, but not in a lazy way</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/">Reader theme review: Minimal, but not in a lazy way</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=42175"><img class="alignnone size-full wp-image-42367" alt="Reader theme post graphic" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-post-teaser.jpg" width="600" height="310" /></a></p>
<p>Reader is a theme by new theme shop <a title="WP Minima" href="http://wpminima.com">WP Minima</a>, a brand which sells entirely on ThemeForest at the moment. They’ve released two themes so far, one free and one paid. This is the paid theme, which costs <a title="Reader on ThemeForest" href="http://themeforest.net/item/reader-minimalistic-wordpress-theme/3747291">$35</a>.</p>
<p>Reader, being both new and minimalistic, caught my eye last week. A lot of the time, theme designers will put something together and call it minimal, almost as an excuse to not put much thought into what’s designed. Or to leave things kind of plain. At least that’s the impression I get when looking at some WordPress themes that get released.</p>
<p>In this case, I think it’s clear that WP Minima put time into Reader and made real decisions. I don’t agree with all of them, but there’s a consistent, strong design aesthetic here that doesn’t come across as what I’ll call “lazy minimal”. It’s minimal, in a good way.</p>
<p><span id="more-42175"></span></p>
<h3>Digging further in</h3>
<p>Digging further into the theme, there are design decisions I like as well as those I don’t. The first subtle bit I liked was the fuzzy hover effect on the blog’s title. It’s a neat, happy effect that makes the title of the blog a little more interesting. A lot of themes will make their titles and site headings interesting by dropping in a logo – a logo, of course, that won’t make any sense on a user’s site once they get rolling with the theme. This design touch makes any blog title interesting, just be tweaking the text itself a little.</p>
<div id="attachment_42368" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-42368" alt="Reader theme header fuzzy on rollover" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-fuzzy-header.png" width="600" height="224" /><p class="wp-caption-text">When rolling over the title of the site, it gets all fuzzy. Is it weird that I find things like that really nice?</p></div>
<p>That said, some of the interactions aren’t as great. There are two sliding effects worked into the theme that bug me. Reader hides things behind a click-trigger, which requires the visitor to click to view (what I consider) important information.</p>
<p>These triggers are in two places: the site description in the header, and every post’s date and comment counts on archive pages. In both cases, as a visitor, I’m not very likely to click to see that information. That information is something I’ll see and will catch my eye as I scroll down the page. Requiring user action in these areas is really the biggest detractor toward using this theme, in my mind.</p>
<h3>Plugin included with the theme</h3>
<p>The Minima Shortcodes plugin that came along with the theme is half good and half “meh”. Obviously dropping shortcodes into a plugin is a big plus, and that they seem intended to work with any Minima theme when it’s installed is a great idea.</p>
<p>The plugin’s positive offerings include a few nice call-out styles. There’s a message box, an intro, some highlighting, and so on. With these classes matched across their offering of themes it has its usefulness. I would also like to see the plugin with an option to drop in minimal styles (no pun intended) so the shortcodes can maintain their general look and feel even when other themes are active.</p>
<div id="attachment_42369" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-42369" alt="Shortcodes in use within the Reader theme" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-shortcodes-in-action.jpg" width="600" height="361" /><p class="wp-caption-text">The intro and message shortcodes in user within a post. They&#8217;re subtle, but noticeable.</p></div>
<p>Then there’s the less exciting side of the plugin, which is a set of shortcodes clearly included for average users. There’s one that forces line breaks so they aren’t stripped out by the WordPress editor, for instance.</p>
<p>I should say these types of shortcodes aren’t exciting to me, but might be a breath of fresh air to users who have complained about the WordPress WYSIWYG editor before. So I don’t really consider these a negative inclusion, but more of a “meh”.</p>
<h3>What Reader really gets right</h3>
<p>Some of my favorite things about Reader, honestly, are things that it just <em>gets right</em>. There aren’t any nasty theme settings screen with the WP Minima branding on it, which is a relief quite honestly.</p>
<p>In addition, the theme acts as you’d expect it to when it comes to basic WordPress features. Sidebars, widgets, menus, even background colors and the theme customizer operated exactly as I would have wanted. It sounds silly, both when discussing that and writing it down here, but it’s truly shocking how many themes out there just fall apart under these basic sanity checks.</p>
<div id="attachment_42366" class="wp-caption alignnone" style="width: 610px"><a href="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user.jpg"><img class="size-large wp-image-42366" alt="Reader theme and the customizer" src="http://wpcandy.com/wp-content/uploads/2013/02/reader-theme-customizer-in-user-600x288.jpg" width="600" height="288" /></a><p class="wp-caption-text">Seriously, more theme developers should really dive in and make their themes work with the theme customizer. It makes working with themes so much better.</p></div>
<p>I also really like the implementation of the featured images. Having them fit across the post block gives it a good feel, and would keep me excited to find – or take, rather – images to fit with each post.</p>
<p>Post formats in Reader seem to each be styled uniquely, which is great to see any theme doing. I’m also partial to theme-specific WYSIWYG editor styles, which Reader pulls off near perfectly.</p>
<h3>Final thoughts</h3>
<p>Reader is a solid minimal blogging theme, and has gone on my list of themes to recommend to anyone looking to just get a site up and get writing. It’s not a perfect theme, but I think I would still rank it up there with the solid simplicity of the default Twenty Ten through Twelve themes, albeit with its own style.</p>
<p>Given that Reader is only the second theme to come out of WP Minima so far, I’d say it’s a shop to keep an eye on.</p>
<p>Oh, and if you&#8217;d like to hear further thoughts on Reader &#8212; and other awesome and sometimes-not-so-awesome WordPress themes &#8212; listen to the <a title="Theme Show #11: “A New Year and a New Sound”" href="http://wpcandy.com/broadcasts/theme-show/011-a-new-year-and-a-new-sound/">latest episode of the Theme Show podcast</a>.</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<p><em>This review was completed using a copy of Reader provided to WPCandy by WP Minima.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=42175">Reader theme review: Minimal, but not in a lazy way</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/reader-theme-by-wp-minima/">Reader theme review: Minimal, but not in a lazy way</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/reader-theme-by-wp-minima/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Review: BizWay WordPress Theme by InkThemes</title>
		<link>http://wpcandy.com/reviewed/bizway-theme-from-inkthemes/</link>
		<comments>http://wpcandy.com/reviewed/bizway-theme-from-inkthemes/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 13:28:25 +0000</pubDate>
		<dc:creator>Justin Jones</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=39994</guid>
		<description><![CDATA[<p>BizWay is a new WordPress theme released to the dot org theme repository in the last week. There were fifteen themes all pushed live to the directory on the same day, and I think BizWay deserves to be pulled out from the crowd a bit. BizWay is a free release from a commercial theme shop called [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39994">Review: BizWay WordPress Theme by InkThemes</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/bizway-theme-from-inkthemes/">Review: BizWay WordPress Theme by InkThemes</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=39994"><img class="alignnone size-full wp-image-39996" title="bizway-theme-screenshot" src="http://wpcandy.com/wp-content/uploads/2012/06/bizway-theme-screenshot-e1340766265335.jpg" alt="BizWay Theme Screenshot" width="600" height="300" /></a></p>
<p>BizWay is a new WordPress theme released to the dot org theme repository in the last week. There were fifteen themes all pushed live to the directory on the same day, and I think BizWay deserves to be pulled out from the crowd a bit.</p>
<p>BizWay is a free release from a commercial theme shop called <a title="InkThemes" href="http://www.inkthemes.com/">InkThemes</a>. Many of the themes on the dot org directory that I like recently have been from commercial theme shops releasing free themes. I had not heard of InkThemes until I ran across this free theme release.</p>
<p>You can check it out along with me if you <a href="http://wordpress.org/extend/themes/bizway">download BizWay from WordPress.org</a>.</p>
<p><span id="more-39994"></span></p>
<h3>The Look</h3>
<p>When evaluating the look of WordPress themes, it&#8217;s important to realize the context and experience the reviewer has. All of my experience with building sites has been for small businesses or organizations, so this one caught my eye. This theme is an easy choice for any business or organization to use.</p>
<p>Some may call the site layout overdone, with so many themes out there that have the big featured slider area and three featured areas, but this is what many businesses are looking for. Most businesses I&#8217;ve dealt with want the home page to be static content, more like a brochure, and have news release and &#8220;blog&#8221; content on another part of the site that&#8217;s not the home page. This theme has the homepage layout many businesses are looking for. Oh, and I kind of prefer it too!</p>
<h3>The Good</h3>
<p>Upon activation the theme looks exactly like the theme demo, which is a plus for me. It&#8217;s frustrating to install a theme and then spend the next hour figuring out how to mimic what the demo looked like. As a visual person, now I can see what dummy content needs to be swapped out with my content.</p>
<p>BizWay uses a third party option panel, but it only has enough options as it needs to. It&#8217;s easy to insert your own logo and favicon, and clearly states the suggest pixel dimensions. In some themes I&#8217;ve used, the image sizes weren&#8217;t documented anywhere and I had to use Chrome&#8217;s element inspector to mimic the demo&#8217;s size. There are also options to easily insert your own images, text and links for the slider area and three column featured area. For me the &#8220;right&#8221; number of options for a theme is just enough that they all need to be filled out, and this theme meets my requirement. The theme options link is also where it should be, hidden under Appearance on the dashboard and not its own top level menu.</p>
<p>[pullquote text="This theme is an easy choice for any business or organization to use." type="roadblock"]</p>
<p>The archive pages are attractively laid out, with support for featured images, a colored &#8220;Read More&#8221; button, and automatic truncation if the post doesn&#8217;t contain the &#8220;more&#8221; tag. The visual editor has also been styled so that line width is similar to the front end view, something that&#8217;s often overlooked by theme authors.</p>
<h3>The Bad</h3>
<p>The only feature I feel BizWay is lacking is that there isn&#8217;t a way to easily change the color scheme throughout the site. There is a pervasive blue color for header colors, links, arrows, etc, and most site owners will want to swap out that blue color for something else that matches what they are about. It wouldn&#8217;t be hard add an option to the options screen to make that change to the CSS file. Yeah, I know that if someone really wants to change colors they can go into the style sheet themselves, but everything else on the theme is an easy task for a novice WordPress user. Why should something as changing a menu background color be more difficult.</p>
<p>When I run Pingdom Tools on my test site, the page loads 464k and 38 HTTP requests. That&#8217;s not terrible in the grand scheme of things, but I think 38 requests is a lot for such a simple home page. Some things like the bullets under the home page slider are made with an image, and those images aren&#8217;t combined into one large sprite for the whole site. This is fine for a few thousand page views a month, but if a site running this theme were to get a lot of traffic, server resources would become a concern. Also, Pingdom Tools reports four broken link to images from the style sheet.</p>
<p>[pullquote type="jump" text="That's not terrible in the grand scheme of things, but I think 38 requests is a lot for such a simple home page."]</p>
<p>BizWay doesn&#8217;t make good use of the new <a href="http://wpcandy.com/presents/feature-breakdown-wordpress-3-4-green#p[WadAwc]">theme customizer</a> recently released with WordPress version 3.4, at least in this version of the theme. Only the default three core options are available: site title, navigation, and static front page. Granted WordPress 3.4 was released one day prior to this theme&#8217;s release, and the theme review process can take a week or more, but many other themes on the dot org directory already use the customizer for changing out header images, colors, etc&#8230;</p>
<p>Otto released <a title="Permanent Link to How to leverage the Theme Customizer in your own themes" href="http://ottopress.com/2012/how-to-leverage-the-theme-customizer-in-your-own-themes/" rel="bookmark">How to leverage the Theme Customizer in your own themes</a> a full six weeks prior to the release of WordPress version 3.4 so the customizer feature of WordPress core isn&#8217;t a surprise. In time I hope that developers begin to ditch third-party options frameworks in favor this WordPress core feature.</p>
<p>Better use of the theme customizer would also provide a more unified experience to changing the site. This isn&#8217;t really a critique of this theme, just all themes in general. Some options are in the theme options link, the footer must be changed in the widgets area, and core site options like site title and menus are in yet another location. I think the core theme customizer would be the best place to condense all options, making it more intuitive for the average user.</p>
<p>One slightly strange thing is that on the dashboard under Appearance, the theme inserted a &#8220;InkThemes Themes&#8221; link under the &#8220;Theme Options&#8221; link. This is basically a link to some of the author&#8217;s other themes, with both their commercial option and free or &#8220;lite&#8221; versions on the dot org directory. I&#8217;m not sure how I feel about that. Since this theme made it past the theme review team it must be kosher with community standards, but I&#8217;ve never seen it before from any other theme author.</p>
<p><img class="aligncenter size-full wp-image-39997" src="http://wpcandy.com/wp-content/uploads/2012/06/bizway-theme-screenshot2.jpg" alt="" width="600" height="383" /></p>
<p>Another thing to consider is that the images and code for this page are now hosted on my site. I&#8217;m paying to store this content and the bandwidth to serve it up! Granted it&#8217;s only a few hundred kb, and I probably won&#8217;t click on it more than once, but it is something to consider.</p>
<p>This author has taken the time to contribute to the dot org directory, and I totally understand that he wants to drive some traffic toward his commercial offerings, but this just feels gross to me. I&#8217;d be fine with having a credit page with links out to his social media listings (links, not embedded iframes as seen here), and I&#8217;d even be fine with a link to purchase the full version of the theme and see his other offerings, but this feels more like a storefront that I didn&#8217;t expect to be installed with a theme. When I installed WP App Store, I expected a storefront. When I install a theme, I expect to get a theme &#8211; and nothing else.</p>
<h3>Lite Version</h3>
<p>This is basically a stripped down version of a commercial theme by the same name. From what I can tell, what you would gain by purchasing the full version of the theme is:</p>
<ul>
<li>Responsive design</li>
<li>Support and Documentation</li>
<li>10 more color options</li>
<li>More available slider &#8220;slides&#8221;</li>
</ul>
<p>The price is about what you would expect from a commercial theme, in line with most theme marketplaces. If I were building a site for a business I&#8217;d strongly suggest that the company purchase the theme for the available color options and more slides for the featured slider. It&#8217;s a bit frustrating that those features are limited on the free release.</p>
<p>Personally, I think theme authors should make one of their best pieces of work available on the directory to show off their talent, and not just as a way to get users &#8220;on the hook&#8221; and basically be forced into a purchase once they begin inserting content and hit a limit three hours into the project. If I were to come across a free theme that did exactly what I wanted for a project, I would certainly look toward the author&#8217;s other offerings for future projects. I have learned to find good theme authors and follow their future work, but maybe I&#8217;m not the normal theme purchaser.</p>
<p>I suspect that the problem of too many HTTP requests would also be present in the paid version. That is probably just the developer&#8217;s style. Also, I&#8217;m curious if the &#8220;InkThemes Themes&#8221; advertisement page would go away in the paid version. My guess is not.</p>
<p>[pullquote type="roadblock" text="I would still use BizWay to get a quick site up for a friend or family member."]</p>
<h3>Conclusion</h3>
<p>This is a solid theme, with respect to design and functionality. I would still use BizWay to get a quick site up for a friend or family member. It&#8217;s very easy to customize with your own content, and generally behaves the way I would expect it to.</p>
<p>If you can live with the blue color, or can change it in the style sheet yourself, I say &#8220;Go for it!&#8221;</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<p><em>This review was completed using version 1.0 of the <a href="http://wordpress.org/extend/themes/bizway">BizWay</a> theme.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39994">Review: BizWay WordPress Theme by InkThemes</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/bizway-theme-from-inkthemes/">Review: BizWay WordPress Theme by InkThemes</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/bizway-theme-from-inkthemes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Review: Meta Valuables e-book by Clark Wimberly</title>
		<link>http://wpcandy.com/reviewed/meta-valuables-e-book/</link>
		<comments>http://wpcandy.com/reviewed/meta-valuables-e-book/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 21:45:47 +0000</pubDate>
		<dc:creator>Ryan Imel</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=39950</guid>
		<description><![CDATA[<p>Clark Wimberly released an e-book called Meta Valuables earlier this month, and as the name might suggest it is an introduction to WordPress meta data. At 45 pages and a $2-or-what-you-wish price point, it really feels a bit like buying a chapter out of a larger book introducing WordPress development methods. And if a chapter [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39950">Review: Meta Valuables e-book by Clark Wimberly</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/meta-valuables-e-book/">Review: Meta Valuables e-book by Clark Wimberly</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=39950"><img class="alignnone size-full wp-image-39952" title="Meta Valuables review (teaser)" src="http://wpcandy.com/wp-content/uploads/2012/06/metavaluablesreview-teaser.png" alt="" width="600" height="250" /></a></p>
<p>Clark Wimberly released an e-book called <em><a title="Clark Wimberly's book" href="http://clarklab.com/book/">Meta Valuables</a></em> earlier this month, and as the name might suggest it is an introduction to WordPress meta data. At 45 pages and a $2-or-what-you-wish price point, it really feels a bit like buying a chapter out of a larger book introducing WordPress development methods.</p>
<p>And if a chapter introducing WordPress meta data functions sounds like fun to you, you&#8217;re in pretty good hands with <em>Meta Valuables</em>.</p>
<p><span id="more-39950"></span></p>
<p>Wimberly developed the book for a class on meta data he taught, and as such it reads like you might expect: brief bits of instruction followed by examples and suggestions for how to use the functions. The book expects a bit more of a 201 developer than a 101, which is probably perfect given the number of learning WordPress developers out there that are comfortable editing template files and assembling their own functions.</p>
<p>Wimberly jumps in right away with code examples and practical use cases for meta data. You only have to bear a single <em>Hello world!</em> example before you&#8217;re into the good and more practical stuff.</p>
<p><img class="size-medium wp-image-39956 alignright" title="Meta Valuables e-book (example #1)" src="http://wpcandy.com/wp-content/uploads/2012/06/metavaluablesbook-example01-235x300.png" alt="" width="235" height="300" /></p>
<p>There are three great examples in Wimberly&#8217;s book that, if you&#8217;re anything like me, will get you excited thinking about other possibilities.</p>
<p>One such example shows how to use user meta to track and display a user&#8217;s favorite posts. Wimberly doesn&#8217;t go further than giving the basics on updating the favorites and then displaying them, but for the learning developer interested in building a favorite posts plugin that&#8217;s <em>just so</em>, it&#8217;s a killer start.</p>
<p>I also enjoyed his example of using meta data within a shortcode to track the use of said shortcode and make each post query-able without the need for extra taxonomies. I&#8217;d say it&#8217;s a clever way to avoid using an additional taxonomy — and that&#8217;s coming from someone who <em>loves</em> using custom taxonomies.</p>
<p>Another example shows how to use post meta to track and query posts with more than a certain number of comments, which Wimberly says he prefers to looking up post comment counts every time he wants to display &#8220;popular posts&#8221;.</p>
<p><img class="size-medium wp-image-39957 alignleft" title="Meta Valuables e-book (example #2)" src="http://wpcandy.com/wp-content/uploads/2012/06/metavaluablesbook-example02-236x300.png" alt="" width="236" height="300" /></p>
<p>As someone who falls somewhere between &#8220;familiar&#8221; and &#8220;a master&#8221; on the meta data knowledge scale (of course that&#8217;s a thing!) each of these examples were interesting and gave me my own ideas to try out.</p>
<p>Keep in mind, though: Wimberly&#8217;s intent in <em>Meta Valuables</em> isn&#8217;t to walk you through creating a complete meta data driven app using WordPress. It&#8217;s just meant to get you excited and show you where to go and play next.</p>
<p>One thing not really covered in the book is the relative baggage that too many meta data inputs and options can add to the user experience and whether to consider that when adding meta data. User experience is a bit outside the scope of this book, though Wimberly does recommend using the custom meta box library by Jared Atchison, Bill Erickson, and Andrew Norcross, which is probably the best way to go for those with heavy meta data needs.[ref]I can get pretty hung up on UI/UX stuff, for better or worse, so I couldn&#8217;t help but think of that stuff when reading through the book.[/ref]</p>
<p>Instead of exhausting all the possibilities you could explore with meta data, this book will whet your appetite for more. When you finish you&#8217;ll likely have a couple of very actionable ideas that you can put to work immediately, with a curious mind for more.</p>
<p>And really, what more can you ask from any book?</p>
<a href='http://wpcandy.com/rated/five-mints' title='WPCandy rated this 5 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-five.jpg' alt='WPCandy rated this 5 mints' width='600' height='80' /></a>
<p><em>I completed this review using a copy provided by Mr. Wimberly, though I plan on heading over and <a title="Clark Wimberly's book" href="http://clarklab.com/book/">sending him $5</a> for the pleasure of reading it as soon I publish this review. I suggest you do the same.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39950">Review: Meta Valuables e-book by Clark Wimberly</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/meta-valuables-e-book/">Review: Meta Valuables e-book by Clark Wimberly</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/meta-valuables-e-book/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Review: Polaroids WordPress theme by Guy Davies</title>
		<link>http://wpcandy.com/reviewed/polaroids-by-guy-davies/</link>
		<comments>http://wpcandy.com/reviewed/polaroids-by-guy-davies/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 20:26:58 +0000</pubDate>
		<dc:creator>Ryan Imel</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=39288</guid>
		<description><![CDATA[<p>Polaroids is a new WordPress theme released to the dot org theme repository in the last week. It&#8217;s the work of developer Guy Davies and caught my eye, honestly, because it doesn&#8217;t look like a lot of the other themes on WordPress.org. It looks more like a photo blog theme than a traditional blog theme. [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39288">Review: Polaroids WordPress theme by Guy Davies</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/polaroids-by-guy-davies/">Review: Polaroids WordPress theme by Guy Davies</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p id="polaroidsthemebyguydavies"><a href="http://wpcandy.com/?p=39288"><img class="alignnone size-full wp-image-39336" title="Polaroids theme review (teaser)" src="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-teaser.png" alt="" width="600" height="314" /></a></p>
<p>Polaroids is a new WordPress theme released to the dot org theme repository in the last week. It&#8217;s the work of developer <a title="Website of Guy Davies" href="http://www.webdesignuk.org.uk/">Guy Davies</a> and caught my eye, honestly, because it doesn&#8217;t look like a lot of the other themes on WordPress.org. It looks more like a photo blog theme than a traditional blog theme.</p>
<p>If you&#8217;d like to follow along with my review, you can download <a title="Polaroids theme by Guy Davies on WordPress.org" href="http://wordpress.org/extend/themes/polaroids">Polaroids from WordPress.org</a>.[ref]While I’m thinking about it, I’d like to point out that right now WordPress.org doesn’t do a great job of previewing non-blog themes. Just go check out the theme preview for <a href="http://wordpress.org/extend/themes/polaroids">Polaroids on WordPress.org</a> to see what I mean. The default site content that all theme demos get doesn’t really do the theme justice. Perhaps ThemeForest, which seems to allow theme authors to specify a different site as a demo location, would be a nice compromise in situations like this. In any case, the theme’s author is using Polaroids right now, and is really a more proper demonstration of the theme.[/ref]</p>
<p><span id="more-39288"></span></p>
<h3 id="thelook">The look</h3>
<p><img class="alignright size-full wp-image-39335" title="Polaroid graphic from Polaroids theme" src="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-polaroid.png" alt="" width="274" height="309" />I like the Polaroid effect used in this theme, gimmicky as it might be.[ref]Funny thought: how many younger theme users wouldn’t get the Polaroids reference, or why the theme puts the images in those funny boxes.[/ref]</p>
<p>That said, I always struggle with photo blogs. Polaroids follows a number of the style choices I tend to attribute to photo blog themes: one column, minimalistic, and monotone. They fit with what&#8217;s likely expected out of a photo blog theme, but they just seem a little off to me. I’m not entirely sure what it is about the look, but it doesn&#8217;t suit me personally.</p>
<p>While setting up and using Polaroids, I wondered whether a theme like this might not work well with some form of guided setup. Perhaps the <a title="Everything we know about the newly released WordPress 3.3" href="http://wpcandy.com/presents/everything-we-know-about-wordpress-3-3#p[IatItc]">WordPress pointers</a> could be used to pull something like this off. Let’s say I activate it, and then the pointers pop up to walk me through establishing common photo blog settings: media dimensions, where to set the featured images, and so on. I&#8217;ve seen a pointer-assisted tour implemented in Joost de Valk&#8217;s SEO plugin, but no other examples come to mind.</p>
<h3 id="unnecessarythemeoptions">Unnecessary theme options</h3>
<p>One criticism I would offer of Polaroids has to do with its theme options screen. It’s not the user interface – that’s fine, and mostly fits the WordPress standard design. But I don’t think any of the options that are there belong within a WordPress theme.</p>
<p>Two of them might. There’s an option to turn on human-readable dates, and another to hide the “comments disabled” message on posts when the comments are turned off. But otherwise, the options include things like “Use dynamic meta descriptions” and “Hide Tools menu” checkboxes.</p>
<p>Have a look at the theme options screen (click to see large):</p>
<p><a href="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-optionsfull.png"><img class="alignnone size-large wp-image-39334" title="Polaroids options screen" src="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-optionsfull-600x612.png" alt="" width="600" height="612" /></a></p>
<p>The bulk of the included options involve removing elements from the WordPress dashboard. Normally I&#8217;m all for tweaking the WordPress dashboard, but not this way. These changes shouldn&#8217;t be made via a WordPress theme – any users who likes these changes will lose them when they swap out their themes.</p>
<p>In addition to the unnecessary theme options, Polaroids changes the standard WordPress Upload/Insert text and icon (see below).</p>
<p><img class="alignnone size-full wp-image-39338" title="Upload/Insert mod that Polaroids does" src="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-uploadinsert.png" alt="" width="600" height="84" /></p>
<p>I get the sense that the developer intended to make things clearer for users — perhaps after his own experiences with clients, or based on his own preferences. Whether his change improves the editor or not is debatable, but without question it shouldn&#8217;t be something that happens when you use the theme.</p>
<p>It&#8217;s not that I think everything in WordPress needs to remain in its default state. In fact a good number of my favorite WordPress plugins tweak WordPress dashboard behavior. But dashboard tweaks belong in plugins, and never in themes.</p>
<p>If those theme options and the tweak to the dashboard were pulled out and moved into a separate plugin, the theme would instantly improve.</p>
<h3>Confusing editor behavior</h3>
<p>WordPress themes can include editor styles, and I’ve come to look for this when I try themes out. In Polaroid’s case, something was bothering me about the editor styles. I couldn&#8217;t pinpoint the issue at first, but every time I started a new post with it, the text would be centered. Then I opened up the theme and didn’t see a specific editor stylesheet for the WYSIWYG editor.</p>
<p><a href="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-wysiwyg.png"><img class="alignnone size-large wp-image-39340" title="Polaroids theme WYSIWYG styles" src="http://wpcandy.com/wp-content/uploads/2012/05/polaroidstheme-wysiwyg-600x368.png" alt="" width="600" height="368" /></a></p>
<p>Polaroids loads up the main theme stylesheet (<code>style.css</code>) for the WYSIWYG editor, rather than a specific stylesheet with only relevant typography the way you would expect.</p>
<p>Implementing styles specifically for the Visual Editor is a nice touch, but only when the styles improve the experience.</p>
<h3>Conclusion</h3>
<p>I don’t think I would use <a href="http://wordpress.org/extend/themes/polaroids">Polaroids</a>. It just doesn&#8217;t appeal to me visually, which is of course a personal thing and shouldn&#8217;t be seen as a negative for the theme.</p>
<p>That said, I would really like to recommend the theme to photographer friends. But right now  the theme options and odd WYSIWYG editor behavior give me pause. With a couple of tweaks to the theme, though, I think it could be a great free WordPress photoblogging theme.</p>
<p>If you&#8217;re interested in additional discussion on Polaroids, see <a title="The Weekly Theme Show #9: P2 and Polaroids" href="http://wpcandy.com/broadcasts/theme-show/009-p2-and-polaroids">episode number nine of The Weekly Theme Show</a>.</p>
<a href='http://wpcandy.com/rated/two-mints' title='WPCandy rated this 2 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-two.jpg' alt='WPCandy rated this 2 mints' width='600' height='80' /></a>
<p><em>This review was completed using version 1.41 of the Polaroids theme.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=39288">Review: Polaroids WordPress theme by Guy Davies</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/polaroids-by-guy-davies/">Review: Polaroids WordPress theme by Guy Davies</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/polaroids-by-guy-davies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: WordCamp Nashville 2012</title>
		<link>http://wpcandy.com/reviewed/2012-wordcamp-nashville/</link>
		<comments>http://wpcandy.com/reviewed/2012-wordcamp-nashville/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 01:48:30 +0000</pubDate>
		<dc:creator>Ryan Imel</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=37655</guid>
		<description><![CDATA[<p>Last weekend I had the pleasure of attending the first-ever WordCamp in Nashville, Tennessee. Nick Weaver and I took a quick seven hour road trip down to Nashville and, if I can speak for us both, had a great time.[ref]Nick, who you really should know from The Weekly Theme Show by now — shame on you if you don’t.[/ref] The event [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=37655">Review: WordCamp Nashville&nbsp;2012</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/2012-wordcamp-nashville/">Review: WordCamp Nashville&nbsp;2012</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=37655"><img class="alignnone size-full wp-image-37379" title="WordCamp Nashville" src="http://wpcandy.com/wp-content/uploads/2012/04/wordcampnashville-teaser.jpeg" alt="" width="600" height="170" /></a></p>
<p>Last weekend I had the pleasure of attending the <a title="WordCamp Nashville 2012" href="http://2012.nashville.wordcamp.org/">first-ever WordCamp in Nashville</a>, Tennessee. Nick Weaver and I took a quick seven hour road trip down to Nashville and, if I can speak for us both, had a great time.[ref]Nick, who you <em>really</em> should know from <a href="http://wpcandy.com/category/broadcasts/theme-show">The Weekly Theme Show</a> by now — shame on you if you don’t.[/ref]</p>
<p>The event was organized by <a title="John Housholder on Twitter" href="http://twitter.com/#!/jhous1">John Housholder</a> and members of his development shop <a title="Ah So Designs" href="http://www.ahsodesigns.com/">Ah So Designs</a>. They did a great job, pulling off a solid WordCamp in just nine weeks with what sounded like a budget on the lighter side. There were two tracks (one for beginners and intermediate users, another for developers) and eleven sessions. I stuck to the developer track sessions, though I missed out on Mitch Canter’s presentation in the morning (that’s what I get for relying on only one alarm) and was <a href="http://wpcandy.com/broadcasts/theme-show/005-the-stooges-of-themes/attachment/photo-apr-21-2-47-01-pm">briefly distracted</a> by an <a title="The end of the Jenga game on Vimeo" href="https://vimeo.com/41204570">epic 34-level game of Jenga</a> outside one of the rooms.</p>
<p><span id="more-37655"></span></p>
<h3>The highlight of the event</h3>
<p>The highlight for me (aside from the after party, details of which are never, <em>ever</em> to be published of course) was the Otto and Nacin Show, wherein they went through and demonstrated the various features coming to WordPress in version 3.4. Although it was in the developer track, I&#8217;d say a majority of the session would have been interesting to any attendee there — particularly since a lot of it was focused on what&#8217;s coming in the near future.</p>
<p>I liveblogged a number of my choice favorite quotes from that session, but just in case you missed them:</p>
<p>[blackbirdpie url="https://twitter.com/#!/wpcandy/status/193742919528747009"]</p>
<p>[blackbirdpie url="https://twitter.com/#!/wpcandy/status/193742275187179522"]</p>
<p>[blackbirdpie url="https://twitter.com/#!/wpcandy/status/193738982448840708"]</p>
<p>[blackbirdpie url="https://twitter.com/#!/wpcandy/status/193739253363126272"]</p>
<p>[blackbirdpie url="https://twitter.com/#!/wpcandy/status/193732727709769728"]</p>
<p>Too much fun, really.</p>
<p>The discussion on child themes that Ryan Green led was well received, and he covered the essentials. I also enjoyed hearing about child themes from a user experience professional&#8217;s point of view. Though, I think the session itself might have served better in an intermediate or advanced user track. As the session went on the room seemed split: half were curious about framework options, and the other half already had a workflow in place they were happy with.</p>
<p>Russel Fair’s Less presentation generated some interest and fit in well with plenty of code examples to show off. On a personal level I’m still unconvinced LESS is really worth all the trouble, but I certainly understand the features it brings to the table better now than before.</p>
<p>I started a discussion in our forums on this topic, because I&#8217;m interested in what others have to say about it.</p>
<div class="discussion-ref"><div class="discussion-ref-wrap"><p class="identify">From the forum:</p><p class="topic"><a href="http://wpcandy.com/discussion/about/do-you-use-less-sass/">Do you use Less or SASS when writing your CSS?</a></p><p class="meta">Started by Ryan Imel on April 28, 2012</p></div></div>
<p>Housholder himself held a session that I wasn’t sure about until it was underway called <em>The Future of WordPress in Nashville</em>. Taking up both tracks as what could be considered the keynote session of the event (and also the first time I’ve seen Google Hangouts used to stream a session into another room to accommodate seating requirements) it turned out to be a nice way for Housholder to walk through the state of WordPress meetups in Nashville and how those attending could get more involved. It&#8217;s only fitting, I think, that all WordCamps have something akin to this to help get more members involved in their regular, smaller events.</p>
<p>He also introduced the group to <a title="WPNashville.com" href="http://wpnashville.com/">WPNashville.com</a>, a website he and his team are working on to offer a more ideal place to organize the group, citing problems relying on Meetup.com entirely as their motivation for putting something new together.</p>
<p><a href="http://wpnashville.com/"><img class="alignnone size-large wp-image-37681" title="Screenshot of WPNashville.com" src="http://wpcandy.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-28-at-9.40.59-PM-600x434.png" alt="" width="600" height="434" /></a></p>
<p>I selfishly look forward to seeing their development and what they put together at WPNashville so I can steal their ideas for updating and improving my own city&#8217;s WordPress meetup website.</p>
<h3>You have to criticize <em>something</em>, right?</h3>
<p>Really, my only criticism of the event would be what they recognized right at the beginning of the day: rooms were a bit overwhelmed with attendees (a good thing) and a larger venue will be needed in the future (also a good thing).</p>
<p>Oh, and I would also vote for two-sided nametags on badges in the future. No matter what you do, the laynyard always ends up twisted the wrong way. For your consideration:</p>
<p><img class="alignnone size-large wp-image-37660" title="WordCamp Nashville 2012 badge" src="http://wpcandy.com/wp-content/uploads/2012/04/WordCamp-Nashville-2012-badge-600x450.jpg" alt="" width="600" height="450" /></p>
<p>Since the information you <em>want</em> to see is on the left, the side you&#8217;ll always see is on the right. It&#8217;s the Law of One-sided Conference Badges. But the schedule was on the badge, which is a definite plus.</p>
<h3 id="collectionofpresentationsfromspeakers">Collection of presentations from speakers</h3>
<p>There was a great group of <a title="WordCamp Nasvhille 2012 schedule of speakers" href="http://2012.nashville.wordcamp.org/schedule/">speakers at Nashville</a>, and though I couldn&#8217;t see them all in person I&#8217;ll be browsing their slide decks as they are posted. These were the speakers and their presentations, linked up if they&#8217;ve posted their slides:</p>
<ul>
<li>Kenneth White: <a title="Kenneth White's presentation at WordCamp Nasvhille 2012" href="http://www.slideshare.net/sprclldr/categories-tags-custom-post-types-oh-my">Categories, Tags, and Custom Post Types! Oh my!</a></li>
<li>Mitch Canter: The Blank Screen: Overcoming Your Fear of &#8216;Pressing From Scratch</li>
<li>Joel R. Norris: A Beginner&#8217;s WordPress Bootcamp</li>
<li>Ryan Green: <a title="Ryan Green's presentation at WordCamp Nashville 2012" href="http://www.slideshare.net/ryngrn/child-theme-frameworks-12628822">Child Theme Frameworks Through the Lens of User Experience</a></li>
<li>Rick Sanders and Tara M. Aaron: Copyright and Other Legal Basics for Bloggers (and Developers, too)</li>
<li>Andrew Nacin and Samuel Wood: Otto and Nacin Show</li>
<li>Brad McCarty: <a title="Brad McCarty's WordCamp Nasvhille presentation" href="http://prezi.com/txgjhprighlf/going-pro-with-wordpress/">Making the Leap: From Hobbyist to Professional</a></li>
<li>Michael Toppa: <a title="Mike Toppa's presentation at WordCamp Nashville 2012" href="http://www.slideshare.net/mtoppa/dependency-injection-for-wordpress">Dependency Injection for WordPress Plugin Development</a> (and <a title="Michael Toppa's post about WordCamp Nashville" href="http://www.toppa.com/2012/wordcamp-nashville/">his post</a>)</li>
<li>John Housholder: The future of WordPress in Nashville</li>
<li>Anna Belle Leiserson: Search Engine Optimize Your Site in Three Easy Steps</li>
<li>Russell Fair: <a title="Russell Fair's presentation at WordCamp Nashville 2012" href="http://www.slideshare.net/rfair404/less-jswp">LESS, JS &amp; WP</a> (and <a title="LESS theme demo on Github by Russell Fair" href="https://github.com/rfair404/LESS-theme-demo">demo theme on Github</a>)</li>
</ul>
<p>If you see other activity, or posts relevant to WordCamp Nashville, feel free to drop a link in the comments below.</p>
<h3 id="liveblogduh">Liveblog, duh</h3>
<p>I also maintained a liveblog <a href="http:/">here on WPCandy</a> for the duration of the event, which I recommend checking out if you want to experience a bit of the day for yourself.</p>
<h3>Recommended food and drink</h3>
<p>What would a WordCamp weekend be without an awesome bar or two? Nick knew his way around Nashville better than me, so he gets kudos for the couple of spots we enjoyed.</p>
<ul>
<li><a title="Patterson's House in Nashville" href="http://www.yelp.com/biz/the-patterson-house-nashville">Patterson House</a> is one of the coolest bars I&#8217;ve ever been in. Pricey, but the cocktails were worth it.</li>
<li><a title="Sitar Indiana restaurant in Nashville, TN" href="http://www.insiderpages.com/b/3721473069/sitar-indian-restaurant-nashville">Sitar</a>: I&#8217;m not normally crazy about Indian food, but this was a nice little restaurant.</li>
</ul>
<h3>What did you think of WordCamp Nashville?</h3>
<p>I enjoyed my time in the Music City, and look forward to heading back soon. My next visit might not be until there&#8217;s another WordCamp in town, but hey, I&#8217;m comfortable planning my travel around where WordCamps are happening any given weekend.</p>
<p>If you attended WordCamp in Nashville last weekend, share your thoughts on it in the comments below.</p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=37655">Review: WordCamp Nashville&nbsp;2012</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/2012-wordcamp-nashville/">Review: WordCamp Nashville&nbsp;2012</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/2012-wordcamp-nashville/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Review: Feel the effects of Launch Effect theme (plus video)</title>
		<link>http://wpcandy.com/reviewed/launch-effect-theme/</link>
		<comments>http://wpcandy.com/reviewed/launch-effect-theme/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 15:34:39 +0000</pubDate>
		<dc:creator>Ben Townsend</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=29037</guid>
		<description><![CDATA[<p>Anyone in the field marketing will know half the battle with launching a new website is creating a buzz about it. &#8220;Coming soon&#8221; pages are well and good, but what about a truly viral WordPress theme? In steps Launch Effect, a WordPress theme by the guys over at Barrell a NYC based creative digital agency. [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=29037">Review: Feel the effects of Launch Effect theme (plus video)</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/launch-effect-theme/">Review: Feel the effects of Launch Effect theme (plus video)</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=29037"><img src="http://wpcandy.com/wp-content/uploads/2011/10/Launch_Effect.png" alt="Are you ready for the Launch Effect?" width="595" height="147" /></a></p>
<p>Anyone in the field marketing will know half the battle with launching a new website is creating a buzz about it. &#8220;Coming soon&#8221; pages are well and good, but what about a truly <em>viral</em> WordPress theme?</p>
<p>In steps <a href="http://launcheffectapp.com/">Launch Effect</a>, a WordPress theme by the guys over at <a title="NYC based creative digital agency" href="http://www.barrelny.com/" target="_blank">Barrell</a> a NYC based creative digital agency. In Launch Effect they have created a WordPress theme specifically for that purpose. It&#8217;s their answer to the question: &#8220;how do I attract my potential audience and get them to spread the word, all before launching a site?&#8221;</p>
<h3>Launch Effect review gallery</h3>
<h3>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/launch_effect/' title='Are you ready for the Launch Effect?'><img data-attachment-id="29038" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Launch_Effect.png" data-orig-size="661,163" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Are you ready for the Launch Effect?" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Launch_Effect-300x73.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Launch_Effect-600x147.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Launch_Effect-150x150.png" class="attachment-thumbnail" alt="Are you ready for the Launch Effect?" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/launch_effect_001/' title='New admin sidebar item'><img data-attachment-id="29050" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/launch_effect_001.png" data-orig-size="160,113" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="New admin sidebar item" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/launch_effect_001.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/launch_effect_001.png" width="150" height="113" src="http://wpcandy.com/wp-content/uploads/2011/10/launch_effect_001-150x113.png" class="attachment-thumbnail" alt="New admin sidebar item" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/options_tree/' title='Launch Effect Options Interface'><img data-attachment-id="29054" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/options_tree.png" data-orig-size="766,782" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Launch Effect Options Interface" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/options_tree-293x300.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/options_tree-600x612.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/options_tree-150x150.png" class="attachment-thumbnail" alt="Launch Effect Options Interface" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/favsocial/' title='Even more options'><img data-attachment-id="29056" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/favsocial.png" data-orig-size="762,705" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Even more options" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/favsocial-300x277.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/favsocial-600x555.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/favsocial-150x150.png" class="attachment-thumbnail" alt="Even more options" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/container_section/' title='Now the Container options'><img data-attachment-id="29063" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_Section.png" data-orig-size="749,550" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Now the Container options" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_Section-300x220.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_Section-600x440.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Container_Section-150x150.png" class="attachment-thumbnail" alt="Now the Container options" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/video_container/' title='Add a video?'><img data-attachment-id="29067" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Video_Container.png" data-orig-size="763,460" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Add a video?" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Video_Container-300x180.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Video_Container-600x361.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Video_Container-150x150.png" class="attachment-thumbnail" alt="Add a video?" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/container_social_media/' title='Container social media'><img data-attachment-id="29069" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_social_media.png" data-orig-size="755,523" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Container social media" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_social_media-300x207.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Container_social_media-600x415.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Container_social_media-150x150.png" class="attachment-thumbnail" alt="Container social media" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/choose_your_title/' title='Choose your title'><img data-attachment-id="29070" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/choose_your_title.png" data-orig-size="751,587" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Choose your title" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/choose_your_title-300x234.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/choose_your_title-600x468.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/choose_your_title-150x150.png" class="attachment-thumbnail" alt="Choose your title" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/sub_heading/' title='Define a Sub Heading'><img data-attachment-id="29078" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Sub_Heading.png" data-orig-size="754,664" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Define a Sub Heading" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Sub_Heading-300x264.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Sub_Heading-600x528.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Sub_Heading-150x150.png" class="attachment-thumbnail" alt="Define a Sub Heading" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/body_text/' title='Create your body text'><img data-attachment-id="29080" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/Body_Text.png" data-orig-size="753,532" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Create your body text" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/Body_Text-300x211.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/Body_Text-600x423.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/Body_Text-150x150.png" class="attachment-thumbnail" alt="Create your body text" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/privacy/' title='Privacy options'><img data-attachment-id="29082" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/privacy.png" data-orig-size="753,551" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Privacy options" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/privacy-300x219.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/privacy-600x439.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/privacy-150x150.png" class="attachment-thumbnail" alt="Privacy options" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/social_media/' title='Social Media Options'><img data-attachment-id="29083" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/social_media.png" data-orig-size="756,509" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Social Media Options" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/social_media-300x201.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/social_media-600x403.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/social_media-150x150.png" class="attachment-thumbnail" alt="Social Media Options" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/returning/' title='Returning visitors'><img data-attachment-id="29088" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/returning.png" data-orig-size="754,503" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Returning visitors" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/returning-300x200.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/returning-600x400.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/returning-150x150.png" class="attachment-thumbnail" alt="Returning visitors" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/final_product/' title='Final Product'><img data-attachment-id="29097" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/final_product.png" data-orig-size="573,794" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Final Product" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/final_product-216x300.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/final_product.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/final_product-150x150.png" class="attachment-thumbnail" alt="Final Product" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/email_submitted/' title='After email submitted'><img data-attachment-id="29105" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/email_submitted.png" data-orig-size="625,607" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="After email submitted" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/email_submitted-300x291.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/email_submitted-600x582.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/email_submitted-150x150.png" class="attachment-thumbnail" alt="After email submitted" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/welcome_back/' title='Welcome Back'><img data-attachment-id="29108" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/welcome_back.png" data-orig-size="652,445" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Welcome Back" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/welcome_back-300x204.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/welcome_back-600x409.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/welcome_back-150x150.png" class="attachment-thumbnail" alt="Welcome Back" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/stats/' title='stats'><img data-attachment-id="29113" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/stats.png" data-orig-size="909,314" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="stats" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/stats-300x103.png" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/stats-600x207.png" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/stats-150x150.png" class="attachment-thumbnail" alt="stats" /></a>
<a href='http://wpcandy.com/reviewed/launch-effect-theme/attachment/launcheffect-thumb/' title='launcheffect-thumb'><img data-attachment-id="29508" data-orig-file="http://wpcandy.com/wp-content/uploads/2011/10/launcheffect-thumb.jpeg" data-orig-size="156,157" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="launcheffect-thumb" data-image-description="" data-medium-file="http://wpcandy.com/wp-content/uploads/2011/10/launcheffect-thumb.jpeg" data-large-file="http://wpcandy.com/wp-content/uploads/2011/10/launcheffect-thumb.jpeg" width="150" height="150" src="http://wpcandy.com/wp-content/uploads/2011/10/launcheffect-thumb-150x150.jpg" class="attachment-thumbnail" alt="launcheffect-thumb" /></a>
</h3>
<p><span id="more-29037"></span></p>
<p>In addition to the screenshots above, and especially if you are after an in depth look at Launch Effect, you can check out my video review of the theme below. Otherwise, feel free to skip down and catch my thoughts in good old fashioned text.</p>
<h3>Video: A first taste of Launch Effect</h3>
<!-- vimeo error: not a vimeo video -->
<p><span style="direction: ltr;">Firstly, as you will no doubt have seen from the video I used a WAMP install of WordPress so certain elements of the theme will not work, such as sharing on social media sites. See this earlier post for a guide to </span><a style="direction: ltr;" title="Beginner’s Guide: How to install WordPress manually" href="http://wpcandy.com/teaches/how-to-install-wordpress" target="_blank">install WAMP &amp; WordPress.</a></p>
<p>Installing Launch Effect is the same as any other WordPress theme install, simply <a title="Download Launch Effect" href="http://launcheffectapp.com/" target="_blank">download from the Launch Effect</a> site and the tough work is done.</p>
<h3><span class="Apple-style-span" style="font-size: 14px; font-weight: normal;"><img class="alignleft size-full wp-image-29050" src="http://wpcandy.com/wp-content/uploads/2011/10/launch_effect_001.png" alt="New admin sidebar item" width="160" height="113" /></span></h3>
<p>Upon installation of Launch Effect you will notice a new addition to your WP admin sidebar entitled &#8220;Launch Effect&#8221;.</p>
<p>This is quite simple and gives some options such as Designer, Stats &amp; Export CSV.</p>
<h3>Using the Designer tab</h3>
<p>Delving a little deeper into this admin sidebar and clicking on &#8220;Designer&#8221; brings up a nice user interface with a number of expandable boxes for you to edit the look and feel of the site.</p>
<p><img class="size-full wp-image-29054 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/options_tree.png" alt="Launch Effect Options Interface" width="536" height="547" /></p>
<p>As you will see from the image above we have a number of configurable options that allow us to change elements displayed on the front end.</p>
<h3><span class="Apple-style-span" style="font-size: 14px; font-weight: normal;">Lets start off with the Head section, This expandable option gives us a number of user input fields to change elements within it like page title, meta description and keywords, favicon and so on. This section also gives us the option of uploading a social media thumbnail to display on Facebook, as well as options for TypeKit and MonoType support to change fonts.</span></h3>
<p>The <em>Page</em> section gives us options such as background color and the ability to set a background image of your choosing.</p>
<p><em>Container</em> gives us the ability to set the scene for the main section of the site where your message will be displayed for all and sundry to see.</p>
<p><img class="size-full wp-image-29063 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/Container_Section.png" alt="Now the Container options" width="599" height="440" /></p>
<p>Here, in addition to controlling the box size, position, and color, we can enable an effect like a dropshadow or a glow.</p>
<p><img class="size-full wp-image-29067 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/Video_Container.png" alt="Add a video?" width="534" height="322" /></p>
<p>Launch Effect also gives us the ability to embed a video into the page, which it specifies should be a YouTube or Vimeo video.</p>
<p>Then there&#8217;s another background image button, which will override your background color you selected earlier in the container section if used.</p>
<p><img class="size-full wp-image-29069 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/Container_social_media.png" alt="Container social media" width="529" height="366" /></p>
<p>As well as all of the above points the bottom half of the container section gives us URL input boxes at the base of the container for various social links, with options to disable them.</p>
<p><img class="size-full wp-image-29070 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/choose_your_title.png" alt="Choose your title" width="526" height="411" /></p>
<p>The Title section is well laid out with plenty of options. Launch Effect also gives you access to Google WebFonts, and you can simply select the font of choice and watch a preview come up of your selected font. There are also predefined font options if you&#8217;re not a fan of Google WebFonts. Similar options are available in the Sub-Heading section.</p>
<h3><span class="Apple-style-span" style="font-size: 14px; font-weight: normal;">The next couple of options sections allow for control of the text that will show up within the theme. The section after that, though, called Signup Settings, is what really caught my attention.</span></h3>
<p><img class="size-full wp-image-29083 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/social_media.png" alt="Social Media Options" width="529" height="356" /></p>
<p>This section is what really makes this theme stand out, with the real kicker being the unique URL generation for tracking purposes.</p>
<h3>What I created with Launch Effect</h3>
<p><img class="size-full wp-image-29097 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/final_product.png" alt="Final Product" width="573" height="794" /></p>
<p>Okay, I know what you&#8217;re thinking. My example doesn&#8217;t look amazing — no offense Ryan — but then again if I spent move than twenty minutes on it I&#8217;m sure I could create something really quite special. With a nice background image and tinkering with the text you could create a real unique presence for your business or promotion.</p>
<p>It was <em>after</em> I tweaked the content and the colors that I got quite excited with this theme. This is when I turned my attention to just how visitors will interact with the site, and what they will see when they arrive.</p>
<h3><span class="Apple-style-span" style="font-size: 14px; font-weight: normal;"><img class="size-full wp-image-29105 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/email_submitted.png" alt="After email submitted" width="563" height="546" /></span></h3>
<p>Once an interested party submits their email address, the message we&#8217;ve defined in the options greets them.</p>
<p>Here they can share the link socially, or if they want to link it on a blog article they can copy and paste their own unique URL specific to them. A returning user also has the ability to check their own effect on your launch by entering the same email address they originally signed up with.</p>
<p><img class="size-full wp-image-29108 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/welcome_back.png" alt="Welcome Back" width="587" height="401" /></p>
<p>Our user now has insight into how many referrers and how many clicks they have on their own unique URL. This is incredibly handy for end users, especially if you are running a competition based on traffic driven to the site.</p>
<p><img class="size-large wp-image-29113 alignnone" src="http://wpcandy.com/wp-content/uploads/2011/10/stats-600x207.png" alt="stats" width="600" height="207" /></p>
<p>Launch Effect comes packaged with its own stats tab, which gives information such as amount of visits a user refers, conversions, and conversation rates.</p>
<p>Have a high referring user? Why not email them directly and gain insight into why they are successful. Build a relationship and give them more incentive&#8217;s after all they may have a large social following who takes what they say as verbatim.</p>
<p>The emails here can also be exported in CSV format and imported into the mail program of your choice.</p>
<h3>The Launch Effect Theme Roadmap</h3>
<p>I had a quick look through the <a href="http://launcheffectapp.com/">Launch Effect site</a>, and noticed that in addition to a <a style="direction: ltr;" title="Launch Effect Support Forum" href="https://launcheffect.tenderapp.com/" target="_blank">support forum</a><span style="direction: ltr;"> they also have a development roadmap that includes:</span></p>
<ul>
<li>Mail Chimp integration for automatically adding sign-ups to a list as well as powering post-signup notification emails.</li>
<li>Mobile version.</li>
<li>Ability to export and import theme options.</li>
<li>Add color-calculation to &#8220;Go&#8221; button text color to work against lighter button backgrounds.</li>
<li>Previewing Google Webfonts within dropdown.</li>
<li>Test and reselect integrated Google Webfonts faces that work best with both Mac and Windows font-rendering.</li>
<li>Expand to include a blog.</li>
<li>Add slideshow embed field to theme options panel.</li>
<li>Provide error messaging.</li>
<li>Switch to color picker used by Twenty Eleven theme or similar.</li>
<li>Provide theme as a plugin that can work as part of an existing site.</li>
</ul>
<h3>Two things that would improve this Launch</h3>
<p>I noticed that the options box triggers were sometimes temperemental, and would quickly close then open again on click. The save button also could have been located at both the top fo the option box and at the bottom, but really these are <a title="Custom designed WordPress options screens need to go" href="http://wpcandy.com/thinks/custom-admin-screens-are-the-worst" target="_blank">relatively pedantic</a> in the grand scheme of things.</p>
<p>Also, do you know what would make this a killer viral launch theme? The ability to use this theme as a front facing client site, while a secondary WordPress theme is viewable by the administrators until site launch. Then, when you&#8217;re ready, you can simply swap over the theme.</p>
<p><span style="direction: ltr;">This may not be entirely possible and I may well be in <em>la la land</em> with this idea, but I think it would make it a standout theme for sure.  However the development roadmap does state that in the future they will <em>&#8220;</em></span>provide theme as a plugin that can work as part of an existing site,<em>&#8220;</em><span style="direction: ltr;"> so hopefully it might become a reality.</span></p>
<h3>Final Thoughts</h3>
<p>What we have here is a solid viral WordPress theme that has a massive potential to attract and promote your business, service or product.</p>
<p>As a company looking to promote you could do a hell of a lot worse than Launch Effect. It&#8217;s a refreshingly different WordPress theme and one that does it&#8217;s job amicably. Its ability to promote using unique URL generation, login, and tracking really do make this a standout launch theme.</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=29037">Review: Feel the effects of Launch Effect theme (plus video)</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/launch-effect-theme/">Review: Feel the effects of Launch Effect theme (plus video)</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/launch-effect-theme/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WooCommerce Review: A new e-commerce plugin to watch</title>
		<link>http://wpcandy.com/reviewed/woocommerce/</link>
		<comments>http://wpcandy.com/reviewed/woocommerce/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:01:20 +0000</pubDate>
		<dc:creator>Ben Townsend</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=28525</guid>
		<description><![CDATA[<p>I have used a range of platforms during my last five years in the e-commerce industry. From initial setup and product selection to writing product specs and content for the web, I&#8217;ve nearly done it all. And in my time I&#8217;ve always been a big believer in using e-commerce platforms for e-commerce and blogging platforms [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=28525">WooCommerce Review: A new e-commerce plugin to watch</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/woocommerce/">WooCommerce Review: A new e-commerce plugin to watch</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=28525"><img class="alignnone size-full wp-image-28402" title="WooCommerce plugin launch (teaser)" src="http://wpcandy.com/wp-content/uploads/2011/09/woocommercelaunch-thumb.jpeg" alt="" width="600" height="222" /></a></p>
<p>I have used a range of platforms during my last five years in the e-commerce industry. From initial setup and product selection to writing product specs and content for the web, I&#8217;ve nearly done it all. And in my time I&#8217;ve always been a big believer in using e-commerce platforms <em>for e-commerce</em> and blogging platforms <em>for blogging</em>.</p>
<p>Of course WordPress is an incredibly powerful platform in its own right, with even more on the way <a title="Preparing for WordPress 3.3 series at WPCandy" href="http://wpcandy.com/series-on/preparing-for-wordpress-3-3">with WordPress 3.3 on the horizon</a>. E-commerce is still a growing field within the WordPress community, though, and the question remains: is WordPress really a smart way to manage online shops?</p>
<p>WooThemes think it is, and earlier this week officially released <a title="WooCommerce from WooThemes" href="http://www.woothemes.com/woocommerce/">WooCommerce</a>, their free e-commerce plugin for WordPress. WooCommerce is <a title="Coverage of WooThemes forking Jigoshop" href="http://wpcandy.com/series-on/woothemes-forks-jigoshop">a fork of Jigoshop</a>, which has caused a bit of controversy in the community.</p>
<p>Irrespective of that issue, right now let&#8217;s just focus on what WooCommerce has to offer.</p>
<p><span id="more-28525"></span></p>
<h3>Getting a shop started</h3>
<p>To start things off I&#8217;m going to use the current WordPress default theme, Twenty Eleven. It comes bundled with every downloaded copy of WordPress, so it&#8217;s common and most should recognize the theme while we test things out.</p>
<p>Downloading WooCommerce is a matter of <a title="WooCommerce at WooThemes" href="http://www.woothemes.com/woocommerce/">visiting WooThemes</a> and signing up for a free account. You&#8217;ll want to do this anyway, since the WooCommerce documentation will require you to login to view it.</p>
<div id="attachment_28555" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-28555" title="WooCommerce Review: WooCommerce Options" src="http://wpcandy.com/wp-content/uploads/2011/09/Beginning_of_options-e1317151646415.png" alt="" width="600" height="415" /><p class="wp-caption-text">WooCommerce Options</p></div>
<p>Upon installation, which is as simple as installation any normal plugin, you will immediately be greeted with the WooCommerce options panel.</p>
<p>It&#8217;s a standard WordPress tabbed interface (which <a title="Custom designed WordPress options screens need to go" href="http://wpcandy.com/thinks/custom-admin-screens-are-the-worst">Ryan would no doubt like</a>) with a number of options. The screens live under a new top level menu called WooCommerce.</p>
<p>The WooCommerce main options panel gives you the opportunity to select your base country and the countries you are willing to ship to. You can select whether you want USA only, UK only, or all but a certain country, and so on.</p>
<p>You also have the option to allow for guest checkout, which will remove the cumbersome need for your customers to register for <em>yet another website</em>. Force SSL is a worthwhile addition if your store grows and you want to give customers peace of mind via an accredited SSL certificate.</p>
<p>The WooCommerce CSS option will add the WooThemes CSS styling to the theme you&#8217;re using. See the screenshot below to see the difference between the CSS off and the CSS activated.</p>
<div id="attachment_28568" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28568" title="WooCommerce Review: Without WooCommerce CSS" src="http://wpcandy.com/wp-content/uploads/2011/09/Without_WooCommerce_Styling-e1317326731236-600x421.png" alt="" width="600" height="421" /><p class="wp-caption-text">Without WooCommerce CSS</p></div>
<div id="attachment_28567" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28567" title="WooCommerce Review: With WooCommerce CSS styling" src="http://wpcandy.com/wp-content/uploads/2011/09/With_WooCommerce_styling-e1317326782598-600x320.png" alt="" width="600" height="320" /><p class="wp-caption-text">With WooCommerce CSS styling</p></div>
<p>If you cannot do without social media, Woo has you covered with ShareThis. Simply sign up at ShareThis and paste in your ShareThis publisher ID<strong> </strong>to enable your potential customers to do your marketing for you. The same goes for your Google Analytics ID.</p>
<h3>Working with Pages</h3>
<p>The Pages tab lets you define the pages for various functions of your store. WooCommerce actually creates all of these needed pages upon installation, which is a time saver. Also next to each shop page listed is a shortcode, which can be used at will to integrate certain shop functionality into a blog post or page.</p>
<div id="attachment_28559" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28559" title="WooCommerce Review: Working with pages in WooCommerce" src="http://wpcandy.com/wp-content/uploads/2011/09/Pages_in_WooCommerce-e1317152280171-600x378.png" alt="" width="600" height="378" /></dt>
</dl>
</div>
<p>Speaking of shortcodes, I would really like to see shortcodes generated for each product created on the back end. Imagine how powerful it would be to write an informative blog post in your niche, and then hit the user with a couple of related products right in your post.</p>
<h3>Catalog</h3>
<p>The catalog section allows you to select whether or not you wish to display fields for SKUs and the weight for products. If enabled, these in turn show up on the product pages themselves.</p>
<div class="mceTemp">
<dl id="attachment_28556" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-large wp-image-28556" title="WooCommerce Review: WooCommerce Catalog" src="http://wpcandy.com/wp-content/uploads/2011/09/catalog-e1317152642268-600x432.png" alt="" width="600" height="432" /></dt>
</dl>
</div>
<p>Another useful feature is the &#8220;Cart redirect&#8221; option, which will redirect customers to the cart after adding a product to it. To be honest I have seen some e-commerce platforms built from the ground up that didn&#8217;t have this option. For me, this is a <em>must have feature</em>. Others may disagree, but I think showing end users the cart after purchase deters them from searching for more interesting items. It gives the impression that you have filled your cart, so you should pay for it and leave.</p>
<p>Image options are configurable here as well. The sizes here will depend on your WordPress theme; just pick something that will tie in appropriately. Other options such as currency for prices and decimal placement etc are all configurable here as well.</p>
<h3>Inventory</h3>
<div class="mceTemp">
<dl id="attachment_28558" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-large wp-image-28558" title="WooCommerce Review: WooCommerce inventory" src="http://wpcandy.com/wp-content/uploads/2011/09/inventory-e1317154175353-600x221.png" alt="" width="600" height="221" /></dt>
</dl>
</div>
<p>The inventory options allow you to select whether or not you wish to enable tracking of stock, display notices of low stock and so forth. This won&#8217;t really be necessary if you decide to sell digital products, but if you have a shop or warehouse full of stock and you want to give notice or warning when they are low this is a must have. The option to hide products that have low stock or have reached a threshold is a nice plus that puts WooCommerce up there with some dedicated e-commerce platforms.</p>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Shipping section</span></p>
<p>Quite simply: this section gives you the option of enabling shipping calculations, as well as a shipping calculator.</p>
<p><img class="alignnone size-large wp-image-28589" title="WooCommerce Shipping Section" src="http://wpcandy.com/wp-content/uploads/2011/09/WooCommerce-Shipping-Section-600x174.png" alt="" width="600" height="174" /></p>
<p><strong>Note:</strong> The shipping calculator is a fantastic feature for any e-commerce platform, let alone a WordPress e-commerce plugin such as this. However to get the most out of it you will need to pay for an extension via WooCommerce called Table Rate Shipping.</p>
<p>The ship to billing option will only allow shipping to the billing address. This is handy if you&#8217;re concerned about fraud, but would I use it? Probably not. People like to pay for goods and have them delivered to a variety of addresses, whether it be their work place or a friend&#8217;s house as a gift. Of course it&#8217;s just an option, and <em>it&#8217;s always good to have options</em>.</p>
<h3>Tax options</h3>
<p>Tax settings, for me, will make or break any e-commerce solution. The companies I have worked for in the past have had exacting requirements on taxation. Shipping to the US, EU, UK and other countries each have their own taxation rules.</p>
<div class="mceTemp">
<dl id="attachment_28565" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-large wp-image-28565" title="WooCommerce Review: WooCommerce Tax Options" src="http://wpcandy.com/wp-content/uploads/2011/09/tax_settings-e1317154825597-600x287.png" alt="" width="600" height="287" /></dt>
</dl>
</div>
<p>The added benefit of this section is you can <em>allocate tax rules</em> based on the designated country. For example US has different tax rules for different states, same as the rest of the world. This option really is one less headache; trust me I have been there and the fact this is part of the system is a great addition for anyone thinking of creating an online store with WooCommerce.</p>
<p>The option to display prices inclusive of or exclusive of tax is useful if you are a business to business company, since It gives them a clearer indication as to what their cost will be, and what they will get back from the tax department on business purchases<em>.</em></p>
<h3>Shipping methods</h3>
<p>Love them or hate them, WooCommerce has a number of configurable shipping options. I for one am glad to see care has been taken with this section. Shipping methods can be a <em>pain</em>. Also worth noting: you do have the option of enabling free shipping as well, site wide<em></em><strong><em>.</em></strong></p>
<div class="mceTemp">
<dl id="attachment_28563" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-large wp-image-28563" title="WooCommerce Review: Shipping Methods in WooCommerce" src="http://wpcandy.com/wp-content/uploads/2011/09/shipping_methods-e1317155235281-600x297.png" alt="" width="600" height="297" /></dt>
</dl>
</div>
<p>So we have flat rate shipping which is useful if you have struck a deal with a delivery company or are just trying to compete with other online stores.</p>
<p>There is also a per order charge or per item charge (drop down selection) you can also choose whether to have your shipping taxable or not, whether to charge handling fees, etc. To get the most out of the individual producing shipping options you will need to pick up the Per Product Shipping extension from WooThemes for $50.</p>
<p>Method availability is an excellent feature, since if we allow everyone to have the same level of shipping then things could get messy. By clicking on method availability this opens up the drop down whereby you can select specific countries to give a certain shipping method too.</p>
<div class="mceTemp">
<dl id="attachment_28564" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-large wp-image-28564" title="WooCommerce Review: Table Rate Shipping is a paid for extension to WooCommerce @ $50.00" src="http://wpcandy.com/wp-content/uploads/2011/09/table-rate-shipping-e1317306253460-600x166.png" alt="" width="600" height="166" /><p class="wp-caption-text">Table Rate Shipping is a commercial extension to WooCommerce @ $50.00</p></div>
<p>My reservation with the system in it&#8217;s current format is that every online retailer is different and has different needs. It would have been nice to have a way to charge different amounts depending on a locale / country by default. This is not a deal breaker though, and a paid for extension is available (see above image) called Table Rate Shipping which extends this section significantly for $50.</p>
<h3>Payment gateways</h3>
<p>Gateways could make or break WooCommerce; thankfully we have options. BACS payments are supporting, which can be useful for those looking to deal with business to business customers for large orders. This isn&#8217;t the first time I have seen this method, but it&#8217;s still a welcome addition. PayPal support is there, though only standard PayPal, as well as Cheque payments.</p>
<div id="attachment_28560" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28560" title="WooCommerce Review: Payment methods in WooCommerce" src="http://wpcandy.com/wp-content/uploads/2011/09/payment_methods-e1317156175863-600x384.png" alt="" width="600" height="384" /><p class="wp-caption-text">Payment methods in WooCommerce</p></div>
<p>Again, other payment options are available as commercial extensions Paypal Pro, webcash, 2checkout, Payson, Paygate and Authorize.net, each for $50 from WooThemes.</p>
<h3>Adding products to the store</h3>
<p>So those are the options we have. What next?</p>
<p>This is where the fun starts: time to add products. Adding a product is a relatively simple affair. First, we&#8217;ll add a category.</p>
<p>After you added a new product category it&#8217;s then on to adding a new product. This is where things get really interesting.</p>
<p>Clicking on <em>Add a new product</em> throws up a screen similar to what you will see when creating a new post on a standard WordPress install. You will, though, have a few new options.</p>
<div id="attachment_28562" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28562" title="WooCommerce Review: Product Entry" src="http://wpcandy.com/wp-content/uploads/2011/09/product_entry-e1317157253769-600x396.png" alt="" width="600" height="396" /><p class="wp-caption-text">Product Entry</p></div>
<p>I&#8217;m a bit picky when it comes to e-commerce, so this is where I got excited. It&#8217;s nice to see a useful selection of tabs and configurable options. First up is product type, which you can select from options that include Simple, Downloadable, Variable, Virtual and Grouped.</p>
<p>Simple quite literally means <em>simple</em>, or an easy-to-configure product with minimal options.</p>
<p>Select Downloadable and your greeted with these product type-specific options:</p>
<div id="attachment_28557" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28557" title="WooCommerce Review: Product Options for Digital Downloads" src="http://wpcandy.com/wp-content/uploads/2011/09/downloadable-e1317157580700-600x136.png" alt="" width="600" height="136" /><p class="wp-caption-text">Product Options for Digital Downloads</p></div>
<p>Upon first review the &#8220;Upload a file&#8221; button here didn&#8217;t actually work. It has been fixed with the 1.0.1 update, however. Good thing it works now, since it will no doubt win favor with those who wish to set up a digital download store, such as (for example) selling WordPress products like themes and plugins.</p>
<p>Each respective product type carries its own range of options, so if you are looking to set up downloadble products WooCommerce has you covered, and if you have products with options you are also covered<strong><em>.</em></strong></p>
<p>The &#8220;Up-Sells &amp; Cross-Sells&#8221; section allows you to manually input a product and then allocate it to your current product, in a similar vein to Amazon&#8217;s &#8220;Customers who bought this, also bought this&#8221; feature. Initially this option was giving me trouble, but that problem seems to have been fixed in the 1.0.1 update as well.</p>
<h3>Your visual store</h3>
<p>Now let&#8217;s look at what your customers will actually see and experience. WooCommerce includes breadcrumbs for navigation as well as some rather excellent sidebar widgets like the price filter (<em>love</em> this), top products and a handful of others.</p>
<div id="attachment_28572" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28572" title="WooCommerce Review: Product page in all it's Twenty Eleven Glory" src="http://wpcandy.com/wp-content/uploads/2011/09/WPcandyredproduct-600x510.png" alt="" width="600" height="510" /><p class="wp-caption-text">Product page in all it&#39;s Twenty Eleven Glory</p></div>
<p>Product pages are handled very well in the Twenty Eleven theme<em>, </em>and demonstrating that it can be used with this theme highlights the helpful nature of WooCommerce.</p>
<h3>Product reviews</h3>
<p>Having worked in e-commerce for a while now, and having heard various social media gurus state that sharing on social media is where it&#8217;s at, I remain old fashioned. I&#8217;m old fashioned in the sense that I believe a decent review of a product can affect the opinions of an undecided buyer.</p>
<div id="attachment_28554" class="wp-caption alignnone" style="width: 607px"><img class="size-full wp-image-28554" title="WooCommerce Review: Add a review to a product" src="http://wpcandy.com/wp-content/uploads/2011/09/add_a_review.png" alt="" width="597" height="528" /><p class="wp-caption-text">Add a review to a product</p></div>
<p>WooCommerce has us covered in this respect, using a simple ratings system built on top of the WordPress comment system and using a handy star rating.</p>
<h3>Reporting and figures</h3>
<p>Everything so far is lovely. But what about the hardcore store owners? I want facts and figures. I need store reporting.</p>
<p>This, again, is taken care of.</p>
<p>If you have installed WooCommerce by now you will have noticed that on your Dashboard you have some new widgets:</p>
<ul>
<li>monthly sales overview,</li>
<li>recent orders, and</li>
<li>recent reviews, which you can amend, trash, publish and so on.</li>
</ul>
<div id="attachment_28570" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28570" title="WooCommerce Review: Reporting" src="http://wpcandy.com/wp-content/uploads/2011/09/WooCommerce_Reports-e1317331536295-600x460.png" alt="" width="600" height="460" /><p class="wp-caption-text">WooCommerce Reporting</p></div>
<p>Beyond the widget, your WooCommerce menu also provides a link to a full reporting screen (shown below) that&#8217;s similar in structure to the WooCommerce settings pages. A tabbed interface with a number of options for each tab which gives you better granularity in terms of drilling down to what you need.</p>
<div id="attachment_28569" class="wp-caption alignnone" style="width: 610px"><img class="size-large wp-image-28569" title="WooCommerce Review: Reporting Tabs" src="http://wpcandy.com/wp-content/uploads/2011/09/Woocommerce_reporting_tabs-e1317331901663-600x278.png" alt="" width="600" height="278" /><p class="wp-caption-text">WooCommerce Reporting Tabs</p></div>
<p>From this tabbed interface we can get an overview of daily sales, monthly sales, product sales, top sellers, and top earners. All of these options can be chosen from under the sales tab.</p>
<p>Clicking on customers gives us better insight into total sales, as well as total guest sales. Total guest sales is a nice feature that shows all of those who have purchased <em>without</em> signing up. The stock tab gives you an overview of what is running low and what is out of stock.</p>
<h3>Final thoughts</h3>
<p>There is an awful lot to WooCommerce, and if you read this whole review you&#8217;re likely on your third or fourth coffee. By now you might have even downloaded the plugin and formed your own conclusions, which I encourage.</p>
<blockquote class="jump"><p>This is what it&#8217;s all about: feature rich for the store owner and easy to use for the customer.</p></blockquote>
<p>The front-end user interface that WooCommerce provides is pretty darn good, with a smooth easy to use system. From a store owner&#8217;s perspective, an interface that&#8217;s easy for customers to use will lead to more sales, to a degree.</p>
<p>Would I recommend WooCommerce to others? Yes I would. Your store can be set up on its own or bolted to your existing blog in a relatively short period of time. It has a great user interface and above all else it&#8217;s easy for the customer to use it and make purchases. From a WordPress administrator&#8217;s point of view<em> </em>it is relatively easy to utilize add products and, well, administrate the shop.</p>
<p>In the end that&#8217;s what it&#8217;s all about: feature rich for you, the store owner, and easy to use for the customer.</p>
<p>Before the 1.0.1 update I would have given WooCommerce a 3, but with the update it&#8217;s a solid 4 out of 5 mints. With paid extensions and plenty of themes to choose from the first week it&#8217;s availble, it would seem that WooThemes is investing quite heavily into this side of their business. And it could end up paying dividends for them. WooCommerce is one to watch.</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<p><em>This review was completed using only the free download of WooCommerce and the Twenty Eleven theme.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=28525">WooCommerce Review: A new e-commerce plugin to watch</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/woocommerce/">WooCommerce Review: A new e-commerce plugin to watch</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/woocommerce/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Book review: WordPress Bible 2nd Edition</title>
		<link>http://wpcandy.com/reviewed/wordpress-bible-2nd-edition/</link>
		<comments>http://wpcandy.com/reviewed/wordpress-bible-2nd-edition/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 12:30:06 +0000</pubDate>
		<dc:creator>Eric Weiss</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=23533</guid>
		<description><![CDATA[<p>Sometimes the line between hobbyist and professional can be a blurry one. And regardless of your chosen niche, whether it be cooking, knitting or coding, there are the essential readings, books, magazines and, nowadays, websites that everyone reads. The WordPress Bible, 2nd Edition is just that book for WordPress. While reading it I was constantly [...]<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=23533">Book review: WordPress Bible 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/wordpress-bible-2nd-edition/">Book review: WordPress Bible 2nd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-24158" title="wpbiblefull" src="http://wpcandy.com/wp-content/uploads/2011/07/wpbiblefull.jpeg" alt="" width="191" height="240" /></p>
<p>Sometimes the line between hobbyist and professional can be a blurry one. And regardless of your chosen niche, whether it be cooking, knitting or coding, there are the essential readings, books, magazines and, nowadays, websites that everyone reads. <em><a href="http://www.amazon.com/WordPress-Bible-Aaron-Brazell/dp/0470937815/">The WordPress Bible, 2nd Edition</a></em> is just that book for WordPress.</p>
<p>While reading it I was constantly reminded of the Haynes Manuals for car enthusiasts.</p>
<p><span id="more-23533"></span></p>
<p>Where the Haynes manuals shows you how to disassemble and rebuild an entire car, Aaron Brazell shows you how WordPress works and how to work with it. Every aspect of WordPress is coverd and is done so with little fanfare or flourish.</p>
<p>But this is in no way a complaint.</p>
<p>Explanations are clear and concise with lots of tables, screenshots and code samples. Narratives for the most part are left completely out. The book seems to be written with the assumption that the majority of readers will not read it starting at page one. Instead, I imagine it sitting on people&#8217;s desk ready to be referenced when a new solution or knowledge of a particular aspect of WordPress is needed.</p>
<p>There are also some truly standout sections that go beyond WordPress, including BuddyPress, caching and backing up. Additionally I have found myself flipping to Appendices A (WordPress Hook Reference) and B (Template Tags) rather than going to the WordPress codex site or doing a Google search. It might be my personal tastes but I find the simple descriptions and tables easier and faster for referencing.</p>
<blockquote class="jump"><p>I imagine the WordPress Bible sitting on people&#8217;s desks, ready to be referenced&#8230;</p></blockquote>
<p>Living in Austin I had the benefit of meeting with Aaron Brazell at a local coffee shop to pick up our review copy of the book in person. We spoke for a short time about himself and the book. He explained some of the many changes he had to make between the first edition (which came out around the time 2.9 was released) and the second edition. These include adding custom post types, custom taxonomies and totally rewriting Chapter 22 which covers multisite functionality.</p>
<p>Aaron has worked with WordPress since 1.2 and as one of the founders of WP Engine he works daily with optimizing, scaling, and protecting WordPress sites and his expertise really shows in the <em>WordPress Bible</em>.</p>
<p>While it doesn&#8217;t feature an iconic Terry Davey cut-away cover illustration like the Haynes series did, the <em>WordPress Bible</em> goes just as deep into the nuts and bolts of what makes WordPress work as the series of automotive manuals does for cars.</p>
<a href='http://wpcandy.com/rated/five-mints' title='WPCandy rated this 5 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-five.jpg' alt='WPCandy rated this 5 mints' width='600' height='80' /></a>
<p><em>This review was completed with a copy of WordPress Bible, 2nd Edition, provided to WPCandy for review purposes. It is the publisher&#8217;s custom to request an Amazon review in exchange for the copy which the Author has done from his personal Amazon account.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=23533">Book review: WordPress Bible 2nd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/wordpress-bible-2nd-edition/">Book review: WordPress Bible 2nd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/wordpress-bible-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Book review: WordPress For Dummies, 3rd Edition</title>
		<link>http://wpcandy.com/reviewed/wordpress-for-dummies-3rd-edition/</link>
		<comments>http://wpcandy.com/reviewed/wordpress-for-dummies-3rd-edition/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 05:13:10 +0000</pubDate>
		<dc:creator>Eric Weiss</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpcandy.com/?p=16210</guid>
		<description><![CDATA[<p>It has been my experience that even experts in a field sometimes need a refresher in the basics. Either the fundamentals have changed since they were students or there are minor details that they never need to know before. Sometimes you just need to go back to school.<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=16210">Book review: WordPress For Dummies, 3rd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div></p><p>The post <a href="http://wpcandy.com/reviewed/wordpress-for-dummies-3rd-edition/">Book review: WordPress For Dummies, 3rd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://wpcandy.com/?p=16210"><img class="alignnone size-full wp-image-16237" title="WordPress for Dummies book logo (teaser)" src="http://wpcandy.com/wp-content/uploads/2011/03/wordpressofordummies-teaser.jpg" alt="" width="600" height="237" /></a></p>
<p>It has been my experience that even experts in a field sometimes need a refresher in the basics. Either the fundamentals have changed since they were students or there are minor details that they never need to know before. Sometimes you just need to go back to school.</p>
<blockquote class="jump"><p>Just as important are the subjects it doesn&#8217;t cover.</p></blockquote>
<p><em><a title="WordPress for Dummies on Amazon" href="http://www.amazon.com/WordPress-Dummies-3rd-Lisa-Sabin-Wilson/dp/0470592745">WordPress For Dummies</a></em>, by Lisa Sabin-Wilson is the perfect primer for WordPress. Between the iconic yellow covers are the integral basics everyone should know but maybe didn&#8217;t learn. I have never had the need to really dig in and learn about WordPress.com, setting up a MU network or importing a site from Blogger, but it&#8217;s all in there. And I know I&#8217;m not the only one who has had a client ask a basic question that just stumped them. This is the perfect go-to resource for those situations.</p>
<p><span id="more-16210"></span></p>
<p>This is also a great book to suggest to clients. It can turn a novice into a capable user pretty quickly without going into advanced topics that might result in a 3am phone call because they broke their site. Advanced users might scoff at the sections on &#8220;Uploading and using images&#8230;&#8221; or &#8220;Setting your profile&#8230;&#8221; but these are important basics that one might gloss over when introducing a newcomer to the world of WordPress.</p>
<p>Just as important are the subjects it doesn&#8217;t cover. There are no advanced chapters that will make your clients eyes haze over. It seems the author, Sabin-Wilson, intentionally kept PHP references, and any mention of editing files to a complete minimum.</p>
<p>No one wants to be caught buying or reading a &#8220;For Dummies&#8221; book that deals with their profession but this one might be worth the risk. Because it is a &#8220;For Dummies&#8221; book the writing is very lighthearted, instructions are listed step by step and there are heaps of screenshots and URLs. <em>WordPress For Dummies</em> holds your hand and shows you the fundamentals rather than lecturing you.</p>
<p>It makes you comfortable learning, even if it is something you feel you should have known already. Because of that it deserves a place in your WordPress library.</p>
<a href='http://wpcandy.com/rated/four-mints' title='WPCandy rated this 4 mints'><img class='aligncenter size-full' src='http://wpcandy.com/wp-content/uploads/2007/09/mints-four.jpg' alt='WPCandy rated this 4 mints' width='600' height='80' /></a>
<p><em>This review was written using the Kindle version of WordPress for Dummies 3rd Edition.</em></p>
<div class="tentblogger-rss-footer"><p>You just finished reading <a href="http://wpcandy.com/?p=16210">Book review: WordPress For Dummies, 3rd Edition</a> on <a href="http://wpcandy.com" title="WPCandy WordPress community news">WPCandy</a>. Please consider leaving a comment!</p><p></p></div><p>The post <a href="http://wpcandy.com/reviewed/wordpress-for-dummies-3rd-edition/">Book review: WordPress For Dummies, 3rd Edition</a> appeared first on <a href="http://wpcandy.com">WPCandy</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpcandy.com/reviewed/wordpress-for-dummies-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 219/253 queries in 0.114 seconds using apc
Object Caching 5121/5440 objects using apc

 Served from: wpcandy.com @ 2013-06-12 20:23:34 by W3 Total Cache -->
