<?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>Vancouver Web Designer, Wordpress Ninja, and Business Marketing Consultant &#187; Web Design Fundamentals</title>
	<atom:link href="http://www.mayurj.com/category/web-design-fundamentals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mayurj.com</link>
	<description>Call me at 604-787-9993</description>
	<lastBuildDate>Tue, 22 Dec 2009 19:38:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Expert Analysis: Posts vs Pages and When to use which (and when not to)</title>
		<link>http://www.mayurj.com/2009/10/03/expert-analysis-posts-vs-pages-and-when-to-use-which-and-when-not-to/</link>
		<comments>http://www.mayurj.com/2009/10/03/expert-analysis-posts-vs-pages-and-when-to-use-which-and-when-not-to/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:45:10 +0000</pubDate>
		<dc:creator>Mayur Jobanputra</dc:creator>
				<category><![CDATA[Blog Writing]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Mastery]]></category>
		<category><![CDATA[Blogging Newbies]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Content Categorization]]></category>
		<category><![CDATA[Content Creation]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Copywriting]]></category>
		<category><![CDATA[Online Writing]]></category>
		<category><![CDATA[Posts vs Pages]]></category>
		<category><![CDATA[Technorati Tags]]></category>
		<category><![CDATA[Web Design Fundamentals]]></category>
		<category><![CDATA[Web Designer Tips]]></category>
		<category><![CDATA[Wordpress Category Template]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Theme Customization]]></category>
		<category><![CDATA[Writing Tips]]></category>

		<guid isPermaLink="false">http://www.mayurj.com/2009/10/03/expert-analysis-posts-vs-pages-and-when-to-use-which-and-when-not-to/</guid>
		<description><![CDATA[
I’m writing this post for a client I have just started working with in the hopes that it clears up some of the mystery around this topic and perhaps you will also learn a thing or two from my 2+ years of working with Wordpress.
If you spent any time at all with Wordpress, you eventually [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mayurj.com/wp-content/uploads/2009/10/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.mayurj.com/wp-content/uploads/2009/10/image_thumb2.png" width="240" height="215" /></a></p>
<p>I’m writing this post for a client I have just started working with in the hopes that it clears up some of the mystery around this topic and perhaps you will also learn a thing or two from my 2+ years of <a href="http://www.fullmotiongroup.com">working with Wordpress</a>.</p>
<p>If you spent any time at all with Wordpress, you eventually run into the dilemma of When to use Posts vs Pages for new content.&#160; Sometimes the path is very clear when your theme design makes the choice self-evident (as with this blog theme for example where every content item is a Post).&#160; Other times, it’s not as clear-cut (like with some of themes at Woothemes like <a href="http://www.woothemes.com/2009/03/the-station/">The Station</a>)&#160; When it’s not as clear-cut, and your theme design doesn’t necessarily dictate which one you should use, you need a framework like the one I describe below.</p>
<p>Now, before we go any further, let’s learn about the differences between posts and pages for our less experienced users.</p>
<h3>Difference between Post and Page from a Wordpress point of view</h3>
<p>Well, let’s consider the possible areas that the Posts and Pages <em>might</em> differ:</p>
<ul>
<li><strong>Editing and Embedding Content?&#160; </strong>Definitely not.&#160; Both are equal in their ability to render HTML.</li>
<li><strong>Commenting?</strong>&#160; Nope, both can accept them and you can turn commenting and pinging off any any page/post you feel like (including adding aging rules with various plugins so that commenting eventually gets turned off on schedule)</li>
<li><strong>Publish Date?</strong>&#160; Nope, both have this too</li>
<li><strong>Content Hierarchy?</strong>&#160; Well, yes and no. You can’t say for certain really without considering your theme and how you implement the site.&#160; For instance with pages, hierarchy is clear-cut with page and sub-page inheritance and that’s easy to put into a menu structure with just a few lines of code.&#160; However, with posts, you can implement hierarchy as well via categories and sub-categories and creating a menu system to display this hierarchical structure.&#160; I would caution that you face more constraints this way (especially if you implement page and post hierarchy on the same menu). Let’s just say for now, that content hierarchy is more suited to page content and if a deep menu structure is called for in your design, consider using pages for easier coding of your menu system, or (god forbid!), use a different content management system more suited to complex content hierarchy like Joomla or Drupal.</li>
<li><strong>Tags?</strong>&#160; Only with posts (well unless you install a Technorati plugin for your pages but that’s another discussion). Tagging is something that accompanies all posts nicely and can be accessed in the Wordpress loop for each post entry.&#160; It’s meant to be used with Posts alone and if you need tagging on your page content, consider some custom programming or re-thinking your content strategy</li>
<li><strong>Categories?</strong>&#160; Again, only with posts.&#160; If you want to implement categories with your page content, you are likely going to face an uphill battle and will eventually resort using posts anyways.</li>
</ul>
<h3>Tags and Categories are the difference</h3>
<p>Yep, tags and categories.&#160; So now that you know, we are done right?&#160; Not so fast.&#160; You see, what you also need to understand is that both tags and categories can be implemented freely during content writing.&#160; They can both be created on the fly with each of your posts and if you don’t consider the implications on your theme, you might run into troubles.&#160; </p>
<p>For example, let’s say you have a design from your client that requires the following:</p>
<li>Home</li>
<li>Services</li>
<ul>
<li>Spa Services (not added to often, but updated sometimes)</li>
<li>Hair Services (not added to often, but updated sometimes)</li>
</ul>
<li>Promotions (promos/specials updated often)</li>
<li>Talents and Tour (content updated often)</li>
<li>Company News (updated often)</li>
<p>&#160;</p>
<p>Now there is nothing inherently wrong with the structure here.&#160; The client needs the ability to update different areas of their site and they want the menu system to show content in each area respectively.&#160; Nothing wrong with that.&#160; However, as the designer it’s my job to implement their goals in an effective way, and that means understanding how the menus are meant to look and what kind of content belongs where.&#160; </p>
<p>Thinking a little further ahead into the challenge presented to me, I already know that some of the menu items are going to be pages and some are going to posts.&#160; </p>
<li>Home <strong>(Page)</strong></li>
<li>Services <strong>(Page)</strong></li>
<ul>
<li>Spa Services <strong>(Page)</strong></li>
<li>Hair Services <strong>(Page)</strong></li>
</ul>
<li>Promotions <strong>(Posts)</strong></li>
<li>Talents and Tour <strong>(Posts)</strong></li>
<li>Company News <strong>(Posts)</strong></li>
<p><strong></strong></p>
<h3>Update Frequency</h3>
<p>In addition to Tags and Categories, Update Frequency plays an important role in the decisions I made above.&#160; When there are areas of your site that need content updates on a regular basis, Posts are almost always the way to go, not Pages.&#160; Posts are easier to constrain within the confines of a Wordpress theme in regards to menu and content hierarchy because you can shunt all Post content off into a specific area of your site quite easily.</p>
<h3>&#160;</h3>
<h3>Finally, a Decision Matrix</h3>
<p>So in summary, I think your best bet when you don’t know is to follow some simple rules below:</p>
<p><strong>If you don’t know when to use posts vs pages, do this:</strong></p>
<ol>
<li>If you haven’t picked a theme, think about the kinds of content you want to produce. Consider your update frequency, whether you would like freeform categories and tags, and what types of content will be where. Make those decisions first.&#160; Any good designer or programmer that knows their stuff can bring your ideas into reality.</li>
<li>If, however, you already have a theme (and are limited to working within it), look at your theme design first to determine what type of content fits where.&#160; Like this theme for example where all content is clearly a Post. Of course, themes can be changed (again, like I did here), and if necessary, you can always <a href="http://www.fullmotiongroup.com/">hire an engineer like me</a>.</li>
<li>If you need freeform categories and tags, you can ONLY do that with Posts</li>
<li>If you have a section of the site that is added to frequently (like a News area), it’s better to use Posts</li>
<li>If you have a section where new content is only updated but not created (like for example a list of your clients on one page, or your about page like <a href="/about">I have here</a>), that may actually be done using a Page.</li>
<li>If your content has no requirement for tags and categories, it’s probably telling you that you need a Page, not a Post (again like <a href="/about">my about page</a>)</li>
</ol>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Expert+Analysis%3A+Posts+vs+Pages+and+When+to+use+which+%28and+when+not+to%29+http://7qkwb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.mayurj.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Expert+Analysis%3A+Posts+vs+Pages+and+When+to+use+which+%28and+when+not+to%29+http://7qkwb.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mayurj.com/2009/10/03/expert-analysis-posts-vs-pages-and-when-to-use-which-and-when-not-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 reasons a single page web site is better for your SEO ranking</title>
		<link>http://www.mayurj.com/2009/09/30/5-reasons-a-single-page-web-site-is-better-for-your-seo-ranking/</link>
		<comments>http://www.mayurj.com/2009/09/30/5-reasons-a-single-page-web-site-is-better-for-your-seo-ranking/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 05:43:51 +0000</pubDate>
		<dc:creator>Mayur Jobanputra</dc:creator>
				<category><![CDATA[All in One SEO]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Mastery]]></category>
		<category><![CDATA[Blogging Newbies]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Business Marketing]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[First Page of Google]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google First Page Results]]></category>
		<category><![CDATA[Google Ranking]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engine Crawlers]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Single Page Themes]]></category>
		<category><![CDATA[Web Design Fundamentals]]></category>
		<category><![CDATA[Web Designer Tips]]></category>
		<category><![CDATA[Web Marketing Fundamentals]]></category>
		<category><![CDATA[Web Marketing Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Templates]]></category>
		<category><![CDATA[Wordpress Theme Customization]]></category>
		<category><![CDATA[Writing Tips]]></category>
		<category><![CDATA[Writing for the Web]]></category>
		<category><![CDATA[single page web sites]]></category>

		<guid isPermaLink="false">http://www.mayurj.com/2009/09/30/5-reasons-a-single-page-web-site-is-better-for-your-seo-ranking/</guid>
		<description><![CDATA[
Out of the blue, I was contacted today by a local business owner seeking Wordpress theme customization from a theme they purchased on Themeforest (by the way, read about how I was able to provide everything the client wanted in my other blog post)&#160; At first, I thought someone referred them to me, but after [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.mayurj.com/wp-content/uploads/2009/09/image3.png" width="500" height="205" /></p>
<p>Out of the blue, I was contacted today by a local business owner seeking Wordpress theme customization from a theme they purchased on Themeforest (by the way, read about how I was able to provide everything the client wanted in <a href="http://www.mayurj.com/2009/09/30/tip-to-all-web-designers-follow-up-phone-calls-and-keeping-your-promises/">my other blog post</a>)&#160; At first, I thought someone referred them to me, but after asking I was told they found me by searching for the phrase <a href="http://www.google.ca/search?hl=en&amp;q=wordpress+theme+customization+vancouver&amp;btnG=Search&amp;meta=">Wordpress Theme Customization Vancouver</a> on <strong>Google where I rank #6</strong>.&#160;&#160; </p>
<p>As you might guess, I’m extremely pleased by the first page ranking considering I have had my new site, <a href="http://www.fullmotiongroup.com/">Full Motion Group</a>, out for less than a year, and that I only recently installed a new theme from <a href="http://www.themeforest.com">Themeforest</a>.&#160; I’m going to share with you what I believe are the key factors in getting the ranking, and why I believe it’s partly attributed to the single page design I decided to implement.</p>
<h3>Before I list my reasons, let’s get clear on WHAT a single page web site is:</h3>
<ol>
<li>A theme or design where all of your primary keyword rich site content is loaded into the client browser when they hit your domain name root</li>
<li>No frames, iframes, or fancy post-backs to load content in-line.&#160; </li>
<li>Flash is NOT your primary content vehicle (can be used for headers and non-keyword rich content).</li>
<li>Any sub-page content or blog posts can be linked to, but those pages are not your primary keyword-rich content</li>
</ol>
<p>As mentioned, I recently implemented a single page theme on my business portfolio web site, Full Motion Group.&#160; The theme was from Themeforest called <a href="http://themeforest.net/item/personal-landing-page-wp-single-page-theme/52398">Personal Landing Page</a>. I made many modifications to the theme (which i discuss at length about in the <a href="http://themeforest.net/item/personal-landing-page-wp-single-page-theme/52398">comments to the theme</a>) to suit my needs like adding testimonials and making it possible to link to individual posts in the portfolio section.&#160; </p>
<p>If you <a href="http://www.fullmotiongroup.com/">visit the site</a>, and then view the source code, you will see that the site’s primary content is loaded when you visit the home page.&#160; The only content that doesn’t appear on-load are the in-depth profile case studies (<a href="http://www.fullmotiongroup.com/2009/09/26/madebyzen-com/">like this profile</a>).&#160; In future, I might enhance the design further to load this content as well but for now I’m happy with the way it is.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.mayurj.com/wp-content/uploads/2009/09/image_thumb3.png" width="500" height="177" /></p>
<p>After purchasing the theme, and playing around with source code, I knew that the theme had potential for good search engine ranking, but I never guessed it would produce results until today.</p>
<h3>How I got to be #6 on Google for “Wordpress Theme Customization Vancouver” and why a single page web site is better for your search engine ranking</h3>
<ol>
<li><strong>Reason #1: All site content is loaded when a search engine crawler visits the site.</strong>&#160; No additional links need to be followed that contain keyword rich content.&#160; </li>
<li><strong>Reason #2: If keywords are repeated unnecessarily (like in site footers), they pollute crawler statistics.</strong>&#160; For example, let’s say you have a page footer on every page that contains a short description of your business and some relevant keywords.&#160; Keywords used in that description appear for each page of your site and that forces crawlers to make some guesses about what that page could be about</li>
<li><strong>Reason #3: You only need to maintain meta-tag information for one page.</strong>&#160; I used the All-in-one seo plugin whenever I launch a Wordpress site, and one of the first things I do is enter the home page title and description.&#160; With a single page theme, I only need to do this once and I can carefully monitor my analytics results and tweak those keywords to match the results I’m looking for.</li>
<li><strong>Reason #4: Content deeper within your site might not get crawled.</strong>&#160; With traditional multi-page web sites, you need to hope that a crawler will index your entire site. Who knows how search engine crawlers behave, and it might not always be the case (as anyone that has tried to search the Microsoft site can attest to). Single page web sites on the other hand, are crawled and indexed completely, that you can be sure of.</li>
<li><strong>Reason #5: Single page web sites load more quickly. </strong> Well, this isn’t always the case, but certainly a single page theme creates less total traffic than say 10 individual pages of the same content (barring content that is cached in browser).</li>
<li><strong>Reason #6: Single page web sites that are updated are re-indexed completely. </strong>I’m sure that every time I updated my web site, a search engine eventually revisits and recrawls the site eventually.&#160; Having all my content on a single page load also means that all my content is re-indexed which is even better because I can carefully tweak my entire site’s keywords without too much fuss.</li>
</ol>
<p>I have yet to prove for sure that a single page theme is better for you from an SEO point of view, and certainly this doesn’t always apply for all sites (as you get larger, you will need to split content into multiple pages), but if you can get away with it, I suggest you give it a try.</p>
<p>Like this post?&#160; Leave a comment or link to me!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=5+reasons+a+single+page+web+site+is+better+for+your+SEO+ranking+http://ewnzk.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.mayurj.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=5+reasons+a+single+page+web+site+is+better+for+your+SEO+ranking+http://ewnzk.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mayurj.com/2009/09/30/5-reasons-a-single-page-web-site-is-better-for-your-seo-ranking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Web Designers Point of View on Changing your Brand</title>
		<link>http://www.mayurj.com/2009/09/29/a-web-designers-point-of-view-on-changing-your-brand/</link>
		<comments>http://www.mayurj.com/2009/09/29/a-web-designers-point-of-view-on-changing-your-brand/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 23:09:11 +0000</pubDate>
		<dc:creator>Mayur Jobanputra</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Creative Design]]></category>
		<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Purple Cow]]></category>
		<category><![CDATA[Seth Godin]]></category>
		<category><![CDATA[Web Design Fundamentals]]></category>
		<category><![CDATA[Web Marketing Fundamentals]]></category>
		<category><![CDATA[Web Marketing Tips]]></category>

		<guid isPermaLink="false">http://mayurj.com/?p=3</guid>
		<description><![CDATA[Changing your company name and how you brand yourself can be a daunting task.  Obviously you have to tell your existing customers, change your logo, and launch a marketing campaign just like you might launch a brand from scratch.  But there are probably a hundred other things you might not consider when branding or re-branding your business - both offline and online.  I learned that the hard way when I changed my own company name and how I market myself earlier this year.  Continue reading to hear my first hand experience and learn some cool tips along the way.]]></description>
			<content:encoded><![CDATA[<p>Changing your company name and how you brand yourself can be a daunting task.  Obviously you have to tell your existing customers, change your logo, and launch a marketing campaign just like you might launch a brand from scratch.  But there are probably a hundred other things you might not consider when branding or re-branding your business &#8211; both offline and online.  I learned that the hard way when I changed my own company name and how I market myself earlier this year.  Continue reading to hear my first hand experience and learn some cool tips along the way.</p>
<h3>Being Creative is a Curse and a Blessing</h3>
<p>As a designer, I&#8217;m looking at other designers for inspiration all the time.  That creative spirit, however, is both a blessing and a curse. It&#8217;s a blessing because I&#8217;m looking at new designs all the time and am curious about how other creatives look at branding.  I like design and I enjoy the creative process and that&#8217;s definitely a feather in my cap.  Being curious about design is also a curse, however, because I&#8217;m never satisfied with my own brand.   It always feel&#8217;s a bit incomplete, and as I learn more about design, branding, and standing out, I feel like I need to do something different.</p>
<h3>My Brand History over the last 10 years</h3>
<p>Take my own brand and how I market myself which I started doing in 2001 with bcbold.com:</p>
<ul>
<li>1998 &#8211; Launched <strong>bcbold.com </strong>as my first exercise into online marketing.  <a href="http://web.archive.org/web/19981201183732/http://www.bcbold.com/">View</a> this version at archive.org.</li>
<li>2001 &#8211; After several revisions, I relaunched with a new design and also started using Active Server Pages to manage the content.  <a href="http://web.archive.org/web/20010519154652/www.bcbold.com/home_and_news.asp">View</a> this version at archive.org</li>
<li>2003 &#8211; I changed from bcbold.com to <strong>redprimary.com</strong>.  <a href="http://web.archive.org/web/20040824085531/www.redprimary.com/">View</a> this version at archive.org</li>
<li>2003 &#8211; 2008 &#8211; I changed the design of redprimary.com over that 5 year period many times and have at least 12 verifiable revisions of the site.  Every time I learned something new about design, I tweaked my own online presence.</li>
<li>2009 &#8211; I changed from using redprimary.com to <strong>fullmotiongroup.com</strong> which is my online portfolio because I felt redprimary.com didn&#8217;t really represent what I do.</li>
<li>2010 &#8211; I&#8217;m going to launch WebMarketingMasterPlan.com which is where all of my web marketing articles and expertise will eventually go.</li>
</ul>
<p>At the moment, I&#8217;m leaning towards Minimalism and the idea that less can be more.  Take the latest version of <a href="http://fullmotiongroup.com">fullmotiongroup.com</a>.  It&#8217;s a dead simple design and all fits on one page.  No frills, no marketing, no lengthy blog posts, no sales pitches, no lengthy content, and no ebooks.  It&#8217;s a portfolio site that stands alone and if someone wants to read more about me, they can contact me or visit this blog.</p>
<h3>The Rise of &#8220;Jack of All Trades&#8221;</h3>
<p>I don&#8217;t know if it&#8217;s becoming more common globally, but certainly with IT Professionals such as myself, being multi-talented and a jack of all trades is commonplace.  Nearly everyone I know in IT has multiple skills and abilities.  I have decided that having multiple domains for each of my &#8220;personas&#8221; is a good thing too, and I&#8217;m going down that route now.</p>
<ul>
<li>fullmotiongroup.com &#8211; my simple portfolio site for my web design work</li>
<li>webmarketingmasterplan.com &#8211; an educational resource I&#8217;m launching in 2010 with articles and best practices on web marketing and design or maybe as an ebook (I haven&#8217;t decided which will bring greater profits).  I might also do video with each blog post.</li>
<li>mayurj.com &#8211; this blog and dumping ground for everything that doesn&#8217;t fit into the above two sites</li>
<li>mayurj.org &#8211; A launching pad or lifestream page I have no plans on launching for now. I expect it to look something like <a href="http://www.ginatrapani.org/">Gina Trapani&#8217;s</a> site and it might be the one domain I hand out to people looking to hire me.</li>
</ul>
<p>My other domains, redprimary.com and bcbold.com I expect to keep for the forseeable future and won&#8217;t let them go (the Pagerank and domain history can&#8217;t be replaced).</p>
<h3>5 reasons to have multiple domains</h3>
<ol>
<li>Reason 1: You have multiple skills and all together they don&#8217;t fit in one site</li>
<li>Reason 2: Thin-slice yourself and represent each skill/ability with it&#8217;s own brand</li>
<li>Reason 3: When customers visit one of your domains, they get what they want quickly and without fuss.  They don&#8217;t have to wade through hundreds of categories or a series of menus.</li>
<li>Reason 4: Experiment with a brand idea or marketing angle like MRPWebmedia did with <a href="http://136words.com">136words.com</a></li>
<li>Reason 5: Expand a series of blog posts or skills you develop into it&#8217;s own site.  If you have too much on one site, designers will tell you that your original brand becomes polluted.</li>
</ol>
<h3>10 places I get design inspiration</h3>
<ol>
<li>Wired Magazine &#8211; there are some great ad and article designs in this magazine and I get a copy every month.  I keep copies around and flip through them before I start a design project.</li>
<li>Television Ads &#8211; Sure shows are great, but ads during primetime or major sport events are great places get new &#8220;memes&#8221;, themes, and angles on marketing.</li>
<li><a href="http://vandelaydesign.com/blog/design-inspiration/">Vandelay Design Inspiration</a> &#8211; Definitely one of the best resources for web design ideas, the author sends out an email each month which I always look forward to reading.  If you are a web designer, definitely subscribe to the author&#8217;s emails.</li>
<li>Twitter &#8211; Recently I&#8217;m getting a lot of people adding me to Twitter.  Sometimes, I look at their twitter accounts and visit their site to see what they do.</li>
<li>Local Mall &#8211; You would be surprised what you can see at the local mall (besides all the pretty eye candy) when you pay attention to the poster boards and in-store marketing</li>
<li>Books &#8211; I&#8217;m into personal development these days and have a big collection of about 3000 hours from guys like Rohn, Tracy, Robbins, Waitley, Covey and more.  Often, I get inspired to think differently about marketing and branding and that has definitely influenced my work.  In particular, Blink and Purple Cow from Seth Godin are outstanding examples of thinking outside the box.</li>
<li><a href="http://www.mrpwebmedia.com/articles/">MRPWebmedia</a> &#8211; I just found this one recently.  It&#8217;s a great collection of articles about branding and marketing and the authors have gone down the path that marketing is about being like a Purple Cow (a reference to Seth Godin&#8217;s book on the subject) &#8211; ie that marketing is about doing something outstanding that people talk about.</li>
<li><a href="http://lifehacker.com">Lifehacker</a>, <a href="http://engadget.com">Engadget</a> and <a href="http://zdnet.com">ZdNet.com</a> &#8211; These sites together offer links to vendors, articles, and tonnes of in-site content.  All of it together helps me to see design differently and sometimes in a fresh way. Often I will click the sidebar ads to see what other new ventures are coming out the woodworks.  I found some of my favorite services like <a href="http://mediatemple.net">MediaTemple</a> (web hosting) and <a href="http://basecamphq.com">Basecamp</a> (project management) this way.</li>
<li><a href="http://sitepoint.com">Sitepoint.com</a> &#8211; This is a large site focused on design and online marketing and they have several different email newsletters they send.  I subscribe to all of them which often feature ads from related businesses.  Flippa.com is one site I found this morning while looking at the Sitepoint email newsletter.</li>
<li>Supermarkets &#8211; Surprisingly, this is a great place for design ideas.  The food business is highly competitive and retailers have to make every square inch on product packaging count.  Web design can benefit from the same requirements &#8211; to make every square inch of a design count for something.  Next time you visit the supermarket, pay attention to product packaging that catches your eye and ask yourself what made it standout.</li>
</ol>
<h3>5 Reasons Why you MUST stand out</h3>
<p>Having read most of the articles at <a href="http://MRPWebMedia.com/articles">MRPWebMedia.com</a>, I&#8217;m convinced that doing something extraordinary is crucial in marketing. Actually, it&#8217;s an idea I always knew, but reading the articles helped refresh my memory. Online, it&#8217;s even more critical.  Here&#8217;s why:</p>
<ol>
<li>Reason 1: With the rise of web sites, everyone skims pages and rarely reads a page in full.  You have about 10 seconds and you might as well make it count with something extra-ordinary.  Seth Godin talks about this in a book called Blink if you&#8217;re curious about how to stand out and why</li>
<li>Reason 2: With easy access to Twitter, Youtube, and Facebook, a great idea can go viral very quickly.  Do something different and people will talk about you.  This is good for your business, and it&#8217;s also good for your Pagerank</li>
<li>Reason 3: People don&#8217;t remember &#8220;Just like Everyone Else&#8221; .  They remember the guy with the red mohawk, or the girl with the long platinum blonde hair and grey eyes.  People&#8217;s emotions are triggered when they see something different, and hopefully, if you did a good job, they remember it for good reasons.  If people see something different, they are more likely to do business with you when their need arises.</li>
<li>Reason 4: People buy emotional states, not features and facts.  Nearly everything you buy you do so for the emotional state you hope to feel.  Good branders and marketers know this and don&#8217;t try to sell features and facts about a product or service.  They sell the emotional state and that alone is all you need.  If you don&#8217;t stand out, it&#8217;s probably cause you didn&#8217;t sell an emotional state in your branding and marketing.</li>
<li>Reason 5: Competition is fierce and the Internet levels the playing field.  In less than a minute on Google you can find a list of 20 potential businesses you might want to do business.  If 18 of them all look the same and have the same boring features and facts listed on their site, they all look the same in the customer&#8217;s eyes.  But if one or two of them stand out and have something unique or create an emotional response worth buying, they win.  Online, standing out is a must, and if you don&#8217;t, you lose.</li>
</ol>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=A+Web+Designers+Point+of+View+on+Changing+your+Brand+http://o92e4.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.mayurj.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=A+Web+Designers+Point+of+View+on+Changing+your+Brand+http://o92e4.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mayurj.com/2009/09/29/a-web-designers-point-of-view-on-changing-your-brand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
