<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the Riddle Brothers &#187; Business</title>
	<atom:link href="http://www.theriddlebrothers.com/category/articles/business-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theriddlebrothers.com</link>
	<description>Web Design, Development, Blogs and Content Management Systems</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Say No to Notice 2010-51</title>
		<link>http://www.theriddlebrothers.com/2010/09/07/say-no-to-notice-2010-51/</link>
		<comments>http://www.theriddlebrothers.com/2010/09/07/say-no-to-notice-2010-51/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 12:00:18 +0000</pubDate>
		<dc:creator>Joshua Riddle</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=1551</guid>
		<description><![CDATA[A recent post over at the American Society of Media Photographers provides some insight into how the new 1099 requirements for businesses (and freelancers) will create a surge of additional paperwork. While the post caters to photographers, this new law will effect all businesses and could potentially raise consumer prices to cover the additional administrative [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theriddlebrothers.com/wp-content/uploads/1283858146_Delete.png"><img class="alignright size-full wp-image-1557" style="border: 0px initial initial;;  float: right; padding: 4px; margin: 0 0 2px 7px;" title="1283858146_Delete" src="http://www.theriddlebrothers.com/wp-content/uploads/1283858146_Delete.png" alt="" width="179" height="179" /></a>A <a href="http://www.asmp.org/strictlybusiness/2010/08/help-asmp-protest-new-1099-requirements/" target="_blank">recent post</a> over at the <a href="http://www.asmp.org" target="_blank">American Society of Media Photographers</a> provides some insight into how the new 1099 requirements for businesses (and freelancers) will create a surge of additional paperwork. While the post caters to photographers, this new law will effect all businesses and could potentially raise consumer prices to cover the additional administrative costs to file and send 1099 documents to every vendor paid over $600 per year.</p>
<p>ASMP provides a sample email that you can send in as a photographer, so we modified it so that it relates to Web developers. I highly suggest you and anyone you know contacts the IRS regarding this issue.</p>
<blockquote><p>TO: <a href="mailto:Notice.comments@irscounsel.treas.gov">Notice.comments@irscounsel.treas.gov</a></p>
<p>RE: Notice 2010-51</p>
<p>Dear Sir or Madam:</p>
<p>I am a Web developer and a small business person. I have virtually no administrative staff to handle my record-keeping and reporting responsibilities. The new requirement under Section 6041 of the Internal Revenue Code would place impossible burdens on me. While the credit card exemption certainly helps, it does not go far enough.</p>
<p>I often pay for server licenses, computer equipment, hosting, ISP bandwidth, advertising and other items by check. Those expenditures often total more than $600 per vendor in any given year. Having to keep separate track of each of these items — and then to issue Form 1099’s to each vendor — would simply take more time than I have as the owner of a very small business operation, and it would require back office support that I do not have and cannot afford.</p>
<p>Please change the requirements so that they apply only to larger business entities, such as persons or entities that employ more than 25 people.</p>
<p>Thank you for your time and understanding.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2010/09/07/say-no-to-notice-2010-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release Early, Release Often</title>
		<link>http://www.theriddlebrothers.com/2010/08/02/release-early-release-often/</link>
		<comments>http://www.theriddlebrothers.com/2010/08/02/release-early-release-often/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 12:20:52 +0000</pubDate>
		<dc:creator>Joshua Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[waterfall]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=1531</guid>
		<description><![CDATA[&#8220;Release Early, Release Often&#8221; is a term used in Web and software development referring to the concept that you should put a site (or boxed software) into production as early as possible, and to release updates as often as possible. I hear developers use this term all the time, but I never really see the [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Release Early, Release Often&#8221; is a term used in Web and software development referring to the concept that you should put a site (or boxed software) into production as early as possible, and to release updates as often as possible. I hear developers use this term all the time, but I never really see the importance of it conveyed to the customer. The benefits of releasing early and releasing often are significant and can make the lifecycle of your site/product more profitable and cause less headaches.</p>
<p>With traditional <a href="http://en.wikipedia.org/wiki/Waterfall_software_development">Waterfall development</a>, you wait until the very end of a large set of features to deploy a site. This method is usually the standard concept of how Web sites are created: decide what you want, and wait for it to be created. The problem is if there are a lot of features you may be waiting weeks, months or years before your first release! With &#8220;Release Early, Release Often&#8221;, the developer is typically using an <a href=&#8221;<a href="http://en.wikipedia.org/wiki/Agile_software_development">agile method</a>, which in a nutshell means building the site feature by feature, and releasing as soon as possible.</p>
<h3>Effect on Cost</h3>
<p>E-commerce sites are great examples of the benefits of releasing early and often. Let&#8217;s say you have a site that will take six months to develop using traditional software development practices (release when everything is implemented and finalized). During those six months your profit from the site is $0. Once you hit the sixth month and the site goes live, your sales and visibility steadily increase. IBy the end of the year you bring in a total of $50,000 in sales.</p>
<p>Now let&#8217;s follow the release early, release often practice. After the first month you have a very basic e-commerce site ready. It does not have the blog and news sections, you don&#8217;t accept PayPal and some of the categorization features aren&#8217;t available yet. The site goes live and customers start making orders. Meanwhile you are under way having the next set of features created. A new set of updates is made to the site every week. By the sixth month your original set of features is complete. And by the sixth month you have brought in $30,000 of sales. By the end of the year you have brought in $160,000 in sales simply because your site has been available to uses for five additional months! In essence the site pays for itself by going live early.</p>
<p><a href="http://www.theriddlebrothers.com/wp-content/uploads/Screen-shot-2010-08-02-at-7.50.05-AM.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.theriddlebrothers.com/wp-content/uploads/Screen-shot-2010-08-02-at-7.50.05-AM.png" alt="" title="Release Early, Release Often vs. Traditional" width="445" height="268" class="aligncenter size-full wp-image-1532" /></a></p>
<h3>Requirements Changes</h3>
<p>It is a fact that requirements change over time. Business decisions are made that effect the priorities of feature sets, or deadlines are moved and require modification of the original project scope. With a larger project these changes can be debilitating to releasing a product. In the example above where an e-commerce took six months to release using the traditional method, what if you (the client) were forced to move to a new inventory management system midway through the project? That type of major change could push back the schedule weeks or months. So now your six month deadline has now become eight months, and you still don&#8217;t have a site bringing in any profit. With the release often approach, you can make these shipping changes incrementally with each new release until you are fully migrated to the new system.</p>
<h3>Early User Feedback</h3>
<p>It doesn&#8217;t matter how great <strong>you</strong> think your new website will be, it matters what the <strong>end-user</strong> thinks. By releasing early you are able to receive user feedback immediately, which will allow you to make adjustments, assess the potential return on investment, or scrap the project entirely. If your site receives poor feedback and you aren&#8217;t hitting the revenue benchmarks needed to continue, you are able to cut your losses early. If you had used the waterfall method and released after the project was completed, you will have spent over twice the time and money just to hear this feedback.</p>
<h3>Security and Reliability</h3>
<p>No matter how well tested a site is, there are always going to be small bugs that are uncovered as your site&#8217;s visibility increases. With a traditional approach you will have to wait until your next set of features is complete (which could be another six months) before these issues are fixed. If you are releasing often though, it may only be a few days before these issues are fixed. With a Web-based product you should always take advantage of being able to release updates instantly with no interaction from the user. If there is a minor bug occurring only to a select group of users, you can fix that issue instantly before anyone else experiences the problem.</p>
<h3>Think Small</h3>
<p>The major point of releasing early and often is to take small features and build them out quickly and efficiently. All too often we see companies delaying projects entirely just to fit in one more feature they feel is necessary for customers to stay on their site. The reality is most of these features go unnoticed. Your first goal should be getting your site online with the minimum number of features possible. From there you can continue to build your site as you receive vital feedback from the users, and plan your next set of features and changes based on those comments. You can&#8217;t build a house without laying the foundation first, and there is no sense in delaying the entire project simply because the light switches you wanted aren&#8217;t available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2010/08/02/release-early-release-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Your Company Needs A Wiki</title>
		<link>http://www.theriddlebrothers.com/2010/07/26/why-your-company-needs-a-wiki/</link>
		<comments>http://www.theriddlebrothers.com/2010/07/26/why-your-company-needs-a-wiki/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:00:21 +0000</pubDate>
		<dc:creator>Joshua Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=1496</guid>
		<description><![CDATA[By definition a wiki is a &#8220;website that allows the easy creation and editing of any number of interlinked web pages via a web browser using a simplified markup language or a WYSIWYG text editor.&#8221;. Most people instantly think of the most popular wiki, Wikipedia, but in reality a wiki is an application at heart [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://en.wikipedia.org/wiki/Wiki">definition</a> a wiki is a &#8220;website that allows the easy creation and editing of any number of interlinked web pages via a web browser using a simplified markup language or a WYSIWYG text editor.&#8221;. Most people instantly think of the most popular wiki, <a href="http://www.wikipedia.com">Wikipedia</a>, but in reality a wiki is an application at heart that can be repurposed for any number of uses.</p>
<p>At the Riddle Brothers we have an internal wiki that we use for just about everything - from our Operations Manual to client information to project management purposes. It is essentially an open repository of knowledge that can be referenced at any time. How would your company benefit from a wiki?</p>
<h3>One Common Reference Point</h3>
<p>Your wiki is the brain of your business. If you continually update your wiki over time, it can be referred to for absolutely everything. Prior to using a wiki we used various spreadsheets in <a href="http://www.docs.google.com">Google Docs</a>. Over time we had dozens of spreadsheets with different permissions going out to various users. Then new version were created for the new business year and formats changed over time. After our third year of Google Docs we decided to move to the wiki format and it has made life much more simple. We still use Google Docs for a lot of purposes but more for client purposes rather than internal references.</p>
<h3>Internal Operations</h3>
<p>How many times have you tried to find out how to complete a task, and your co-worker said &#8220;go ask Jim, he knows how to handle that&#8221;? Your entire division may be relying on the knowledge of one person who may one day decide to leave the company. If you use a wiki you can build up your documentation so your co-worker instead says &#8220;look in the operations section of the wiki&#8221;. A wiki is a living site that should be updated daily whenever you are completing a new task. You can store server configurations, login credentials (make sure you secure your server and use an encrypted network), human resources documents, and pretty much everything. Every time someone asks you how to do something check to ensure it is available in the wiki. If not then you can add a page and never have to answer the same question twice.</p>
<h3>New Employee Training</h3>
<p>Hiring a new employee? Have them read through the wiki on their first day. You can include a section for new employees with everything they will need to know about the company in general, as well has how to operate on a day-to-day basis. This works particularly well with office jobs where you are in front of a computer 90% of the day and can access the wiki at all times. You could also keep printed copies on hand although they may quickly become out-dated depending on how well maintained your information is and how routine that positions&#8217; tasks are.</p>
<h3>Permissions and Accessibility</h3>
<p>If you aren&#8217;t using a wiki then you probably use some type of local network for sharing documents that contain this information. Maybe you have a VPN or use <a href="http://www.dropbox.com">Dropbox</a> to sync folders of this information. However if you are keeping internal documentation stored here you are not benefiting from other features of a wiki including version control, page-based permissions, and being able to access the information when outside of your network. Also there are a large number of <a href="http://www.mediawiki.org/wiki/Category:Extensions_in_Wikimedia_version_control">extensions</a> that can be integrated to cover nearly every common purpose. This is not possible on a local network of files unless you are using a separate application such as a web-based intranet.</p>
<h3>Cost Effective</h3>
<p>While there are commercially available wikis (usually a paid-hosting suite) the <a href="http://www.wikimedia.com">software that powers</a> Wikipedia is available for free (it is open-source). No software licenses means you only have to pay for hosting, the domain, and the cost to have it installed and configured. Most companies will want some branding integration which is also possible with a majority of solutions - some even featuring a full templating system for advanced themes.</p>
<h3>Convinced?</h3>
<p>As I mentioned we use a wiki for 90% of our internal documentation. I usually have it open in a browser window throughout the day in case I need to refer to it or add something.</p>
<p>If you are interested in finding out more, or would like to get a wiki set up for your company <a href="/contact-us">let us know</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2010/07/26/why-your-company-needs-a-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Web Site on a Mobile Device &#8211; Thoughts to Keep in Mind</title>
		<link>http://www.theriddlebrothers.com/2009/07/08/your-web-site-on-a-mobile-device-thoughts-to-keep-in-mind/</link>
		<comments>http://www.theriddlebrothers.com/2009/07/08/your-web-site-on-a-mobile-device-thoughts-to-keep-in-mind/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:21:15 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Web Site Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile device]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=631</guid>
		<description><![CDATA[As more and more people make the jump and acquire cell phones, smart phones and iPhones for accessing the Web, it is important that your Web site meets the requirements of a mobile device.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-632" title="iphone" src="http://www.theriddlebrothers.com/wp-content/uploads/iphone.jpg" alt="iphone" width="175" height="121" />As more and more people make the jump and acquire cell phones, smart phones and iPhones for accessing the Web, it is important that your Web site meets the requirements of a mobile device. Visiting a Web site on a mobile phone is a &#8220;whole different ball game&#8221; than how you access a site on your desktop computer. Some points to consider are different browsing habits, optimized graphics, keeping your mobile site as simple as possible and much more.</p>
<p>Fuel Your Creativity has put together a fantastic list of 13 items to keep in mind when designing your Web site for a mobile device.</p>
<p><strong>Read the full article:</strong></p>
<p><a title="13 Tips To Improve Your Site’s Accessibility From Mobile Devices" href="http://www.fuelyourcreativity.com/13-tips-to-improve-your-sites-accessibility-from-mobile-devices/" target="_blank">13 Tips To Improve Your Site’s Accessibility From Mobile Devices</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/07/08/your-web-site-on-a-mobile-device-thoughts-to-keep-in-mind/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Importance of Your &#8220;About Us&#8221; Page</title>
		<link>http://www.theriddlebrothers.com/2009/07/01/the-importance-of-your-about-us-page/</link>
		<comments>http://www.theriddlebrothers.com/2009/07/01/the-importance-of-your-about-us-page/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:36:52 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Web Site Marketing]]></category>
		<category><![CDATA[about us]]></category>
		<category><![CDATA[about us page]]></category>
		<category><![CDATA[bio page design]]></category>
		<category><![CDATA[company page design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=622</guid>
		<description><![CDATA[The "About Us" page is one of the most frequently accessed pages of any Web site. Therefore this highly-viewed page should be given the same amount of design attention as your home page!]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-623" title="About Me Dog" src="http://www.theriddlebrothers.com/wp-content/uploads/about-me-dog.jpg" alt="About Me Dog" width="200" height="244" />A page that can be found on nearly every individual or company Web site is the &#8220;About Us&#8221; page. It tells your visitor who you are, what your intentions are and gives them a feel for who is behind the Web site they happen to be visiting.</p>
<p>It is no surprise that <strong>the &#8220;About Us&#8221; page is one of the most frequently accessed pages of any Web site</strong> (aside from the home page obviously). Therefore this highly-viewed page should be given the same amount of design attention as your home page!</p>
<p><a title="Smashing Magazine" href="http://www.smashingmagazine.com" target="_blank">Smashing Magazine</a> has posted an in-depth compilation of some of the best and most visually attractive &#8220;About Us&#8221; pages from across the Web .</p>
<p><strong>Read the full article:</strong></p>
<p><a title="Best Practices For Effective Design Of “About us”-Pages" href="http://www.smashingmagazine.com/2009/07/01/best-practices-for-effective-design-of-about-us-pages/" target="_blank">Best Practices For Effective Design Of “About us”-Pages</a></p>
<p>Giving some thought to re-designing your &#8220;About Us&#8221; page? <a title="Contact us" href="/contact">Contact us</a> today to see how we can help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/07/01/the-importance-of-your-about-us-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization (SEO) &#8211; New Trends and Practices</title>
		<link>http://www.theriddlebrothers.com/2009/06/26/search-engine-optimization-seo-new-trends-and-practices/</link>
		<comments>http://www.theriddlebrothers.com/2009/06/26/search-engine-optimization-seo-new-trends-and-practices/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:23:42 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Site Marketing]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=618</guid>
		<description><![CDATA[A few Search Engine Optimization (SEO) tips regarding some of the newest trends in pushing your Web site to the top of search listings.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-619" title="google" src="http://www.theriddlebrothers.com/wp-content/uploads/google.jpg" alt="google" width="225" height="150" />Search Engine Optimization (SEO) can be considered a science and there are many people out there that make a &#8220;killing&#8221; on helping people tweak their Web sites to battle for prime search engine positioning. To me it comes down to common sense&#8230;having relevant text and content on your Web page.</p>
<p>However there are a few things that you should know about search engines and how they are working nowadays. Gone are the days of submitting your site to &#8220;search engine directories&#8221; and loading your sites meta tags with keywords. SitePoint offers up some of the newest trends in a recent article.</p>
<p><strong>Read the full article:</strong></p>
<p><a title="SEO: What's Hot and What's Not" href="http://www.sitepoint.com/blogs/2009/06/26/hot-seo-metrics/" target="_blank">SEO: What&#8217;s Hot and What&#8217;s Not</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/06/26/search-engine-optimization-seo-new-trends-and-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Web Design Increases Your Visitors&#8217; Confidence in Your Product</title>
		<link>http://www.theriddlebrothers.com/2009/06/23/good-web-design-increases-your-visitors-confidence-in-your-product/</link>
		<comments>http://www.theriddlebrothers.com/2009/06/23/good-web-design-increases-your-visitors-confidence-in-your-product/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:52:31 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[confidence]]></category>
		<category><![CDATA[perception]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=606</guid>
		<description><![CDATA[The initial perception of your Web site heavily influences the confidence, trust and usability that visitor will have regarding the product or services offered. ]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-609" title="painter palette" src="http://www.theriddlebrothers.com/wp-content/uploads/palette1.jpg" alt="painter palette" width="250" height="178" />From the <em>&#8220;this is obvious but it is nice to see backing research&#8221;</em> file, <a title="A List Apart" href="http://www.alistapart.com/" target="_blank">A List Apart</a> has posted a fantastic article highlighting how a viewer&#8217;s perception of a Web site is established within 50 milliseconds. This initial perception heavily influences the confidence, trust and usability that visitor will have regarding the product or services offered.</p>
<p>An excerpt from the article states:</p>
<blockquote><p><em>Research confirms that users make aesthetic decisions about the overall visual impression of web pages in as little as 50 milliseconds (1/20th of a second). These instant visceral reactions to web pages happen in virtually all users, are consistent over visit length, and strongly influence the user’s sense of trust in the information. In short, users have made fundamental, consistent, and lasting aesthetic decisions about the credibility and authority of sites before major eyetracking events begin.</em></p></blockquote>
<p><strong>Read the full article:</strong></p>
<p><a title="Visual Decision Making" href="http://www.alistapart.com/articles/visual-decision-making/" target="_blank">Visual Decision Making</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/06/23/good-web-design-increases-your-visitors-confidence-in-your-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invest in Your Web Site, Branding and Uniqueness</title>
		<link>http://www.theriddlebrothers.com/2009/06/16/invest-in-your-web-site-branding-and-uniqueness/</link>
		<comments>http://www.theriddlebrothers.com/2009/06/16/invest-in-your-web-site-branding-and-uniqueness/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:45:50 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Rebranding]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Web Site Marketing]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[invest]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[unique]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web site]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=597</guid>
		<description><![CDATA[Putting the appropriate value on your Web site and being willing to invest in top-notch marketing materials to establish your brand is a must  to achieve success.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-598" title="balance" src="http://www.theriddlebrothers.com/wp-content/uploads/balance.png" alt="balance" width="186" height="144" />Putting the appropriate value on your Web site and being willing to invest in top-notch marketing materials to establish your brand is a must  to achieve success. I like to quote the adage <em>&#8220;you get what you pay for&#8221;</em>. It is understandable that businesses want to achieve the best bang for their buck, but with professional services (carpenters, doctors, mechanics and Web design / development companies), those whose prices are too good to be true usually just that.</p>
<p>Eric Karjaluoto of Ideas on Ideas presents a short story on the failure of one law firm to see the value in having a marketable Web site, and why it makes no sense to spend lavishly on other business features but let your brand suffer.</p>
<p><strong>Read the full article:</strong></p>
<p><a title="Sweatpants Forever?" href="http://www.ideasonideas.com/2009/06/sweatpants-forever/" target="_blank">Sweatpants Forever?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/06/16/invest-in-your-web-site-branding-and-uniqueness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Web Site Work for Your Business</title>
		<link>http://www.theriddlebrothers.com/2009/06/09/make-a-web-site-work-for-your-business/</link>
		<comments>http://www.theriddlebrothers.com/2009/06/09/make-a-web-site-work-for-your-business/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:12:22 +0000</pubDate>
		<dc:creator>Aaron Riddle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[tracking results]]></category>
		<category><![CDATA[Web site]]></category>

		<guid isPermaLink="false">http://www.theriddlebrothers.com/?p=513</guid>
		<description><![CDATA[A quick and easy-to-read article on how to make a Web site improve your business.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick and easy-to-read article on how to make a Web site improve your business. The first steps are obvious (getting a Web site up and running), however I like how the author stresses on sticking to your message and not trying to do too much at one time.</p>
<p><strong>Read the full article:</strong></p>
<p><a title="Make the Web Work for Your Business" href="http://www.freelanceswitch.com/finding/how-to-make-the-web-work-for-your-business-in-5-steps/" target="_blank">How to Make the Web Work for Your Business in 5 Steps</a></p>
<p><strong><em>Thinking about a Web site for your business or organization? </em></strong></p>
<p><a title="contact us" href="/contact" target="_self">Contact us</a> for a free estimate and project proposal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theriddlebrothers.com/2009/06/09/make-a-web-site-work-for-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

