<?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>Breazeale Enterprises &#187; Blog</title> <atom:link href="http://jbreazeale.com/blog/feed/" rel="self" type="application/rss+xml" /><link>http://jbreazeale.com</link> <description>Plain talk about technology for small business owners.</description> <lastBuildDate>Wed, 30 Nov 2011 14:20:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Don&#8217;t punish everyone</title><link>http://jbreazeale.com/2011/07/dont-punish-everyone/</link> <comments>http://jbreazeale.com/2011/07/dont-punish-everyone/#comments</comments> <pubDate>Thu, 21 Jul 2011 15:47:07 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1473</guid> <description><![CDATA[I came across this great video today from Derek Sivers &#8211; he&#8217;s just released his new book, Anything You Want, and is apparently doing a series of short videos covering some of the topics in the book.  I&#8217;ve worked in large and small companies and non-profit organizations and these &#8220;punish everyone&#8221; policies are everywhere &#8211; [...]]]></description> <content:encoded><![CDATA[<p></p><p>I came across this great video today from Derek Sivers &#8211; he&#8217;s just released his new book, <a title="Anything You Want | Amazon.com" href="http://www.amazon.com/gp/product/1936719118/ref=as_li_ss_tl?ie=UTF8&amp;tag=breazeaenterp-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1936719118" target="_blank">Anything You Want</a>, and is apparently doing a series of short videos covering some of the topics in the book.  I&#8217;ve worked in large and small companies and non-profit organizations and these &#8220;punish everyone&#8221; policies are everywhere &#8211; I&#8217;m making it my mission to get rid of them, and add some common-sense back in, where-ever possible.</p><p>Enjoy!</p><p><a href="http://jbreazeale.com/2011/07/dont-punish-everyone/"><em>Click here to view the embedded video.</em></a></p><p>(h/t to <a title="Think Vitamin | Don't Punish Everyone" href="http://thinkvitamin.com/asides/dont-punish-everyone/" target="_blank">Think Vitamin</a>)</p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/07/dont-punish-everyone/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Custom domain mapping for WordPress 3.1 subdomains</title><link>http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/</link> <comments>http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#comments</comments> <pubDate>Fri, 06 May 2011 23:00:59 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1453</guid> <description><![CDATA[After spending several hours poring over a variety of sites, tutorials, forums, and FAQs, I was able to get the following configuration working on my main site and all subdomains1: WordPress 3.1.2 with multisite (this was originally a WPMU installation) and the following plugins enabled: BuddyPress 1.2.8. This includes one main site plus multiple subdomains. [...]]]></description> <content:encoded><![CDATA[<p></p><p>After spending several hours poring over a variety of sites, tutorials, forums, and FAQs, I was able to get the following configuration working on my main site and all subdomains<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_0_1453" id="identifier_0_1453" class="footnote-link footnote-identifier-link" title="A subdomain would look like this: http://subdomain.domain.com. A subdirectory would look like this: http://domain.com/subdirectory. The steps below are for subdomains only. The same functionality should be available for subdirectories, but that is beyond the scope of this tutorial.">1</a></sup>:</p><ul><li><a title="Wordpress 3.1" href="http://codex.wordpress.org/Version_3.1" target="_blank">WordPress 3.1.2</a> with <a title="Create a network on WordPress" href="http://codex.wordpress.org/Create_A_Network" target="_blank">multisite</a> (this was originally a <a title="Wordpress MultiUser" href="http://mu.wordpress.org/" target="_blank">WPMU</a> installation) and the following plugins enabled:<ul><li><a title="BuddyPress" href="http://buddypress.org/" target="_blank">BuddyPress</a> 1.2.8. This includes one main site plus multiple subdomains.</li><li><a title="WordPress MU Domain Mapping" href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/">WordPress MU Domain Mapping 0.5.4</a></li></ul></li><li>BuddyPress default theme on the main site.</li><li><a title="Thesis" href="http://jbreazeale.com/thesis/" target="_blank">Thesis 1.8</a> on subdomains.</li></ul><p>This guide will cover how to setup custom domain mapping for subdomains on a WordPress 3.0+ multisite platform using the WordPress MU Domain Mapping plugin. There will be a separate guide for setting up Thesis 1.8 on those subdomains.</p><h3>Getting started</h3><p>First, I&#8217;m assuming that you have a functional install of WPMU or WordPress 3.0 with multisite enabled, and are somewhat comfortable with:</p><ul><li>making simple modifications to code (PHP, CSS) files, and</li><li>changing DNS settings</li></ul><p>If you&#8217;re new to WordPress, or especially if you&#8217;re new to the multisite functionality in WordPress 3.0+, then this tutorial is probably not for you. We will be making changes to core files<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_1_1453" id="identifier_1_1453" class="footnote-link footnote-identifier-link" title="how your site looks and functions">2</a></sup> and DNS settings<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_2_1453" id="identifier_2_1453" class="footnote-link footnote-identifier-link" title="how you are found on the &amp;#8216;net">3</a></sup> &#8212; if you make a mistake you can bring down and seriously bork your site. Probably not something irreparable, but more than a minor annoyance.</p><p>Also, I would recommend at least a passing familiarity with FTP software<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_3_1453" id="identifier_3_1453" class="footnote-link footnote-identifier-link" title="I use Filezilla.">4</a></sup> and text editors.<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_4_1453" id="identifier_4_1453" class="footnote-link footnote-identifier-link" title="I use&nbsp;Notepad++.">5</a></sup><sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_5_1453" id="identifier_5_1453" class="footnote-link footnote-identifier-link" title="Many hosting providers have web-based tools that provide some of this functionality, but for this tutorial Filezilla/Notepad++ are a better choice.">6</a></sup></p><p>Still here?</p><p>Okay, let&#8217;s get started&#8230;</p><h3>Installing WordPress MU Domain Mapping</h3><p>The WordPress MU Domain Mapping plugin permits users of a WordPress MU site or WordPress 3.0 network to map their blog/site to another domain.</p><p>This plugin must be installed manually &#8211; it will not work correctly if you try to use the Plugins -&gt; Add New functionality from your dashboard.</p><p>Here&#8217;s how to do it:</p><ol><li>Download the plugin and unzip it.</li><li>Upload the plugin to <code>wp-content/plugins</code>.<br /> <a href="http://jbreazeale.com/wp-content/uploads/wpmu-1-21.png"><img class="alignnone size-full wp-image-1418" title="WordPress MU Domain Mapping plugin location" src="http://jbreazeale.com/wp-content/uploads/wpmu-1-21.png" alt="WordPress MU Domain Mapping plugin location" width="300" height="175" /></a></li><li>Go to Plugins, then <a href="http://codex.wordpress.org/Create_A_Network#WordPress_Plugins" target="_blank">Network Activate </a>the plugin.</li><li>Now you need to edit your <code>wp-config.php</code> file. This file is typically located in the root of your domain (e.g. &#8220;public_html/&#8221;).<br /> <a href="http://jbreazeale.com/wp-content/uploads/wpmu-3.png"><img class="alignnone size-full wp-image-1413" title="WordPress MU Domain Mapping - Step 4" src="http://jbreazeale.com/wp-content/uploads/wpmu-3.png" alt="WordPress MU Domain Mapping - Step 4" width="300" height="110" /></a></li><li>Uncomment the SUNRISE definition line:<br /> <code>define ('SUNRISE','on')</code></li><li>If you don&#8217;t see the SUNRISE definition line on your <code>wp-config.php</code> file, then add it to the line above the last <code>"require_once"</code>command.</li><li>The COOKIE_DOMAIN definition will conflict with logins on your mapped domains, so go ahead and comment this out as well:<br /> <code>//define('COOKIE_DOMAIN',")</code></li></ol><h3>Setting up DNS for your subdomains</h3><p>I use separate providers for <a title="1and1.com" href="http://1and1.com" target="_blank">my domain registration</a> and <a title="psek.com" href="http://psek.com" target="_blank">my WPMU hosting</a>, so the steps below are what I used to get everything up and running.</p><p>Your steps may vary depending on your setup and the tools offered by your domain registration and hosting providers, but the general process is the same.</p><p>FYI, I like to keep <a title="Network Tools" href="http://network-tools.com" target="_blank">Network Tools</a> handy during this process so I can make quick checks of the DNS settings.</p><p>Here we go&#8230;</p><ol><li>Login to your domain registrar and edit the DNS settings for the domain (mysite.com) you want to point to the WordPress subdomain (mysite.mywordpress.com).</li><li>Change the nameservers for the domain (mysite.com) to the nameservers of your hosting provider. For example, ns##.domainregistrar.com would change to ns##.webhosting.com.<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_6_1453" id="identifier_6_1453" class="footnote-link footnote-identifier-link" title="You know that these are examples, right? The ##s would be replaced by real numbers and the &amp;#8220;domainregistrar.com&amp;#8221; and &amp;#8220;webhosting.com&amp;#8221; would be replaced by the real names. Ok? Just checking.">7</a></sup></li><li>Login to your hosting provider and park the new domain (mysite.com).</li><li>Wait. It can take anywhere from a few minutes (typical) to a few hours (unlikely, but possible) for all of these changes to propogate throughout the system, so go grab a cup of coffee and check everything when you get back.</li></ol><p>Now that everything is resolving correctly, we can go back to WordPress&#8230;</p><h3>Configuring the WordPress MU Domain Mapping plugin</h3><ol><li>Go to Network Admin -&gt; Settings -&gt; Domain Mapping to create the domain mapping database table and set the IP address to point your domains to (this is the IP address for your site, provided by your hosting company).</li><p><a href="http://jbreazeale.com/wp-content/uploads/domain-mapping-configuration.png"><img class="alignnone size-full wp-image-1422" title="domain-mapping-configuration" src="http://jbreazeale.com/wp-content/uploads/domain-mapping-configuration.png" alt="Domain mapping configuration" width="425" height="500" /></a></p><li>You can learn more about the Domain Options on this page from the <a title="WordPress MU Domain Mapping" href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/" target="_blank">plugin page</a>, but here&#8217;s a quick overview (<a title="Wordpress 3.0 Multisite Domain Mapping Tutorial | Otto on WordPress" href="http://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/" target="_blank">thanks, Otto</a>!):<ul><li><span style="text-decoration: underline;">Remote Login: </span>This will make your login pages for all sites redirect to your main site to do the actual login. The benefit of this is that when you log in to one, you log into all of them. The downside is that the URL changes to another domain in order to log in.</li><li><span style="text-decoration: underline;">Permanent redirect: </span>This makes your subdomain or subdirectory sites redirect to their domains. You should leave this on.</li><li><span style="text-decoration: underline;">User domain mapping page: </span>Turn this on if you want users to be able to put in their own domains for mapping.</li><li><span style="text-decoration: underline;">Redirect administration pages to blog’s original domain (remote login disabled if redirect disabled)</span>: This makes all admin pages show up on the original domain instead of on the new domains. You need this enabled for remote login to work.</li></ul></li></ol><p>Once the plugin is configured, it&#8217;s time to actually map your domain!</p><h3>Mapping your domain</h3><p>The simplest way to map a domain to one of your sites is through the user dashboard.<sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_7_1453" id="identifier_7_1453" class="footnote-link footnote-identifier-link" title="This assumes that you checked the&nbsp;User domain mapping page option above.">8</a></sup><sup><a href="http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/#footnote_8_1453" id="identifier_8_1453" class="footnote-link footnote-identifier-link" title="You can also set domain mapping through the Network Admin panel.">9</a></sup></p><ol><li>Log into the site (mysite.mywordpress.com) you actually want to map to a new domain (mysite.com), then go to Tools-&gt;Domain Mapping.</li><li>Put in a new domain and set it as the primary.<br /> <a href="http://jbreazeale.com/wp-content/uploads/domain-mapping.png"><img class="alignnone size-full wp-image-1423" title="domain-mapping" src="http://jbreazeale.com/wp-content/uploads/domain-mapping.png" alt="Domain Mapping" width="377" height="361" /></a></li><li>Click the Set Primary Domain button.</li></ol><p>That&#8217;s it! You should now have your domain (mysite.com) redirecting to your WordPress subdomain (mysite.domain.com). Hoorah!</p><ol class="footnotes"><li id="footnote_0_1453" class="footnote">A subdomain would look like this: http://subdomain.domain.com. A subdirectory would look like this: http://domain.com/subdirectory. The steps below are for subdomains only. The same functionality should be available for subdirectories, but that is beyond the scope of this tutorial.</li><li id="footnote_1_1453" class="footnote">how your site looks and functions</li><li id="footnote_2_1453" class="footnote">how you are found on the &#8216;net</li><li id="footnote_3_1453" class="footnote">I use <a title="FileZilla" href="http://filezilla-project.org/" target="_blank">Filezilla</a>.</li><li id="footnote_4_1453" class="footnote">I use <a title="Notepad++" href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a>.</li><li id="footnote_5_1453" class="footnote">Many hosting providers have web-based tools that provide some of this functionality, but for this tutorial Filezilla/Notepad++ are a better choice.</li><li id="footnote_6_1453" class="footnote">You know that these are examples, right? The ##s would be replaced by real numbers and the &#8220;domainregistrar.com&#8221; and &#8220;webhosting.com&#8221; would be replaced by the real names. Ok? Just checking.</li><li id="footnote_7_1453" class="footnote">This assumes that you checked the User domain mapping page option above.</li><li id="footnote_8_1453" class="footnote">You can also <a title="WordPress 3.0 Multisite Domain Mapping Tutorial | Otto on WordPress" href="http://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/" target="_blank">set domain mapping through the Network Admin panel</a>.</li></ol>]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/05/custom-domain-mapping-for-wordpress-3-1-subdomains-2/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>A spring refresh</title><link>http://jbreazeale.com/2011/04/a-spring-refresh-at-jbreazeale-com/</link> <comments>http://jbreazeale.com/2011/04/a-spring-refresh-at-jbreazeale-com/#comments</comments> <pubDate>Mon, 11 Apr 2011 18:22:30 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1399</guid> <description><![CDATA[If you haven&#8217;t visited the site in awhile, it&#8217;s time to come back for another look! I&#8217;ve added a Resources page with: A cheatsheet for your DNS settings (especially useful for those who are using a GoDaddy domain with Page.ly hosting and Google Apps for email.) A set of shared bookmarks from my pinboard.in account. [...]]]></description> <content:encoded><![CDATA[<p></p><p>If you haven&#8217;t visited the site in awhile, it&#8217;s time to come back for another look!</p><p>I&#8217;ve added a <a title="Resources" href="http://jbreazeale.com/resources/">Resources </a>page with:</p><ul><li>A <a title="DNS Settings" href="http://jbreazeale.com/dns-settings/">cheatsheet for your DNS settings </a>(especially useful for those who are using a GoDaddy domain with Page.ly hosting and Google Apps for email.)</li><li>A set of shared bookmarks from <a title="jbreazeale | pinboard.in" href="http://pinboard.in/u:jbreazeale" target="_blank">my</a> <a title="pinboard.in" href="http://pinboard.in" target="_blank">pinboard.in </a>account. These are items I thought you might find interesting, but that may or may not rise to the level of a &#8220;roundup&#8221; item.</li></ul><p>The <a title="Portfolio" href="http://jbreazeale.com/portfolio/" target="_blank">Portfolio</a> page has gotten a quick refresh as well with updated images reflecting the original concept.*</p><p>I&#8217;ve also updated the <a title="Services" href="http://jbreazeale.com/services/" target="_blank">Services</a> page with three new offerings &#8211; Starter, Fundamentals (previously Basics), and Professional &#8211; so you can select the best option for your business (and your wallet!) </p><p>To celebrate the site refresh and the first of Spring, <strong>the first five sign-ups in April will get 15% off ! (promocode: aprilrefresh)</strong>  This offer is only good through April 30, so act fast.</p><p><sub>* Site owners can (and often, do) make a variety of changes to the look and feel of their website, so I wanted the Portfolio page to more accurately reflect what an initial design (by me) might look like for a new client.</sub></p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/04/a-spring-refresh-at-jbreazeale-com/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The roundup&#8230;</title><link>http://jbreazeale.com/2011/04/the-roundup-april-11/</link> <comments>http://jbreazeale.com/2011/04/the-roundup-april-11/#comments</comments> <pubDate>Mon, 11 Apr 2011 17:39:40 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[blog software]]></category> <category><![CDATA[core77]]></category> <category><![CDATA[government]]></category> <category><![CDATA[images]]></category> <category><![CDATA[joshnimoy]]></category> <category><![CDATA[lorumpixum]]></category> <category><![CDATA[science fiction]]></category> <category><![CDATA[special effects]]></category> <category><![CDATA[stock photography]]></category> <category><![CDATA[tron legacy]]></category> <category><![CDATA[Tumblr]]></category> <category><![CDATA[usa.gov]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1392</guid> <description><![CDATA[A collection of my favorite bits from around the web, in no particular order&#8230; Josh Nimoy on the secrets behind the special effects in Tron Legacy An uber-geeky, but fascinating look at some of the technologies behind the scenes in the movie. Hint: that stuff you see on the screen isn&#8217;t just gobbledy-gook. (via: core77) [...]]]></description> <content:encoded><![CDATA[<p></p><p>A collection of my favorite bits from around the web, in no particular order&#8230;</p><p><strong><a title="Tron Legacy | Josh Nimoy" href="http://jtnimoy.net/workviewer.php?q=178" target="_blank">Josh Nimoy on the secrets behind the special effects in Tron Legacy</a></strong></p><p>An uber-geeky, but fascinating look at some of the technologies behind the scenes in the movie. Hint: that stuff you see on the screen isn&#8217;t just gobbledy-gook. (via: <a title="Josh Nimoy on the secrets behind the special effects in Tron Legacy | core77" href="http://www.core77.com/blog/technology/josh_nimoy_on_the_secrets_behind_the_special_effects_in_tron_legacy_18933.asp" target="_blank">core77</a>)</p><p><strong><a title="Why We Recommended Tumblr for the New USA.gov Blog | Measured Voice" href="http://measuredvoice.com/why-we-recommended-tumblr-for-the-new-usa-gov-blog#" target="_blank">Why We Recommended Tumblr for the New USA.gov Blog</a></strong></p><p>I &lt;3 Tumblr and am glad to see that it has <a title="Tumblr Is Growing By A Quarter Billion Impressions Every Week | TechCrunch" href="http://techcrunch.com/2011/01/28/karp-tumblr-quarter-billion-impressions-week/" target="_blank">really taken off </a>over the past few months (even if it has meant <del><a title="Thank You Tumblr | The Oatmeal" href="http://oatmeal.tumblr.com/post/2916375890/thank-you-tumblr" target="_blank">more tumblebeast sightings</a></del> that performance has taken a hit.)  And now, with a new &#8220;government friendly&#8221; terms of service, it sounds like it might turn into the provider of choice for those agencies looking to get a quick and easy blog started. (via: <a title="Why We Recommended Tumblr for the New USA.gov Blog | chartier" href="http://blog.onefps.net/post/4418165844" target="_blank">David Chartier</a>)</p><p><strong><a title="lorempixum" href="http://lorempixum.com/" target="_blank">lorempixum</a></strong></p><p>If you&#8217;ve ever dealt with having to create or manipulate placeholder images for a website or a print layout, then you should check out this site. Input the dimensions manually or use the Placeholder Generator tool to quickly get your image. (via: <a title="LorumPixum | Greg Babula" href="http://tumblr.com/xhz21v1pbi" target="_blank">Greg Babula</a>)</p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/04/the-roundup-april-11/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>This week&#8217;s roundup: Interesting tidbits on the web</title><link>http://jbreazeale.com/2011/03/this-weeks-roundup-interesting-tidbits-on-the-web/</link> <comments>http://jbreazeale.com/2011/03/this-weeks-roundup-interesting-tidbits-on-the-web/#comments</comments> <pubDate>Tue, 22 Mar 2011 17:15:08 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Gmail]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[LinkedIn]]></category> <category><![CDATA[media]]></category> <category><![CDATA[NYTimes]]></category> <category><![CDATA[online social networking]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[small business]]></category> <category><![CDATA[travel]]></category> <category><![CDATA[Tumblr]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1348</guid> <description><![CDATA[How to use LinkedIn (corporette.com) Especially relevant since I seem to be getting a handful of new connection requests each day &#8211; some from friends and colleagues, some from random strangers&#8230;  How I use LinkedIn has definitely changed over time and will continue to do so as my needs change and the service itself changes. [...]]]></description> <content:encoded><![CDATA[<p></p><h3><a title="How to Use LinkedIn | Corporette" href="http://corporette.com/2011/03/21/how-to-use-linkedin" target="_blank">How to use LinkedIn</a> (<a title="Corporette" href="http://corporette.com" target="_blank">corporette.com</a>)</h3><p>Especially relevant since I seem to be getting a handful of new connection requests each day &#8211; some from friends and colleagues, some from random strangers&#8230;  How I use <a title="LinkedIn" href="http://linkedin.com" target="_blank">LinkedIn</a> has definitely changed over time and will continue to do so as my needs change and the service itself changes.</p><h3><a title="How to turn all of your Facebook Notifications into a daily digest | Lifehacker.com" href="http://lifehacker.com/#!5783800/how-to-turn-all-your-facebook-notifications-into-a-daily-digest" target="_blank">How to turn all of your Facebook notifications into a daily digest</a> (<a title="lifehacker.com" href="http://lifehacker.com" target="_blank">lifehacker.com</a>)</h3><p>I don&#8217;t spend much time on <a title="Facebook" href="http://facebook.com" target="_blank">Facebook</a>, so emails and notifications really pile up when I finally do get a chance to browse around. I&#8217;d previously been using Gmail filters to keep these notifications out of my inbox, but then I never actually took the time to go through my Facebook folder.*</p><p>This Lifehacker article will walk you through turning off (most) email notifications and using RSS instead. And, with one more step, condensing that RSS feed into one daily digest. Excellent!</p><p><sub>*Happy Birthday/Happy Anniversary/Congratulations/Condolences/Get Well, etc. to everyone who I&#8217;ve missed an important life event from.</sub></p><h3><a title="Media outlets to readers: &quot;Put your money where your eyes are&quot; | 37signals.com" href="http://37signals.com/svn/posts/2812-media-outlets-to-readers-put-your-money-where-your-eyes-are" target="_blank">Media outlets to readers: &#8220;Put your money where your eyes are&#8221;</a> (<a title="37signals.com" href="http://37signals.com" target="_blank">37signals.com</a>) and<br /> <a title="How to keep reading the NY Times for free | gizmodo.com" href="http://gizmodo.com/#!5783148/how-to-keep-reading-the-ny-times-for-free" target="_blank">How to keep reading the NY Times for free</a> (<a title="gizmodo.com" href="http://gizmodo.com" target="_blank">gizmodo.com</a>)</h3><p>The paywall is coming&#8230; The paywall is coming&#8230; The <a title="NYTimes" href="http://nytimes.com" target="_blank">NY Times</a> switch to a digital paywall happened yesterday and, not surprisingly, generated a lot of discussion (although I think the overall effect will not be as magical or depressing as predicted.)  These two articles provide some interesting ideas on the business model and the potential different paths to profit.</p><h3><a title="The Pros and Cons of Tumblr for Small Business | mashable.com" href="http://mashable.com/2011/03/20/tumblr-pros-cons-business/" target="_blank">The Pros and Cons of Tumblr for Small Business</a> (<a title="Mashable.com" href="http://mashable.com" target="_blank">mashable.com</a>)</h3><p>I love <a title="Tumblr.com" href="http://tumblr.com" target="_blank">Tumblr</a> and have maintained my site pretty regularly for several years (I even <a title="Email versus bookmarklet blogging – a comparison of Tumblr and Posterous" href="http://jbreazeale.com/2009/07/email-versus-bookmarklet-blogging-a-comparison-of-tumblr-and-posterous/" target="_blank">prefer it to Posterous</a> for short-form stuff), however, it&#8217;s not typically a tool I would recommend for small businesses. Tumblr has a definite sense of community and a unique culture, so if your business is a match with those, Tumblr can be great. If it&#8217;s not a match, well&#8230;</p><h3><a title="Hipmunk" href="http://hipmunk.com" target="_blank">Hipmunk</a></h3><p>Booking travel always seems like it&#8217;s much harder than it needs to be. And, while finding flight information is getting easier, finding a place to stay can still be a pain. Enter Hipmunk, a simplified search tool for flights and hotels. One of the cool features, visual data overlays for food/tourism/shopping, etc.  (Hat tip to <a title="Joe Lazarus" href="http://joelaz.com/" target="_blank">Joe Lazarus</a> for this one.)</p><p><a href="http://joelaz.com/post/3923430540/hipmunk-city-info-overlays-the-info-overlay-heat"><img class="alignnone size-thumbnail wp-image-1350" title="hipmunk-data-overlay" src="http://jbreazeale.com/wp-content/uploads/hipmunk-data-overlay-150x150.jpg" alt="Hipmunk" width="150" height="150" /></a></p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/03/this-weeks-roundup-interesting-tidbits-on-the-web/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The roundup&#8230;</title><link>http://jbreazeale.com/2011/02/the-roundup/</link> <comments>http://jbreazeale.com/2011/02/the-roundup/#comments</comments> <pubDate>Mon, 28 Feb 2011 19:28:53 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[art]]></category> <category><![CDATA[bookmarks]]></category> <category><![CDATA[Boulder Open Coffee Club]]></category> <category><![CDATA[business]]></category> <category><![CDATA[children]]></category> <category><![CDATA[Community]]></category> <category><![CDATA[delicious]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[jewelry]]></category> <category><![CDATA[pinboard]]></category> <category><![CDATA[recipes]]></category> <category><![CDATA[software]]></category> <category><![CDATA[techcrunch]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1339</guid> <description><![CDATA[Thought I&#8217;d pass along a few of the interesting sites I found last week&#8230; Inventables Bendable wood, aluminum foam, and translucent concrete are just some of the super-cool (and pretty affordable) materials available from Inventables &#8211; the &#8220;innovator&#8217;s hardware store&#8221;. Web design tools and resources I use A pretty comprehensive list of resources (with links) [...]]]></description> <content:encoded><![CDATA[<p></p><p>Thought I&#8217;d pass along a few of the interesting sites I found last week&#8230;</p><p><strong><a title="Inventables" href="http://www.inventables.com" target="_blank">Inventables</a></strong><br /> <a title="Bendable wood | Inventables" href="http://www.inventables.com/technologies/bendable-wood" target="_blank">Bendable wood</a>, <a title="Aluminum foam | Inventables" href="http://www.inventables.com/technologies/aluminum-foam" target="_blank">aluminum foam</a>, and <a title="Translucent concrete | Inventables" href="http://www.inventables.com/technologies/translucent-concrete" target="_blank">translucent concrete</a> are just some of the super-cool (and pretty affordable) materials available from Inventables &#8211; the &#8220;innovator&#8217;s hardware store&#8221;.</p><p><strong><a title="Web design tools and resources I use" href="http://elementiks.com/web_resources.php" target="_blank">Web design tools and resources I use</a></strong><br /> A pretty comprehensive list of resources (with links) from Ethan at Elementiks. I typically use my bookmarking service (<a title="pinboard.in" href="http://pinboard.in/" target="_blank">pinboard.in</a>) to keep track of this type of info, but I really like the look of this page and find it very easy to use.</p><p><strong><a title="Recipes | Google Webmaster Tools" href="http://www.google.com/support/webmasters/bin/answer.py?answer=173379" target="_blank">Google Recipes</a></strong><br /> Did you know Google&#8217;s getting into recipe searches? Take a look at this article if you want to make recipes on your site more Google-friendly. There&#8217;s even a <a title="hRecipe" href="http://wordpress.org/extend/plugins/hrecipe/" target="_blank">hRecipe</a> WordPress plugin that seems to incorporate these <a href="http://microformats.org/">microformat standards</a> (although I haven&#8217;t tested it.)</p><p><strong><a title="The Case of the Missing Design Apprentice | ZURB" href="http://www.zurb.com/article/563/the-case-of-the-missing-design-apprentice" target="_blank">The Case of the Missing Design Apprentice (ZURB)</a></strong><br /> Talk about a timely article&#8230; At the last <a title="Boulder Open Coffee Club" href="http://boulderopencoffeeclub.com" target="_blank">Boulder Open Coffee Club</a>, we talked about this seemingly  always-present gap between companies seeking programming talent (UI/UX, front-end, back-end) and people who are looking for work, but may not have the exact skillset required. If companies are no longer willing to take the time and effort to &#8220;train someone up&#8221; for these roles, perhaps the community should.</p><p><strong><a title="Google Courts Yahoo Users with New Delicious Bookmarks Importer Tool | TechCrunch" href="http://techcrunch.com/2011/02/17/google-2/" target="_blank">Google Courts Yahoo Users with New Delicious Bookmarks Importer Tool</a></strong><br /> I love delicious.com, but with Yahoo&#8217;s decision to <span style="text-decoration: line-through;">shut it down</span> sell it, <strong>now</strong> may be the time to make the move. I switched to <a title="pinboard.in" href="http://pinboard.in" target="_blank">pinboard</a> a couple of years ago, but it looks like you can now <a title="Delicious Importer | Google" href="https://www.google.com/bookmarks/deliciousimport" target="_blank">roll everything over to Google</a>, too.</p><p><strong>And, just for fun&#8230;</strong></p><p>Artist <a title="Formia Design" href="http://www.formiadesign.com" target="_blank">Mia van Beek</a> can take your child&#8217;s drawings and turn them into jewelry or keyrings.</p><p><a href="http://www.formiadesign.com/"><img class="alignnone" title="Your child's jewelry from Mia Van der Beek" src="http://27.media.tumblr.com/tumblr_lfzihjo0cY1qzo8lwo1_400.jpg" alt="" width="393" height="400" /></a></p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/02/the-roundup/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Getting started: Making your site dynamic.</title><link>http://jbreazeale.com/2011/01/getting-started-making-your-site-dynamic/</link> <comments>http://jbreazeale.com/2011/01/getting-started-making-your-site-dynamic/#comments</comments> <pubDate>Sat, 15 Jan 2011 11:00:26 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Blog]]></category> <category><![CDATA[blog software]]></category> <category><![CDATA[business]]></category> <category><![CDATA[communication]]></category> <category><![CDATA[content management systems]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[FeedBurner]]></category> <category><![CDATA[LinkedIn]]></category> <category><![CDATA[marketing]]></category> <category><![CDATA[online communities]]></category> <category><![CDATA[online social networking]]></category> <category><![CDATA[Pistachio Consulting]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[search engine optimization]]></category> <category><![CDATA[Twitter]]></category> <category><![CDATA[Twitterfeed]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1308</guid> <description><![CDATA[So, you&#8217;ve created a great website for your business and sent an email out to friends and family letting them know you&#8217;re up and running. You&#8217;re all done&#8230; Just sit back and let the traffic come to you, right? Not quite. Your website is only the starting point for building your reputation, creating a community, [...]]]></description> <content:encoded><![CDATA[<p></p><p>So, you&#8217;ve created a great website for your business and sent an email out to friends and family letting them know you&#8217;re up and running. You&#8217;re all done&#8230; Just sit back and let the traffic come to you, right?</p><p>Not quite.</p><p>Your website is only the starting point for building your reputation, creating a community, or expanding your reach. You need to get your message out to and participate in the communities you want to reach, but if you&#8217;re not a <a title="Digital Native | Wikipedia" href="http://en.wikipedia.org/wiki/Digital_native" target="_blank">digital native</a>, this task can be quite daunting.</p><blockquote><p>But, I have a blog (that I actually post to). Isn&#8217;t that enough?</p></blockquote><p>Do you offer <a class="zem_slink freebase/en/rss" title="RSS" rel="wikipedia" href="http://en.wikipedia.org/wiki/RSS">RSS</a> and email subscriptions? Are you using <a class="zem_slink freebase/en/feedburner" title="FeedBurner" rel="homepage" href="http://www.feedburner.com/">Feedburner</a> to optimize/publicize/monitize your feed? Are you keeping track of analytics for your feed? Are you using automated services like <a title="twitterfeed.com" href="http://twitterfeed.com" target="_blank">Twitterfeed </a>(<a class="zem_slink freebase/en/twitter" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>) or <a title="involver.com" href="http://www.involver.com" target="_blank">Involver</a> (<a class="zem_slink freebase/en/facebook" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>) to push your feed to Twitter or Facebook? For corporate types, have you <a title="Wordpress|LinkedIn" href="http://www.linkedin.com/opensocialInstallation/preview?_applicationId=2200" target="_blank">connected your WordPress blog with your LinkedIn profile</a>?</p><blockquote><p>AAAAAAAA!!!!!</p></blockquote><p>Although the list of services can seem overwhelming, the good news is that most of them require just a little bit of initial setup and then you&#8217;re done &#8211; you focus on creating content for your blog and let these services spread it the web.</p><p>A few tips&#8230;</p><ul><li>Start with Feedburner. &#8220;Burn&#8221; your feed <strong>and</strong><a href="http://www.google.com/support/feedburner/bin/answer.py?hl=en&amp;answer=78982" target="_blank"> set it up for email subscriptions</a>.</li><li>Change the default feed on your website to your Feedburner feed.<ul><li>There are <a href="http://wordpress.org/extend/plugins/search.php?q=feedburner&amp;sort=" target="_blank">several plugins</a> available for WordPress that will handle this for you, or if you&#8217;re using WordPress+<a title="Thesis | DIY Themes" href="http://jbreazeale.com/thesis" target="_blank">Thesis</a>, you can set this up from the Dashboard &#8211;&gt; Thesis &#8211;&gt; Site Options &#8211;&gt; Syndication/Feed URL.</li></ul></li><li>Once your feed is setup and you&#8217;re ready to expand, I&#8217;d recommend starting with a <a title="twitterfeed.com" href="http://twitterfeed.com" target="_blank">Twitterfeed</a> hookup to Twitter.<ul><li>If you&#8217;re new to Twitter, make sure you spend some time familiarizing yourself with the community and general rules of posting etiquette.</li><li>Wendy Kier has some good advice about <a title="Give your Twitter a facelift | Social Media Today" href="http://socialmediatoday.com/wendy-kier/259693/give-your-twitter-facelift" target="_blank">giving your Twitter a facelift</a> (I especially liked #4 &#8211; Make your Tweets Rare) and you can learn all you ever wanted to know about Twitter (and then some!) from the awesome folks at <a title="Pistachio Consulting" href="http://pistachioconsulting.com" target="_blank">Pistachio Consulting</a>.</li></ul></li></ul><p>You can, of course, continue the process with Facebook and <a title="LinkedIn" href="http://linkedin.com" target="_blank">LinkedIn</a> and, depending on your business, you even may want to get involved in location-based services like <a class="zem_slink" title="Google Places" rel="homepage" href="http://google.com/places">Google Places</a>, <a title="foursquare" href="http://foursquare.com" target="_blank">Foursquare</a>, or <a class="zem_slink freebase/en/gowalla" title="Gowalla" rel="homepage" href="http://gowalla.com">Gowalla</a>, or review sites like <a title="Yelp!" href="http://yelp.com" target="_blank">Yelp</a>.</p><p>Still confused? <a title="Contact Us | Breazeale Enterprises" href="http://jbreazeale.com/contact-2/" target="_blank">Contact us</a> for help.</p><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=3cb3d29c-2038-4ddc-a843-4e43157248c2" alt="" /><span class="zem-script more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/01/getting-started-making-your-site-dynamic/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Refactoring your business</title><link>http://jbreazeale.com/2011/01/refactoring-your-business/</link> <comments>http://jbreazeale.com/2011/01/refactoring-your-business/#comments</comments> <pubDate>Fri, 14 Jan 2011 11:00:05 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[business]]></category> <category><![CDATA[Code refactoring]]></category> <category><![CDATA[communication]]></category> <category><![CDATA[content management systems]]></category> <category><![CDATA[Google Voice]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Refactoring]]></category> <category><![CDATA[Skype]]></category> <category><![CDATA[small business]]></category> <category><![CDATA[Twitter]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1296</guid> <description><![CDATA[Software developers periodically refactor their code to make it cleaner, more usable, more effective, more scaleable, etc.  Some designers do this as well. And, maybe it&#8217;s time to apply this concept to your business as well. Refactoring can be described as: &#8230;a disciplined technique for restructuring an existing body of code, altering its internal structure [...]]]></description> <content:encoded><![CDATA[<p></p><p>Software developers periodically <a title="Refactoring.com" href="http://www.refactoring.com/" target="_blank">refactor</a> their code to make it cleaner, more usable, more effective, more scaleable, etc.  <a title="37signals" href="http://37signals.com" target="_blank">Some designers</a> <a title="Refactoring for designers | 37signals (Ryan Singer)" href="http://37signals.com/svn/posts/2738-refactoring-for-designers" target="_blank">do this</a> as well. And, maybe it&#8217;s time to apply this concept to your business as well.</p><p>Refactoring can be described as:</p><blockquote><p>&#8230;a disciplined technique for restructuring an existing body of code, <span style="text-decoration: underline;">altering its internal structure without changing its external behavior</span>. Its heart is a <span style="text-decoration: underline;">series of small behavior preserving transformations</span>. Each transformation (called a &#8216;refactoring&#8217;) does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it&#8217;s less likely to go wrong. The system is also <span style="text-decoration: underline;">kept fully working</span> after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.<br /> (<span style="text-decoration: underline;">emphasis mine</span>)</p></blockquote><p>You could apply this definition to the &#8220;existing body of code&#8221; that is your business, or narrow it down to a much smaller and more specific element of your business, such as order processing.  Let&#8217;s try it with this example:</p><p><em>You&#8217;ve been making schmoppets* for a while now and have decided that  you&#8217;re going to start selling them. You talk to friends and family, do  all of the standard marketing stuff (including <a title="Services | Breazeale Enterprises" href="http://jbreazeale.com/services/" target="_blank">setting up a website</a>) and now you&#8217;re getting a few orders. People call, email, write,  comment on your blog, see you at craft fairs, and they&#8217;re all asking for <strong>more schmoppets!</strong></em></p><p><em>Although you&#8217;ve gotten along with paper and pen, or maybe a spreadsheet or two to keep track of these customers and their orders, you&#8217;re starting to get overwhelmed.</em></p><h3>Change the internal structure without changing the external behavior.</h3><p>In this case, the internal structure is how you receive orders from your customers; the external behavior would be your confirmation and processing of the order.</p><p>How can you make changes to the way you receive information without affecting the customer&#8217;s ordering experience?</p><h3>Make small changes&#8230;</h3><p>If the post-it notes, notepads, and spreadsheets are overwhelming, it&#8217;s tempting to take a big leap &#8211;</p><blockquote><p><strong>No more post-its for me, I&#8217;m going to move everything over to a new <a class="zem_slink freebase/en/customer_relationship_management" title="Customer relationship management" rel="wikipedia" href="http://en.wikipedia.org/wiki/Customer_relationship_management">CRM</a>!</strong></p></blockquote><p>(Gee, I don&#8217;t know what could possibly go wrong there&#8230;.)</p><p>Instead of implementing a new CRM, perhaps a better (smaller) option would be to narrow down the methods your customers use to contact you.</p><p>Do they really need your work phone, cell phone, <a class="zem_slink" title="Google Voice" rel="homepage" href="http://www.google.com/googlevoice/about.html">Google Voice</a> number, <a class="zem_slink freebase/en/skype" title="Skype" rel="homepage" href="http://skype.com">Skype</a> name, email address, a separate &#8220;orders@schmoppet.com&#8221; address, <a title="Twitter" href="http://twitter.com" target="_blank">Twitter</a> handle, and an online contact form?</p><p>If you narrowed that list down to one phone number, one email address, and one contact form, wouldn&#8217;t you still be available to your customers and able to collect the information you need?</p><h3>&#8230; a series of them.</h3><p>First, go from three phone numbers to one &#8212; notice any changes? Are you still receiving the calls you need?</p><p>Then, reduce the multiple email addresses to one &#8212; notice any changes? Are you still receiving the emails you need? Isn&#8217;t it simpler to read and respond from one email box?</p><p>Each step you takes brings you closer to a simpler and more effective solution, all while you&#8217;ve been able to&#8230;</p><h3>Keep it working.</h3><p>No downtime, seriously.</p><p>The orders keep coming in and going out, all while you&#8217;re making these gentle tweaks to the process &#8211; making it a little better each day, all while avoiding the chaos and drama that &#8220;LET&#8217;S MAKE A BIG CHANGE NOW!&#8221; involves.</p><p>Your customers are happy and you&#8217;re happy.</p><p>Time to move on to the next refactoring project&#8230;</p><p><sub>Thanks to <a title="Havi Brooks (twitter.com/havi)" href="http://twitter.com/havi" target="_blank">@havi</a> for the schmoppet moniker, <a title="Amy Goetz (twitter.com/barefootphoenix)" href="http://twitter.com/barefootphoenix" target="_blank">@barefootphoenix</a> for finding the schmoppet, and to schmoppet himself for general inspiration.</sub> <img src='http://jbreazeale.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br /> <a href="http://jbreazeale.com/wp-content/uploads/schmoppet.png"><img class="alignnone size-thumbnail wp-image-1297" title="schmoppet" src="http://jbreazeale.com/wp-content/uploads/schmoppet-150x150.png" alt="" width="150" height="150" /></a></p><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=151a1383-89d0-4667-bcb6-b8acc5004ebb" alt="" /><span class="zem-script more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/01/refactoring-your-business/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Design resource of the day: 65 of the best website designs in 2010</title><link>http://jbreazeale.com/2011/01/design-resource-of-the-day-65-of-the-best-website-designs-in-2010/</link> <comments>http://jbreazeale.com/2011/01/design-resource-of-the-day-65-of-the-best-website-designs-in-2010/#comments</comments> <pubDate>Wed, 12 Jan 2011 15:00:02 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1286</guid> <description><![CDATA[I don&#8217;t know why they picked 65 sites to highlight (probably because everyone is tired of &#8220;Top Ten&#8221; lists), but it&#8217;s a great resource to see what good design looks like. Some of my faves: Like: Bold typography, clear message, plus a sense of humor. Like: Use of bright colors and &#8220;handwritten&#8221; typography; all emphasizing [...]]]></description> <content:encoded><![CDATA[<p></p><p>I don&#8217;t know why <a title="Line25" href="http://line25.com" target="_blank">they</a> picked <a title="Showcasing 65 of the Best Website Designs of 2010" href="http://line25.com/inspiration/showcasing-65-of-the-best-website-designs-of-2010" target="_blank">65 sites to highlight</a> (probably because everyone is tired of &#8220;Top Ten&#8221; lists), but it&#8217;s a great resource to see what good design looks like.</p><p>Some of my faves:</p><p><a href="http://imagemechanics.com.au/#!/pages/home"><img class="size-medium wp-image-1287 alignnone" title="best-of-01" src="http://jbreazeale.com/wp-content/uploads/best-of-01-300x162.jpg" alt="" width="300" height="162" /></a></p><p>Like: Bold typography, clear message, plus a sense of humor.</p><p><a href="http://chirp.twitter.com/"><img class="alignnone size-medium wp-image-1288" title="best-of-02" src="http://jbreazeale.com/wp-content/uploads/best-of-02-300x162.jpg" alt="" width="300" height="162" /></a></p><p>Like: Use of bright colors and &#8220;handwritten&#8221; typography; all emphasizing and supporting the fun and casual image of Twitter</p><p><a href="http://jbreazeale.com/wp-content/uploads/best-of-03.jpg"><img class="alignnone size-medium wp-image-1289" title="best-of-03" src="http://jbreazeale.com/wp-content/uploads/best-of-03-300x162.jpg" alt="" width="300" height="162" /></a></p><p>Like: What can I say, I &#8216;m a sucker for orange.</p><p><a href="http://carsonified.com/"><img class="alignnone size-medium wp-image-1290" title="best-of-04" src="http://jbreazeale.com/wp-content/uploads/best-of-04-300x162.jpg" alt="" width="300" height="162" /></a></p><p>Like: I go back and forth between liking dark sites or light sites; just when I&#8217;ve seen about all I can take of light gray, ecru, and ivory, along comes *black* to shake things up.  I also like how much the personality of the company shines through in the typography, copy, and bubble graphics.</p><p><a href="http://www.jeroenhoman.com/"><img class="alignnone size-medium wp-image-1291" title="best-of-05" src="http://jbreazeale.com/wp-content/uploads/best-of-05-300x162.jpg" alt="" width="300" height="162" /></a></p><p>Like: When you have a testimonial like this designer has, how can you not feature it front-and- center!</p><p>As a small business owner, you may not be able to  invest the time and resources that some of these design examples would have required. By becoming familiar with good design, however, you should be able to avoid the worst mistakes of bad design and create a site you can be proud of.</p> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2011/01/design-resource-of-the-day-65-of-the-best-website-designs-in-2010/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tiny house, tiny web?</title><link>http://jbreazeale.com/2010/07/tiny-house-tiny-web/</link> <comments>http://jbreazeale.com/2010/07/tiny-house-tiny-web/#comments</comments> <pubDate>Wed, 21 Jul 2010 19:33:31 +0000</pubDate> <dc:creator>Jennifer J. Breazeale</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[business]]></category> <category><![CDATA[philosophy]]></category> <category><![CDATA[RSS]]></category> <category><![CDATA[Tumbleweed Tiny House Company]]></category><guid isPermaLink="false">http://jbreazeale.com/?p=1129</guid> <description><![CDATA[While I was catching up on emails and RSS feeds yesterday, I ran across this video for Tumbleweed Tiny Houses. I&#8217;m not sure how I originally found these guys, but somehow over time I&#8217;ve become quite a fan (of their company and their houses). Their philosophy of building houses that provide &#8220;just what is needed [...]]]></description> <content:encoded><![CDATA[<p></p><p>While I was catching up on emails and RSS feeds yesterday, I ran across this video for <a class="zem_slink freebase/en/tumbleweed_tiny_house_company" title="Tumbleweed Tiny House Company" rel="homepage" href="http://www.tumbleweedhouses.com/">Tumbleweed Tiny Houses</a>.</p><p>I&#8217;m not sure how I originally found these guys, but somehow over time I&#8217;ve become quite a fan (of their company and their houses). Their philosophy of building houses that provide &#8220;just what is needed and nothing more&#8221; and doing so in a way that is graceful, elegant, and inspiring, really resonates with me and what I&#8217;m trying to accomplish.</p><p>I&#8217;m not interested in building web &#8220;McMansions&#8221;, filling all that space with widgets and gadgets and flashbangery toys, and dealing with all of the related maintenance headaches they can entail. I&#8217;d rather build web &#8220;tiny houses&#8221; that are graceful, functional, and elegant, and most importantly, provide just what is needed for your business.</p><p>Video below&#8230; Enjoy!</p><div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="324" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashVars" value="vid=20910192&amp;shareUrl=http%3A//vitality.yahoo.com/video-second-act-jay-shafer-20910192&amp;" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://d.yimg.com/nl/cbe/vitality/player.swf" /><param name="flashvars" value="vid=20910192&amp;shareUrl=http%3A//vitality.yahoo.com/video-second-act-jay-shafer-20910192&amp;" /><embed type="application/x-shockwave-flash" width="480" height="324" src="http://d.yimg.com/nl/cbe/vitality/player.swf" wmode="transparent" allowfullscreen="true" flashvars="vid=20910192&amp;shareUrl=http%3A//vitality.yahoo.com/video-second-act-jay-shafer-20910192&amp;"></embed></object></div><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=646e54b0-cfc0-4519-b4f2-183dcfb19802" alt="" /><span class="zem-script more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div> ]]></content:encoded> <wfw:commentRss>http://jbreazeale.com/2010/07/tiny-house-tiny-web/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached

Served from: jbreazeale.com @ 2012-02-06 03:55:24 -->
