<?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>Tribeswell &#187; Website Design &amp; Development</title>
	<atom:link href="http://www.tribeswell.com/category/blog/website-design-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tribeswell.com</link>
	<description>Top Bloomington Website Design Firm</description>
	<lastBuildDate>Fri, 18 May 2012 03:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Remotely Access Your Network Drive</title>
		<link>http://www.tribeswell.com/remotely-access-your-network-drive/</link>
		<comments>http://www.tribeswell.com/remotely-access-your-network-drive/#comments</comments>
		<pubDate>Mon, 14 May 2012 18:45:08 +0000</pubDate>
		<dc:creator>Adam Patarino</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business Consulting]]></category>
		<category><![CDATA[Technology Product Reviews]]></category>
		<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=4403</guid>
		<description><![CDATA[So awhile back we outlined how to set up an Ubuntu Network Drive. After some time, we realized how useful it would be to access all our files when we weren&#8217;t in the office. Who hasn&#8217;t whipped out their laptop at home and realized, &#8220;shoot, the files I need are still at the office.&#8221; So [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tribeswell.com/wp-content/uploads/2012/05/remoteaccess.png" alt="" title="remoteaccess" width="595" height="150" class="aligncenter size-full wp-image-4405" /></p>
<p>So awhile back we outlined how to set up an <a href="/ubuntu-network-drive/">Ubuntu Network Drive.</a>  After some time, we realized how useful it would be to access all our files when we weren&#8217;t in the office.  Who hasn&#8217;t whipped out their laptop at home and realized, &#8220;shoot, the files I need are still at the office.&#8221;  So we set out to make our network drive do a little bit more for us &#8211; allow us to access all our files remotely.  </p>
<p>Again, we had a little trouble finding all the necessary parts to get this working properly, so we want to share just how we got everything up and running. </p>
<h4>Our Situation</h4>
<p>Keep in mind the following</p>
<ul>
<li>We already have an <a href="/ubuntu-network-drive/">office server running on Ubuntu</a></li>
<li>We don&#8217;t want to save most of our remote files on our laptops</li>
<li>We just want to add access to our server when we aren&#8217;t in the office</li>
</ul>
<h4>The Problem</h4>
<p>So what exactly do I mean by remotely accessing our files?  Well, basically, we have a computer in our office that just holds files for us.  We dump all our clients&#8217; pictures, documents, proposals, and misc items onto this networked computer.  Everyone in the office can access these files, save them, edit them, and upload new files.  However, when we leave the office (and our network), we can no longer access all these files.  So what happens when we have an offsite meeting with a client and realize we don&#8217;t have a copy of their proposal saved on our laptop?  Yeah, exactly, DOH!  </p>
<p>The idea is to set up a VPN &#8211; Virtual Private Network &#8211; to allow us to connect to our office network and access all the files saved on our server.  </p>
<h4>The Software</h4>
<p>We found inspiration in one of our favorite tech blogs <a href="http://lifehacker.com/">Lifehacker</a>.  They wrote an article about VPNs and all the reasons they can be useful.  Give it a read <a href="http://lifehacker.com/5900969/build-your-own-vpn-to-pimp-out-your-gaming-streaming-remote-access-and-oh-yeah-security">here</a>.  They recommend the free/cheap software, Hamachi.  </p>
<blockquote><p><a href="https://secure.logmein.com/">Sign Up for the Service Here</a></p></blockquote>
<p>Basically, you&#8217;ll want to sign up for a free account and add the software to each one of your machines.  <a href="http://lifehacker.com/5763170/how-to-secure-and-encrypt-your-web-browsing-on-public-networks-with-hamachi-and-privoxy/#install">Installing on Mac and PC is generally very simple.</a>  Once you set up your account, click on network and then add client.  Walk through the steps and install the software on your machine. At this point you should create a network and password and have your other computers join that created network.  This will take care of your Macs and PCs.  Installing on Linux is, of course, more complicated.  Read on to see how we got it working.  </p>
<h4>Installing on Ubuntu</h4>
<p>So the whole idea was to get our Linux server to share its files remotely with our Macs.  But installing Hamachi on Linux isn&#8217;t the most straight forward thing in the world.  You&#8217;ll have to break out the old terminal again and get everything running through there.  Don&#8217;t be scared, it&#8217;s actually a lot easier than it sounds.  </p>
<p>First, you&#8217;ll need to download the <a href="https://secure.logmein.com/labs/">Linux beta program from Hamachi</a>.  </p>
<p><a href="http://www.youtube.com/user/TweakUniverse">TweakUniverse</a> has a pretty good video walkthrough on installing the software on Linux.  Check it out below: </p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/rpkUEGjDzn8" frameborder="0" allowfullscreen></iframe></p>
<p>Basically you&#8217;ll want to install the Hamachi software using the terminal, and join the network using the command line prompts.  But once you get it up and going you should see your Linux server listed on your other computers.  Keep in mind, you&#8217;ll probably run into a snag of obtaining root permissions.  Here&#8217;s a <a href="http://www.tribeswell.com/ubuntu-network-drive/">reminder on how to do that. </a></p>
<h4>Putting it all Together</h4>
<p>Once you&#8217;ve got Hamachi installed on all your computers, you can access files from by right-clicking the computer in your LogmeIn window and clicking browse.  TA-DA.  You can now access all the files your server is sharing.  </p>
<p>Keep in mind that VPN and Hamachi have a lot of other awesome uses &#8211; this is just one.  But combined with our network drive, we now have an awesome file sharing and storage solution that lets us keep junk off our laptops but have access to all our files from wherever we are.  </p>
<p>Hopefully this helps get a similar solution started in your office/home/school.  Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/remotely-access-your-network-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our New Look &#8211; New Tribeswell Website Overview</title>
		<link>http://www.tribeswell.com/our-new-look/</link>
		<comments>http://www.tribeswell.com/our-new-look/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:41:28 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Marketing Trends]]></category>
		<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[Wordpress Development]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=4340</guid>
		<description><![CDATA[So you may or may not have noticed, but we built a brand new Tribeswell website. Not to sound too self-absorbed, but we think it&#8217;s the coolest thing that&#8217;s ever been made on the internet&#8230;.ever. Here&#8217;s a rundown of some of the great features of the new site. The Homepage The new Tribeswell homepage is [...]]]></description>
			<content:encoded><![CDATA[<p>So you may or may not have noticed, but we built a brand new Tribeswell website. Not to sound too self-absorbed, but we think it&#8217;s the coolest thing that&#8217;s ever been made on the internet&#8230;.ever. Here&#8217;s a rundown of some of the great features of the new site.</p>
<div class="postsections">
<h3><a href="http://tribeswell.com">The Homepage</a></h3>
<p style="text-align: center;"><a href="http://tribeswell.com"><img class="aligncenter  wp-image-4343" title="Home Page" src="http://www.tribeswell.com/wp-content/uploads/2012/05/Home-Page.jpg" alt="" width="600" height="auto" /></a></p>
<p>The new Tribeswell homepage is really 4 pages in 1. When you first land on the page you see a large image of our team and some navigation that takes you through the rest of that page. Clicking on this navigation scrolls you down the page to the &#8216;services&#8217; section, the &#8216;about&#8217; section, and a list of recent blog posts.</p>
<p>This homepage is great for showing everything that we are about in one place, and it is also a lot of fun to use, especially if it&#8217;s the first time you&#8217;ve ever visited our site.</p>
<p><a class="fancyButton" href="http://tribeswell.com">See the New Homepage</a>
</div>
<div class="postsections">
<h3><a href="/services/website-design/">Website Design Page</a></h3>
<p><a href="/services/website-design/"><img class=" wp-image-4345 alignright" title="Web Design Page" src="http://www.tribeswell.com/wp-content/uploads/2012/05/Web-Design-Page.png" alt="" width="315" height="auto" /></a></p>
<p>One of the reasons we re-designed our site was to refocus our marketing around attracting new website design clients. While we provide lots of Internet Marketing services, we find that our best clients are also website design clients.</p>
<p>Our new website design page is <strong>awesome.</strong> It uses a CSS3 slider as well as images from our portfolio to really sell our web design services effectively in an interactive and fun way.</p>
<p><a class="fancyButton" href="/services/website-design/">See the Website Design Page</a>
</div>
<div class="postsections">
<h3>CSS3 Sidebar Widgets</h3>
<p><img class="alignright size-full wp-image-4353" title="Screen Shot 2012-05-02 at 11.25.21 AM" src="http://www.tribeswell.com/wp-content/uploads/2012/05/Screen-Shot-2012-05-02-at-11.25.21-AM.png" alt="" width="200" height="auto" />We wanted our new website to be all about conversions, so we new we needed something more than just the same old generic sidebar widgets.</p>
<p>We decided to use CSS3 to create widgets that expand and have moving graphics. We think that our users will really enjoy the time we put into making these widgets fun and intuitive to use and reward us by converting at a higher rate <img src='http://www.tribeswell.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Sidebar areas are SO important for maximizing conversions, so we didn&#8217;t want to include a bunch of cutsey stuff. We want to convert our visitors into fans, subscribers and clients, so the whole sidebar has been simplified to make that happen.
</p></div>
<div class="postsections">
<h3><a href="/portfolio/">Our Website Design Portfolio</a></h3>
<p><a href="/portfolio/"><img class="alignright  wp-image-4356" title="Portfolio" src="http://www.tribeswell.com/wp-content/uploads/2012/05/Portfolio.jpg" alt="" width="600" height="auto" /></a>One of the problems with our old site is that we didn&#8217;t take a ton of time to really optimize our portfolio and I think this was a HUGE mistake.</p>
<p>Our new website has one of the most effective portfolio sections I think I&#8217;ve ever seen on a web design website. We selected a few of our best clients and provide tons of pictures of their site, great descriptions of how we did it, and there is also a really cool testimonial section.</p>
<p><a class="fancyButton" href="/portfolio/">See Portfolio</a>
</div>
<div class="postsections">
<h3><a href="/services/marketing-services/">Services Category Pages</a></h3>
<p><a href="/services/marketing-services/"><img class="alignright  wp-image-4358" title="Services Categories" src="http://www.tribeswell.com/wp-content/uploads/2012/05/Services-Categories.png" alt="" width="315" height="auto" /></a>We&#8217;ve always struggled with the best way to organize the different services that we offer. On our old website we basically had a massive drop-down menu that had all our services which was fine, but we knew there had to be a better way to display the information.</p>
<p>For our new site we decided to organize our services into 3 categories: Design Services, Marketing Services, and Content Services.</p>
<p>So we organized our services page into these areas and also created a page for each services category. With this new setup a visitor can come tour site and get a much better overall view of how we help our clients.</p>
<p><a class="fancyButton" href="/services/marketing-services/">See Our Marketing Services Page</a>
</div>
<p>Take a look around the site and let us know what you think. <strong>If you are using Internet Explorer 6, 7, or 8 you there might be certain areas of the site that don&#8217;t work properly.</strong> We will be modifying the site over the next few weeks to accomodate users who have older browsers (although our advice is to always use the most current browser possible).</p>
<p>Let us know what you think of the site in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/our-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dollar Shave Club &#8211; You&#8217;re doing it right</title>
		<link>http://www.tribeswell.com/dollar-shave-club-youre-doing-it-right/</link>
		<comments>http://www.tribeswell.com/dollar-shave-club-youre-doing-it-right/#comments</comments>
		<pubDate>Wed, 02 May 2012 15:02:42 +0000</pubDate>
		<dc:creator>Adam Patarino</dc:creator>
				<category><![CDATA[Business Branding]]></category>
		<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Marketing Trends]]></category>
		<category><![CDATA[Social Media Marketing & Optimization]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=4337</guid>
		<description><![CDATA[Here&#8217;s the thing &#8211; we love dollarshaveclub.com. Not just for their interesting and innovative business strategy, but for their decisive and bold marketing. We like it so much, we had to write a post about how much we love it and what your company can take from it to apply to your future marketing endeavors. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dollarshaveclub.com/"><img src="http://tribeswell.com/wp-content/uploads/2012/04/shaveclub.png" alt="" title="shaveclub" width="600" height="150" class="aligncenter size-full wp-image-3827" /></a></p>
<p>Here&#8217;s the thing &#8211; we love <a href="http://www.dollarshaveclub.com/">dollarshaveclub.com</a>.  Not just for their interesting and innovative business strategy, but for their decisive and bold marketing.  We like it so much, we had to write a post about how much we love it and what your company can take from it to apply to your future marketing endeavors.  </p>
<h4>Awesome Video</h4>
<p>The first thing you see when visiting <a href="http://www.dollarshaveclub.com/">Dollar Shave Club</a> is their hilarious and effective video.  It&#8217;s simple, random, funny, entertaining, and a great pitch.   It has a smack of the Old Spice commercials as well as a perfect taste of dead pan humor.  Most importantly, its distinctive.</p>
<p>Ok, it&#8217;s hilarious, but so what?  Well, that&#8217;s a great question.  There&#8217;s a lot to be said for this video.  It&#8217;s dead simple.  Literally filmed within their apparent warehouse, they clearly didn&#8217;t spend a great deal of money filming or producing the video.  But that&#8217;s what&#8217;s great about it.  The message, content, and humor create a clear, memorable, and distinct message that clings to you.  Within moments you want to share the video to all your friends.  And that, is exactly why we love this website.  It&#8217;s sharable.  Practically begging you to handle the marketing free of cost to Dollar Shave Club.  Imagine how many hits they&#8217;ve received on their website from their video alone?  And as we all know, traffic is a very, very good thing.</p>
<h4>The Website</h4>
<p>Did I mention the website is downright gorgeous?  It hits on every single trend in the web design community: texture, banners, large text, custom fonts, and usability.  It screams something clearly and loudly &#8211; &#8220;We have a brand.  We know who we are.&#8221; </p>
<p>A website defines you as a company and in most cases acts as a first impression for what you do and what you&#8217;re all about.  This means, having a pleasing, usable, and effective website is hands down the most important first step you can take in building a brand.  You&#8217;re site should look unique, be easy to share, and drive users to contact you to take the next step. </p>
<h4>The Social Media</h4>
<p>I keep talking about sharing, and you&#8217;re probably asking, &#8220;What the hell is he talking about? Why does that matter?&#8221; Well thank you for bringing that up, its a perfect time to make the most important point about this company.  On every single page, in every feasible place you will find social media buttons.  They are tasteful yet ubiquitous. But much more importantly, Dollar Shave Club has a brand and message that you <strong>WANT</strong> to share. They aren&#8217;t spamming you with like buttons, they&#8217;re saying &#8220;hey, we know we&#8217;re awesome, tell your friends about us.&#8221;  Well guess what, you tell your friends, and then they tell their friends, and their friends tell their other friends.  Now you&#8217;ve got an internet sensation on your hands. </p>
<p>So what does all this mean for your company?  No, please don&#8217;t put social media buttons all over your site.  Seriously.  Don&#8217;t do it.  Its tacky.  Instead, spend time coming up with meaningful, genuine, fun, and consumable content that people will want to tell their friends about.  Create a <strong>Tribe</strong> &#8211; a group of people who are advocates for your brand.  Help them tell their friends about you with great stuff and a great website and reward them for being apart of your Tribe. </p>
<p>So go visit <a href="http://www.dollarshaveclub.com/">dollarshaveclub.com</a> and tell your friends.  Hey, while you&#8217;re at it, before you leave click the little like button over their on the left!  See that was pretty easy huh?</p>
<p>[<a href="http://www.dollarshaveclub.com/">Dollar Shave Club</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/dollar-shave-club-youre-doing-it-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Spotlight: Quality Restorations Inc</title>
		<link>http://www.tribeswell.com/client-spotlight-quality-restorations-inc/</link>
		<comments>http://www.tribeswell.com/client-spotlight-quality-restorations-inc/#comments</comments>
		<pubDate>Wed, 02 May 2012 14:52:57 +0000</pubDate>
		<dc:creator>Adam Patarino</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business Branding]]></category>
		<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Marketing Trends]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=4334</guid>
		<description><![CDATA[We would like to welcome Quality Restorations Inc. to the Tribeswell Web Design Portfolio. QRI is a concrete and building restorations company that works in the greater Chicagoland area. Their work has ranged from small buildings to massive apartment towers, to world famous structures. When we were approached to build their site we knew we [...]]]></description>
			<content:encoded><![CDATA[<p><a href="qualityrestorationsinc.com"><img alt="" src="http://tribeswell.com/wp-content/uploads/2012/03/Top-Page.jpg" class="alignnone" width="600" height="300" /></a></p>
<p>We would like to welcome <a href="qualityrestorationsinc">Quality Restorations Inc.</a> to the Tribeswell Web Design Portfolio.  QRI is a concrete and building restorations company that works in the greater Chicagoland area.  Their work has ranged from small buildings to massive apartment towers, to world famous structures.  When we were approached to build their site we knew we wanted to create something unique for the industry that would help highlight their incredible work.</p>
<h3>Branding</h3>
<p><img src="http://tribeswell.com/wp-content/uploads/2012/03/branding.jpg" alt="" title="branding" width="600" height="200" class="aligncenter size-full wp-image-3799" /></p>
<p>Starting with a redefined logo we wanted to capture the rustic and seamless influence of concrete.  Leveraging subtle texture and dark color, we were able to blend modern design features with a simplistic page structure to develop an ascetically pleasing design unlike anything else in the industry. Balancing whites, blacks, and grays further helped to mimic the feel of concrete and act as a launch pad for the bright and vibrant pictures found throughout the site.</p>
<p>The top of each page features the bold logo over a white background and a dedicated description of the business and its location.  These elements serve to quickly introduce the company and describe exactly what they do.  They also begin to develop a brand that is infused throughout the rest of the website. </p>
<h3>Home Page</h3>
<h4>The Slider</h4>
<p><img src="http://tribeswell.com/wp-content/uploads/2012/03/homepageslider.jpg" alt="" title="homepageslider" width="600" height="300" class="aligncenter size-full wp-image-3795" /></p>
<p>The Home Page features a large and expressive slider displaying some of the major projects QRI has worked on.  The slider is more interactive than other sliders we&#8217;ve used in the past, but the design helps drive a sense of modernism that carries through the rest of the pages.</p>
<p>Displaying large pictures of restored concrete in the Chicago area helps to visually describe what QRI does and where they do it.  The tagline &#8220;Sound Advice | Experienced Workmanship&#8221; further creates a brand that users can take with them even after leaving the site.  In addition, the tagline helps drive users further down the page where they find a few more key elements.</p>
<h4>Featured Elements</h4>
<p><img src="http://tribeswell.com/wp-content/uploads/2012/03/homepagecontent.jpg" alt="" title="homepagecontent" width="600" height="300" class="aligncenter size-full wp-image-3794" /></p>
<p>Just below the slider sits a group of features designed to drive users into the internal pages and learn more about the company and its work.  Subtle shades of gray and white further exmplify the modern appeal used throughout the site and help orient focus to the icons, text, and photos.</p>
<p>We really like to consider different types of users when building pages so we used a clear navigation bar at the top of the website in order to help users who quickly want to find information get to their destination.  For those users who enjoy deeper elements of a website, we included these features as a means of navigation and designed them to act as a spring board, launching viewers to new pages full of information and additional branding. </p>
<h3>Internal Pages</h3>
<p><img src="http://tribeswell.com/wp-content/uploads/2012/03/internalpage.jpg" alt="" title="internalpage" width="600" height="300" class="aligncenter size-full wp-image-3802" /></p>
<p>To display the content we continued with a modern design that featured different levels of information and some subtle touches that supported the branding of the business.  Using pictures of Chicago and a small graphic above the sidebar on each page helped unite QRI with its home city of Chicago while keeping the pages fresh and visually interesting. </p>
<h4>Portolio</h4>
<p><img src="http://tribeswell.com/wp-content/uploads/2012/03/portfolio.jpg" alt="" title="portfolio" width="600" height="300" class="aligncenter size-full wp-image-3803" /></p>
<p>The portfolio pages include pictures of several major projects QRI worked on.  They describe QRI&#8217;s role and how they were able to restore the buildings to their former glory.  Each gallery page favors an array of photos and galleries while leveraging a &#8220;see more projects&#8221; sidebar that keeps users interested and clicking throughout the site.  A call to action of the bottom of each page helps to transfer impressed parties to the contact page where they can learn more about QRI&#8217;s expertise and work.  </p>
<h3>What They Thought</h3>
<blockquote><p>Tribeswell was very responsive throughout the process; they even provided me the opportunity to see and comment on the website as it was built.  Even now, if I have an idea or need something changed, it is done immediately. I would recommend tribeswell to anyone, whether they have a website already or not.  Tribeswell created a very user friendly, aesthetically pleasing website that we are very proud of.<br />
<i>-Tom Steele of QRI</i> </p></blockquote>
<p>We are really happy with the result and proud to add Quality Restorations to the Tribeswell portfolio.  What do you think of our work?  Let us know in the comments:</p>
<p>[<a href="qualityrestorationsinc.com">Quality Restorations Inc</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/client-spotlight-quality-restorations-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Website Launch Checklist</title>
		<link>http://www.tribeswell.com/wordpress-website-launch-checklist/</link>
		<comments>http://www.tribeswell.com/wordpress-website-launch-checklist/#comments</comments>
		<pubDate>Wed, 02 May 2012 14:48:34 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[Wordpress Development]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=4329</guid>
		<description><![CDATA[We&#8217;ve built a ton of websites in the past 3 years, and we&#8217;ve learned a LOT about how to launch a new website smoothly and successfully. We recently formalized all the processes and procedures of website launch process so that every member of our team as well as our clients know what to expect when [...]]]></description>
			<content:encoded><![CDATA[<div><img class="alignright  wp-image-3787" title="Website Launch Process" src="http://tribeswell.com/wp-content/uploads/2012/03/Website-Launch-Process.jpg" alt="" width="274" height="321" />We&#8217;ve <a href="/services/website-design/">built a ton of websites in the past 3 years,</a> and we&#8217;ve learned a LOT about how to launch a new website smoothly and successfully. We recently formalized all the processes and procedures of website launch process so that every member of our team as well as our clients know what to expect when the time comes to launch a new website.</div>
<div></div>
<div>Naturally, I thought it would be a great idea to post the list on our blog as well, so here it is!</div>
<ol>
<li><strong><strong>Familiarize client with hosting and support costs and our terms of service. </strong></strong>Releasing work to a client is a big deal. In most cases, they have paid us a substantial amount of money to do work for them, so before the work goes live the client needs to have an understanding of what will be covered in the future.</li>
<li><strong>Check to make sure contact forms forward to the correct person. </strong>The client has purchased a website from us to improve their marketing. If contact forms aren&#8217;t going to the right person, then it kind of defeats the purpose.</li>
<li><strong>Turn search engines &#8216;ON&#8217;. </strong>WordPress has a feature where you can &#8216;hide&#8217; your site from being indexed by search engines. We generally enable this feature while we are building the site so that no one accidentally comes across unfinished work.</li>
<li><strong>Cross-browser check. </strong>Different browsers often display websites in slightly different ways, so before we launch a new website we need to make sure that it performs acceptably in the current releases of Firefox, Google Chrome, Safari, and Internet Explorer 8 and 9.</li>
<li><strong>Install Google Analytics. </strong>It is really important to us that we have an accurate record of website traffic from its very beginning. Even if a client isn&#8217;t planning on using traffic data right away, if they need it in the future, it will be hugely helpful to have a long-term record.</li>
<li><strong>Check email settings.</strong> Launching a new website can occasionally reek havoc on a client&#8217;s email settings. Before we launch a new site we always take a look at how their email is set up and take any necessary precautions to avoid any disruptions.</li>
<li><strong>Modify DNS records to point the site to the appropriate domain name. </strong>This is the part where we tell the domain name to stop pointing visitors to the old website and tell it to start pointing to the new website.</li>
<li><strong>Check images and links.</strong> Once the domain is pointed to the new site there is always the chance that some of our images or links might not work, so we always double check to make sure that everything is still routed correctly.</li>
<li><strong><strong>Install Google XML Sitemap plugin.</strong> </strong>WordPress does a great job with search engines, but one thing it doesn&#8217;t do is &#8216;ping&#8217; the major search engines when new content is added and it doesn&#8217;t create an XML sitemap to help search engines prioritize pages. This plugin does both, and is a great first step towards getting a new site established with search engine indexes.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/wordpress-website-launch-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Network Drive</title>
		<link>http://www.tribeswell.com/ubuntu-network-drive/</link>
		<comments>http://www.tribeswell.com/ubuntu-network-drive/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 00:53:14 +0000</pubDate>
		<dc:creator>Adam Patarino</dc:creator>
				<category><![CDATA[Business Consulting]]></category>
		<category><![CDATA[Technology Product Reviews]]></category>
		<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tribeswell.com/?p=3740</guid>
		<description><![CDATA[If you’re anything like me you work in an office with a co-worker or two (or 50) and you have a generous handful of files you’re sharing between you. You’re probably also using dropbox shared folders and maxing them out. This week Tribeswell set out to fix this problem by creating an office server. After [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tribeswell.com/wp-content/uploads/2012/02/Networkdrive.png" alt="" title="Networkdrive" width="550" height="130" class="alignnone size-full wp-image-3746" style="border:1px solid #777;"/></p>
<p>If you’re anything like me you work in an office with a co-worker or two (or 50) and you have a generous handful of files you’re sharing between you.  You’re probably also using dropbox shared folders and maxing them out.  This week Tribeswell set out to fix this problem by creating an office server.  After spending an afternoon googling one problem after another we decided to create this tutorial on the process:</p>
<h4>Our Situation:</h4>
<p>Our system has the following characteristics:</p>
<ul>
<li>We all have Macs running Lion that we work from</li>
<li>We are using an old pc and Ubuntu</li>
<li>We want to simply have a network hard drive we can share and store files on</li>
</ul>
<h4>The Hardware</h4>
<p>Everyone has that friend or family member with an old computer they are neglecting in the garage or attic.  A quick visit and please&#038;thankyou should get you started with all the hardware you need.  </p>
<p>For our computer we decided the stocked 160gb hard drive wouldn’t be quite large enough, so we bought a 500gb and the necessary hookup components.  After installing the new hard drive we were all set to get started on creating our office server.</p>
<h4>The Operating System</h4>
<p>Since we were starting from a fresh hard drive, and because all the noise we heard about Ubuntu as a server from the internet, we decided linux was our best option for the operating system. </p>
<blockquote><p><a href="http://www.ubuntu.com/download">Download Ubuntu Here</a></p></blockquote>
<p><strong>Installing</strong> Linux is pretty straight forward.  The Ubuntu website has most of the answers you need to get things up and running.  We installed off a cd since its somewhat difficult to set up a linux boot flash drive on Mac.  Following the onscreen directions was all it really took to get things up and running</p>
<p>Linux is a little unique in that when people create tutorials for making things happen on the system, they almost always direct you to use the terminal.  Since we were completely unfamiliar with the OS we had to figure out a few key things:</p>
<ul>
<li>Use CTRL+ALT+T to open a new terminal window</li>
<li>You will often need to log in as the &#8216;root user&#8217; to make system changes. Do this by typing in &#8216;sudo bash&#8217; pressing enter, and then your user password when prompted.  &#8211;  This was the easiest method we found.</li>
<li>the &#8216;/etc/&#8217; folder is located under the filesystem directory which can be found from the file finder, similar to Mac.</li>
<li>For folders and other items that require permissions to write, you may have to change your permission settings.  This is pretty simple and is outlined <a href="http://www.psychocats.net/ubuntu/permissions">Here</a>.  Basically press alt + F2 and type &#8216;gksudo nautilus&#8217; &#8211; entering your password should change your permissions and allow you to edit any file you want.
</ul>
<h4>The Software</h4>
<p>Once Ubuntu was installed we were pretty much lost.  Googling file sharing solutions led to a series of confusing tutorials ranging from creating a full web server to setting up a network drive using windows.  However, after a lot of searching we found a few articles that turned out to be very helpful.  The process is as follows:</p>
<ol>
<li><strong>Install Netatalk:</strong> Since we all use Mac products, we needed a file sharing service that would work well with OS X.  Turns out Apple uses its own File Transfer Protocol called AFP (Apple file protocol) and the software Netatalk helps Ubuntu to talk with Mac computers on your network.<br />
<blockquote><p><a href="http://missingreadme.wordpress.com/2010/05/08/how-to-set-up-afp-filesharing-on-ubuntu/">The Missing Readme</a> has a pretty good explanation of how to set this up</p></blockquote>
<p>However, I do want to mention that since we were using the latest version of Ubuntu (11.10) and Netatalk (2.2) a few of the steps were unnecessary. For instance, the tutorial mentioned turning off settings that helped Netatalk work with older versions of Mac OS, this was unnecessary as they were already turned off for us.  Additionally, we were cool with setting up the home folder as our default shared folder and creating files within it, so we didn&#8217;t need to add any other directories.  </li>
<li><strong>Install Avahi:</strong> Netatalk helps your server intact with, and transfer files between computers on your system.  To really add convenience and a Mac-like experience you should install Avahi to help the server imitate Apple&#8217;s Bonjour service.  It basically tricks your Macs into thinking the Ubuntu server is just another Mac on your network.  This really helps when you want to interact with the files on the server. </li>
<p><br/></p>
<li><strong>Logging in and using the server:</strong> In order to log in and use the server, open up a finder window on a Mac device and find the server identified on the left hand panel.  Click on it and then connect as &#8211; use the Linux username and password created on installation and things should be up and running.  Sharing folders and files should be as easy as dragging and dropping. </li>
</ol>
<h4>Some Limitations</h4>
<ul>
<li>This system won&#8217;t really help you if you&#8217;re looking for a remotely accessible server.</li>
<li>Your transfer speed is pretty dependent on your network/router speed</li>
<li>It is pretty easy to save over someone else&#8217;s work, if two or more people are working on the same document</li>
</ul>
<p>However, with that being said, we managed to take an out of date computer and create a network hard drive that will open a great deal of space on our local machines.  It allows for fast and convenient sharing of files by everyone in the office, and it was next to free to get everything up and running.  Hopefully, your project goes a little smoother with the tips and processes laid out above.  Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/ubuntu-network-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indiana Golf Outings &#8211; Welcome to the Family</title>
		<link>http://www.tribeswell.com/indiana-golf-outings-welcome-to-the-family/</link>
		<comments>http://www.tribeswell.com/indiana-golf-outings-welcome-to-the-family/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 02:03:00 +0000</pubDate>
		<dc:creator>Adam Patarino</dc:creator>
				<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Website Design & Development]]></category>
		<category><![CDATA[Indiana]]></category>
		<category><![CDATA[Indiana Golf Outings]]></category>
		<category><![CDATA[Indianapolis]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://tribeswell.com/?p=3730</guid>
		<description><![CDATA[We are proud to announce the latest addition to the Tribeswell family: Indiana Golf Outings. You can see their new site at indianagolfoutings.org. We were approached by the founder and owner of this not-for-profit organization, Roel Carandang, when he heard of us through a mutual contact. With a conference right around the corner, he needed [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the latest addition to the Tribeswell family: Indiana Golf Outings. You can see their new site at <a href="”indianagolfoutings.com”">indianagolfoutings.org.</a></p>
<p><a href="indianagolfoutings.org"><img class="alignnone size-full wp-image-3731" title="homepage" src="http://tribeswell.com/wp-content/uploads/2012/02/homepage.jpg" alt="" width="600" height="489" /></a></p>
<p>We were approached by the founder and owner of this not-for-profit organization, Roel Carandang, when he heard of us through a mutual contact. With a conference right around the corner, he needed to update his site fast and contracted us to do as much as we could in the short time available. Taking lead on design, I chose a simple green color scheme (for obvious reasons) and tried to work best with what I already had. The end result was much better than what anyone was hoping for. The simplicity that time demanded lent a hand in developing a visually driven, aesthetically minimalist feel that carries through each page and lets the content take the spotlight.</p>
<h3>Branding, Typography, and Color</h3>
<p>When we were first introduced to the IGO website there was a great amount of green on the page. Rightfully so, we determined that maintaining a green theme would continue to communicate the golf aesthetic quickly to new visitors. However, using a monochromatic color scheme is often a delicate balance and it is important to get each shade perfect so everything is cohesive. Using software and a scrutinous eye, we landed on three shades of green that complimented each other and would be the foundation for the whole site. Tossing in a little gray and white for contrast, we had our complete color scheme.</p>
<p>The logo was a pretty quick update &#8211; simply changing some font and moving the text from the bottom to the right side would maintain the left-to-right motion created by the main figure while slimming down the header.</p>
<p>For the main text we determined a sans-serif large point font would appeal most to the target audience. Sans-serif is used for its simplicity and large point allows easier readability for an older user. Adding a Serif style font for the page headers helped them stand out as the title, while leveraging a green font color would tie the content to the rest of the page.</p>
<h3>Homepage</h3>
<p><img class="alignnone size-full wp-image-3732" title="slider" src="http://tribeswell.com/wp-content/uploads/2012/02/slider.png" alt="" width="600" height="238" /></p>
<p>It was important for us to quickly communicate what Indiana Golf Outings was all about from the get go. Highlighting the large gorgeous photos of golf in the main slider sets the tone for the rest of the website while driving users to internal pages.</p>
<p><img class="alignnone size-full wp-image-3733" title="widget" src="http://tribeswell.com/wp-content/uploads/2012/02/widget.png" alt="" width="600" height="129" /></p>
<p>To further drive users to the other pages, we leveraged a few widgets floating underneath the main slider. Additionally, for a quick determination of what the organization is all about, we placed a big “learn more” button on the top of the page for those visiting the site for the first time.</p>
<p>Taken all together, the homepage maintains a simplicity that is visually appealing while simultaneously offering users a great deal of options to learn more about the organization quickly.</p>
<h3>Internal Pages</h3>
<p><img class="alignnone size-full wp-image-3734" title="internal pages" src="http://tribeswell.com/wp-content/uploads/2012/02/internal-pages.png" alt="" width="600" height="367" /></p>
<p>Following the links from the homepage leads to a series of internal pages with descriptions about Indiana Golf Outings and its processes. The large, cropped photos heading each page tie in with those photos found on the homepage and coalesced with the green color scheme that help to develop a theme consistent throughout the site.</p>
<p>The sidebar on the right of these pages is set off with a subtle gradient and filled with basic information and a clean “call to action” button. It helps balance the whole page and keep important information available to the user.</p>
<h3>What They Thought</h3>
<blockquote><p>From concept to creation I appreciated the prompt attention you have given me. It was unbelievable how on the first try you were able to put my ideas on the website. No time was wasted and you have exceeded my expectations. Feel free to use me as a reference. Thank you for your work.</p></blockquote>
<p>We are proud to have Indiana Golf Outings join the Tribeswell portfolio. So what do you think? Leave your reactions in the comments. And incase you don&#8217;t want to scroll up to the top here is the link again:</p>
<p><a href="http://www.indianagolfoutings.org">Indiana Golf Outings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/indiana-golf-outings-welcome-to-the-family/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why all the Links? (part 5 of 7)</title>
		<link>http://www.tribeswell.com/why-all-the-links/</link>
		<comments>http://www.tribeswell.com/why-all-the-links/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:48:12 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Business Consulting]]></category>
		<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Search Engine Optimization and Pay Per Click]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://tribeswell.com/?p=3679</guid>
		<description><![CDATA[What is a link? A link (or hypertext link) is a powerful web protocol where text or images on website pages can be &#8220;clicked-on&#8221; and then the user is taken to another page. Links are one of the key elements that make the internet work and analyzing links and anchor text is one of the key ways search [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is a link?</strong> A link (or hypertext link) is a powerful web protocol where text or images on website pages can be &#8220;clicked-on&#8221; and then the user is taken to another page.</p>
<p>Links are one of the key elements that make the internet work and analyzing links and <strong>anchor text</strong> is one of the key ways search engines deliver relevant results to users.</p>
<p><strong>What is anchor text?</strong> Anchor text is the text that you click on in a link. So if I wanted to create a link to my homepage, http://tribeswell.com, and I create a link in a block of text that says <a href="http://tribeswell.com">&#8220;website design experts&#8221;</a>, then the &#8220;website design experts&#8221; is the anchor text.</p>
<p>When a search engine scans the web and adds pages to its index, it also takes note of all the links on each page and the anchor text included in those links. If the search engine sees a link with anchor text that says <a href="http://tribeswell.com">website design</a> then it infers that the page that is linked-to is important for the term &#8220;website design&#8221;.</p>
<p>The first links to think about are the links on your website that link to other pages on your site.  It is important to have a strong <strong>internal linking structure</strong> within your website. Here&#8217;s an example:</p>
<ul>
<li>Let&#8217;s say you&#8217;re a real estate agent and you have the following pages on your website: &#8220;Selling Your Home&#8221;, &#8220;Buying a Home&#8221;, and &#8220;Current Listings&#8221;.</li>
<li>Let&#8217;s say you&#8217;re working on the &#8220;Buying a Home&#8221; page. It would be beneficial to include a link on that page to your &#8220;Current Listings&#8221; page, and the <strong>anchor text </strong>for that link might be &#8220;see all our current real estate listings&#8221;.</li>
<li>You&#8217;ll want to do this same thing across all your pages and throughout all your content.</li>
<li>Go back to your keyword research and make sure that your <strong>anchor text</strong> contains the keywords that you&#8217;d like to rank for.</li>
</ul>
<div>Another important factor in your search engine rankings will be links from other sites. When a search engine comes across a link to your site its algorithms infer that your site is important.</div>
<div></div>
<div><strong>But not all links are create equal.</strong></div>
<div></div>
<div>If you receive a link from a site that has a large number of links, it will receive more weight than a link from a site with fewer links. Another thing to consider is having links from a wide diversity of sites. If all of your links come from the same sites, it&#8217;s not as effective as having links from lots and lots of sites.</div>
<div></div>
<div><strong>So how do you get sites to link to you?</strong></div>
<div></div>
<div>Are you a member of any professional organizations or your local chamber of commerce? Often if you are a member of an association, all you have to do is contact them and ask them to link to you and they will do it, especially if you are already listed on their website.</div>
<div></div>
<div>Another great place to find links is with blogs that cover your industry. Contact the owners of such blogs whenever you are doing something newsworthy and ask them to write a piece about you. Just be sure to be polite and personal. Don&#8217;t just blast out impersonal press releases.</div>
<div></div>
<div>And once you&#8217;ve done all this, <a href="http://tribeswell.com/social-signals-and-search-getting-the-edge/">you can start thinking about your social presence&#8230;</a></div>
<div></div>
<div>
<h6><em>This Article is Part of a 7-Part Series on Search Engine Optimization, Other Articles Include:</em></h6>
<ul>
<li><a href="http://tribeswell.com/search-engine-optimization-for-mere-mortals/">Search Engine Optimization for Mere Mortals</a></li>
<li><a href="http://tribeswell.com/how-search-engines-work-the-simple-explanation/">How Search Engines Work (the simple explanation)</a></li>
<li><a href="http://tribeswell.com/keyword-research-in-under-250-words/">Keyword Research (in under 250 words)</a></li>
<li><a href="http://tribeswell.com/content-strategies-that-actually-work/">Content Strategies (that actually work)</a></li>
<li><a href="http://tribeswell.com/social-signals-and-search-getting-the-edge/">Social Signals and Search (getting the edge)</a></li>
<li><a href="http://tribeswell.com/the-conclusion-of-our-seo-series/">The Conclusion of Our SEO Series</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/why-all-the-links/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Content Strategies (that actually work) (part 4 of 7)</title>
		<link>http://www.tribeswell.com/content-strategies-that-actually-work/</link>
		<comments>http://www.tribeswell.com/content-strategies-that-actually-work/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:48:01 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Corporate & Business Blogging]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Search Engine Optimization and Pay Per Click]]></category>
		<category><![CDATA[Technology Product Reviews]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://tribeswell.com/?p=3678</guid>
		<description><![CDATA[If you want to win searches for lots of different keywords, you&#8217;re going to need lots of pages on your website. Each page is going to be optimized to rank for 1 set of keywords. Here&#8217;s an example: Imagine you&#8217;re an attorney located in Bloomington, Indiana who specializes in several different areas of law: business [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to win searches for lots of different keywords, you&#8217;re going to need lots of pages on your website. Each page is going to be optimized to rank for 1 set of keywords. Here&#8217;s an example:</p>
<ul>
<li>Imagine you&#8217;re an <a href="http://shapirolozano.com">attorney located in Bloomington, Indiana</a> who specializes in several different areas of law: business law, criminal law, real estate law, and family law.</li>
<li>You&#8217;ve done your keyword research and you&#8217;ve got number of keywords for each area of law that you practice.</li>
<li>You want your homepage to rank for the keyword &#8220;attorney bloomington indiana&#8221;, your business law page to rank for &#8220;business law bloomington indiana&#8221;, your criminal law page to rank for &#8220;criminal law bloomington indiana&#8221;, etc.</li>
<li>In addition, it would be useful to have sub-pages under each category that relate to even more specific keywords that will help you win even more searches. So, your &#8220;business law&#8221; page could be supplemented with additional pages that would be aimed at winning searches for &#8220;forming a corporation&#8221;, &#8220;forming an LLC &#8220;, &#8220;intellectual property law&#8221;. You would also want to create sub-pages for all your other areas of practice.</li>
</ul>
<div>In order to effectively win searches you&#8217;re also going to need to strategically place keywords in strategic locations on each page. Sorry, but you&#8217;re going to need to know a little bit about html to make this happen (html is the code that makes up your webpage).</div>
<div></div>
<div><img class="aligncenter  wp-image-3716" title="Breakdown of a Tribeswell Page" src="http://tribeswell.com/wp-content/uploads/2012/02/Breakdown-of-a-Tribeswell-Page.png" alt="" width="582" height="386" /></div>
<div></div>
<div>So, let&#8217;s say you&#8217;re working on your page for &#8220;family law&#8221;.</div>
<div>
<ul>
<li>The first thing to look at is the URL of the page (the web address that the user types into the browser). You&#8217;ll want the URL for that page to be http://www.yourwebsite.com/family-law/ because that is the keyword you&#8217;re trying to win with that page.</li>
<li>Next you want to look at your title tag. The title tag is the <strong>title</strong> of the page that appears at the very top of your browser (usually above the URL). It is also the title that will appear in your search engine results. You would want to make your title tag something like &#8220;Family Law Bloomington Indiana&#8221;. Many website programs provide easy ways to edit the title tag, so just ask your website design company to help you with this.</li>
<li>Next you should look at your headers. Headers are usually the large text elements on a page. Your headers should also contain the keywords you want to rank for. So a great header tag for your page might be &#8220;Leaders in Family Law&#8221;.</li>
<li>Next you want to look at the actual content on your page and make sure that it is clearly written talks a lot about family law.</li>
<li>Finally, you&#8217;ll want to include a <strong>call to action </strong>in  a prominent location on the page. A call to action is an invitation to the visitor of the page to take the next step. You might include some verbiage like &#8220;The best way to determine if we are a good fit for your family law needs is to set up a free initial consultation, contact our legal team today&#8221; and then link that text to your contact page (or put a contact form right on the page if you&#8217;re extra savvy).</li>
</ul>
</div>
<p>So, now you&#8217;ve got some great content. <a href="http://tribeswell.com/why-all-the-links/">Let&#8217;s talk about links&#8230;</a></p>
<h6><em>This Article is Part of a 7-Part Series on Search Engine Optimization, Other Articles Include:</em></h6>
<ul>
<li><a href="http://tribeswell.com/search-engine-optimization-for-mere-mortals/">Search Engine Optimization for Mere Mortals</a></li>
<li><a href="http://tribeswell.com/how-search-engines-work-the-simple-explanation/">How Search Engines Work (the simple explanation)</a></li>
<li><a href="http://tribeswell.com/keyword-research-in-under-250-words/">Keyword Research (in under 250 words)</a></li>
<li><a href="http://tribeswell.com/why-all-the-links/">Why All the Links?</a></li>
<li><a href="http://tribeswell.com/social-signals-and-search-getting-the-edge/">Social Signals and Search (getting the edge)</a></li>
<li><a href="http://tribeswell.com/the-conclusion-of-our-seo-series/">The Conclusion of Our SEO Series</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/content-strategies-that-actually-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization for Mere Mortals (part 1 of 7)</title>
		<link>http://www.tribeswell.com/search-engine-optimization-for-mere-mortals/</link>
		<comments>http://www.tribeswell.com/search-engine-optimization-for-mere-mortals/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:46:52 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Marketing Trends]]></category>
		<category><![CDATA[Search Engine Optimization and Pay Per Click]]></category>
		<category><![CDATA[Website Design & Development]]></category>

		<guid isPermaLink="false">http://tribeswell.com/?p=3675</guid>
		<description><![CDATA[We want to show up on Google! We want to dominate our competitors! We want huge website traffic! We want to be number 1 when you type in _____________! When I meet with new clients, I generally hear some variation on these questions. Marketers and business owners are hip to the fact that search engines are [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>We want to show up on Google! We want to dominate our competitors! We want <strong>huge</strong> website traffic! We want to be number 1 when you type in _____________!</p></blockquote>
<p><img class="alignright  wp-image-3699" title="Yellow Pages iPad Image Search" src="http://tribeswell.com/wp-content/uploads/2012/02/Yellow-Pages-iPad-Image-Search.png" alt="" width="362" height="275" />When I meet with new clients, I generally hear some variation on these questions. Marketers and business owners are hip to the fact that search engines are the #1 way that people find solutions to their problems, and they want in on the action.</p>
<p>The problem with <a href="http://tribeswell.com/services/search-engine-marketing/">marketing on search engines</a> is that it is significantly more complicated than older forms of marketing. In the old days, most people used phone books to find solutions to their problems. Got a leaky toilet? Search for a plumber in the yellow pages. Easy. If you&#8217;re a plumber, all you have to do is buy the biggest ad in the yellow pages that you can and you&#8217;ll get lots of easy business.</p>
<p>For a number of reasons, todays consumers have turned to search engines and forsaken phone books:</p>
<ul>
<li>Phone books are big and bulky, a smart phone easily fits in your pocket and is always with you. Most people work closely with computers anyway. Computers are a daily reality for most people. Phone books are not.</li>
<li>Search engines provide lots more information about service providers and products. You not only get a list of answers to your question, but you can read reviews of other users, compare the full websites of several different providers, and make more informed decisions. In the yellow pages, the largest ad goes to the guy who pays the most money for it&#8230; period. It doesn&#8217;t necessarily mean they&#8217;re the best option for you.</li>
<li>Search engines are <strong>fast.</strong> Google can get you an answer to your question in the blink of an eye. To use a phone book you have to remember where you put the phone book, dig it out, find the appropriate page in the book&#8230; we&#8217;re busy people, who has time for that?</li>
</ul>
<p>For these reasons <a href="http://tribeswell.com/services/search-engine-marketing/">(and because I run an internet marketing company and I&#8217;m totally biased)</a>, I think it is wise that marketers and business owners are starting to invest more time and money in obtaining favorable search engine results.</p>
<p>So how do you get <strong>your</strong> company to the top of the search engine rankings? <a href="http://tribeswell.com/how-search-engines-work-the-simple-explanation/">It helps to know a little bit about how search engines work.</a></p>
<h6><em>This Article is Part of a 7-Part Series on Search Engine Optimization, Other Articles Include:</em></h6>
<ul>
<li><a href="http://tribeswell.com/how-search-engines-work-the-simple-explanation/">How Search Engines Work (the simple explanation)</a></li>
<li><a href="http://tribeswell.com/keyword-research-in-under-250-words/">Keyword Research (in under 250 words)</a></li>
<li><a href="http://tribeswell.com/content-strategies-that-actually-work/">Content Strategies (that actually work)</a></li>
<li><a href="http://tribeswell.com/why-all-the-links/">Why All the Links?</a></li>
<li><a href="http://tribeswell.com/social-signals-and-search-getting-the-edge/">Social Signals and Search (getting the edge)</a></li>
<li><a href="http://tribeswell.com/the-conclusion-of-our-seo-series/">The Conclusion of Our SEO Series</a></li>
</ul>
<h3></h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/search-engine-optimization-for-mere-mortals/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

