<?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>KingScooty</title>
	<atom:link href="http://www.kingscooty.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kingscooty.com</link>
	<description>Online portfolio of graphic designer, Scotty Vernon.</description>
	<lastBuildDate>Mon, 07 Feb 2011 13:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Different Transitions for Hover On / Hover Off</title>
		<link>http://css-tricks.com/different-transitions-for-hover-on-hover-off/</link>
		<comments>http://css-tricks.com/different-transitions-for-hover-on-hover-off/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 02:56:52 +0000</pubDate>
		<dc:creator>Scotty</dc:creator>
				<category><![CDATA[External]]></category>
		<category><![CDATA[HTML5 & CSS3]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.kingscooty.com/?p=285</guid>
		<description><![CDATA[In other words, &#8220;Different transitions on mouseenter and mouseleave&#8221; as those are the DOM events that happen, but we&#8217;re not using JavaScript here, we&#8217;re talking about CSS :hover state and CSS3 transitions. Hover on, some CSS property animates itself to a new value; hover off, a different CSS property animates&#8230;]]></description>
			<content:encoded><![CDATA[<p>In other words, &#8220;Different transitions on mouseenter and mouseleave&#8221; as those are the DOM events that happen, but we&#8217;re not using JavaScript here, we&#8217;re talking about CSS :hover state and CSS3 transitions. Hover on, some CSS property animates itself to a new value; hover off, a different CSS property animates&#8230;</p>
<p><span id="more-285"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://css-tricks.com/different-transitions-for-hover-on-hover-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect a subdomain to a directory on a main domain using .htaccess</title>
		<link>http://www.kingscooty.com/blog/redirect-a-subdomain-to-a-main-domain-using-htaccess/</link>
		<comments>http://www.kingscooty.com/blog/redirect-a-subdomain-to-a-main-domain-using-htaccess/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 02:19:30 +0000</pubDate>
		<dc:creator>Scotty</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://www.kingscooty.com/?p=265</guid>
		<description><![CDATA[For anyone looking to setup a rediret from a subdomain to a main domain, the best way to do it is using the .htaccess file. Goto the root directory for your subdomain, enter the following code into the .htaccess file&#8230; (Obviously changing blog and yoursite to whatever you need.) RewriteEngine on RewriteCond %{HTTP_HOST} ^blog.yoursite.com$ [OR] [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone looking to setup a rediret from a subdomain to a main domain, the best way to do it is using the .htaccess<strong> </strong>file. Goto the root directory for your subdomain, enter the following code into the .htaccess file&#8230;</p>
<p><span id="more-265"></span><em>(Obviously changing <strong>blog </strong>and<strong> yoursite</strong> to whatever you need.)</em></p>
<pre>RewriteEngine on
RewriteCond %{HTTP_HOST} ^blog.yoursite.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.blog.yoursite.com$
RewriteRule ^(.*)$ http://www.yoursite.com/blog/$1 [R=301,L]</pre>
<p>This will perform a 301 redirect on the subdomain and redirect it whatever directory on the main domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kingscooty.com/blog/redirect-a-subdomain-to-a-main-domain-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a Personal Scrapbook Desktop Wallpaper</title>
		<link>http://www.kingscooty.com/blog/how-to-create-a-personalised-desktop-wallpaper/</link>
		<comments>http://www.kingscooty.com/blog/how-to-create-a-personalised-desktop-wallpaper/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 14:39:39 +0000</pubDate>
		<dc:creator>Scotty</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://blog.kingscooty.com/?p=148</guid>
		<description><![CDATA[I recently created a wallpaper with the idea of using it as a visual scrapbook of happy times. I&#8217;ve had quite a few requests lately, asking me how I created the environment. This tutorial is the answer those questions. This tutorial covers how to create a custom wallpaper pattern and how to add it to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently created a wallpaper with the idea of using it as a visual scrapbook of happy times. I&#8217;ve had quite a few requests lately, asking me how I created the environment. This tutorial is the answer those questions.</p>
<p>This tutorial covers how to create a custom wallpaper pattern and how to add it to a modified bedroom wall, which will act as the base layer for creating your visual scrapbook desktop wallpaper. I also added the links for the items I used to create my scrapbook wallpaper to get you started in the right direction.</p>
<p><span id="more-148"></span></p>
<h3 class="header">The Environment</h3>
<p><a title="My Personalised Desktop Wallpaper by KingScooty, on Flickr" href="http://www.flickr.com/photos/kingscooty/4462684368/"><img src="http://farm3.static.flickr.com/2706/4462684368_1998b32092_b.jpg" alt="My Desktop Wallpaper" width="595" height="372" /></a></p>
<p>My personalised wallpaper was built with the idea of using it as a scrapbook for all my favourite moments, a shrine for all the stuff that makes me smile. There&#8217;s photos of me with my buddies, skateboards with my favourite characters on, a poster of a festival lineup i went to six years ago (I go every year, but that lineup was the best), a few icons of my favourite games, just a lot of awesome memorable moments. With that in mind, I chose an environment that allows for a lot of ‘visual storage’ i.e. a bedroom wall.</p>
<p>The base image for the bedroom wall is <a href="http://stratification.deviantart.com/art/Dramatic-Room-No-Text-71289306">Dramatic Room by Stratification</a>.</p>
<p><img class="alignnone size-full wp-image-150" title="Base Image - Dramatic Room by Stratification" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/base_image-dramatic_room-stratification.jpg" alt="Base Image - Dramatic Room by Stratification" width="595" height="372" /></p>
<p>Import it into Photoshop and then go to the menu View &gt; New Guide to bring up an options window. Enter the following:</p>
<p><img class="alignnone size-full wp-image-159" title="New Guide Settings" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/new_guide-settings.jpg" alt="" width="595" height="316" /></p>
<p>You should get a lovely little blue line spanning the image just where the wallpaper meets the skirting board. This means that any selections we make above, or below, the line will snap to it making selecting only the wallpaper an easy task.</p>
<p><img class="alignnone size-full wp-image-160" title="Horizontal Guide" src="http://kingscooty.com/wordpress//wp-content/uploads/2010/03/horizontal_guide.jpg" alt="" width="595" height="372" /></p>
<p>Create a new layer, and with that new layer selected, select everything above the guide line we just created with the Rectangular Marquee Tool (M -&gt; Drag select).</p>
<p>Fill the selected area (Alt + Backspace) with the colour of your choice. I chose a dark shade of blue; <strong>#1f1f45. </strong>Rename this layer to ‘Base Layer’.</p>
<p><img class="alignnone size-full wp-image-161" title="Fill Wallpaper with Solid Colour" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/fill_wallpaper_solid_colour.jpg" alt="" width="595" height="372" /></p>
<h3>Creating the pattern</h3>
<p>With the base colour now coating the wall, it’s time to create a seamless pattern for the wallpaper.</p>
<p>Create a new document with a width of 156px and a height of 156px.</p>
<p><img class="alignnone size-full wp-image-162" title="Create New Pattern Document Settings" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/create_new_pattern.jpg" alt="" width="595" height="352" /></p>
<p>Create two new guides (View &gt; New Guide), one vertical and one horizontal, both with a position of 50%.</p>
<p><img class="alignnone size-full wp-image-163" title="Pattern Document with Guides" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern_document_with_guides.png" alt="" width="595" height="316" /></p>
<p>These guides will help you position your logo or shape in the top left square and the bottom right square.</p>
<p>The next step requires you to fill the background layer with a dark* colour and create/obtain the logo or shape you want to use for your pattern and place it in the areas mentioned as seen below.</p>
<p><em>* Depending on what colour you chose for your base layer in the steps previous to creating the pattern; you’ll want light coloured shapes for a dark background and dark coloured shapes for a light coloured background.</em></p>
<p><em>I chose a dark blue for my base layer, so I’ll be using light coloured shapes and a dark background while working with the pattern document.</em></p>
<p><em><img class="alignnone size-full wp-image-164" title="Shapes arranged in Squares" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-shapes_arranged_in_squares.jpg" alt="" width="595" height="316" /></em></p>
<p>Once you have your shapes in position, as seen above, it’s time to differentiate them a little bit to give the pattern a less frequent appearance. I chose to outline one of the shapes and keep the other solid colour.</p>
<p>To do that, take the following steps.</p>
<p><em>Bare in mind, the following technique will only work with simple, solid shapes. Intricate, hollow shapes will disintegrate following this technique.</em></p>
<p>Select the layer of the shape you want to outline and make a layer selection (CTRL/CMD + Left Click the layer).</p>
<p><img class="alignnone size-full wp-image-165" title="Shape Selection" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-shape_selection.jpg" alt="" width="595" height="316" /></p>
<p>Next, with the shape selection still active, create a new solid colour fill layer and give it the same colour.</p>
<p><img class="alignnone size-full wp-image-166" title="Create New Solid Colour Fill Layer" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-create_new_solid_colour_layer.jpg" alt="" width="595" height="363" /></p>
<p>The shape will automatically be deselected once the new fill layer has been created. Reselect the shape by making another layer selection (CTRL/CMD + Left Click on the layer mask). You can also hide the old version of the shape, as you won’t need it anymore.</p>
<p><img class="alignnone size-full wp-image-165" title="Shape Selection" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-shape_selection.jpg" alt="" width="595" height="316" /></p>
<p>Making sure that the layer mask for the solid fill layer is selected, head up to the main menu and go Select &gt; Modify &gt; Contract. Enter 2px into the box and hit OK.</p>
<p><img class="alignnone size-full wp-image-167" title="Contract Selection by 2 Pixels" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-contract_selection.jpg" alt="" width="595" height="316" /></p>
<p>Your selection should look like the following:</p>
<p><img class="alignnone size-full wp-image-168" title="Contract Selection Preview" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-contracted_selection.jpg" alt="" width="595" height="316" /></p>
<p>Next hit CTRL/CMD + I to invert the layer mask based on the selection.</p>
<p><img class="alignnone size-full wp-image-169" title="Outline and Solid Shapes Final" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-outlined_and_solid_shapes_final.jpg" alt="" width="595" height="316" /></p>
<p>Now that the outline has been created, go to Image &gt; Canvas Size and change the width and height to both 205 pixels, leave the Anchor centred and hit OK.</p>
<p><img class="alignnone size-full wp-image-170" title="New Canvas Size" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-new_canvas_size.jpg" alt="" width="595" height="400" /></p>
<p>All that’s left now is to select the background layer, make it invisible and define the document as a new pattern. To do the latter, head up to the main menu again and go to Edit &gt; Define Pattern. Enter a pattern name and hit OK.</p>
<p><img class="alignnone size-full wp-image-171" title="Define Custom Pattern" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/pattern-define_custom_pattern.jpg" alt="" width="595" height="316" /></p>
<p>Nice work! You just created a custom pattern!</p>
<p>Let’s return to the main document file now.</p>
<h3>Apply the custom pattern</h3>
<p>Select the ‘Base Layer’ and create a duplicate of this layer by dragging it over the ‘Create a new layer’ button at the bottom of the Layers panel. Rename this newly created layer to ‘Wallpaper Pattern’. With the Wallpaper Pattern layer selected, go down to the Layer ‘FX’ Button and add a Pattern Overlay to the layer.</p>
<p><img class="alignnone size-full wp-image-172" title="Apply Pattern to Layer" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-apply_pattern-to-layer.jpg" alt="" width="595" height="288" /></p>
<p>From the pattern dropdown, select the Custom Wallpaper Pattern you just created.</p>
<p><em>(If you are having trouble finding the pattern in the dropdown, click the little arrow at the top of the thumbnail window and change the view from thumbnails only, to a small list.)</em></p>
<p><em><img class="alignnone size-full wp-image-173" title="Pattern Settings" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-pattern_settings.jpg" alt="" width="595" height="502" /></em></p>
<p>Once you have selected the pattern, change the opacity to 30% and ensure that the ‘Link with layer’ tick box is checked, then hit OK.</p>
<p><img class="alignnone size-full wp-image-174" title="Wallpaper Without Gradient" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-without_gradient.jpg" alt="" width="595" height="372" /></p>
<p>To add a bit of lighting to scene, hit D on the keyboard to reset the colour palette foreground/background to black/white, and then select the gradient tool (G).</p>
<p><img class="alignnone size-full wp-image-175" title="Apply Gradient" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-apply_gradient.jpg" alt="" width="595" height="372" /></p>
<p>From the gradient menu, accessed from the top left of the application, select the second gradient in the list – Foreground to Transparent. With that selected, create a new layer and drag it to the top of the pile. Hit F to go full screen and, starting just off the left of the image, click and drag a horizontal line across two thirds of the image and release.</p>
<p><img class="alignnone size-full wp-image-176" title="Drag Gradient Line" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-drag_gradient.jpg" alt="" width="595" height="410" /></p>
<p>This is what the gradient will look like:</p>
<p><img class="alignnone size-full wp-image-177" title="Gradient Lighting" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-gradient_lighting.jpg" alt="" width="595" height="372" /></p>
<p>Repeat this last step from the right hand side with white set as the foreground to lighten up the right side of the room.</p>
<p>It will finally look like this:</p>
<p><img class="alignnone size-full wp-image-178" title="Gradient Highlights on Both Sides" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/wallpaper-gradient_lighting_both_sides.jpg" alt="" width="595" height="372" /></p>
<p>That’s all there is to it! You now have an environment to place shelves, objects and desktop icons.</p>
<h3 class="header">Future Articles</h3>
<p>I’ll be writing more articles in the near future to cover more desktop customisation, such as GeekTool scripts. For the items I used in my wallpaper, have a look at the links below.</p>
<p><a title="My Personalised Desktop Wallpaper by KingScooty, on Flickr" href="http://www.flickr.com/photos/kingscooty/4462684368/"><img src="http://farm3.static.flickr.com/2706/4462684368_1998b32092_b.jpg" alt="My Desktop Wallpaper" width="595" height="372" /></a></p>
<h3>Resource Links:</h3>
<p>Skateboard PSD File by nunosk8:<br />
<a href="http://nunosk8.deviantart.com/art/NEW-skateboard-template-79021200">http://nunosk8.deviantart.com/art/NEW-skateboard-template-79021200</a></p>
<p>Cork-board PSD File by sedart:<br />
<a href="http://sedart.deviantart.com/art/Cork-Board-80635778">http://sedart.deviantart.com/art/Cork-Board-80635778</a></p>
<p>Original Wallpaper by stratification:<br />
<a href="http://stratification.deviantart.com/art/Dramatic-Room-No-Text-71289306">http://stratification.deviantart.com/art/Dramatic-Room-No-Text-71289306</a></p>
<p>TV PSD File by neoaeduardors:<br />
<a href="http://neoaeduardors.deviantart.com/art/LCD-UltraHD-350dpi-Screen-A-95811216">http://neoaeduardors.deviantart.com/art/LCD-UltraHD-350dpi-Screen-A-95811216</a></p>
<p>Shelves PSD File by deluxive:<br />
<a href="http://deluxive.deviantart.com/art/Deluxive-Shelf-Pack-PSD-110782865">http://deluxive.deviantart.com/art/Deluxive-Shelf-Pack-PSD-110782865</a></p>
<p>Alternate Shelves by qwertykkk:<br />
<a href="http://qwertykkk.deviantart.com/art/Shelves-132226308">http://qwertykkk.deviantart.com/art/Shelves-132226308</a></p>
<p>Poster PSD File by oakside24:<br />
<a href="http://oakside24.deviantart.com/art/The-Poster-86858339">http://oakside24.deviantart.com/art/The-Poster-86858339</a></p>
<p>Guitar acoustic:<br />
<a href="http://www.officialpsds.com/Guitar-PSD17237.html">http://www.officialpsds.com/Guitar-PSD17237.html</a></p>
<p>Guitar electric Les Paul:<br />
<a href="http://holyspacemonkey.deviantart.com/art/Les-Paul-Resource-14855118">http://holyspacemonkey.deviantart.com/art/Les-Paul-Resource-14855118</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kingscooty.com/blog/how-to-create-a-personalised-desktop-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple’s Attention to Detail</title>
		<link>http://www.kingscooty.com/blog/apple%e2%80%99s-attention-to-detail/</link>
		<comments>http://www.kingscooty.com/blog/apple%e2%80%99s-attention-to-detail/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:09:17 +0000</pubDate>
		<dc:creator>Scotty</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://www.kingscooty.com/?p=272</guid>
		<description><![CDATA[In July 2002, Appled filed a patent for a “Breathing Status LED Indicator” (No. US 6,658,577 B2). They described it as a “blinking effect of the sleep-mode indicator in accordance with the present invention mimics the rhythm of breathing which is psychologically appealing.” From Apple’s Attention to Detail]]></description>
			<content:encoded><![CDATA[<blockquote><p>In July 2002, Appled filed a patent for a “Breathing Status LED Indicator” (<a href="http://www.freepatentsonline.com/6658577.html">No. US 6,658,577 B2</a>). They described it as a “blinking effect of the sleep-mode indicator in accordance with the present invention <em>mimics the rhythm of breathing</em> which is psychologically appealing.”</p></blockquote>
<p>From <a href="http://floodlite.tumblr.com/post/1011047822/apples-attention-to-detail">Apple’s Attention to Detail</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kingscooty.com/blog/apple%e2%80%99s-attention-to-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piwik: An Open Source Alternative to Google Analytics</title>
		<link>http://www.kingscooty.com/blog/piwik-an-open-source-alternative-to-google-analytics/</link>
		<comments>http://www.kingscooty.com/blog/piwik-an-open-source-alternative-to-google-analytics/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 14:59:52 +0000</pubDate>
		<dc:creator>Scotty</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://blog.kingscooty.com/?p=137</guid>
		<description><![CDATA[Piwik is a downloadable, open source (GPL Licensed) real time web analytics software program, which aims to be an open source alternative to Google Analytics. Here are a few reasons to consider Piwik over the behemoth that is, Google Analytics. While some of these reasons may not affect individuals and smaller companies, larger firms take [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://piwik.org/">Piwik</a> is a downloadable, open source (GPL Licensed) real time web analytics software program, which aims to be an open source alternative to <a href="http://www.google.com/analytics/">Google Analytics</a>.</p>
<p>Here are a few reasons to consider Piwik over the behemoth that is, Google Analytics.</p>
<p><span id="more-137"></span></p>
<p><em>While some of these reasons may not affect individuals and smaller companies, larger firms take note; the following should definitely be taken into account when deciding upon a web analytics software package.</em></p>
<h3 class="header">Reason 1</h3>
<p>Piwik is a PHP MySQL software program that you download and install on <strong>your own webserver</strong>, which means it is capable of providing <strong>real time</strong> web analysis, unlike Google Analytics, which normally takes up to 24 hours to display the latest statistics.</p>
<p><img class="alignnone size-full wp-image-139" title="Piwik-Web-Analytics-Reports" src="http://kingscooty.com/wordpress/wp-content/uploads/2010/03/Piwik-Web-Analytics-Reports.jpg" alt="" width="595" height="495" /></p>
<h3 class="header">Reason 2</h3>
<p>Due to the fact Piwik is installed on your own webserver, <strong>you own your data</strong>. The data is stored in your own database and the statistics can be published using open APIs into all sorts of formats (XML, JSON, PHP, CSV).</p>
<p>Google Analytics stores your data on <strong>their </strong>servers, <strong>entitling them access to your data</strong>.</p>
<p>A clause from their <a href="http://www.google.com/analytics/tos.html">Terms of Service</a>:</p>
<blockquote><p>&#8220;6. INFORMATION RIGHTS AND PUBLICITY . <strong>Google</strong> and its wholly owned subsidiaries <strong>may retain and use</strong>, subject to the terms of its Privacy Policy (located at <a href="http://www.google.com/privacy.html">http://www.google.com/privacy.html</a> , or such other URL as Google may provide from time to time), <strong>information collected in Your use of the Service</strong>. Google will not share information associated with You or your Site with any third parties unless Google (i) has Your consent; (ii) concludes that it is required by law or has a good faith belief that access, preservation or disclosure of such information is reasonably necessary to protect the rights, property or safety of Google, its users or the public; or (iii) provides such information in certain limited circumstances to third parties to carry out tasks on Google&#8217;s behalf (e.g., billing or data storage) with strict restrictions that prevent the data from being used or shared except as directed by Google . When this is done, it is subject to agreements that oblige those parties to process such information only on Google&#8217;s instructions and in compliance with this Agreement and appropriate confidentiality and security measures.&#8221;</p></blockquote>
<h3 class="header">Reason 3</h3>
<p>Piwik is fully customisable. The software utilises a plugin system so developers can easily build their own web analytics plugins. This means the reports can be tailored for specific requirements. The other big developer friendly advantages they offer are:</p>
<ul>
<li>Open API</li>
<li>Data abstraction layer</li>
<li>Customisable dashboard</li>
</ul>
<h3 class="header">Reason 4</h3>
<p>If your site has the potential of bringing in 5million+ pageviews per month per account, you could be in danger of incurring charges from using Google Analytics. This is especially true if you don’t have an active AdWords account that you regularly pay into.</p>
<p>Another clause from their <a href="http://www.google.com/analytics/tos.html">Terms of Service</a>:</p>
<blockquote><p>&#8220;2. FEES AND SERVICES . Subject to Section 15 herein, <span style="text-decoration: underline;">the Service is provided without charge to You for up to 5 million pageviews per month per account</span>, and if You have an active Adwords campaign in good standing, the Service is provided without charge to You without a pageview limitation.</p>
<p><span style="text-decoration: underline;">Google may change its fees and payment policies</span> for the Service from time to time including but not limited to the addition of costs for geographic data, the importing of cost data from search engines, or other fees charged to Google or its wholly-owned subsidiaries by 3rd party vendors for the inclusion of data in the Service reports.&#8221;</p></blockquote>
<p>However, that isn’t the biggest worry, it’s the fact that Google <span style="text-decoration: underline;">may change its fees and payment policies from time to time.</span></p>
<p><span style="text-decoration: underline;"> </span></p>
<h3>Conclusion</h3>
<p>So there you have it. If you’re looking to cut costs and retain your analytical data ownership, give <a href="http://piwik.org/">Piwik</a> a try over Google Analytics. There’s an online demo available <a href="http://piwik.org/demo/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kingscooty.com/blog/piwik-an-open-source-alternative-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

