<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Klovera</title>
	
	<link>http://www.klovera.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:19:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/klovera" /><feedburner:info uri="klovera" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>klovera</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Turn off IPv6 CentOS and CSF</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/9rxHnEw3R6A/</link>
		<comments>http://www.klovera.com/turn-off-ipv6-centos-and-csf/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 23:37:05 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Server Administration]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1822</guid>
		<description><![CDATA[If you are running csf on your CentOS server and run the server security check you may have seen the following message: Check for IPv6: IPv6 appears to be enabled [ifconfig: ]. If ip6tables is installed, you should enable the csf IPv6 firewall (IPV6 in csf.conf). To disable IPv6 on RHEL/CentOS you should follow this [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running csf on your CentOS server and run the server security check you may have seen the following message:</p>
<blockquote><p><strong>Check for IPv6:</strong> IPv6 appears to be enabled [ifconfig: ]. If ip6tables is installed, you should enable the csf IPv6 firewall (IPV6 in csf.conf). To disable IPv6 on RHEL/CentOS you should follow <a href="http://kbase.redhat.com/faq/docs/DOC-8711">this link</a>.</p></blockquote>
<p>Upon following the link you end up at the login screen for access.redhat.com. Even after creating an account viewing the link requires a subscription. Seems a little odd that a subscription is required to find out how to disable IPv6&#8230;</p>
<p>So, here is how you do it:</p>
<ol>
<li>Log into the server as root</li>
<li>Type in the following:
<pre class="brush: shell">
# touch /etc/modprobe.d/disable-ipv6
# echo "options ipv6 disable=1" >> /etc/modprobe.d/disable-ipv6
</pre>
<p>Note: Slightly different prior to the 5.4 update. For more information on the above see <a href="http://wiki.centos.org/FAQ/CentOS5#head-47912ebdae3b5ac10ff76053ef057c366b421dc4">this link</a> on the centos wiki. Its a bit more helpful than the link provided in the csf notes.
</li>
<li>Restart the server</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/turn-off-ipv6-centos-and-csf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/turn-off-ipv6-centos-and-csf/</feedburner:origLink></item>
		<item>
		<title>Klovera FAQ</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/ivmC792lorU/</link>
		<comments>http://www.klovera.com/klovera-faq/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 16:51:50 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Office Secrets]]></category>
		<category><![CDATA[Things You Should Know]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1791</guid>
		<description><![CDATA[Answers to some of our common questions: How do I request a quote for my project? Send us an email at hello( at )klovera.com with your ideas and questions. You may also give us a ring by calling 715-203-0105. How much is a website? The answer to this can vary greatly. Please read our How [...]]]></description>
			<content:encoded><![CDATA[<p><em>Answers to some of our common questions:</em><br />
<span id="more-1791"></span></p>
<ol>
<li>
<strong>How do I request a quote for my project?</strong></p>
<p>Send us an email at <span class="defuscate">hello( at )klovera.com</span> with your ideas and questions. You may also give us a ring by calling 715-203-0105.</p>
</li>
<li>
<strong>How much is a website?</strong></p>
<p>The answer to this can vary greatly. Please read our <a href="/how-much-is-a-website/">How Much Is A Website?</a> article for more information.</p>
</li>
<li>
<strong>What is the best way to communicate with you during a project?</strong></p>
<p>While we do have several methods of communication available to you before, during and after your project development we like to keep things simple: Send us and email (<span class="defuscate">hello( at )klovera.com</span>) or call 715-203-0105 to get in touch.</p>
<p>In addition, we also utilize a <a href="http://klovera.goplanapp.com">Client Area</a> where we keep information on <strong>open projects</strong>. Here you can log in, submit tickets, view progress and milestones, upload documents, participate in conversations, etc. Its a great place to keep things organized and available to everyone involved in the project!</p>
</li>
<li>
<strong>There is something wrong with my website/application/etc! What do I do?!!?</strong></p>
<p>We have several automated measures in place to notify us of any issues and/or outages. Odds are by the time you become aware of the issue we are already working on the fix :) </p>
<p>Network, hosting status and any server related work we may be doing is posted <a href="http://www.klovera.com/forums/forum/network-status">here</a>.</p>
<p>Please send an email to <span class="defuscate">support( at )klovera.com</span> with the details of your issue. We are here to help and always listening.</p>
</li>
<li>
<strong>How long have you been creating web solutions?</strong></p>
<p>We have been creating web solutions since 2000.</p>
</li>
<li>
<strong>How big is your company?</strong></p>
<p>We are a small development firm of 2 full-time individuals and a network of strategic partners. At any given time we typically have 3-5 open projects with 2-5 designers and developers on staff.</p>
</li>
<li>
<strong>Where are your servers located?</strong></p>
<p>Our servers are physically located in the <a href="http://www.equinix.com">Equinix</a> data centers in <a href="http://www.equinix.com/data-center-locations/map/equinix-north-america/washington-dc-data-center/">Washington, DC</a> and <a href="http://www.equinix.com/data-center-locations/map/equinix-north-america/chicago-data-center/">Chicago</a>.  Since 2000, we proudly offer <a href="http://www.virtacore">Virtacore</a> (formerly Defender Hosting) as our data center hosting partner.</p>
<p>All important aspects of network availability and performance are monitored by staff 24×7×365 and response time for critical issues is typically less than 15 minutes.  In addition to the support team located in the data center we have full command line access to our servers and handle most requests in-house before support is contacted.</p>
<p><em>Additional information on our servers and hosting:</em>
<ul class="zebra">
<li>Hosting can be complex. We are an experienced full-service web solution provider and handle everything to ensure you have the right hosting for your project.</li>
<li>We provide a shared environment for smaller sites, VPS or semi-dedicated container solutions for mid-range sites all the way up to fully dedicated servers depending on your individual needs.</li>
<li>While we prefer to work with our own servers, we are happy to work with other hosting providers at your request.</li>
</ul>
</li>
<li>
<strong>What technologies and languages do you work with?</strong></p>
<p>Here is a non-exhaustive list of technolgoes, languages &#038; applications we use regularly. Technology changes rapidly, so this list is always fluctuating:</p>
<ul class="zebra">
<li>XHTML</li>
<li>PHP (realted: Codeigniter, Pear)</li>
<li>Javascript/Ajax (related: jQuery)</li>
<li>Flash/Actionscript</li>
<li>XML</li>
<li>CSS</li>
<li>WHM/Cpanel</li>
<li>Open Source Web Apps (Joomla, WordPress, etc)</li>
<li>Adobe Suite, Eclipse</li>
<li>Macs for development, PC&#8217;s for testing (Safari, Firefox, ie6, ie7, ie8, etc)</li>
<li>and many many others&#8230;</li>
</ul>
</li>
<li>
<strong>Where are your clients located?</strong></p>
<p>Our clients are located in several states across the US. We are physically located in Wisconsin and love to travel! Our services are offered nationwide.</p>
</li>
<li>
<strong>How do I change settings for my domain name?</strong><br />
If you pay your yearly domain name fees directly to Klovera then it is likely your domain name is part of our managed account. If you ever need to change the settings associated with your domain send an email to <span class="defuscate">support( at )klovera.com</span> or call 715-203-0105.</p>
<p>For your convenience we also offer a domain control panel. You may access and edit your domain name settings  by going to <a href="http://access.enom.com" rel="external">http://access.enom.com</a>.  You will need a username and password to access. If you have not been provided this information previously or need the login information reset please let us know by emailing <span class="defuscate">support( at )klovera.com</span>. </p>
<p>If your domain is not part of our bulk account it is likely you are using a registrar such as <a href="http://www.godaddy.com" rel="external">GoDaddy</a> or <a href="http://www.netsol.com" rel="external">Network Solutions</a>. To find out who your domain name is registered with <a href="http://who.godaddy.com/whoischeck.aspx" rel="external">perform a WhoIS search here</a>.
</li>
<li>
<strong>Are you hiring?</strong></p>
<p>We are always on the lookout for talented individuals. If you have the following skills we would like to hear from you.</p>
<ul class="zebra">
<li>Designers (Must be experts in Photoshop, Illustrator, XHTML, CSS, jQuery, etc.)</li>
<li>Developers (Must be experts in PHP, MySQL, jQuery, etc.)</li>
<li>Flash Developers (Microsites, Actionscript, etc.)</li>
<li>Online Marketers (Must be experts in SEO, SEM, Link Building, etc.)</li>
<li>Mobile App Developers (iPhone, Android, etc.)</li>
<li>Experienced Copywriters</li>
</ul>
<p>Send your information and examples of your work to <span class="defuscate">dustin( at )klovera.com</span>. You MUST provide links to your work and expected rate to be considered.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/klovera-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/klovera-faq/</feedburner:origLink></item>
		<item>
		<title>MapFoo in Pre-Beta</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/SuQl5W1JPYw/</link>
		<comments>http://www.klovera.com/mapfoo-in-pre-beta/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 20:26:20 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1771</guid>
		<description><![CDATA[MapFoo is an online map generator. It features simple creation, management and implementation of customized interactive maps for a variety of platforms and situations. MapFoo is built on top of the Google Maps API and while Google allows you to add maps for nearly any need to your project, it requires programming knowledge to implement [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dev.mapfooapp.com/img/logo_sm.png" alt="MapFoo" title="MapFoo"  class="alignnone size-full wp-image-1020 ie6fix"  style="margin:0 15px;float:right" /><a href="http://www.mapfooapp.com">MapFoo</a> is an online map generator. It features simple creation, management and implementation of customized interactive maps for a variety of platforms and situations.</p>
<p>MapFoo is built on top of the Google Maps API and while Google allows you to add maps for nearly any need to your project, it requires programming knowledge to implement anything but the most basic features. The MapFoo interface allows anyone to create, update and embed feature filled stylish maps quickly and easily.</p>
<p>Designed for flexibility and ease of use, <a href="http://www.mapfooapp.com">MapFoo</a> makes it a cinch to create Store Location Maps, Interactive Directions, Website Visitor GeoLocation Maps and much much more! Once your maps are created publish them to a variety of platforms including websites, facebook, twitter and mobile devices.</p>
<p><a href="http://www.mapfooapp.com">MapFoo</a> is currently in pre-beta development. We will be accepting requests for beta testing accounts very soon.</p>
<p>Check back here and our <a href="/blog/">blog</a> for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/mapfoo-in-pre-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/mapfoo-in-pre-beta/</feedburner:origLink></item>
		<item>
		<title>Chippewa County Goes Live!</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/cgy0hp0c4sE/</link>
		<comments>http://www.klovera.com/chippewa-county-goes-live/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:27:22 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1762</guid>
		<description><![CDATA[The long awaited Chippewa County website went live today! View the new and improved site at http://www.co.chippewa.wi.us/.]]></description>
			<content:encoded><![CDATA[<p>The long awaited Chippewa County website went live today! </p>
<p>View the new and improved site at <a href="http://www.co.chippewa.wi.us/">http://www.co.chippewa.wi.us/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/chippewa-county-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/chippewa-county-goes-live/</feedburner:origLink></item>
		<item>
		<title>Back to work!</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/w5rPvYhgDxI/</link>
		<comments>http://www.klovera.com/back-to-work/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:26:50 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1740</guid>
		<description><![CDATA[Just got back from some long overdue time off and am jumping back into the swing of things. There are currently a lot of exciting things in the works! In additional to playing catch up from my time away and wrapping up a few client based projects we have several internal projects that will be [...]]]></description>
			<content:encoded><![CDATA[<p>Just got back from some long overdue time off and am jumping back into the swing of things. There are currently a lot of exciting things in the works! In additional to playing catch up from my time away and wrapping up a few client based projects we have several internal projects that will be released very soon! </p>
<p>Here is a list of what&#8217;s to come:</p>
<ul>
<li><strong>MapFoo:</strong> Online map creation and management tool</li>
<li><strong>Code Name &#8216;Klovera 360&#8242;:</strong> Online platform for delivering our high end virtual tours</li>
<li><strong>Code Name &#8216;Klovera Player&#8217;:</strong> Robust video player for websites. Many features including tracking playback in Google Anaytics.</li>
<li><strong>Code Name &#8216;DAS&#8217;:</strong> Online system for accepting, organizing, sharing and following up with job applications. Designed to make human resource manager&#8217;s life much easier :)</li>
</ul>
<p><strong>Check back soon for updates!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/back-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/back-to-work/</feedburner:origLink></item>
		<item>
		<title>Augmented Reality Business Card</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/HWRaamEGTr8/</link>
		<comments>http://www.klovera.com/augmented-reality-business-card/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:12:15 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Augmented Reality]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1692</guid>
		<description><![CDATA[The new business cards have been sent to the printer with an Augmented Reality marker printed on the back! For a preview check out www.klovera.com/ar.]]></description>
			<content:encoded><![CDATA[<p>The new business cards have been sent to the printer with an Augmented Reality marker printed on the back! For a preview check out <a href="http://www.klovera.com/ar/">www.klovera.com/ar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/augmented-reality-business-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/augmented-reality-business-card/</feedburner:origLink></item>
		<item>
		<title>Augmented Reality Experiments</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/bAPZn60coMU/</link>
		<comments>http://www.klovera.com/augmented-reality-experiments/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 23:01:22 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1626</guid>
		<description><![CDATA[A few Augmented Reality Experiments&#8230;]]></description>
			<content:encoded><![CDATA[<p><object width="590" height="465"><param name="movie" value="http://www.youtube.com/v/MEZNA-qlIBs&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MEZNA-qlIBs&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;border=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="590" height="465"></embed></object></p>
<p>A few Augmented Reality Experiments&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/augmented-reality-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/augmented-reality-experiments/</feedburner:origLink></item>
		<item>
		<title>Victorian Home Virtual Tour</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/1LXuGwnKu34/</link>
		<comments>http://www.klovera.com/victorian-home-virtual-tour/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:07:49 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Virtual Tours]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1606</guid>
		<description><![CDATA[A real estate virtual tour for a Victorian home in Wisconsin]]></description>
			<content:encoded><![CDATA[<div class="iframe-wrapper">
  <iframe src="http://360.klovera.com/vtours/victorian/piano_room.swf" frameborder="0" style="height:600px;width:925px;">Please upgrade your browser</iframe>
</div>
<p>A real estate virtual tour for a Victorian home in Wisconsin. This is a basic tour with minimal features.</p>
<p><strong>Please use the controls at the bottom of the tour window or click and drag to look around.</strong></p>
<p><em><strong>Note:</strong> There are hotlinks in several of the doorways that lead to the other rooms.</em></p>
<p><a href="http://360.klovera.com/vtours/victorian/piano_room.swf">View it full window here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/victorian-home-virtual-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/victorian-home-virtual-tour/</feedburner:origLink></item>
		<item>
		<title>360 Product Rotation Examples</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/IhTFNielLCc/</link>
		<comments>http://www.klovera.com/360-product-rotation-examples/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:56:09 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Photography & Virtual Tours]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1573</guid>
		<description><![CDATA[Here are a few rough examples of 360 degree product rotation. This technology is used for ecommerce and/or product catalogs. These were created using a process similar to that used when creating virtual tours. To rotate the product click and drag. (You may also use the left and right arrow keys on your keyboard after [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few <em>rough</em> examples of 360 degree product rotation. This technology is used for ecommerce and/or product catalogs. These were created using a process similar to that used when creating <a href="/category/portfolio/virtual-tours-portfolio/">virtual tours</a>. </p>
<p><strong>To rotate the product click and drag.</strong> <br />(You may also use the <em>left and right arrow keys</em> on your keyboard after you click on the image)</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_Buddah_1800744165"
			class="flashmovie"
			width="225"
			height="299">
	<param name="movie" value="/wp-content/uploads/2010/04/Buddah.swf" />
	<param name="play" value="true" />
	<param name="loop" value="true" />
	<param name="menu" value="false" />
	<param name="quality" value="best" />
	<param name="wmode" value="transparent" />
	<param name="allowfullscreen" value="true" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/wp-content/uploads/2010/04/Buddah.swf"
			name="fm_Buddah_1800744165"
			width="225"
			height="299">
		<param name="play" value="true" />
		<param name="loop" value="true" />
		<param name="menu" value="false" />
		<param name="quality" value="best" />
		<param name="wmode" value="transparent" />
		<param name="allowfullscreen" value="true" />
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_atrotation_323798184"
			class="flashmovie"
			width="350"
			height="237">
	<param name="movie" value="/wp-content/uploads/2010/04/atrotation.swf" />
	<param name="play" value="true" />
	<param name="loop" value="true" />
	<param name="menu" value="false" />
	<param name="quality" value="best" />
	<param name="wmode" value="transparent" />
	<param name="allowfullscreen" value="true" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/wp-content/uploads/2010/04/atrotation.swf"
			name="fm_atrotation_323798184"
			width="350"
			height="237">
		<param name="play" value="true" />
		<param name="loop" value="true" />
		<param name="menu" value="false" />
		<param name="quality" value="best" />
		<param name="wmode" value="transparent" />
		<param name="allowfullscreen" value="true" />
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/360-product-rotation-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/360-product-rotation-examples/</feedburner:origLink></item>
		<item>
		<title>What’s in a Name?</title>
		<link>http://feedproxy.google.com/~r/klovera/~3/Lh2y3bTP84k/</link>
		<comments>http://www.klovera.com/klovera/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 13:52:10 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Office Secrets]]></category>

		<guid isPermaLink="false">http://www.klovera.com/?p=1441</guid>
		<description><![CDATA[What does Klovera mean? Why did you change the business name? Why Klovera? I&#8217;ve been receiving inquires similar to the above over this past week since the launch of our new website. This post will explain both the reasons that prompted the change and an explanation of the word itself. Why the change? Previous to [...]]]></description>
			<content:encoded><![CDATA[<p><em>What does Klovera mean? Why did you change the business name? Why Klovera?<br />
</em></p>
<p>I&#8217;ve been receiving inquires similar to the above over this past week since the launch of our new website. This post will explain both the reasons that prompted the change and an explanation of the word itself.<span id="more-1441"></span></p>
<h3>Why the change?</h3>
<p>Previous to <strong>Klovera</strong> our business name was <a href="http://www.dynamicdigitalmedia.com" rel="external">Dynamic Digital Media</a>. This name never set well with me, it was too long, unoriginal and the domain name was terribly long (<a href="http://www.dynamicdigitalmedia.com">www.dynamicdigitalmedia.com</a>). </p>
<p>Over the years thoughts of a new name would come and go, but overall, to be worth changing, the new name would have to meet the following criteria:</p>
<ol>
<li>Short (10 letters or less)</li>
<li>Unique</li>
<li>Memorable/Brandable</li>
<li>.com domain name must be available</li>
<li>Must be symbolic of or a metaphor for values of the business</li>
<li>Must easily be made visual (ie logo)</li>
<li>Alexis must approve</li>
</ol>
<p>About 6 months ago the name &#8216;Klovera&#8217; popped into my head. In my mind the meaning of the word is: <em>&#8216;In clover&#8217; which suggests wealth, prosperity, luck, luxury and comfort.</em> These are some of the things always kept in mind for our clients and for the business itself. We offer many services to our clients, but overall what we do comes down to the following: <strong><em>We enable our customers to prosper with the knowledge and utilization of current technology and as a result so do we.</em></strong></p>
<p>Klovera: short, unique, memorable and symbolic. &#8216;Clover&#8217; is easy to make visual and the domain name <a href="http://www.klovera.com">klovera.com</a> was available. The last test was to run it past my secret source of creativity and Managing Director for the business, my wife, Alexis.</p>
<p>Now Alexis doesn&#8217;t easily approve anything and is very open with her opinion and experience. She has an unique perception of things and an uncanny ability to visualize that I have come to trust. Upon presenting the name she approved almost immediately! All my criteria were officially met!</p>
<p>Over the last 6 months (in the time allowed between projects) we have been working hard to re-brand the website and refine our offerings. We have experienced a great deal of growth over the past year and as a result are re-forming the business to a corporation this year (Klovera, Inc.). The timing for the change couldn&#8217;t have come at a better time.</p>
<p>We are very excited about the new name and it has given us a renewed sense of organization and purpose. We look forward to continued growth going forward and establishing the Klovera &#8216;brand&#8217;. </p>
<p><em>A lot of time went into researching this subject before coming to a decision. If you are thinking about re-branding or coming up with a new business name here are a few resources I found helpful:</em></p>
<ul>
<li><a href="http://sbinfocanada.about.com/od/startup/a/createbizname.htm" rel="external">5 Rules for Choosing a Business Name</a></li>
<li><a href="http://sbinfocanada.about.com/od/businessname/a/businessnamehub.htm" rel="external">Choosing a Business Name</a></li>
<li><a href="http://www.entrepreneur.com/startingabusiness/startupbasics/namingyourbusiness/article21774.html" rel="external">How to Name Your Business</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.klovera.com/klovera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.klovera.com/klovera/</feedburner:origLink></item>
	</channel>
</rss>
