<?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>Website Inspiration Blog &#124; SpicyWebDesigners.com by Luc Arnold &#187; Do-It-Yourself (DIY)</title>
	<atom:link href="http://www.spicywebdesigners.com/category/do-it-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spicywebdesigners.com</link>
	<description>Tips, advice and inspiration to help you with your website</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:00:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install Google Analytics on your website</title>
		<link>http://www.spicywebdesigners.com/2191/how-to-install-google-analytics/</link>
		<comments>http://www.spicywebdesigners.com/2191/how-to-install-google-analytics/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 03:56:58 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Implementing]]></category>
		<category><![CDATA[Installing]]></category>

		<guid isPermaLink="false">http://www.spicywebdesigners.com/?p=2191</guid>
		<description><![CDATA[Being an avid and interested user of web analytics platforms in general I’ve managed to install Google Analytics a number of times in various ways.  Many first timers get confused with the documentation that Google Analytics gives or the code provided.  Then you’ve got the problem of trying to decipher the standard reports that Google [...]]]></description>
			<content:encoded><![CDATA[<p>Being an avid and interested user of web analytics platforms in general I’ve managed to install Google Analytics a number of times in various ways.  Many first timers get confused with the documentation that Google Analytics gives or the code provided.  Then you’ve got the problem of trying to decipher the standard reports that Google Analytics provides to you.  All is not lost!  Depending on where you are in your implementation or understanding of Google Analytics this article will walk you through the finer points of getting everything setup.</p>
<p><strong>Getting a Google Analytics Account:</strong></p>
<p>First things first, if you haven’t signed up for a FREE Google Analytics account you will need to do this first.  <a href="http://www.google.com/analytics" target="_self">Click here to do this now! </a> Once you do this you can move onto the following steps.</p>
<p><img class="aligncenter size-full wp-image-2192" title="New Website Profile in Google Analytics" src="http://www.spicywebdesigners.com/wp-content/uploads/2010/06/GA_NewWebsiteProfile.jpg" alt="" width="500" height="323" /></p>
<p><strong>Creating a Website Profile</strong></p>
<p>The first step that you need to take once you have your Google Analytics account is creating a website profile.  A website profile allows you to define the domain name that you are going to be tracking and whether it’s an existing domain name from your Google Analytics account or a new one.  To create a website profile for the domain name you want to track you are going to need to take the following steps…</p>
<p>1.  Click the “Add Website Profile” link</p>
<p>2. Fill out the information for your website’s domain name</p>
<p>3. Click the “Finish” button</p>
<p><strong>Getting the GATC (Google Analytics Tracking Code) from Google Analytics:</strong></p>
<p>Now that you have an account open with Google Analytics and you created a website profile you are going to need to generate the Google Analytics tracking code that you will later add to your website and do get this you will need the Google Analytics Tracking Code.  To do this you will need to do the following…</p>
<p>1. Click “Edit” next to the website you’ve setup.</p>
<p>2. On the “Profile Settings” page for your website click the “Check Status” link which will take you to the “Tracking Code” page.</p>
<p>3.  The Google Analytics Tracking Code comes available in 3 options including Standard, Advanced and Custom</p>
<p><strong>The Standard Google Analytics Tracking Code</strong> comes with the ability to be used on a single domain name (This is the option most beginners should choose), one domain name with will multiple subdomains or multiple top-level domain names.</p>
<p><strong>The Advanced Google Analytics Tracking Code</strong> comes with the built in ability to be used on a single domain name (This is the option most beginners should choose), one domain name with will multiple sub domains or multiple top-level domain names or tracking websites built for mobile phones and devices that use either PHP, ASPX, JSP or Perl coded web pages.</p>
<p><strong>The Custom Google Analytics Tracking Code</strong> comes with a copy and paste functionality so that you can use this however you see fit.  This option is more for the advanced user who is comfortable with coding so I personally would NOT recommend this option for beginners.</p>
<p><strong>Implementing the Google Analytics Tracking Code</strong></p>
<p>Google Analytics recommends that you copy and paste the snippet of code into the head section just before the end <strong>&lt;/head&gt;</strong> HTML tag on the pages in your website.</p>
<blockquote><p><em>&lt;script type=&#8221;text/javascript&#8221;&gt;</em></p>
<p><em>var _gaq = _gaq || [];</em></p>
<p><em>_gaq.push(['_setAccount', 'UA-#######-#']);</em></p>
<p><em>_gaq.push(['_trackPageview']);</em></p>
<p><em>(function() {</em></p>
<p><em>var ga = document.createElement(&#8217;script&#8217;); ga.type = &#8216;text/javascript&#8217;; ga.async = true;</em></p>
<p><em>ga.src = (&#8216;https:&#8217; == document.location.protocol ? &#8216;https://ssl&#8217; : &#8216;http://www&#8217;) + &#8216;.google-analytics.com/ga.js&#8217;;</em></p>
<p><em>var s = document.getElementsByTagName(&#8217;script&#8217;)[0]; s.parentNode.insertBefore(ga, s);</em></p>
<p><em>})();</em></p>
<p><em>&lt;/script&gt;</em></p></blockquote>
<p>Once you’ve got this added you will need to go back into your Google Analytics account and click the “Save and Finish” button.  This will cause Google Analytics to verify the tracking code installed on your website and you’ll be able to capture the core metrics of your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/2191/how-to-install-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Annotations in Google Analytics to manage changes on your website</title>
		<link>http://www.spicywebdesigners.com/1955/using-annotations-in-google-analytics/</link>
		<comments>http://www.spicywebdesigners.com/1955/using-annotations-in-google-analytics/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 07:57:39 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[Annotations]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1955</guid>
		<description><![CDATA[
Being an avid lover of Google Analytics allows me the ability to stay on top of the latest changes to the web analytics platform.  They recently added the ability to add annotations to the web analytics data that you collect about your website which is now available on all Google Analytics accounts.  This is really [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1956" title="Google_Annotations_01_web" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/Google_Annotations_01_web.png" alt="Google_Annotations_01_web" width="500" height="229" /></p>
<p>Being an avid lover of Google Analytics allows me the ability to stay on top of the latest changes to the web analytics platform.  They recently added the ability to add annotations to the web analytics data that you collect about your website which is now available on all Google Analytics accounts.  This is really a very useful improvement to Google Analytics and for anyone developing a website over a period of time it’s pretty valuable.</p>
<p><strong>So what’s the big deal with Annotations?</strong></p>
<p>Annotations give you a way to mark a specific day on your Google Analytics account to track and manage changes you are making to a website.  In the past I’ve found myself saying “How do I know that this change I am making to my website is a good change or a bad change?” and that answer largely went unanswered until now.</p>
<p>Now you can add annotations to days when you’ve made changes to your website and know exactly what day a change was made when you look at your web analytics.  It’s very useful if you are from the school of thought in web development that when you change your website it does have an effect on your visitors.</p>
<p><strong>How to add Annotations in your Google Analytics Account</strong></p>
<p>So now that you understand how annotations can be used to help you and your website let’s talk about actually how you can set them up and use them in your Google Analytics account.  First of all, you’ll need a Google Analytics account.  Click here to get an account if you don’t already have one and once you’ve got one simply take these steps&#8230;</p>
<ul>
<li>Login to your Google Analytics account</li>
<li>Click on your website’s website profile</li>
<li>Click the down tab located in the main dashboard visits area</li>
<li>Click the “+ Create new Annotation” link</li>
<li>Enter the date of the annotation, add an annotation a.k.a. “a note”, select whether you want the annotation “Shared” or “Private” (You would select “Shared” if you had were sharing the annotation among other people who have access to the Google Analytics account and website profile you are setting annotations on specifically)</li>
<li>Lastly, click “Save” and you are now done creating an annotation</li>
</ul>
<p><img class="aligncenter size-full wp-image-1957" title="Google_Annotations_02_web" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/Google_Annotations_02_web.png" alt="Google_Annotations_02_web" width="500" height="177" /></p>
<p>Now that you’ve got it the annotation created you can view it by selecting the day you created the annotation on or a range of days that contain the annotation.  When it’s all said and done the ability to add annotations in Google Analytics can help you identify changes that you made to your website and the outcome of those changes giving you greater insight into what your website is doing and how it’s doing it.</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1955/using-annotations-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Permalinks on your Website</title>
		<link>http://www.spicywebdesigners.com/1922/using-permalinks/</link>
		<comments>http://www.spicywebdesigners.com/1922/using-permalinks/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 00:13:09 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[permalink structure]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1922</guid>
		<description><![CDATA[With the dawn of database driven websites and website platforms like WordPress, Drupal, ExpressionEngine and countless others it’s clear that lots of people want to run websites that use database technology to generate web pages.  Originally before this trend in web development you would simply host HTML pages on your web hosting server and preserve [...]]]></description>
			<content:encoded><![CDATA[<p>With the dawn of database driven websites and website platforms like WordPress, Drupal, ExpressionEngine and countless others it’s clear that lots of people want to run websites that use database technology to generate web pages.  Originally before this trend in web development you would simply host HTML pages on your web hosting server and preserve the URL structure and it would look similar to this…</p>
<blockquote><p><strong>http://www.mysite.com/category/page.html</strong></p></blockquote>
<p>Everything was great, then as dynamically driven websites (a.k.a. websites that use databases to grab content and display that content in a generated web page) became more popular there was a problem.  The problem was that the URL structure became and looked dynamically generated as well leaving it looking like this…</p>
<blockquote><p><strong>http://www.mysite.com/?p=881</strong></p></blockquote>
<p>This left things looking messy, confusing and not very pretty to look at.  That&#8217;s why they call it an &#8220;Ugly Permalink&#8221;.  So what was the solution to this problem? Pretty Permalinks, of course! But what are permalinks exactly?</p>
<p>Permalinks come from the concept of “Permanence” meaning that people want to link to something that is &#8220;permanent&#8221; so that they can source it, refer to it or link to it without thinking that it is going to change.</p>
<p>A permalink looks like this…</p>
<blockquote><p><strong>http://www.mysite.com/my-about-page</strong></p></blockquote>
<p>So what CMS website platforms support using permalinks?  Here is a list that should help you choose a website platform that uses the permalink structure.</p>
<ul>
<li>WordPress</li>
<li>Drupal</li>
<li>ExpressionEngine</li>
<li>Moveable Type</li>
<li>TypePad</li>
<li>Blogger</li>
</ul>
<p><strong>Using Permalinks in WordPress</strong></p>
<p>WordPress has done a great job for a while of allowing people to use Permalinks in their blog and website posts and pages and I believe the reason is because they’ve made it easy to use for everyone.  If you currently use WordPress for one of your websites and you’ve never tried to customize your permalinks or you don’t know the first place about where to begin then hold on tight.  The first thing you need to do is log into your WordPress website and follow these steps…</p>
<ul>
<li>Look for the “Settings” section and then look for the “permalinks” section and click on it.</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-1923 aligncenter" title="permalinks_01" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/permalinks_01.jpg" alt="permalinks_01" width="249" height="285" /></p>
<ul>
<li>Next, you’ll see something similar to the screenshot below that allows you to customize your permalinks in WordPress</li>
</ul>
<p><img class="aligncenter size-full wp-image-1924" title="permalinks_02" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/permalinks_02.jpg" alt="permalinks_02" width="500" height="417" /></p>
<p>Depending on how you want to custom your permalink structure you should be able to find a solution that allows you to display URLs the way that you want to show them.  If you are interested in all the supported permalink attributes click here to get a list of them that WordPress currently supports then <a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">click here</a>.</p>
<p>For those of you that don’t currently use WordPress on your website here are some links to other documentation for different platforms like Drupal, ExpressionEngine and others.</p>
<ul>
<li><a href="http://drupal.org/project/permalink" target="_blank">Permalinks in Drupal</a><a href="http://drupal.org/project/permalink"></a></li>
<li><a href="http://www.google.com/support/blogger/bin/answer.py?hl=en&amp;answer=41436" target="_blank">Creating permalinks in posts using Blogger</a></li>
<li><a href="http://expressionengine.com/docs/modules/weblog/variables.html#var_permalink" target="_blank">Using the permalink variable in ExpressionEngine</a></li>
<li><a href="http://www.movabletype.org/documentation/administrator/managing-blogs/settings/publishing-settings.html" target="_blank">Publishing Settings in Moveable Type</a></li>
<li><a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Using Permalinks in WordPress</a></li>
</ul>
<p><strong>Benefits of Permalinks</strong></p>
<p>Some of the benefits of customizing permalinks include that it can help you in a number of ways like optimizing your URLs for search engines and specific keywords, having a pretty link that people can link to and read, removing the “chronological” structure from your site and allowing you customize the URL as you see fit!  It gives you a great amount of choice as to what your readers see, how they see the content and experience your website.</p>
<p><strong>What are post slugs?</strong></p>
<p>No they aren’t the kind of slugs that you find in the garden on your Tomatoes and the term “slug” does really give you a good impression of what it actually does.  Simply put, a “Slug” is a one or two word description of a post that is used in the permalinks when you post an entry in WordPress.</p>
<p><strong>How to edit Permalinks in WordPress at the Page or Post level</strong></p>
<p>If you are creating a page or a post in WordPress then you might have noticed once you’ve entered the Page Title or Post Title the Permalink is filled in automatically with the contents of the title you’ve entered.</p>
<p>At the Post level the permalink will include the structure you’ve chosen under <strong><em>Settings &gt; Permalinks</em></strong> mentioned above but at the Page level the only thing included is the contents of the page title.  Have a look at what I am talking about…</p>
<p><strong>Page Level Permalink Example</strong></p>
<p><strong><img class="aligncenter size-full wp-image-1925" title="permalinks_04" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/permalinks_04.jpg" alt="permalinks_04" width="500" height="75" /></strong><strong>Post Level Permalink Example</strong></p>
<p><img class="aligncenter size-full wp-image-1926" title="permalinks_03" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/permalinks_03.jpg" alt="permalinks_03" width="500" height="101" /></p>
<p><strong>Are Hackable Permalinks bad?</strong></p>
<p><strong>A note about “Hackable Permalinks”:</strong> “Hackable” Permalinks are permalinks that are easy to break down and allow the user to navigate to a different part of your website easily.</p>
<p>Hacking and being hacked has had a bad reputation associated with it in the computer and internet world but the truth is that Hackable Permalinks are some of the best kinds of permalinks available according to WordPress.  WordPress has this to say about Hackable Permalinks…</p>
<blockquote><p><em>“The best Permalinks are &#8220;Hackable,&#8221; meaning a user might modify the link text in their browser to navigate to another section or listing of the weblog.”</em></p></blockquote>
<p><strong>Source:</strong><em> <a href="http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks" target="_blank">WordPress Codex</a></em></p>
<p><strong>What are the best permalink structures available?</strong></p>
<p>Having the best permalink structure to your links is up for debate because some people prefer to do some things one way or another and there is no standard out there that says “This is how you produce the best permalinks”.  Some of the experts out there have their own ways to produce the “best” permalinks but again this isn’t set in stone because largely what they (the experts) are writing about is what has worked for them.</p>
<ul>
<li><a href="http://www.smartblogtips.com/best-seo-permalinks-url-structure-for-your-wordpress-blog/" target="_blank">SmartBlogTips &#8211; Best Permalinks URL structure for your WordPress blog</a></li>
<li><a href="http://zemalf.com/1150/best-permalink-structure/" target="_blank">Zemalf.com &#8211; Quest for the Best Permalink Structure</a></li>
<li><a href="http://enlightenedwebmastery.com/best-seo-wordpress-permalink-structure" target="_blank">EnlightenedWebMastery.com &#8211; Best SEO WordPress Permalink Structure</a></li>
</ul>
<p>Permalinks is a core topic if you are using a lot of website platform technologies like WordPress that are out there today because they control what types of links you generate and what types of links people can use to link back to your website.  Links are the bricks and mortar that hold the web together and paying attention to this means that you will build a stronger and more structurally sound website ready for search engines, referring sites and the people who visit your website.</p>
<p>Luc Arnold</p>
<p>Permalinks are cool and useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1922/using-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using breadcrumbs to help you improve your website</title>
		<link>http://www.spicywebdesigners.com/1881/using-breadcrumbs-to-help-you-improve-your-website/</link>
		<comments>http://www.spicywebdesigners.com/1881/using-breadcrumbs-to-help-you-improve-your-website/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 23:40:05 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web usability]]></category>
		<category><![CDATA[add breadcrumbs to Drupal]]></category>
		<category><![CDATA[add breadcrumbs to ExpressionEngine]]></category>
		<category><![CDATA[add breadcrumbs to joomla]]></category>
		<category><![CDATA[add breadcrumbs to WordPress]]></category>
		<category><![CDATA[add breadcrumbs to your website]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[breadcrumb trial]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[magento breadcrumbs]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1881</guid>
		<description><![CDATA[After writing one of my last articles “5 elements that can improve your website’s usability” I thought that it was time to let you in on some of the best plug-ins to help you accomplish better web usability in your own website.  A lot of web usability uses common sense and some things that may [...]]]></description>
			<content:encoded><![CDATA[<p>After writing one of my last articles “<a href="http://spicywebdesigners.com/2009/12/5-ways-you-can-improve-web-usability/">5 elements that can improve your website’s usability</a>” I thought that it was time to let you in on some of the best plug-ins to help you accomplish better web usability in your own website.  A lot of web usability uses common sense and some things that may even seem dumb to the average web designer out there are considered by web usability experts as standards like labeling the search on your website “Search”.  In this article I am going to focus on breadcrumbs and the use of breadcrumbs in your website to help you enhance the usability of the website and also point you to some plug-ins that you can use to achieve this.  <a href="http://www.useit.com/jakob/" target="_blank">Jakob Nielsen</a>, a web usability expert and author of UseIT.com defines breadcrumbs as&#8230;</p>
<blockquote><p><em>“…a single line of text to show a page&#8217;s location in the site hierarchy…”</em></p></blockquote>
<p>Source: <a href="http://www.useit.com/alertbox/breadcrumbs.html" target="_blank">UseIT.com; Jakob Nielsen</a></p>
<p>Now that we know what a breadcrumb is let’s explore them in a little more depth.</p>
<p><strong>Breadcrumbs Explored</strong></p>
<p>Many times (more than I’d like to count) you’ll see breadcrumbs on ecommerce websites, community based portals or other large sites but this doesn’t mean that you can’t or shouldn’t have this functionality on your own website.  Breadcrumbs, most notably the ones from the story of Hansel and Gretel and they act in the same manner allowing people to find their way back when they navigate back easily and they look like this…</p>
<p><img class="aligncenter size-full wp-image-1882" title="Breadcrumbs_example" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/Breadcrumbs_example.jpg" alt="Breadcrumbs_example" width="500" height="287" /></p>
<p>When you think about improving your website’s usability regardless of whether you run it on WordPress, something custom or some other platform it’s important as web developers and web designers to understand that you don’t have the same knowledge of the web that your visitors do for the most part and it’s your job to make navigating the website easier to use.</p>
<p>Breadcrumbs are considered as secondary navigation on your website because they work similar to sitemaps in that they provide a site hierarchy breakdown and usually they only take up minimal space on the website.  They show users where they are currently in the grand scheme of things on your website and allow single-click access to higher levels of the website to help people go back without the use of the web browser’s back button.</p>
<p>So you may be sold on using breadcrumbs now but they aren’t included in your website’s current features.  No need to panic!  If you happen to be running WordPress, Magento, Durpal or some other pre-built website content management or ecommerce system here are some plug-ins that can help you get this functionality working on your website.</p>
<p><strong>Adding Breadcrumbs in WordPress</strong></p>
<p><strong>Yoast Breadcrumbs</strong> – This great little plug-in allows you to all a breadcrumb trail to your website and gives you plenty of ways to tweak it.  It was designed by Joost De Valk to give people control in adding breadcrumbs to your website and also provides the ability to edit them in a wide range of ways with good SEO practices in mind.  <a href="http://wordpress.org/extend/plugins/breadcrumbs/" target="_blank">Click here to read more about it and download it as well.</a></p>
<p><a href="http://wordpress.org/extend/plugins/breadcrumbs/" target="_blank"><img class="aligncenter size-full wp-image-1883" title="Breadcrumbs_Yoast" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/Breadcrumbs_Yoast.jpg" alt="Breadcrumbs_Yoast" width="500" height="515" /></a></p>
<p><strong>Breadcrumbs NavXT</strong> – This is a great plug-in for people looking for the ability to control their breadcrumbs specific to the Pages &amp; Posts, Categories, Tags, Date Archives, Current and Miscellaneous web pages in your website.  In comparison to the Yoast Breadcrumbs plug-in if you are looking to be able to control your breadcrumbs specific to what is being accessed this will definitely help you out.  <a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/" target="_blank">Click here to read more about this plug-in</a></p>
<p><a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/" target="_blank"><img class="aligncenter size-full wp-image-1884" title="Breadcrumbs_NavXT" src="http://spicywebdesigners.com/wp-content/uploads/2010/01/Breadcrumbs_NavXT.jpg" alt="Breadcrumbs_NavXT" width="500" height="341" /></a></p>
<p><strong>Adding Breadcrumbs in Magento Commerce</strong> – Breadcrumbs are included in this ecommerce system by default under their “Catalog Browsing” features. <a href="http://www.magentocommerce.com/product/features/catalog-browsing/view" target="_blank">Click here to read more about this</a></p>
<p><strong>Adding Breadcrumbs in Joomla!</strong> – If your site runs on Joomla! They have some instructions on how you can go about adding breadcrumbs.  <a href="http://docs.joomla.org/How_to_add_breadcrumbs" target="_blank">Click here for more information.</a></p>
<p><strong>Adding Breadcrumbs in Drupal</strong> – If you run Drupal 7.x or later the ability to add breadcrumbs is included but if you run another version of Drupal before 7.x there are modules that Drupal specifies and that you can download to give your website this functionality.  <a href="http://drupal.org/project/custom_breadcrumbs" target="_blank">Click here to get more information about this.</a></p>
<p><strong>Adding Breadcrumbs in ExpressionEngine</strong> – If you run ExpressionEngine there is a simple piece of code that you can add to your website that allows you to display breadcrumb hierarchy.  <a href="http://expressionengine.com/wiki/Breadcrumb_Navigation/" target="_blank">Click here for this information.</a></p>
<p>As you can see the major CMS platforms and ecommerce systems have ways that are pretty easy to add this functionality to their web platform.  Even if you are developing your own custom solution adding a breadcrumb hierarchy will help your visitors get around your website quickly and keep them happy!</p>
<p>Luc Arnold</p>
<p>Remember “Follow the Breadcrumbs!”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1881/using-breadcrumbs-to-help-you-improve-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic website metrics that everyone should know!</title>
		<link>http://www.spicywebdesigners.com/1876/basic-website-metrics-that-everyone-should-know/</link>
		<comments>http://www.spicywebdesigners.com/1876/basic-website-metrics-that-everyone-should-know/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:27:52 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[average time on site]]></category>
		<category><![CDATA[bounce rate]]></category>
		<category><![CDATA[pages per visit]]></category>
		<category><![CDATA[pageviews]]></category>
		<category><![CDATA[visits]]></category>
		<category><![CDATA[web metrics]]></category>
		<category><![CDATA[website metrics]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1876</guid>
		<description><![CDATA[I think that everyone that runs a website should know about web analytics and if you are reading this for the first time then perhaps this article will help shed some light on basic web analytics metrics like bounce rate, pages per visit and what visits, bounce rates and pages per visit are exactly.
If you [...]]]></description>
			<content:encoded><![CDATA[<p>I think that everyone that runs a website should know about web analytics and if you are reading this for the first time then perhaps this article will help shed some light on basic web analytics metrics like bounce rate, pages per visit and what visits, bounce rates and pages per visit are exactly.</p>
<p>If you are just beginning to understand what web analytics can do for your business then there’s a good chance that you are looking to understand what you are seeing when you open up your web analytics platform and are starting to analyze the data in order to apply it to your business.</p>
<p>There are a few things that are “universal” in web analytics and website traffic in general.  As long as there are websites there will be visitors, visits and unique visits and because there are people visiting websites they will always spend time on a website, look at pages in a website and leave a website.  These web metrics are universal and even though, how a web analytics platform chooses to view this elements the concepts remain similar but not the same.  So what web analytics come standard in web analytics platforms?  Well, just have a look at the following web metrics…</p>
<ul>
<li><strong>Visits</strong> – This referrers to the number of times that some visits for website in a given timeframe.  From here the number of visits can tell you where the website traffic came from for certain posts, pages and content on your website.</li>
<li><strong>Pageviews</strong> – This website metric will tell you the number times that a web page is viewed.  This metric can pose some issues because users refreshing web pages over and over again and also robots that “crawl” your website have been known to inflate these numbers as well.</li>
<li><strong>Pages per visit</strong> – This metric shows you the number of web pages that are viewed during a visit on average over a given time period on your website.</li>
<li><strong>Bounce Rate</strong> – This is the rate at which people come to your website and leave after looking at only one page.  A sudden spike in a bounce rate can allow you to test your website’s usability to lower this number and keep your visitors coming back for more.</li>
<li><strong>Average Time on Site</strong> – This average tells you the average amount of time people spend surfing your website.  This tells you how long on average they will spend reading articles on your website.</li>
</ul>
<p>I use these metrics on a daily basis when I analyze website traffic for SpicyWebDesigners.com.  The data from bounce rates to the number of visits that I am receiving help me to make decisions about how to change the usability, navigation and gain insights into why a particular article on my website was successful.  Naturally once you’ve mastered the core web analytics terminology you can start learning more advanced topics and applying them to your website analysis.</p>
<p>Pretty much any web analytics platform that you pick up today is going to have these metrics available.  The essence of web analytics is related to visitors and the pages that they visit on your website.  Without those two things you cannot begin to track meaningful website metrics to base your decision making on and because the study of web analytics is growing, advancing and changing rapidly it’s great to know that some things stay the same.</p>
<p><em>Luc Arnold</em></p>
<p>Teaching the basics of web analytics</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1876/basic-website-metrics-that-everyone-should-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 elements that can improve your website’s usability</title>
		<link>http://www.spicywebdesigners.com/1868/5-ways-you-can-improve-web-usability/</link>
		<comments>http://www.spicywebdesigners.com/1868/5-ways-you-can-improve-web-usability/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:43:34 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web usability]]></category>
		<category><![CDATA[Don't Make Me Think]]></category>
		<category><![CDATA[Steve Krug]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1868</guid>
		<description><![CDATA[Well its Christmas time and I don’t know about you but I’ve been busy visiting family, spending time with my wife (it’s our first Christmas in the new house) and also taking some time to relax over the holidays.  I enjoy reading and always find myself reading business books, technical manuals and those sorts of [...]]]></description>
			<content:encoded><![CDATA[<p>Well its Christmas time and I don’t know about you but I’ve been busy visiting family, spending time with my wife (it’s our first Christmas in the new house) and also taking some time to relax over the holidays.  I enjoy reading and always find myself reading business books, technical manuals and those sorts of books.  I love digging into some new concept or principal whether it’s to do with web design or personal finance.</p>
<p><img class="aligncenter size-full wp-image-1871" title="dont_make_me_think" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/dont_make_me_think.jpg" alt="dont_make_me_think" width="388" height="499" /></p>
<p>One of the gifts that I received for Christmas was Steve Krug’s book “<strong>Don’t Make Me Think</strong>”  It’s a quick little read, at around 200 pages that offers up some valuable thoughts for web design professionals from project managers to beginner web designers and everyone in between involved in the process of designing websites and it discusses the core concepts of web usability.</p>
<p>The book itself contains the interesting perspective that most web design professionals give users of their websites too much credit as to how they use the web and websites in general.  If you run your own website or you design websites for a living then you may have heard of the term “web usability” which is best defined by saying that&#8230;</p>
<h2><span style="color: red;">&#8220;Web usability is the approach of making websites easy to use for end users.&#8221;</span></h2>
<p>That is the plain and simple definition of web usability and the key to great web usability is that a website is “easy to use”.  This does not mean that it is easy to use for a web designer or web development professional but that it’s easy to use for the average visitor to your website who may not have the same technical abilities as the people who built it.  At the end of the day, most people don’t build websites in their spare time and can get lost easily if your website is not accommodating to the average website visitor.</p>
<p>The book “Don’t Make Me Think” contains hundreds of bite-sized chunks of valuable information about web usability but the true value of this information is in its application.  One such area that the book focuses on are the core elements that improve web usability specifically through how people use standard websites and their associated web pages.  The 5 key elements that help website visitors use a website more effectively are the “Site ID” also known as the Logo, the “Utilities” of a website, Sections and Subsections of a website, a way to search the website and Page Names.  So let’s explore each of these elements a little more in depth.</p>
<ol>
<li><strong>“Site ID” aka “Logo”</strong> –      When users are on a website they usually identify where they are by being      able to see the site name, branding and associated logo of the specific      website they are surfing.  The Site      ID allows them to make this distinction and allows them to trust in the      website they are viewing.  The Site      ID can and should be clickable allowing them to click and go to the Home      page at any point in their journey on a website.</li>
<li><strong>“Utilities”</strong> – Just like      it sounds the utilities of a website are more about information or ways of      getting to information that help you (the website visitor) when surfing a      specific website.  Some examples of      utilities are a sitemap, FAQs, Forums and an “About” page just to name a      few.  As a general rule you should      only include a few utilities because the more utilities you add to a      website the busier it becomes and the more confusion it caused amongst      your website’s visitors.</li>
<li><strong>“Sections” and “Subsections”</strong> – The sections of a website are the main places you want people to go and are      also referred to as the “primary navigation” of a website.  On an ecommerce website this would      include sections like products, downloads, books and specials just to name      a few.  These sections lead you to      subsections of the website and if you have a section like Products some      associated subsections would include Audio / Video, Computers, Gaming and      other various related subsections.</li>
<li><strong>A way to search the      website</strong> – Not everyone that visits your website is interested in clicking      and clicking some more to get where they are going.  Using search on a website allows you the      freedom (if done correctly) to search and find things fast.  If the search is accurate then your visitors      will be happy that they got what they are looking for in the first place and      if it isn’t accurate then they will get frustrated and most likely leave.  The other thing that Steve Krug’s book      states and something that I think most people forget is to name your      search “Search” and not “Quick Search”, “Fast Search” or some other take      on that because it confuses people and makes them think more then they      need to.</li>
<li><strong>Page Names</strong> – This particular      element of a web page is important to website visitors like the ones      visiting yours right now because it tells someone that clicks on a link      that they’ve reached the correct page.       If your link is called “Store Hours” then the proceeding web page      that is brought up should being called “Store Hours”.  Whenever you go into a store and look      down the aisles what do you normally see?       Big signs that tell you what you are going to find in the aisle.  They are clear and you can see them from      a mile away.  Page names should act      in a similar way; easy to view and on a certain level easy to understand.  Put aside the styling and the color      palettes for a while and draw attention to the page that the viewer is      currently on because it builds trust and communicates clearly that they’ve      found the correct page and no further thought is required.</li>
</ol>
<p>Starting with these 5 key elements you can improve a website’s usability and its profits.  It’s all about clear and unified communication when maintaining, optimizing and designing websites that people actually want to use.  Without this your visitors can get lost, become frustrated and confused or simply give up and leave which raises that ever present “bounce rate” and stops people from coming back.  So give it a try and keep those “fans in the stands” so to speak.</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1868/5-ways-you-can-improve-web-usability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Google Analytics to exclude traffic</title>
		<link>http://www.spicywebdesigners.com/1852/using-google-analytics-to-exclude-traffic/</link>
		<comments>http://www.spicywebdesigners.com/1852/using-google-analytics-to-exclude-traffic/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:25:03 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[exclude filter]]></category>
		<category><![CDATA[Exclude internal traffic by IP address]]></category>
		<category><![CDATA[Exclude internal traffic using cookie content]]></category>
		<category><![CDATA[Exclude internal website traffic]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1852</guid>
		<description><![CDATA[There are many ways to track or not track information on your website.  Recently I wrote about tracking mobile visitors that come to your website and how you could go about doing this.  There are just so many ways to track what people are doing, how they are doing it and when they do it [...]]]></description>
			<content:encoded><![CDATA[<p>There are many ways to track or not track information on your website.  Recently I wrote about <a href="http://spicywebdesigners.com/2009/12/is-your-website-tracking-mobile-phone-visitors/">tracking mobile visitors that come to your website</a> and how you could go about doing this.  There are just so many ways to track what people are doing, how they are doing it and when they do it when you are working with web analytics in your daily online business operations.  The possibilities are endless when it comes to web analytics.</p>
<p>When you are talking about web analytics you are talking about collecting data about your website “accurately”.  This brings me to the topic of excluding website traffic like the website traffic that you generate when updating your website and testing it.  Naturally this does present a problem because most people visit their own website when they make changes to it or if they are updating it.  By default, web analytics platforms will track website traffic regardless of who you are and you have to tell the web analytics software to exclude your traffic from the web analytics reports.</p>
<p>There are a few standard ways to exclude traffic from your web analytics platform.  You can exclude traffic by an IP Address or a range of IP addresses or by creating a custom cookie that can block your traffic.  I personally prefer using the custom cookie when I am working with the Google Analytics platform because I am only trying to exclude my specific traffic but if I ran a company with more than one employee I would be sure to use to exclude traffic based on an IP address or a range of IP addresses.  When I get into showing you how you can exclude traffic from your web analytics platform I am using Google Analytics as an example but depending on the web analytics platform there should be a way to exclude traffic using either of these methods.  So let’s get started with the Cookie Content Method and then move on to the IP Address Method.</p>
<p><strong>Excluding Traffic from Google Analytics – The Cookie Content Method</strong></p>
<p>Like I said, this is personally the way that I choose to exclude traffic from my web analytics reports.  It’s simple and straight forward.</p>
<p>1. Create a new web page and upload it to your website containing this code…<em> </em><br />
<em></em></p>
<p><em>&lt;body onLoad=&#8221;javascript:pageTracker._setVar(&#8216;my_cookie_content_value&#8217;);&#8221;&gt;</em></p>
<p>2. Than simply visit the web page containing the above mentioned code which will create a cookie with Google Analytics (Your web analytics platform may differ so refer to the documentation from your web analytics platform vendor)</p>
<p>3. Create a filter in your Google Analytics account to remove the data associated to users with this cookie.  Make sure the filter that you create includes the following…</p>
<blockquote><p><em>Filter Type: Custom filter &gt; Exclude<br />
Filter Field: User Defined<br />
Filter Pattern: my_cookie_content_value<br />
Case Sensitive: No</em></p></blockquote>
<p>It should look like this…</p>
<p><img class="aligncenter size-full wp-image-1853" title="GA_Exclude_Traffic_Filter" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/GA_Exclude_Traffic_Filter.jpg" alt="GA_Exclude_Traffic_Filter" width="500" height="607" /></p>
<p><strong>Excluding Traffic from Google Analytics – The IP Address Method</strong></p>
<p>This method requires you to understand how to use regular expressions</p>
<p>1. Click “Filter Manager” from the “Analytics Settings” page in your Google Analytics account</p>
<p>2. Enter a “Filter Name”</p>
<p>3. Select the “Filter Type” equal to “Exclude all traffic from an IP Address”</p>
<p>4. Enter the “IP Address” field enter the IP address you want to exclude in your web analytics reports.  If you are entering an IP address <strong>178.155.2.1</strong> you would need to enter it similar to <strong>178\.155\.2\.1 </strong>and if you wanted to exclude a range of IP address like <strong>176.168.1.1-25 </strong>and<strong> 10.0.0.1-14</strong> it would look like this <strong>^176\.168\.1\.([1-9]|1[0-9]|2[0-5])$|^10\.0\.0\.([1-9]|1[0-4])$. </strong>Now this method isn’t for everyone and given your situation it may or may not work for you.</p>
<p>So as you can the IP Address method for excluding traffic requires you to have knowledge of regular expressions because of how you have to enter the IP Addresses into Google Analytics.  I am not sure whether other web analytics platforms are different or if they too require you to use regular expressions as well when excluding by IP Address.  No matter how you choose to do this or whatever web analytics platform you currently use there is a solution out there that can and will work for you when you exclude your traffic from web analytics reports.</p>
<p>Happy “Accurate” Web Reporting!</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1852/using-google-analytics-to-exclude-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Review: Store ecommerce WordPress Theme</title>
		<link>http://www.spicywebdesigners.com/1831/product-review-store-premium-ecommerce-wordpress-theme-by-templatic/</link>
		<comments>http://www.spicywebdesigners.com/1831/product-review-store-premium-ecommerce-wordpress-theme-by-templatic/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:54:49 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[ecommerce theme]]></category>
		<category><![CDATA[Ecommerce WordPress Theme]]></category>
		<category><![CDATA[Premium WordPress Theme]]></category>
		<category><![CDATA[Templatic]]></category>
		<category><![CDATA[website theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1831</guid>
		<description><![CDATA[
Normally when I think of Ecommerce websites I don’t think of WordPress.  WordPress, after all, is primarily a content management system, so when I saw that Templatic had released “Store”, their Premium Ecommerce WordPress Theme yesterday I was interested in checking it out.  Now is this theme going to run a mid-sized to large ecommerce [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank"><img class="aligncenter size-full wp-image-1832" title="Templatic_Store_Theme" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/Templatic_Store_Theme.jpg" alt="Templatic_Store_Theme" width="500" height="281" /></a></p>
<p>Normally when I think of Ecommerce websites I don’t think of WordPress.  WordPress, after all, is primarily a content management system, so when I saw that Templatic had released “Store”, their Premium Ecommerce WordPress Theme yesterday I was interested in checking it out.  Now is this theme going to run a mid-sized to large ecommerce operation for a company? Probably not!  But if you are a company with a few dozen products in various product lines this is a definite possibility for your ecommerce operations.  Let’s take a more in depth look at it…</p>
<p><strong>Major Selling Points of the “Store” Ecommerce WordPress theme</strong></p>
<ul>
<li><strong>Different Modes to sell</strong> – This theme offers currently 3 different modes that you can run an ecommerce website using WordPress including selling digital goods, using a standard shopping cart and catalog mode.  Let me explain each of these different modes in more detail.</li>
<blockquote>
<li><strong>Digital Goods</strong> – If you run a business selling “digital goods” like eBooks/PDFs, scripts, licenses, memberships, etc. this theme can not only help you sell your digital goodies but also control the style of the product pages and the buying experience your customer’s will see when they buy from you.</li>
<li><strong>Shopping Cart</strong> – Much like this one sounds, you can give your customers the option to use a shopping cart to checkout of your ecommerce website so that they can enter shipping information, change product attributes like Style, Size or Color and complete a purchase of goods with your store.</li>
<li><strong>Catalog Mode</strong> – This allows you the option to display the products on your website and require interested customers to contact you instead of accepting payments online.  This mode does NOT allow your customers to purchase things from your store and if your business pricing is subject to change or requires further feedback to quote interested customers you can use the Catalog mode to get them interested and generate leads.  This mode is not for every business owner out there but it’s really nice to see this option being including in this theme.  It’s not something that I expected to see in this ecommerce theme.</li>
</blockquote>
</ul>
<ul>
<li><strong>Get your Coupons! </strong>– This theme allows you to create coupons with coupon codes to offer discounts when someone enters the coupon code during the checkout.  It’s a great feature to have if you are promoting your business.</li>
<li><strong>Bulk CSV Uploads –</strong> If you are looking to add multiple products at a time this theme will actually allow you to do this using a CSV (.csv) file.  Simply create a CSV file and upload it to WordPress and the Store ecommerce WordPress theme will do the rest.</li>
<li><strong>Solid Web Browser Compatibility </strong>– I tested this theme in Google Chrome, FireFox 3.x and Internet Explorer 6.x and I was pleasantly surprised by the fact that I couldn’t find any bugs with this theme<strong>.</strong></li>
<li><strong>You can still blog! –</strong> Another good thing to point out is that you can run a blog for your company.  Since WordPress is the premier blogging platform out there it only makes sense that Templatic kept the functionality and definitely adds something to the fact that you are getting an ecommerce site with blogging capabilities because most ecommerce platforms don’t have this functionality available and most blogging software doesn’t allow you to run an ecommerce website with this many features.</li>
</ul>
<p><a href="http://templatic.com/news/our-e-commerce-themes-whats-included/go.php?r=202" target="_blank">Click here for a full list of features that Templatic’s Store Premium Ecommerce WordPress Theme gives you!</a></p>
<p><strong>Major “Minuses” of the “Store” Ecommerce WordPress theme</strong></p>
<ul>
<li><strong>It wasn’t built for scalability </strong>– Don’t get me wrong.  This is a strong ecommerce theme that you can use on WordPress but it isn’t going to give all the features of an enterprise level ecommerce platform and if you are a larger scale ecommerce operation then it may not be fully scalable to meet your needs.</li>
<li><strong>CRM not included – </strong>Many ecommerce packages out there have the ability to store customer data but only a few actually have “full blown” CRM system.  A CRM system for those of you who don’t know what it is stands for “Customer Relationship Management” and allows you to manage your customers and market, view activities of specific customers and other data related to your customer base.  The store theme had limited capabilities to store customer data and if you are looking for an ecommerce solution that doubles as a CRM this may not be what you had in mind without a heavy amount of customization and cost on your part.</li>
<li><strong>Shipping Limitations </strong>– While you have the option to set shipping options with the Store WordPress Theme if you currently have shipping integrations with say FedEx, UPS or another shipping service it won’t be easy to integrate this into the theme without customizing the theme further.  Personally, this is something that you see in more “enterprise” ecommerce solutions so I am not surprised that it isn’t included in this theme but it would still be nice to see.</li>
</ul>
<p><strong>Our Product Rating</strong></p>
<p style="text-align: left;">Cost:</p>
<blockquote>
<h2 style="text-align: left;">9.5</h2>
</blockquote>
<p style="text-align: left;">Support and Documentation:</p>
<blockquote>
<h2 style="text-align: left;">9.0</h2>
</blockquote>
<p style="text-align: left;">Usability:</p>
<blockquote>
<h2 style="text-align: left;">7.5</h2>
</blockquote>
<p style="text-align: left;">Web Browser Compatibility:</p>
<blockquote>
<h2 style="text-align: left;">8.5</h2>
</blockquote>
<p style="text-align: left;">Overall:</p>
<blockquote>
<h1 style="text-align: left;"><span style="color: green;">8.6</span></h1>
</blockquote>
<p><em>SpicyWebDesigners.com rates products on a scale from 0 to 10 with 0 being the worst and 10 being the best.  A typical product review includes looking at Cost, Support and Documentation, Usability, Web Browser Compatibility (using Google Chrome, Firefox and Internet Explorer).</em></p>
<p><strong>Why should you buy this theme?</strong></p>
<p><strong><a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank"><img class="aligncenter size-full wp-image-1833" title="Templatic_Store_Theme_02" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/Templatic_Store_Theme_02.jpg" alt="Templatic_Store_Theme_02" width="500" height="274" /></a><br />
</strong></p>
<p>This is a great ecommerce WordPress theme when you look at the functionality.  <a href="http://templatic.com/news/our-e-commerce-themes-whats-included/go.php?r=202" target="_blank">Click here for a full list of features that the Store ecommerce WordPress Theme has</a>.  I really like the fact that you can sell digital goods, use the shopping cart for physical goods and develop a catalog for customers to contact you directly.  This meets the needs of a lot of business owners looking for an affordable, “Do-It-Yourself” entry level solution and because it doesn’t require lots of money and offers terrific functionality it makes a highly adaptable theme for your online or physical business.</p>
<p><strong>How much is it?</strong></p>
<p>The <a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank"><strong>Single Use License</strong></a> will cost you $65 and gets you the Store Ecommerce WordPress Theme.  You can only use this theme on one website but you’ve got access to the member access area to help you customize your theme and you also have access to detailed theme tutorials.  This is something I’ve always liked about Templatic’s WordPress Themes (formerly PremiumThemes.net); they support you past the initial sale and show you how and where you can customize it.</p>
<p>The <a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank"><strong>Multiple Use License</strong></a> costs $99 and with this you get access to all the things mentioned in the single use license except you get the PSD files (Photoshop Documents) and you can deploy it an unlimited number of times.</p>
<p>And if you really like the themes that <a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank">Templatic</a> has, paying the fee of $279 (<em>regularly $399</em>) for unlimited access to<a href="http://spicywebdesigners.com/aff-store-ecommerce-wordpress-theme" target="_blank"> <strong>Templatic’s Theme Club</strong></a> is well worth the money.  It gives you access to all the themes Templatic offers plus any new themes coming out.  It’s their best deal by far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1831/product-review-store-premium-ecommerce-wordpress-theme-by-templatic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving your Website to a new Domain Name</title>
		<link>http://www.spicywebdesigners.com/1817/moving-your-website-to-a-new-domain-name/</link>
		<comments>http://www.spicywebdesigners.com/1817/moving-your-website-to-a-new-domain-name/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 04:07:03 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[contingency plan]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[moving your website to a new domain name]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[mySQL database backup]]></category>
		<category><![CDATA[verify database backup]]></category>
		<category><![CDATA[verify your backups]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[website backup]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1817</guid>
		<description><![CDATA[If you&#8217;re in the process of moving your WordPress website or blog to a new domain name then this article was written for you!
Whether you run an online web presence for your business or you just enjoy designing and deploying websites you may need to move a website from time to time, from one domain [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in the process of moving your WordPress website or blog to a new domain name then this article was written for you!</p>
<p>Whether you run an online web presence for your business or you just enjoy designing and deploying websites you may need to move a website from time to time, from one domain name to another domain name.  It can be full of headaches, late nights and steep learning curves that can leave you pulling out your hair, wondering what you’ve gotten yourself into.  Trust me, at times I’ve been there myself in the past.</p>
<p>Because most of the websites today run on at least one database it means that you need to not only keep the website CMS (Content Management System) software you are using up to date including plug-ins and add-ons but that you also need to perform regular database backups depending on how often you make changes and revisions to your website.  Now, I am not covering how to backup and restore a database in this article specifically but I am going to show you some tools to help you move your mySQL database from one domain name to another and the problems that are presented when you move a mySQL database.  For the sake of this article I am going to be talking about WordPress in this article; however the same concepts should apply regardless of the platform you are using to manage your website.</p>
<p>Recently, I myself found out that how valuable it is to restore a database to a different domain name.  This can be a tricky process and before you attempt it make sure that you’ve got a current backup saved in a good place.  Here are some problems that commonly occur when you move a mySQL database from one domain name to another domain name…</p>
<ul>
<li><strong>You didn’t verify the backup of your database before restoring it to the new domain name.</strong> This may sound a little redundant but by verifying your back ups means that you don’t need to panic should anything go wrong.  If you are looking for a good plug-in that you can use with your WordPress website or blog I would suggest a plug-in by the name of “WordPress Database Backup” to help you run backups of your website.</li>
</ul>
<p><a href="http://ilfilosofo.com/blog/wp-db-backup/" target="_blank"><img class="aligncenter size-full wp-image-1820" title="DB_backup_plugin" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/DB_backup_plugin.jpg" alt="DB_backup_plugin" width="500" height="345" /></a></p>
<ul>
<li><strong>Your mySQL database contains the old domain name when you restore the database under the new domain and it redirects you back to the original domain name with you login. </strong> This sort of thing happens because there is a conflict when you login that an application like WordPress looks and sees the old domain and then performs a redirect back to the original domain name and never allows you to fully login.  In order to fix this problem you need to simply edit the “wp-config” file (if you are using WordPress) and add the following lines of code (see below) and upload it to the new domain&#8217;s web hosting.</li>
</ul>
<blockquote><p><em><span style="color: blue;">define(&#8216;WP_HOME&#8217;,'http://example.com&#8217;);<br />
define(&#8216;WP_SITEURL&#8217;,'http://example.com&#8217;);</span></em></p></blockquote>
<ul>
<li><strong>You’ve moved your mySQL database over to the new domain name and you are able to login but when you try to navigate the WordPress website or blog on the new domain name, the links point to the old domain name and you are unable to display the web page.</strong> Again there is a simple fix for this problem.  The first thing that you need to do is to install a plug-in called”Search &amp; Replace” that is available for WordPress on your website on the new domain name.  From there the only thing that you need to do is type of the old domain name including the HTTP (similar to <a href="http://www.example.com/">http://www.example.com</a>) and the new domain name (similar to <a href="http://www.new-example.com/">http://www.new-example.com</a>) and it will update your database searching and replacing the original domain name with the new domain name.  A few notes about this though, make sure that you save a backup copy first and verify its contents before doing this.  The last thing you want to do is make a mistake and have no course of action to fix it.</li>
</ul>
<p><a href="http://translate.google.ca/translate?hl=en&amp;sl=de&amp;u=http://bueltge.de/wp-suchen-und-ersetzen-de-plugin/114/&amp;ei=2vYuS6i5DIfvlAfSmcWRBw&amp;sa=X&amp;oi=translate&amp;ct=result&amp;resnum=1&amp;ved=0CAgQ7gEwAA&amp;prev=/search%3Fq%3Dhttp://bueltge.de/wp-suchen-und-ersetzen-de-plugin/114/%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26hs%3DqDa" target="_blank"><img class="aligncenter size-full wp-image-1821" title="search-and-replace-plugin" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/search-and-replace-plugin.jpg" alt="search-and-replace-plugin" width="500" height="293" /></a></p>
<p>Depending on the problem that you have with your website when you move it over to a new or different domain name I am sure that one of these solutions will help you.  Databases whether they are mySQL, Microsoft or something else can be tricky and pose a range of problems.  Some areas that will always save you a lot of hassle when you are working with databases are…</p>
<p><strong>Creating a contingency plan</strong> – When I say “contingency plan” what I mean is creating a plan that allows you to roll back should you have any problems  and need to move back to when things worked correctly on your website.  This involves having a backup, any notes about customizations that you’ve done and where you’ve stored this information.</p>
<p><strong>Always verifying your backups</strong> – After you’ve backed up your database just have a look at it to make sure that all your information is in there.  Sometimes if you don’t you may find out later that you only have a partial database so avoid the headaches and verify the backup the first time!</p>
<p>Doing these two things will ensure that even if you make a mistake in doing it yourself you will have a copy of the database that is current and complete.  When it comes to running your website, databases don’t need to be scary, complex or require extensive training and with the right plans in place you can run your website for years to come even after countless upgrades, revisions and integrations without major problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1817/moving-your-website-to-a-new-domain-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What exactly are squeeze pages?</title>
		<link>http://www.spicywebdesigners.com/1795/squeeze-page/</link>
		<comments>http://www.spicywebdesigners.com/1795/squeeze-page/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 00:45:34 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Do-It-Yourself (DIY)]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email list building]]></category>
		<category><![CDATA[email lists]]></category>
		<category><![CDATA[name squeeze page]]></category>
		<category><![CDATA[squeeze page]]></category>

		<guid isPermaLink="false">http://spicywebdesigners.com/?p=1795</guid>
		<description><![CDATA[If you are online today then chances are you are already using what are affectionate known as “squeeze pages” and you may not even know it.  If you market your business using a website then you’ve probably got a way of collecting email addresses, names, contact information and things of this nature.
The term “squeeze page” [...]]]></description>
			<content:encoded><![CDATA[<p>If you are online today then chances are you are already using what are affectionate known as “squeeze pages” and you may not even know it.  If you market your business using a website then you’ve probably got a way of collecting email addresses, names, contact information and things of this nature.</p>
<p>The term “squeeze page” actually refers to the action that a visitor to your website makes by giving you their name and contact information (usually an email address and/or phone numbers).  This is also referred to as a “name squeeze page”.</p>
<p>Effective squeeze pages can help you build your lead generation efforts; targeted and highly profitable emails list and gather detailed information about your visitors.  Really there a lot of different reasons and ways to use a squeeze page in your website that can benefit and add value to the business you are running online.  Now that we’ve covered exactly what a squeeze page is the next thing that is important to discuss is what takes a good squeeze page and makes it great because the proof is in the results and squeeze pages are NOT exempt from this.</p>
<p><strong>What makes a good squeeze page a great squeeze page?</strong></p>
<ul>
<li><strong>Easy and uncluttered to navigate</strong> – You need to be clear about what you want people to do when they come to your website and having a solid user experience in place can only help the success of your squeeze page for converting visitors.  If you put in too much information you may only end up confusing your visitors which can lead to fewer conversions for your email marketing list.  Leaving an easy to navigate squeeze page that is not cluttered up with lots of information helps people to focus on what the true purpose of your squeeze page is offering and allows them to not feel overwhelmed with too much information like what you normally see is a standard sales page; you know!?… Those pesky and sometimes long-winded web pages used to sell the latest and greatest in information products that you could scroll threw for days and never reach the bottom of the page.</li>
<li><strong>Design that gets some real attention</strong> – Getting attention is a big factor in the overall success of a squeeze page but how do get your visitor’s attention?  Focusing on writing a strong headline to “hook” your website visitors can only help you squeeze their names so make sure that the headline is savvy and speaks to your audience.  If your product or service is beneficial to your visitors then they will be back for more.</li>
<li><strong>Testing your squeeze page</strong> – When I say “testing” I mean running a series of tests to check and see if different content, fonts, colors, brand messages or pretty much anything associated with the appearance and functionality of the squeeze page increases or decreases the success of the page in the number of conversions related to the number of visitors.  The only way to really know what is happening is to test and measure what is happening on your web pages.  This leads me to my third and final point…</li>
<li><strong>Measure your squeeze pages</strong> – I personally spend time measuring the success of articles on SpicyWebDesigners.com and checking where and how people are accessing the content on the site.  With a squeeze page you are able to measure the content, signups and any user events (example. “Playing a video”) using a web analytics platform.  Doing this allows you to make informed decisions off of what is happening on your website.  It’s much better than making decisions in the dark and less costly as well.</li>
</ul>
<p>You may remember a few weeks ago when <a href="http://spicywebdesigners.com/2009/12/squeeze-theme-review-from-unique-blog-designs/">I reviewed the “Squeeze Theme” by Unique Blog Designs</a> which is a premium WordPress theme that allows people to use their WordPress website to squeeze more names and information from visitors using a very simple and intuitive interface.  It’s definitely worth a look at if you haven’t read the review or checked out this WordPress Theme</p>
<p><a href="http://www.squeezetheme.com/369-4-3-1.html" target="_blank"><img class="size-full wp-image-1796 alignleft" title="squeezepages101-ebook" src="http://spicywebdesigners.com/wp-content/uploads/2009/12/squeezepages101-ebook.png" alt="squeezepages101-ebook" width="185" height="208" /></a></p>
<p>The team behind Unique Blog Designs also put together a guide to Squeeze pages called “<a href="http://www.squeezetheme.com/369-4-3-1.html" target="_blank">Squeeze Pages 101</a>&#8221; which is very detailed covering everything from the importance of building an email list, why squeeze page based sites perform better and lots of other important information about using squeeze pages in your online business and on your website.</p>
<p>A squeeze page, when used correctly, can allow you to convert more people into your email list building efforts and gives you the added ability to market back to people who visited your website, gave you there contact information and their permission to contact them and left.  After all, if they were interested enough to sign up in the first place they will also probably be interested to hear from you again and in time you can turn them into paying customers.</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicywebdesigners.com/1795/squeeze-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
