<?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; Blog</title>
	<atom:link href="http://www.tribeswell.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tribeswell.com</link>
	<description>Web Design Marketing Consulting Bloomington IN</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:16:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Your browser might be making you slow. Tips for making Firefox faster.</title>
		<link>http://www.tribeswell.com/your-browser-might-be-making-you-slow-tips-for-making-firefox-faster/</link>
		<comments>http://www.tribeswell.com/your-browser-might-be-making-you-slow-tips-for-making-firefox-faster/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:14:10 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[browser hacks]]></category>
		<category><![CDATA[faster web browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2404</guid>
		<description><![CDATA[So last night I wrote a pretty angry post about how I believe the internet should be much faster and how the American people are being cheated out of time and sanity and all that, so I did a little research to see if there were some things I could do to increase the speed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fyour-browser-might-be-making-you-slow-tips-for-making-firefox-faster%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fyour-browser-might-be-making-you-slow-tips-for-making-firefox-faster%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-2407" title="faster-firefox" src="http://www.tribeswell.com/wp-content/uploads/2010/08/faster-firefox-300x169.jpg" alt="" width="300" height="169" />So last night I wrote a <a href="http://www.tribeswell.com/why-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever/">pretty angry post about how I believe the internet should be much faster and how the American people are being cheated out of time and sanity</a> and all that, so I did a little research to see if there were some things I could do to increase the speed of my current setup.</p>
<p>I use Firefox as my main web browser, so I googled &#8220;tips for making firefox faster&#8221;.  Turns out there are lots of things you can do to crank up the performance of your web browser.  I haven&#8217;t checked for similar tips for other browsers, but I&#8217;m sure they&#8217;re out there as well.</p>
<h2>Here&#8217;s what I did to make my browsing experience much faster</h2>
<p><strong>I enabled pipelining.</strong> When your browser calls up a webpage, it typically will send a request, then wait for the answer, then it will send another request, and so on&#8230; Well if you enable pipelining, your browser can keep requesting the page over even if it hasn&#8217;t received a response yet.  This trick alone made pages load much much faster.  Here&#8217;s how to do it&#8230;</p>
<ol>
<li>Type <strong>about:config </strong>into the address bar and hit enter.  There will be a screen that says you might void your warranty, but I just hit &#8216;okay&#8217; since I don&#8217;t understand how free software could possibly have that good of a warranty.  This pulls up a long list of setting that govern how your browser performs.</li>
<li>Find the file labeled <strong>network.http.pipelining</strong> click on it so instead of &#8216;false&#8217; it reads &#8216;true&#8217;</li>
<li>Find the file labeled <strong>network.http.proxy.pipelining</strong> click on it so instead of &#8216;false&#8217; it reads &#8216;true&#8217;</li>
<li>Find the file labeled <strong>network.http.pipelining.maxrequests</strong>.  Double click the file and it will pull up the number 1 that you will need to change.  I read recommendations for anywhere between 8 and 30.  This is how many times it will call for a page without hearing a response.  Naturally I picked 30, but if you&#8217;re scared you can just pick 8.</li>
</ol>
<p><strong>I set the pages to render quickly.</strong> Do you ever notice that when a large webpage loads it will load part of the content, then another part, then another part, etc.  Well, did you ever wish that it would just get it over with already!?   This is the fix.  After I did this, pages typically loaded in 1 or 2 parts instead of 5 or 10, which I greatly appreciated.</p>
<ol>
<li>Go to the <strong>about:config</strong> screen again.</li>
<li>Right click somewhere in the window and select <strong>New &gt; Integer.</strong></li>
<li>Type <strong>content.notify.interval</strong> as your preference name.</li>
<li>Enter <strong>500000</strong> and click OK again.</li>
<li>Right-click again in the window and select <strong>New &gt; Boolean</strong>. Create a value called <strong>content.notify.ontimer</strong> and set it to <strong>True</strong>.</li>
</ol>
<p><strong>Enable faster loading.</strong> This was pretty amazing as well.  Do you ever notice how your browser gets really sluggish while you&#8217;re loading a page.  This has always been really annoying to me.  Here&#8217;s the fix.</p>
<ol>
<li>Type <strong>about:config</strong> and press &#8216;enter&#8217;.</li>
<li>Right-click in the window and select <strong>New &gt; Integer</strong>.</li>
<li>Type <strong>content.switch.threshold</strong>, click OK</li>
<li>Enter <strong>250000</strong> and click OK to finish.</li>
</ol>
<p><strong>Increase the cache size.</strong> Your browser stores certain elements of webpages you visit frequently in a cache so that it can load the page more quickly.  Bigger cache = more stuff that can be called up more quickly.  This works best if you have 2+ gigs of RAM on your machine.</p>
<ol>
<li>Type <strong>about:config</strong> and press &#8216;enter&#8217;.</li>
<li>Right-click anywhere in the window and select <strong>New &gt; Integer</strong>.</li>
<li>Type <strong>browser.cache.memory.capacity</strong>, click &#8216;ok&#8217;.</li>
<li>Enter <strong>65536</strong> and click &#8216;ok&#8217;.</li>
<li>Restart your browser.</li>
</ol>
<p>I got a lot of these tips from <a href="http://www.techradar.com/news/software/applications/8-hacks-to-make-firefox-ridiculously-fast-468317?artc_pg=2" target="_blank">TechRadar.com</a>, they had a few others as well, but they were pretty specialized and not really great for most modern web users (just my opinion).  Anyway, enjoy a faster experience on the web and let me know in the comments if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/your-browser-might-be-making-you-slow-tips-for-making-firefox-faster/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why is the Internet so freakin slow? and probably the biggest business idea ever.</title>
		<link>http://www.tribeswell.com/why-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever/</link>
		<comments>http://www.tribeswell.com/why-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 20:41:18 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[The Big Picture]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2397</guid>
		<description><![CDATA[If you go to web design and development blogs (six revisions and smashing magazine are two good ones) you&#8217;ll see the writers going on and on about the great new technologies that are even as we speak expanding the functional capabilities of the web.  I worry though&#8230;. I worry because it seems that in the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fwhy-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fwhy-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you go to web design and development blogs (six revisions and smashing magazine are two good ones) you&#8217;ll see the writers going on and on about the great new technologies that are even as we speak expanding the functional capabilities of the web.  I worry though&#8230;.</p>
<p>I worry because it seems that in the last few years the Internet has gotten slower and slower.  This slowness comes from two sources.  1) Developers are figuring out how to extend the functionality of what can be done in your browser to a staggering degree.   and  2)  Internet Service Providers (ISP&#8217;s) are either unwilling or unable to keep up.</p>
<p>I still remember back in the early 2000&#8242;s at the time of the .com bubble burst.  I had just gone to college and tasted my first non-dialup high-speed internet connection.  There was way more bandwidth than the market required (one of the causes of the crash) and things online were good.  We weren&#8217;t watching much video online or using many complex web apps, so basic surfing and content consumption was an absolute joy.</p>
<p>But now look at us.  We&#8217;re addicted to web apps like twitter and facebook, we spend all our time online, and we&#8217;re absolutely clogging the pipes that make the Internet work.</p>
<h2>So why is this an amazing business opportunity?</h2>
<p>This is a HUGE problem and it&#8217;s only getting huger.  If anyone out there has a good solution I can almost guarantee that there are plenty of investors who would give it a shot.</p>
<p>The future will very likely look nothing like the present.  We need new and innovative solutions.  We need new options for getting connected.  We need someone to do for Internet service what Vonage did for phone service, which means thinking about it in an entirely new way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/why-is-the-internet-so-freakin-slow-and-probably-the-biggest-business-idea-ever/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Managing multiple email addresses the easy way &#8211; Gmail Tutorial</title>
		<link>http://www.tribeswell.com/managing-multiple-email-addresses-the-easy-way-gmail-tutorial/</link>
		<comments>http://www.tribeswell.com/managing-multiple-email-addresses-the-easy-way-gmail-tutorial/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 15:18:03 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Bloomington News]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2317</guid>
		<description><![CDATA[Gmail (google&#8217;s email product) is a fantastic, versitile and free tool for staying productive with your email duties.  However not everyone is aware how easy it is to manage multiple email addresses from a single gmail account. Let&#8217;s say you&#8217;re like me and you&#8217;re involved in multiple organizations&#8230; I&#8217;ve got a few different email addresses: [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fmanaging-multiple-email-addresses-the-easy-way-gmail-tutorial%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fmanaging-multiple-email-addresses-the-easy-way-gmail-tutorial%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://mail.google.com">Gmail (google&#8217;s email product)</a> is a fantastic, versitile and free tool for staying productive with your email duties.  However not everyone is aware how easy it is to manage multiple email addresses from a single gmail account.</p>
<p>Let&#8217;s say you&#8217;re like me and you&#8217;re involved in multiple organizations&#8230; I&#8217;ve got a few different email addresses: colin@tribeswell.com for my primary business, colin@mwmcmusic.com for my music business, and I also manage email accounts for info@tribeswell.com and booking@mwmwcmusic.com.  I can manage all four of these accounts right from a single gmail account.</p>
<p>Here&#8217;s how you pull it off&#8230;</p>
<ol>
<li>Log into your gmail account and click the &#8216;settings&#8217; tab in the top right corner.</li>
<li>Look for the tabs in the yellow section of the screen that say &#8216;general&#8217;, &#8216;labels&#8217;, &#8216;accounts and import&#8217;, etc.  Click the &#8216;accounts and import tab&#8217;.<br />
<img class="aligncenter size-medium wp-image-2357" title="Picture 2" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-2-300x130.png" alt="" width="300" height="130" /></li>
<li>The second section down on the next page you get to should be labeled &#8216;send mail as&#8217;.  In this section there is a large button that says &#8216;send mail from another address&#8217;.  Click this button.<br />
<img class="aligncenter size-medium wp-image-2358" title="Picture 5" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-5-300x142.png" alt="" width="300" height="142" /></li>
<li>A new window will pop up asking you which name and email you want to send emails from.  Enter your name and the email address you want to use.  Click &#8216;next step&#8217;.<img class="aligncenter size-medium wp-image-2359" title="Picture 7" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-7-300x160.png" alt="" width="300" height="160" /></li>
<li>The next screen gives you the option to send emails through gmail or through your domain&#8217;s SMTP servers.  I like to use gmail, because it is way easier and seems to work great for most needs, so select &#8216;Send through Gmail&#8217;.<img class="aligncenter size-medium wp-image-2365" title="Picture 8" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-8-300x133.png" alt="" width="300" height="133" /></li>
<li>A screen will pop up asking if you want to send a verification email.  Click &#8216;send verification&#8217;.<img class="aligncenter size-medium wp-image-2372" title="Picture 9" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-9-300x116.png" alt="" width="300" height="116" /></li>
<li>Gmail will send you an email with a verification code, so check your other email, and copy the code by highlighting it and pressing ctrl+c (or command+c if you&#8217;re on a mac).  Then paste the code (ctrl or command + v) into the next screen that pops up and hit &#8216;verify&#8217;.  The popup window will close.  <img class="aligncenter size-medium wp-image-2374" title="Picture 10" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-10-300x128.png" alt="" width="300" height="128" /></li>
<li>Go back to the original gmail settings screen and your new email should be added to the list with your original gmail address.<img class="aligncenter size-medium wp-image-2378" title="Picture 11" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-11-300x94.png" alt="" width="300" height="94" /></li>
<li>Now the only thing left to do is go into your old email address and tell it to forward all email to your gmail address.  This step will vary in compexity based on your particular email system, but can usually be performed fairly simply in the settings or options panel.  I like to have it forward the email to gmail and then delete the copy that&#8217;s in the old system, but that&#8217;s just me.  You can forward it however you like.</li>
</ol>
<p>Now when you go to compose an email you&#8217;ll have a dropdown that allows you to select witch email you&#8217;d like to send it from. Pretty cool eh?</p>
<p><img class="aligncenter size-medium wp-image-2383" title="Picture 12" src="http://www.tribeswell.com/wp-content/uploads/2010/08/Picture-12-300x138.png" alt="" width="300" height="138" /></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://crenk.com/setup-multiple-email-addresses-in-gmail/">Setup Multiple Email Addresses in Gmail</a> (crenk.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tehranpi.net/2010/08/create-a-gmail-filter-to-focus-on-your-most-important-emails/">Create a Gmail Filter to Focus on your Most Important Emails &#8230;</a> (tehranpi.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.googletutor.com/how-to-sign-in-to-multiple-gmail-accounts/">How to Sign in to Multiple Gmail Accounts</a> (googletutor.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=644bf9b9-ded9-4c6f-a0e4-d12ef03e200d" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/managing-multiple-email-addresses-the-easy-way-gmail-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Months ago I pushed for to eliminate the word &#8216;social media&#8217; and now @garyvee thinks so too.</title>
		<link>http://www.tribeswell.com/months-ago-i-pushed-for-to-eliminate-the-word-social-media-and-now-garyvee-thinks-so-too/</link>
		<comments>http://www.tribeswell.com/months-ago-i-pushed-for-to-eliminate-the-word-social-media-and-now-garyvee-thinks-so-too/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 22:30:48 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Bloomington Marketing]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Small Business Branding]]></category>
		<category><![CDATA[Social Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[The Big Picture]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2273</guid>
		<description><![CDATA[I think this marks the 3rd or 4th time that I&#8217;ve went on the rampage against the term &#8216;social media&#8217;.  I especially hate this term when it relates to marketing.  Today I ran across this video post by Gary Vaynerchuk where he totally agrees with me. Here&#8217;s the dealio&#8230; You can use various &#8216;online social [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fmonths-ago-i-pushed-for-to-eliminate-the-word-social-media-and-now-garyvee-thinks-so-too%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fmonths-ago-i-pushed-for-to-eliminate-the-word-social-media-and-now-garyvee-thinks-so-too%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I think this marks the 3rd or 4th time that I&#8217;ve went on the rampage against the term &#8216;social media&#8217;.  I especially hate this term when it relates to marketing.  Today I ran across<a href="http://garyvaynerchuk.com/"> this video post by Gary Vaynerchuk where he totally agrees with me.</a></p>
<p>Here&#8217;s the dealio&#8230; You can use various &#8216;online social mediums&#8217; to get your ideas out about new products.  You can use them as a customer service aid or as a market research tool, but symantically speaking, THERE IS NO POSSIBLE WAY THAT AN ORGANIZATION CAN CREATE SOCIAL MEDIA.</p>
<p>This is the other part of the word social media that I hate.  It throws the word media around in completely nonsensical ways.  Media would be things like text articles, audio recordings, static images, or movies.  Social media would be when people (not organizations), collaborate to create or modify some sort of media product.</p>
<p>The tools that enable this creation are &#8216;social mediums&#8217; just like tv is a video medium, radio is a sound medium, and newspapers are a print medium.  Facebook is a social medium, because it allows users to create media in a social way.  I type a short blurb.  My friends comment on it.  I post a picture of my friends, my friends tag themselves in it.</p>
<p>So when @comcastcares uses twitter, a social medium, to solve a customer&#8217;s problem, the PERSON who is operating the @comcastcares account and the person with the problem are creating media together.  Sure, comcast&#8217;s brand is a part of that, but the &#8216;social media&#8217; is created between 2 or more humans using a &#8216;social medium&#8217;.</p>
<p>So enough of that&#8230; here&#8217;s Gary&#8217;s video</p>
<p><object id="viddler" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="437" height="288" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="fake=1" /><param name="src" value="http://www.viddler.com/player/8a34b82c/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /><embed id="viddler" type="application/x-shockwave-flash" width="437" height="288" src="http://www.viddler.com/player/8a34b82c/" name="viddler" flashvars="fake=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://news.cnet.com/8301-13772_3-20003314-52.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20">@Garyvee: High-energy social media maven</a> (news.cnet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://socialmediaexaminer.com/feeder/?FeederAction=clicked&amp;+%252528RSS2%252529&amp;seed=http%25253A%25252F%25252Fwww.socialmediaexaminer.com%25252Femployees-as-social-media-celebrities%25252F&amp;seed_title=Dealing+With+Employees+Who+Are+Social+Media+Celebrities">Dealing With Employees Who Are Social Media Celebrities</a> (socialmediaexaminer.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blogs.waggeneredstrom.com/thinkers-and-doers/2010/08/evolving-social-media-in-the-enterprise/">Thinkers and Doers &#8221; Blog Archive &#8221; Evolving Social Media in the Enterprise</a> (blogs.waggeneredstrom.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=b0092892-6735-4886-a324-6449b5c12088" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/months-ago-i-pushed-for-to-eliminate-the-word-social-media-and-now-garyvee-thinks-so-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is WordPress secure? Is it good for website owners?  Is it good for users?</title>
		<link>http://www.tribeswell.com/is-wordpress-secure-is-it-good-for-website-owners-is-it-good-for-users/</link>
		<comments>http://www.tribeswell.com/is-wordpress-secure-is-it-good-for-website-owners-is-it-good-for-users/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 19:10:52 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Developing in Wordpress]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2183</guid>
		<description><![CDATA[There&#8217;s been quite a bit of trash-talking about wordpress in the last few months and I felt that since Tribeswell builds all of its websites in wordpress, I should weigh in. For those of you who don&#8217;t know, wordpress is a software program that acts as a framework for building and managing a website.  This [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fis-wordpress-secure-is-it-good-for-website-owners-is-it-good-for-users%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fis-wordpress-secure-is-it-good-for-website-owners-is-it-good-for-users%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>There&#8217;s been quite a bit of trash-talking about wordpress in the last few months and I felt that since <a href="http://www.tribeswell.com/services/web-design/wordpress/">Tribeswell builds all of its websites in wordpress</a>, I should weigh in.</p>
<p>For those of you who don&#8217;t know, wordpress is a software program that acts as a framework for building and managing a website.  This is known as a content management system or CMS for short.  Currently wordpress is the most popular and widely used CMS in the world.</p>
<p>WordPress is also an open-sourced software product, which means it is free for anyone to download and modify the software to suite their individual needs.  Because of this, a vibrant developer community exists that provides thousands of add-ons and extensions for wordpress that allow it to perform a staggering variety of complex functions.</p>
<p>Web Developers and designers (typically) LOVE wordpress for all of the above reasons.  We don&#8217;t have to re-invent the wheel every time we want to add a new feature to a website.  There is a good chance that another developer has already solved the problem for us.</p>
<p>So back to the initial questions&#8230;</p>
<h2>Is WordPress Secure?</h2>
<p>WordPress is a software product that lives on the internet.  Like any other online tool, it is vulnerable to attack from hackers or viruses.  Let me reiterate&#8230; ANY online tool can become compromised by hackers or viruses.</p>
<p>Fortunately there are lots of things you can do to prevent your wordpress website from being attacked.  In fact, if your wordpress software and plugins are up to date, and you have strong passwords for your admins, it is very unlikely that you will ever have problems.</p>
<p>As I mentioned earlier, WordPress is the most popular CMS in the world, therefore more websites use it, and there are more stories about its vulnerabilities than other less popular CMS&#8217;s.  You should also consider the source of much of the negative press about wordpress.  It usually comes from people who have their own proprietary systems that compete with wordpress.</p>
<h2>Is wordpress good for website owners?</h2>
<p>If you look around, you can easily find countless CMS solutions that are easier to use than wordpress.  You can also find CMS solutions that have more functions and can do more things.  However, wordpress occupies a unique niche in that it is fairly easy to use and also performs a wide array of functions.</p>
<p>No CMS solution is right for EVERY application, and there are some things for which wordpress is not ideally suited (ecommerce for example), but for the average website, wordpress is an excellent option, because of its fantastic balance between high funtionality and ease of use.</p>
<h2>Is wordpress good for users?</h2>
<p>By users I mean the people that visit your site.</p>
<p>WordPress allows developers to create websites that delight users.  Granted, a great website can be made from most any CMS solution, but wordpress is unique in that there are so many design resources, pre-built themes, and modules that it is very easy to create a full-featured website that will impress your core users.</p>
<p>A well-built wordpress site loads quickly, is easily searchable, and often includes great functionality due to the wide array of plugins and extensions available.</p>
<p>So in conclusion&#8230;</p>
<p>If someone tells you that wordpress is not a good website solution, make sure you do your research.  I think you&#8217;ll find that there are a lot of good reasons why it is the most popular CMS in the world and there are lots of simple things you can do to avoid security issues.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/reviews/product/578005/review/wordpress_30.html?expand=true&amp;lsrc=rss_main">Review: WordPress 3.0</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.smashingmagazine.com/2010/07/30/lessons-learned-from-maintaining-a-wordpress-plug-in/">Lessons Learned From Maintaining a WordPress Plug-In</a> (smashingmagazine.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=691abd3b-a471-4f2c-9784-8f1daebaf0de" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/is-wordpress-secure-is-it-good-for-website-owners-is-it-good-for-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing what business you&#8217;re in&#8230; and owning it.</title>
		<link>http://www.tribeswell.com/knowing-what-business-youre-in-and-owning-it/</link>
		<comments>http://www.tribeswell.com/knowing-what-business-youre-in-and-owning-it/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:39:47 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Market Trends]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[The Big Picture]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2119</guid>
		<description><![CDATA[Microsoft is a technology company.  They obsess about the technology in their products.  Apple is a user experience company.  They relentlessly strive to e delight their users. Starbucks sells high quality, high efficiency and a sense that you know what you&#8217;re going to get when you walk in the door (and now thankfully&#8230; free wifi). [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fknowing-what-business-youre-in-and-owning-it%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fknowing-what-business-youre-in-and-owning-it%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.tribeswell.com/wp-content/uploads/2010/07/marketing-strategy-win-new-clients.jpg"><img class="alignright size-medium wp-image-2179" title="marketing-strategy-win-new-clients" src="http://www.tribeswell.com/wp-content/uploads/2010/07/marketing-strategy-win-new-clients-233x300.jpg" alt="" width="233" height="300" /></a>Microsoft is a technology company.  They obsess about the technology in their products.  Apple is a user experience company.  They relentlessly strive to e delight their users.</p>
<p>Starbucks sells high quality, high efficiency and a sense that you know what you&#8217;re going to get when you walk in the door <a href="http://gizmodo.com/5012641/starbucks-free-wi+fi-officially-launched">(and now thankfully&#8230; free wifi)</a>.  Your local coffee shop sells a unique experience that you can&#8217;t get anywhere else and a sense of community that gives you the warm fuzzies.</p>
<p>Google is in the &#8216;organizing your information business&#8217;.  Yahoo is in the &#8216;content business&#8217;.</p>
<p>American auto companies are in the &#8220;they&#8217;ve always bought a new car from us every 5 years forever, so why would they stop?&#8221; business.  Japanese car companies are in the &#8220;making innovative products that last forever&#8221; business.</p>
<p>I&#8217;m not saying (directly) that you should be in any particular type of business, but it IS important to know what business you&#8217;re in and to then dominate that segment.  I can&#8217;t imagine my grandparents driving around in a Honda Civic.  They&#8217;re Buick people all the way (and they always have been).  I also can&#8217;t imagine people lining up around the block to witness Microsoft&#8217;s newest innovation (the way they do for Apple Products), but they still have a massive lead in market share of computer operating systems (though Apple is now a more profitable company due to its innovations in the mobile space).</p>
<p>Knowing who you are, what business you&#8217;re in, and who your customer is is the best weapon you have in the marketplace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/knowing-what-business-youre-in-and-owning-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VICTORY!  Google finally acknowledges that I&#8217;m the REAL Colin Clark</title>
		<link>http://www.tribeswell.com/victory-google-finally-acknowledges-that-im-the-real-colin-clark/</link>
		<comments>http://www.tribeswell.com/victory-google-finally-acknowledges-that-im-the-real-colin-clark/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:35:33 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Business Blogging Tips]]></category>
		<category><![CDATA[Search Engine Marketing (SEO)]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=2056</guid>
		<description><![CDATA[Life isn&#8217;t fair.  I know this to be brutally true, because my parents chose to curse me with a name that has high competition on Google. When I have children, I&#8217;m going to give them totally wacked out bizarre names just so that they can rank for their own names on Google.  (I&#8217;m also going [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fvictory-google-finally-acknowledges-that-im-the-real-colin-clark%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fvictory-google-finally-acknowledges-that-im-the-real-colin-clark%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.tribeswell.com/wp-content/uploads/2010/07/the-real-colin-clark1.jpg"><img class="alignright size-medium wp-image-2115" title="the-real-colin-clark" src="http://www.tribeswell.com/wp-content/uploads/2010/07/the-real-colin-clark1-222x300.jpg" alt="" width="222" height="300" /></a>Life isn&#8217;t fair.  I know this to be brutally true, because my parents chose to curse me with a name that has high competition on Google.</p>
<p>When I have children, I&#8217;m going to give them totally wacked out bizarre names just so that they can rank for their own names on Google.  (I&#8217;m also going to make sure I get their .com URL&#8217;s, if you&#8217;re the person out there who owns colinclark.com I have been super pissed at you for over a decade, because I really want it)</p>
<p>There are 2 reasons that it has been notoriously difficult for me to rank on the first page for my name.</p>
<ol>
<li><strong>Colorado Rapids soccer player, Colin Clark</strong> &#8211; this guy, in spite of his awesome name, is apparently way too good at soccer and is always getting news stories written about him.  For this reason, he is typically the most dominant force on the &#8216;Colin Clark&#8217; search page.</li>
<li><strong>Colin Clark the economist</strong> &#8211; This guy apparently invented Gross National Product, or something like that.  It must be a big deal, because before the soccer player hit the scene, he was always the number 1 result.</li>
</ol>
<p>There are a few other players like Colin Clark the photographer and Colin Clark from EventCloudPro&#8217;s Twitter account. (please forgive me for not linking to you, I really want to stay on the first page.</p>
<p>So finally, I&#8217;m on the first page of results&#8230;  <strong>How did I do it?</strong></p>
<p>Well let me tell you, it wasn&#8217;t easy.  I started an entire website, <a href="http://colinaclark.com">colinaclark.com</a>, to act as my personal blog and SEO machine that links back to this site.  I also built several sites for the music projects I&#8217;m involved with, <a href="http://mwmcmusic.com">mwmcmusic.com</a>, <a href="http://pissedoffcatfish.com">pissedoffcatfish.com</a>, <a href="http://litendz.com">litendz.com</a>, and <a href="http://mwmcpedia.com">mwmcpedia.com</a>, that all contain lots of keyword rich content that links back to here as well.  I also use the name colinaclark for <a href="http://twitter.com/colinaclark">Twitter</a> and <a href="http://facebook.com/colinaclark">Facebook</a> URL&#8217;s (as well as several other social networks), so that probably doesn&#8217;t hurt either.</p>
<p>I&#8217;m super excited.  Google has finally admitted that I am indeed the REAL Colin Clark.  I just hope it lasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/victory-google-finally-acknowledges-that-im-the-real-colin-clark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Literally the BEST Facebook ad I&#8217;ve ever seen.</title>
		<link>http://www.tribeswell.com/literally-the-best-facebook-ad-ive-ever-seen/</link>
		<comments>http://www.tribeswell.com/literally-the-best-facebook-ad-ive-ever-seen/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 19:12:39 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Bloomington Marketing]]></category>
		<category><![CDATA[Marketing on Facebook]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=1993</guid>
		<description><![CDATA[I&#8217;ve got to be honest, I&#8217;ve always thought that Facebook had amazing potential for serving targeted advertising, but typically the ads never seemed to be that effective, at least the ones that I saw on my page.  But, that all changed today when I saw this ad. There are several things that made this ad [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fliterally-the-best-facebook-ad-ive-ever-seen%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fliterally-the-best-facebook-ad-ive-ever-seen%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve got to be honest, I&#8217;ve always thought that <a href="http://facebook.com">Facebook</a> had amazing potential for serving targeted advertising, but typically the ads never seemed to be that effective, at least the ones that I saw on my page.  But, that all changed today when I saw this ad.</p>
<p><img class="aligncenter size-full wp-image-1994" title="Picture 2" src="http://www.tribeswell.com/wp-content/uploads/2010/07/Picture-2.png" alt="" width="161" height="217" />There are several things that made this ad particularly excellent.  First, it is very obviously targeted at people like me.  I have listed in my profile that I play bass, so it&#8217;s likely that I might have wanted a resource such as this.  I also am listed as a woodworker, so any advertiser can find out that I&#8217;m relatively hand and like to work with my hands.  I don&#8217;t know precisely that they used both of these criteria to target this ad at me, but the fact of the matter is that I was quite interested in finding out more.</p>
<p>Needless to say I clicked on the ad and filled out the necessary contact information to receive the free ebook.  When I opened the PDF file, I was absolutely delighted.  This is really one of the best free ebooks I&#8217;ve seen.  It&#8217;s filled with great tips that I&#8217;m sure I will use extensively for years to come.</p>
<p>This advertiser has successfully gotten my attention, gotten me to voluntarily give my contact info, and given me a great free resource.  I&#8217;m not sure that I&#8217;ll ever buy any of the custom basses that this company manufactures, but they&#8217;re definitely on my radar now.</p>
<p>So if you want to have success with your facebook ad, here&#8217;s a breakdown of everything that <a href="http://www.jerzydrozdbasses.com/">Jerzy Drozd Basses</a> did correctly to get my attention and make a great impression.</p>
<ul>
<li>Target your ad extremely specifically.  In this case, the perfect ad was served to the ideal prospect (me), and I was compelled to take action.</li>
<li>Make a simple compelling promise in your ad.  In this case they promise that they will give me a free ebook that will teach me everything I need to know about how to set up my bass properly.  They don&#8217;t try to sell me a custom bass or any of their other services.  They seem to only care about helping me.</li>
<li>Make your offering easy to get, especially if it&#8217;s free.  As soon as I clicked the ad, I was taken to a squeeze page where I could easily enter my information so they could email me the free ebook.</li>
<li>Deliver on your promise.  When I opened the ebook I was absolutely blown away with the quality of the information provided and the overall design.  If it had been crappy or low-quality or had useless information, I would have never given this company a second thought, but instead here I am blogging about it, because it was so great.</li>
<li>Leave the door open.  In this case, they provided an incentive for me to keep listening to their marketing message.  The ebook is clearly labeled as a work in progress.  They state that every time they make an update to the content they&#8217;ll email me the updates.  I think that&#8217;s pretty cool.</li>
</ul>
<p>To get your own copy of this ebook, or just to <a href="http://www.jerzydrozdbasses.com/ultimate-guide-to-perfect-bass-setup.html">check out how great marketing works, follow this link to Jerzy Drozd Basses.</a></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.wordsellinc.com/blog/social-media/facebook-advertising-tips/">10 Reasons Why Advertising on Facebook Is Simple and Profitable &#8211; Part 1</a> (wordsellinc.com)</li>
<li class="zemanta-article-ul-li"><a href="http://dannybrown.me/2010/06/03/free-facebook-marketing-ebook/">7 Ways to Market Your Business on Facebook &#8211; Free Ebook</a> (dannybrown.me)</li>
<li class="zemanta-article-ul-li"><a href="http://www.observer.com/2010/daily-transom/facebook-wont-advertise-facebook-movie">Facebook Won&#8217;t Advertise the Facebook Movie</a> (observer.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=df377a49-e7b1-40a2-94f8-707c99c67a17" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/literally-the-best-facebook-ad-ive-ever-seen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Screen Will Your User Be Using? Mobile, Nebook, Widescreen?  Will your website look good?</title>
		<link>http://www.tribeswell.com/which-screen-will-your-user-be-using-mobile-nebook-widescreen-will-your-website-look-good/</link>
		<comments>http://www.tribeswell.com/which-screen-will-your-user-be-using-mobile-nebook-widescreen-will-your-website-look-good/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:34:30 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Business Blogging Tips]]></category>
		<category><![CDATA[Developing in Wordpress]]></category>
		<category><![CDATA[Marketing Technology]]></category>
		<category><![CDATA[Social Marketing]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=1926</guid>
		<description><![CDATA[I&#8217;ve been talking about this idea with clients for months now, and I just realized that I hadn&#8217;t blogged about it yet, and since I haven&#8217;t been blogging a lot lately, I thought, &#8216;what the heck.&#8217; There are new rules that web designers are going to have to be thinking about if they are going [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fwhich-screen-will-your-user-be-using-mobile-nebook-widescreen-will-your-website-look-good%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fwhich-screen-will-your-user-be-using-mobile-nebook-widescreen-will-your-website-look-good%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been talking about this idea with clients for months now, and I just realized that I hadn&#8217;t blogged about it yet, and since I haven&#8217;t been blogging a lot lately, I thought, &#8216;what the heck.&#8217;</p>
<p>There are new rules that web designers are going to have to be thinking about if they are going to design websites that provide an excellent experience for a wide variety of users.  This is because, increasingly, many website visitors will come to your site from a mobile phone, and to a lesser extent from<a href="http://www.tribeswell.com/designing-websites-with-netbooks-in-mind/"> small-screen devices like netbooks and ipads.</a></p>
<p>Complicating things further is the fact that ultra widescreen computer monitors can be purchased for under 200 bucks, and an increasing number of users are purchasing 2 or more monitors for their machines, so&#8230; Well let&#8217;s just say you need a website that looks good on lots of different displays.  So let&#8217;s break it down&#8230;</p>
<h2>Designing Websites that Look Good on Smartphones.</h2>
<p>The absolute BEST way to make sure you provide an excellent experience for your mobile visitors is to design a separate mobile version of your website that visitors get when they type in your web address.  There are actually some great wordpress plugins that make decent looking mobile sites, however sometimes it doesn&#8217;t make sense financially or strategically to do this, so you might need to make some design decisions to insure that mobile visitors have an excellent experience.</p>
<ol>
<li><strong>Use make use of large navigation, especially on the homepage. </strong>This makes it easy for people to find stuff right away without having to zoom in too much and hunt around for what they&#8217;re looking for.</li>
<li><strong>Provide search.</strong> This is actually a good rule of thumb anyway, but you should definitely have a search function on your site, especially for mobile users.  Make it big enough and prominent enough so that users don&#8217;t have to zoom in to find it on mobile devices.</li>
<li><strong>Don&#8217;t use flash.</strong> It won&#8217;t show up on most mobile devices and there are plenty of alternatives if you just want to create cool visual effects (like javascript).  And if you have videos on your site&#8230;</li>
<li><strong>Use Youtube.</strong> I know there are more functional and better looking players out there, but Youtube is the only one that plays on the majority of mobile devices, so it&#8217;s the only one I recommend.</li>
</ol>
<h2>Netbooks and Tablets</h2>
<p>I think that really the only hard and fast rule for netbooks and tablets is to keep the width of your website at around 955 pixels.  This will insure that you can see the whole page for the most common screen resolutions.</p>
<p>Also, make sure your site is compliant with <a href="http://www.tribeswell.com/a-surprisingly-good-web-browser/">Google Chrome</a>, because lots of netbook users like to use it since it takes up less screen space than other browsers.</p>
<h2>Wide Screen Monitors</h2>
<p>The first rule is to make sure that your site is around 950 pixels wide.  Really narrow websites just look silly on wide monitors.</p>
<p>Also make sure that the visual elements that make up the site are coded so that they extend naturally onto wide screens.</p>
<p>Modern websites (with a few exeptions) should generally also be of a fixed width.  The opposite of this would be a variable width which means that your website elements shift around depending on the size of the browser window.  This generally tends to make websites look really weird and have usability issues.</p>
<p><strong>Conclusion</strong></p>
<p>It is important to make sure that your website matches the technology that will be displaying it.  If you have any questions or things to add, please leave them in the comments.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/06/29/brilliant-mobile-sites/">6 Brilliantly Designed Mobile Sites</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/imdb_arrives_on_androidand_everywhere.php">IMDb Arrives on Android&#8230;and &#8220;Everywhere&#8221;</a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/biz/2010/06/how-to-take-your-company-mobil.php">How to Take Your Company Mobile Today</a> (readwriteweb.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=97fa5e24-a835-4ef0-858f-0758b52da120" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/which-screen-will-your-user-be-using-mobile-nebook-widescreen-will-your-website-look-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketing is a Promise</title>
		<link>http://www.tribeswell.com/marketing-is-a-promise/</link>
		<comments>http://www.tribeswell.com/marketing-is-a-promise/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 20:35:31 +0000</pubDate>
		<dc:creator>Colin Clark</dc:creator>
				<category><![CDATA[Bloomington Marketing]]></category>
		<category><![CDATA[Sales Tips]]></category>
		<category><![CDATA[Small Business Branding]]></category>
		<category><![CDATA[The Big Picture]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Marketing and Advertising]]></category>
		<category><![CDATA[marketing is a promise]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.tribeswell.com/?p=1889</guid>
		<description><![CDATA[And that&#8217;s all it is.  I think a lot of business people get hung up when they either make vague promises or make promises they can&#8217;t keep.  The best businesses make clear promises and always keep them. Vague Promises The web is littered with websites that are filled with copy that makes unbelievably vague promises.  [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tribeswell.com%2Fmarketing-is-a-promise%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tribeswell.com%2Fmarketing-is-a-promise%2F&amp;source=colinaclark&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>And that&#8217;s all it is.  I think a lot of business people get hung up when they either make vague promises or make promises they can&#8217;t keep.  The best businesses make clear promises and always keep them.</p>
<h3>Vague Promises</h3>
<p>The web is littered with websites that are filled with copy that makes unbelievably vague promises.  They only purpose your website has is to make a promise, provide some information on how you intend to keep that promise, and provide a point of contact from the visitor to you.</p>
<p>In order to insure that you&#8217;re making clear, unambiguous promises with your marketing, it helps to test content with a variety of audiences.  Do most of the people who see your site understand your promises clearly?  Do YOU understand your promises clearly?  Do your PEOPLE understand the promises that they&#8217;re making with every encounter they have with a customer?</p>
<h3>Making Promises you Can&#8217;t Keep</h3>
<p>I&#8217;m sure that MOST businesses have been guilty of this at some point or another (I know I have).  I&#8217;m not saying we&#8217;re liars or bad people or unethical, we just want to help as many customers as possible and keep them all happy (which is pretty much impossible).  It is important, however, that we analyze the promises that we make with our marketing to make sure that we can avoid the inevitable poor reputation that accompanies broken promises.</p>
<blockquote><p>Delivery in 30 minutes or less, or your pizza is free.</p></blockquote>
<p>Remember the promise that Dominos made?  They probably sold millions of pizzas by making, and keeping that promise.  Powerful promises deliver powerful results.  If your promises are clear, and if you can manage to ALWAYS keep them (hard to do), then your business will thrive.  If you don&#8217;t, you might not do as well.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.prweb.com/releases/web-personalization/multivariate-testing/prweb4153064.htm">Kwik Fit Insurance Adopts Conversion Management Solution From Maxymiser to Increase Web Personalization</a> (prweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.prweb.com/releases/2010/06/prweb4138394.htm">Bright Green Leadership Partners with TriplePundit to Help Businesses Improve Their Green Marketing Online</a> (prweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/mmoir/crm-20-whats-new-here">CRM 2.0 &#8211; What&#8217;s New Here</a> (slideshare.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ricksrss.com/?p=3859">Use Facebook To Market Your Business</a> (ricksrss.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.davidrisley.com/2010/04/16/blogger-broke/">How To Remain Broke As A Blogger &#8211; Guaranteed!</a> (davidrisley.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=de5f38cc-eb13-47af-81ce-90148f6e75ca" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tribeswell.com/marketing-is-a-promise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->