<?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>Harmonic Design  &#124;  Professional Website Design &#124; Oakville Burlington Toronto</title>
	<atom:link href="http://harmonicdesign.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://harmonicdesign.ca</link>
	<description>Professional Website Design and Hosting</description>
	<lastBuildDate>Tue, 17 Apr 2012 19:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Links</title>
		<link>http://harmonicdesign.ca/links/</link>
		<comments>http://harmonicdesign.ca/links/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 19:13:56 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=1232</guid>
		<description><![CDATA[Web Directories]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onewaytextlink.com">Web Directories</a></p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Protect and Secure Your WordPress Website From Spam and Hacks</title>
		<link>http://harmonicdesign.ca/protect-secure-wordpress-website-spam-hacks/</link>
		<comments>http://harmonicdesign.ca/protect-secure-wordpress-website-spam-hacks/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 21:58:55 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress Coding]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=1132</guid>
		<description><![CDATA[I&#8217;ve had a few emails from people asking me how they can secure and protect their WordPress install from all of the comment spam and what steps they can take to reduce the change of getting hacked. WordPress is one of the largest blogging platforms in the world and it is open source. Because of &#8230;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1159" title="banner-security[1]" src="http://harmonicdesign.ca/wp-content/uploads/2012/02/banner-security1.jpg" alt="" width="100%" /></p>
<p>I&#8217;ve had a few emails from people asking me how they can secure and protect their WordPress install from all of the comment spam and what steps they can take to reduce the change of getting hacked. WordPress is one of the largest blogging platforms in the world and it is open source. Because of this it has become a prime target for comment spam and hackers. Luckily there are some relatively simple things you can do to help reduce spam and secure your WordPress install.</p>
<h2>How To Reduce WordPress Spam</h2>
<p>WordPress comment spamming has become a huge issue among blog owners and authors. The reason that blogs get so much spam these days is that SEO (Search Engine Optimization) people are trying to get your website to link to theirs &#8211; increasing their page rankings in Google. Because WordPress is open source and so common, virtually every WordPress site uses the same commenting system that the spammers are now exploiting. Here are some ways you can change the way your comment system works &#8211; foiling the spammers evil plans of dropping a penis enlargement link on your website.</p>
<h3>Akismet</h3>
<p>Akismet is a plugin that comes with WordPress, but you need to pay a monthly fee to subscribe to their services.</p>
<p>Aksimet works by checking the commenters IP Address against it&#8217;s own database of known spammers. If the commenter&#8217;s IP is listed by Aksimet, then the comment gets rejected. There are only two problems with this service. 1) It&#8217;s not free 2) Although it significantly reduces spam, it&#8217;s not 100% effective in stopping comment spam and can sometimes block a genuine comment by mistake. 
<p><a href="http://akismet.com" target="_blank" title="Download" class="button alignright medium black" style="">Download</a></p>
<p><span class="clear"></span></p>
<p>&nbsp;</p>
<h3>NoSpamNX</h3>
<p>Another great WordPress plugin is NoSpamNX. This plugin is <strong>completely free</strong> and is very successful at stopping automated spam bots from commenting on your site.</p>
<p>NoSpamNX works by inserting an empty text box on your comment form that is invisible to a human but a spam bot will be able to see. Most spam bots will see this extra box and decide to fill it out with random junk. So basically if it is a human adding a comment, we will leave the extra text box empty (as we cant see it and don&#8217;t know it&#8217;s there) but a spam bot will fill it out. If the comment is submitted with that extra box filled out then the comment gets rejected!
<p><a href="http://www.svenkubiak.de/nospamnx-en" target="_blank" title="Download" class="button alignright medium black" style="">Download</a></p>
<p><span class="clear"></span></p>
<h3>Functions.php</h3>
<p>Be <strong>very careful</strong> if you decide to implement this. I would recommend against doing this if you are not particularly tech savvy or do not know basic coding. Before you do anything, <strong>please, please, please</strong>, make a backup of your functions.php &#8211; just in case. Place the following code inside your functions.php.</p>
<pre>function verify_comment_referer() {
    if (!wp_get_referer()) {
        wp_die( __('You cannot post comment at this time, may be you need to enable referrers in your browser.') );
    }
}
add_action('check_comment_flood', 'verify_comment_referer');</pre>
<p>Basically this works by checking the referral of the commenter before deciding to accept the comment or not. Most spam bots will have a &#8216;poor referrer&#8217; and will be denied. This options is far from being 100% successful, but I find it helps prevent the odd comment that the first two options miss.</p>
<h2>How To Secure and Protect Your WordPress Website</h2>
<p>Now I&#8217;ll talk about all of the ways you can protect your install from unwanted access and hacks. Some of them are easy, others are more complicated with lots of options and should be implemented with care. I&#8217;ll start off by listing the easier and safer methods of protecting and securing your WordPress website. And of course, always keep your install updated when possible.</p>
<h3>Removing Unimportant Files From Your Server</h3>
<p>There are many ways you can do this: FTP or maybe just through your hosts file manager. Either way all you have to do is delete these files:</p>
<pre>/readme.html
/license.txt</pre>
<p>The reason for this is that those two files are not important in any way to run your site, but contain the WordPress version that you have. This information could be used by hackers to help gain access to your site!</p>
<h3>Secure WordPress</h3>
<p>This plugin comes with multiple ‘minor’ security features, but there are two that you should be most interested in. The first is the ability to create an index.html in each sub folder. This stops a random person from browsing and being able to access files in the directories of your site. The second is the ability to remove default WordPress headers such as the WordPress version. It is important to hide what version of WordPress you are running from hackers so that they don’t know how to exploit your site if you are using an outdated version. The plugin also does multiple other things to keep your install protected such as blocking any bad and malicious queries that could be harmful to your WordPress website and removing plugin-update information for non-admins. 
<p><a href="http://wordpress.org/extend/plugins/secure-wordpress" target="_blank" title="Download" class="button alignright medium black" style=""> Download </a></p>
<p><span class="clear"></span></p>
<h3>Semisecure Login Reimagined</h3>
<p>This simple but nifty plugin secures your login information by encrypting it from the client side using JavaScript. It is most useful for situations where SSL is not available, but the administrator wishes to have some additional security measures in place without sacrificing convenience.
<p><a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined" target="_blank" title="Download" class="button alignright medium black" style=""> Download </a></p>
<p><span class="clear"></span></p>
<h3>Limit Login Attempts</h3>
<p>You don&#8217;t have to be a computer wiz to know what this plugin does. This is most useful in stopping some random hacker from just trying to guess what your username and password is. Many customization features such as email notification are available as well.
<p><a href="http://wordpress.org/extend/plugins/limit-login-attempts" target="_blank" title="Download" class="button alignright medium black" style=""> Download </a></p>
<p><span class="clear"></span></p>
<h3>WebsiteDefender WordPress Security</h3>
<p>This WordPress plugin/service constantly scans your server to make sure nothing malicious finds it&#8217;s way onto your install. It also has a very important feature that allows you to change the prefex of your WordPress tables away from the default _wp. Furthermore this plugin also gives suggestions on how to further tighten up security on your site and will email you if anything important happens.
<p><a href="http://wordpress.org/extend/plugins/websitedefender-wordpress-security" target="_blank" title="Download" class="button alignright medium black" style=""> Download </a></p>
<p><span class="clear"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/protect-secure-wordpress-website-spam-hacks/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Campaign Thank You</title>
		<link>http://harmonicdesign.ca/campaign-thank-you</link>
		<comments>http://harmonicdesign.ca/campaign-thank-you#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:37:08 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=969</guid>
		<description><![CDATA[Thanks for using our Email Marketing Services.]]></description>
			<content:encoded><![CDATA[<p>Thanks for using our Email Marketing Services.</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/campaign-thank-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to Google Analytics</title>
		<link>http://harmonicdesign.ca/website-tracking/alternatives-google-analytics</link>
		<comments>http://harmonicdesign.ca/website-tracking/alternatives-google-analytics#comments</comments>
		<pubDate>Thu, 07 Jul 2011 20:24:24 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=921</guid>
		<description><![CDATA[Google Analytics is one of the most well known website analytics around, not to mention being one of the best. Although Google Analytics is a fantastic app to tackle your site’s analytics needs, there are actually several other options available that many would argue are better choices. We’ve pulled together eight of the best alternatives &#8230;]]></description>
			<content:encoded><![CDATA[<p>Google Analytics is one of the most well known website analytics around, not to mention being one of the best. Although Google Analytics is a fantastic app to tackle your site’s analytics needs, there are actually several other options available that many would argue are better choices. We’ve pulled together eight of the best alternatives to Google Analytics and some information about each; price, plugins, mobile apps, real-time tracking and requirements.</p>
<p>Which analytics app do you use and why? Read on to see if there’s anything more fitting for your needs or if you have something you’d recommend.</p>
<table width="100%" cellpadding="5px">
<tbody>
<tr>
<td colspan="2">
<h2>Mint</h2>
</td>
</tr>
<tr>
<td valign="top" width="240px"><img class="size-full wp-image-926 alignnone" title="mint1[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/mint11.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Every time I’ve looked into analytics apps several people always tell me they much prefer Mint over Google Analytics. Mint is self-hosted, so you have more control in that respect, but also offers real-time tracking and is extensible. Mint’s interface is clean and easy to read and navigate, so it’s a breeze to use.</p>
<ul>
<li><strong>Price:</strong> $30 per site</li>
<li><strong>WordPress Plugin:</strong> <a href="http://www.haveamint.com/peppermill/pepper/69/wordpress_plugin_downloads/">Yes</a></li>
<li><strong>Mobile App:</strong> <a href="http://itunes.apple.com/app/mint-stats/id308257679?mt=8">Third-party iPhone app</a> (iTunes)</li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> Self-Hosted (<a href="http://haveamint.com/about/requirements">PHP, MySQL</a>)</li>
<li><strong>Developer:</strong> <a href="http://www.shauninman.com/">Shaun Inman</a></li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<h2>Reinvigorate</h2>
</td>
</tr>
<tr>
<td valign="top"><img class="alignnone size-full wp-image-929" title="Reinvigorate[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/Reinvigorate1.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Reinvigorate is one of my favorites and actually my personal analytics app of choice. The app offers real-time tracking, visitor “NameTags” (great for seeing who’s on your site), a desktop app and even heatmaps. The app design is fantastic and it’s a breeze to use; although it can be addicting watching your real-time data flow in.</p>
<ul>
<li><strong>Price:</strong> $10 per month, 14-day free trial</li>
<li><strong>WordPress Plugin:</strong> Yes</li>
<li><strong>Mobile App:</strong> No</li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> None</li>
<li><strong>Developer:</strong> Sean McNamara</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<h2>Clicky</h2>
</td>
</tr>
<tr>
<td valign="top"><img class="alignnone size-full wp-image-930" title="Clicky[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/Clicky1.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Clicky probably offers the most features of any app listed here, including real-time tracking, various plugins, mobile apps, website widgets and a whole lot more. Along with piles of great features, Clicky also offers more price plans than other apps to best fit your needs <em>and</em> your budget. Clicky’s interface design wasn’t too appealing for me, but it does a great job at accomplishing its goal.</p>
<ul>
<li><strong>Price:</strong> Free, $6.99-$19.99 per month</li>
<li><strong>WordPress Plugin:</strong> <a href="http://wordpress.org/extend/plugins/clicky/#wordpress">Yes</a></li>
<li><strong>Mobile App:</strong> <a href="http://getclicky.com/web-analytics/iphone-mobile-web-analytics">Yes</a></li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> None</li>
<li><strong>Developer:</strong> <a href="http://getclicky.com/">Clicky</a></li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<h2>chartbeat</h2>
</td>
</tr>
<tr>
<td valign="top"><img class="alignnone size-full wp-image-931" title="chartbeat[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/chartbeat1.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Chartbeat, like several of the other apps here, also offers real-time tracking but features an interface that’s more enjoyable to look at than just a pile of numbers or the typical line graph. It’s a clean looking and easy to use app that will be much more appealing to the average user rather than hardcore analytics users.</p>
<ul>
<li><strong>Price:</strong> $9.95 per month, 30-day free trial</li>
<li><strong>WordPress Plugin:</strong> <a href="http://wordpress.org/extend/plugins/chartbeat/">Yes</a></li>
<li><strong>Mobile App:</strong> <a href="http://itunes.apple.com/us/app/chartbeat/id337488037?mt=8">iPhone app</a> (iTunes)</li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> None</li>
<li><strong>Developer:</strong> Chartbeat Inc.</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<h2>Woopra</h2>
</td>
</tr>
<tr>
<td valign="top"><img class="alignnone size-full wp-image-932" title="Woopra[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/Woopra1.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Woopra takes a different approach to analytics and requires that you download a desktop client to handle your site’s incoming data. The app offers real-time tracking and a dark color scheme for its interface, making heavy use of icons and vibrant colors. With the features offered, Woopra is a great choice, especially since it’s free.</p>
<ul>
<li><strong>Price:</strong> Free</li>
<li><strong>WordPress Plugin:</strong> <a href="http://wordpress.org/extend/plugins/woopra/%22">Yes</a></li>
<li><strong>Mobile App:</strong> <a href="http://itunes.apple.com/us/app/woopra/id386311545?mt=8">iPhone app</a> (iTunes)</li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> Desktop compatible with <a href="http://www.woopra.com/download/">desktop client</a></li>
<li><strong>Developer:</strong> iFusion Labs, LLC.</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<h2>Piwik</h2>
</td>
</tr>
<tr>
<td valign="top"><img class="alignnone size-full wp-image-933" title="Piwik[1]" src="http://harmonicdesign.ca/wp-content/uploads/2011/07/Piwik1.jpg" alt="" width="200" height="200" /></td>
<td valign="top">Piwik is an open source analytics app that you’ll have to host yourself but offers everything from real-time tracking to mobile apps for iPhone and Android and is even offered in over 30 languages. It’s directly intended to be an alternative to Google Analytics and does a pretty dang good job of it.</p>
<ul>
<li><strong>Price:</strong> Free (open source)</li>
<li><strong>WordPress Plugin:</strong> <a href="http://piwik.org/faq/plugins/#faq_20">Yes</a></li>
<li><strong>Mobile App:</strong> <a href="http://itunes.apple.com/us/app/piwikmobile/id385536442?mt=8">iPhone</a> (iTunes) or <a href="http://www.androidpit.com/en/android/market/apps/app/org.piwik.mobile/Piwik-Mobile">Android </a>app</li>
<li><strong>Real-time data:</strong> Yes</li>
<li><strong>Requirements:</strong> Self-hosted (PHP, MySQL)</li>
<li><strong>Developer:</strong> Piwik</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><a href="http://web.appstorm.net/roundups/web-development/the-top-8-killer-alternatives-to-google-analytics/" target="_blank">Source</a> &#8211; Article Provided by appstorm.net</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/website-tracking/alternatives-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UPDATE: ok to update WordPress</title>
		<link>http://harmonicdesign.ca/upgrade-wordpress/</link>
		<comments>http://harmonicdesign.ca/upgrade-wordpress/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 01:30:30 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[urgent]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=918</guid>
		<description><![CDATA[Hello everyone. WordPress has recently released WordPress v3.2 and I have had time to test my themes thoroughly with this new version. I give the update my official Harmonic seal of approval. Update away!]]></description>
			<content:encoded><![CDATA[<p>Hello everyone. WordPress has recently released WordPress v3.2 and I have had time to test my themes thoroughly with this new version.<br />
I give the update my official Harmonic seal of approval. Update away!</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/upgrade-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Agreement</title>
		<link>http://harmonicdesign.ca/user-agreement/</link>
		<comments>http://harmonicdesign.ca/user-agreement/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 21:58:05 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=910</guid>
		<description><![CDATA[WEBSITE DEVELOPMENT AND HOSTING AGREEMENT 1. DEFINITIONS. &#8220;CONTENT&#8221; means all text, pictures, sound, graphics, video and other data supplied by Customer to Provider. &#8220;USER CONTENT&#8221; means all text, pictures, sound, graphics, video and other data provided by Website users. &#8220;WEBSITE&#8221; means the user interface, functionality and Content made available on pages under the Domain Name. &#8230;]]></description>
			<content:encoded><![CDATA[<p>WEBSITE DEVELOPMENT AND HOSTING AGREEMENT</p>
<p><strong>1.     DEFINITIONS.</strong></p>
<ol>
<li>
<ol>
<li><strong>&#8220;CONTENT&#8221;</strong> means all text, pictures, sound, graphics, video and other data 		supplied by Customer to Provider.</li>
<li><strong>&#8220;USER  		CONTENT&#8221;</strong> means  all  text,  pictures, sound, graphics, 		video and other  data provided  by  Website  users.</li>
<li><strong>&#8220;WEBSITE&#8221;</strong> means  the  user  interface,  functionality  and Content made 		available  on pages  under  the  Domain  Name.</li>
<li><strong>&#8220;SPECIFICATIONS&#8221;</strong> means the Customer&#8217;s requirements for design and functionality.</li>
<li><strong>&#8220;WORK  		PRODUCT&#8221;</strong> means  all  HTML  files,  Java  files, graphics 		files, data files, scripts, all documentation and any other 		deliverable prepared for Customer by Provider in accordance  with 		the terms of this Agreement.</li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
<p><strong>2.     WEBSITE  DEVELOPMENT.</strong></p>
<p>&nbsp;</p>
<p>2.1 <strong>DELIVERY  OF  INITIAL  CONTENT.</strong> Customer shall source all Content in accordance  with the intended purpose of the sourced material before giving to Provider.</p>
<p>2.2 <strong>DEVELOPMENT</strong>.  Provider  shall  provide  design,  programming  and  other consulting  services for the fee agreed upon.</p>
<p>2.3 <strong>SHADOW  SITE;  ACCEPTANCE</strong>.  Provider  shall  make complete versions available  for Customer&#8217;s review and acceptance.  Customer shall have 7 days to review and evaluate (the &#8220;Acceptance Period&#8221;) to assess whether it meets the Specifications. If  Customer rejects the Shadow Site during the Acceptance Period, Customer may elect to: (a) extend the time for Provider  to  provide  revised Work Product for acceptance; (b) revise the Specifications and negotiate an appropriate reduction in the Design Fee to reflect the revised Specifications; (c) complete the Work Product and deduct the costs of completion from the Design Fee; or (d) terminate  this  Agreement,  in  which  case  Section  6.2  applies.</p>
<p>2.4 <strong>BACK  UP  OF  WORK  PRODUCT</strong>.  Prior  to  initial  acceptance of the Work Product,  Provider  shall back up its work at least once every three days and to store  such  back-up  materials  in  a  secure  site  at  a  separate  location.</p>
<p>&nbsp;</p>
<p>3.     <strong>MODIFICATIONS.</strong></p>
<p>&nbsp;</p>
<p>If  Customer  desires to modify the Website (including the Requirements) at any time during the term of this Agreement, Customer shall  describe the additional services or deliverables to Provider (the &#8220;Change Notice&#8221;).  Within  seven  days  of  such  Change Notice, Provider shall submit a change  order  proposal (the &#8220;Change Order&#8221;) which includes a statement of any additional charges. On Customer&#8217;s  written approval of the Change Order, the Change Order will become a part  of  this Agreement.  Any additional deliverables or changes to the Website described  in  the  Change  Order  shall be subject to acceptance testing at the Shadow  Site  as described in Section 2.3.</p>
<p>4.     <strong>WEB  HOSTING.</strong></p>
<p>&nbsp;</p>
<p><strong>SERVICES</strong>.  Following  Customer&#8217;s  initial acceptance of the Work Product pursuant  to  Section  2.3,  Provider  shall  provide  the following web hosting services:</p>
<p>(A)     <strong>DOMAIN  NAME</strong>. Unless  otherwise  specified it  is  hereby  acknowledged  that Customer shall own all right,  title  and  interest  in  and  to  the  Domain Name and all Intellectual Property Rights related thereto.</p>
<p>(B)     <strong>CONTENT  CONTROL</strong>.  Customer shall  have control over the Content. Provider  shall  not supplement, modify or alter any Work Product which has been accepted  or  approved  by  Customer  or  any  Content (other than modifications strictly  necessary to upload the Content to the Website) except with Customer&#8217;s prior written consent.</p>
<p>&nbsp;</p>
<p>5.     <strong>PAYMENTS.</strong></p>
<p>&nbsp;</p>
<p>5.1     <strong>FEES</strong>.  Except  as  otherwise  specified,  Provider shall invoice  all  fees  monthly,  and  payment  is  due 30 days from delivery of the invoice.</p>
<ol>
<li>
<ol>
<li><strong>EXPENSES</strong>.  		Customer  shall  reimburse  Provider  for  all  reasonable 		out-of-pocket expenses which have been approved in advance by 		Customer, including but not  limited  to  travel and lodging 		expenses, long distance calls, and material and  supply costs, 		within 30 days after Customer&#8217;s receipt of expense statements 		including  appropriate  receipts  or  other  evidence  of  the  		expense.</li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
<p>6.     <strong>TERM  AND  TERMINATION.</strong></p>
<p>&nbsp;</p>
<p>6.1     <strong>TERMINATION  FOR CAUSE</strong>.  Except as otherwise provided for herein, either party  may terminate this Agreement upon the material breach of the other party, if  such  breach  remains uncured  for  30 days following written notice to the breaching  party.</p>
<p>6.2     <strong>TERMINATION  DURING  INITIAL  WEBSITE  DEVELOPMENT</strong>.  In  the  event that Customer  terminates  the  Agreement  prior  to  initial  acceptance of the Work Product  pursuant  to  Section  2.3,  Customer  shall return all Work Product to Provider  and  Provider  shall return any Initial Content and refund to Customer any  portion  of  the  Design  Fee  previously  paid to Provider (minus deposit) hereunder.</p>
<p>6.3     <strong>TERMINATION  DURING  WEBSITE  HOSTING</strong>.  In  the  event  of expiration or termination  of  this Agreement while Provider is providing Web hosting services pursuant to Section 4, Provider shall download all materials on the Website to a medium  of  Customer&#8217;s choosing and deliver such materials to Customer within 5 business days.  In addition, at no cost to Customer, Provider shall: (a) keep  the Website publicly accessible for a period of 7 days following the date of  termination  of this Agreement; (b) if the transfer requires a change in the Domain  Name,  immediately  upon the date that the Website is no longer publicly accessible, and for a period of 3 months thereafter, maintain the Website&#8217;s URL and at such URL, provide 1 page (including a hypertext link) that Customer may use to  direct  its  users  to  its new Website or some other URL of Customer&#8217;s choosing.</p>
<p><strong> </strong>6.4<strong> EFFECT  OF  TERMINATION</strong>.  Sections  1, 6.4, 8, 9, 10 and 11 shall survive termination  of  this  Agreement. Subject  to  Provider&#8217;s  obligations  pursuant to Section 6.3, Provider shall remove all copies of the Content from servers within its control and use reasonable efforts to remove any references to Customer or the  Content  from  any  site  which  caches,  indexes  or links to the Website.</p>
<p>&nbsp;</p>
<p>7.     <strong>CUSTOMER  COVENANTS.</strong></p>
<p>&nbsp;</p>
<p>During  the  period  that  Provider  provides  Web  hosting services pursuant to Section  4,  Customer  shall not distribute on the Website any Content that: (a) infringes  on  the Intellectual Property Rights of any third party or any rights of  publicity or privacy; (b) violates any law, statute, ordinance or regulation (including without limitation the laws and regulations governing export control, unfair competition, antidiscrimination or false advertising); (c) is defamatory, trade libelous, unlawfully threatening or unlawfully harassing; (d) is obscene, child  pornographic or indecent; or (e) contains any viruses, trojan horses, worms,  time  bombs, cancelbots or other computer programming routines that are intended to damage, detrimentally interfere with, surreptitiously intercept or expropriate any  system,  data  or  personal  information.</p>
<p>&nbsp;</p>
<p>8.     <strong>OWNERSHIP  OF  CONTENT  AND WEBSITE</strong>.</p>
<p>&nbsp;</p>
<p>As between Provider and Customer, any Content given to Provider by Customer under this Agreement or otherwise, and all  User  Content, shall  at  all times remain the property of Customer or its licensor.  Provider  shall  have no rights in such Content or User Content other than the limited right to use such content for the purposes expressly set forth in  this  Agreement.</p>
<p>&nbsp;</p>
<p>9.     <strong>CONFIDENTIAL  INFORMATION.</strong></p>
<p>&nbsp;</p>
<p>Customer&#8217;s  &#8220;Confidential Information&#8221; are any passwords used in connection with the Website  (or  the  Shadow  Site),  all  Server  Logs,  all Work Product and documents  related to the Work Product, any Content which Customer designates as confidential,  and  any other materials of Customer which Customer designates as confidential  or  which  Provider  should reasonably believe to be confidential. Customer&#8217;s  &#8220;Confidential  Information&#8221;  also  includes the Website itself until such  time  as Customer decides to make the Website publicly available to users. Provider&#8217;s  &#8220;Confidential  Information&#8221;  is  defined  as  the source code of any Work Product.</p>
<p>&nbsp;</p>
<p>10.     <strong>LIMITATIONS  ON  LIABILITY.</strong></p>
<p>&nbsp;</p>
<p>Except for breaches of sections 4 and 11.1, in no event shall either party  be  liable  for  any lost profits or special, incidental or consequential damages  (however arising, including negligence) arising out of or in connection with  this  agreement.</p>
<p>&nbsp;</p>
<p>11.     <strong>GENERAL  PROVISIONS</strong>.</p>
<p>&nbsp;</p>
<p>11.1     <strong>COMPLIANCE  WITH  LAWS</strong>.  Provider  shall ensure that its Website design and  its  web  hosting  services  will comply with all applicable international, national  and  local  laws  and regulations.</p>
<p>11.2     <strong>SEVERABILITY; WAIVER</strong>.  If any provision of this Agreement is held to be invalid  or unenforceable for any reason, the remaining provisions will continue in  full  force  without  being impaired or invalidated in any way.  The parties agree to replace any invalid provision with a valid provision which most closely approximates  the  intent  and  economic  effect  of the invalid provision.</p>
<p>11.3     <strong>HEADINGS.</strong> Headings  used  in this Agreement are for reference purposes only  and  in  no way define, limit, construe or describe the scope or extent of such  section  or  in  any  way  affect  this Agreement.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/user-agreement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Hosting</title>
		<link>http://harmonicdesign.ca/learn-more-hosting</link>
		<comments>http://harmonicdesign.ca/learn-more-hosting#comments</comments>
		<pubDate>Mon, 04 Jul 2011 21:50:15 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=906</guid>
		<description><![CDATA[PAYMENTS. Except as otherwise specified, Provider shall invoice all fees monthly, and payment is due 30 days from delivery of the invoice. TERMINATION FOR CAUSE. Except as otherwise provided for herein, either party may terminate this Agreement upon the material breach of the other party, if such breach remains uncured for 30 days following written &#8230;]]></description>
			<content:encoded><![CDATA[<p><strong>PAYMENTS.</strong></p>
<p><strong></strong>Except  as  otherwise  specified,  Provider shall invoice  all  fees  monthly,  and  payment  is  due 30 days from delivery of the invoice.</p>
<p><strong>TERMINATION  FOR CAUSE</strong>.</p>
<p>Except as otherwise provided for herein, either party  may terminate this Agreement upon the material breach of the other party, if  such  breach  remains uncured  for  30 days following written notice to the breaching  party.</p>
<p>In  the  event  of expiration or termination  of  this Agreement while Provider is providing Web hosting services pursuant to Section 4, Provider shall download all materials on the Website to a medium  of  Customer&#8217;s choosing and deliver such materials to Customer within 5 business days.  In addition, at no cost to Customer, Provider shall: (a) keep  the Website publicly accessible for a period of 7 days following the date of  termination  of this Agreement; (b) if the transfer requires a change in the Domain  Name,  immediately  upon the date that the Website is no longer publicly accessible, and for a period of 3 months thereafter, maintain the Website&#8217;s URL and at such URL, provide 1 page (including a hypertext link) that Customer may use to  direct  its  users  to  its new Website or some other URL of Customer&#8217;s choosing.</p>
<p><strong>EFFECT  OF  TERMINATION</strong>.</p>
<p>Subject  to  Provider&#8217;s  obligations  pursuant to Section 6.3, Provider shall remove all copies of the Content from servers within its control and use reasonable efforts to remove any references to Customer or the  Content  from  any  site  which  caches,  indexes  or links to the Website.</p>
<p><strong>CUSTOMER  COVENANTS.</strong></p>
<p>During  the  period  that  Provider  provides  Web  hosting services pursuant to Section  4,  Customer  shall not distribute on the Website any Content that: (a) infringes  on  the Intellectual Property Rights of any third party or any rights of  publicity or privacy; (b) violates any law, statute, ordinance or regulation (including without limitation the laws and regulations governing export control, unfair competition, antidiscrimination or false advertising); (c) is defamatory, trade libelous, unlawfully threatening or unlawfully harassing; (d) is obscene, child  pornographic or indecent; or (e) contains any viruses, trojan horses, worms,  time  bombs, cancelbots or other computer programming routines that are intended to damage, detrimentally interfere with, surreptitiously intercept or expropriate any  system,  data  or  personal  information.</p>
<p><strong>OWNERSHIP  OF  CONTENT  AND WEBSITE</strong>.</p>
<p>As between Provider and Customer, any Content given to Provider by Customer under this Agreement or otherwise, and all  User  Content, shall  at  all times remain the property of Customer or its licensor.  Provider  shall  have no rights in such Content or User Content other than the limited right to use such content for the purposes expressly set forth in  this  Agreement.</p>
<p><strong>CONFIDENTIAL  INFORMATION.</strong></p>
<p>Customer&#8217;s  &#8220;Confidential Information&#8221; are any passwords used in connection with the Website  (or  the  Shadow  Site),  all  Server  Logs,  all Work Product and documents  related to the Work Product, any Content which Customer designates as confidential,  and  any other materials of Customer which Customer designates as confidential  or  which  Provider  should reasonably believe to be confidential. Customer&#8217;s  &#8220;Confidential  Information&#8221;  also  includes the Website itself until such  time  as Customer decides to make the Website publicly available to users. Provider&#8217;s  &#8220;Confidential  Information&#8221;  is  defined  as  the source code of any Work Product.</p>
<p><strong>LIMITATIONS  ON  LIABILITY.</strong></p>
<p>Except for breaches of sections 4 and 11.1, in no event shall either party  be  liable  for  any lost profits or special, incidental or consequential damages  (however arising, including negligence) arising out of or in connection with  this  agreement.</p>
<p>To view the entire policy in it&#8217;s fully click <a href="/user-agreement">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/learn-more-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purchase Hosting</title>
		<link>http://harmonicdesign.ca/purchase-hosting/</link>
		<comments>http://harmonicdesign.ca/purchase-hosting/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 21:49:18 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=904</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>[contact-form-7]</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/purchase-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Your Email Password</title>
		<link>http://harmonicdesign.ca/password-change-request</link>
		<comments>http://harmonicdesign.ca/password-change-request#comments</comments>
		<pubDate>Wed, 22 Jun 2011 05:16:10 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=884</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>[contact-form-7]</p>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/password-change-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Innovative Management Group</title>
		<link>http://harmonicdesign.ca/innovative-management-group/</link>
		<comments>http://harmonicdesign.ca/innovative-management-group/#comments</comments>
		<pubDate>Thu, 26 May 2011 21:25:47 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[HD CMS]]></category>
		<category><![CDATA[Image Rotator]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO Optimized]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://harmonicdesign.ca/?p=864</guid>
		<description><![CDATA[<h3>WordPress</h3>
<a href ="http://harmonicdesign.ca/wp-content/uploads/2011/05/img-homerennovations_full.jpg" rel ="prettyphoto"><img src ="http://harmonicdesign.ca/wp-content/uploads/2011/05/img-homerennovations_thumb.jpg"/ border ="0">]]></description>
			<content:encoded><![CDATA[<h3><a title="Innovative Management Group" href="http://img-homerenovations.com/" target="_blank">IMG-HomeRenovations.ca</a></h3>
<p style="text-align: center;"><a rel="prettyphoto" href="http://harmonicdesign.ca/wp-content/uploads/2011/05/img-homerennovations_full.jpg"><img class="aligncenter size-full wp-image-559" title="cctfa" src="http://harmonicdesign.ca/wp-content/uploads/2011/05/img-homerennovations_thumb.jpg" alt="" width="614" height="237" /></a></p>
<p>This site is a WordPress build based of off the beautiful and stylish InFocus Theme.</p>
<ul>
<li>Blog integration</li>
<li>HD-CMS</li>
<li>2 Custom Contact Forms</li>
<li>Multiple Galleries</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://harmonicdesign.ca/innovative-management-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

