<?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>TestWhat.com</title>
	<atom:link href="http://www.testwhat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testwhat.com</link>
	<description>Testing whatever I want!</description>
	<lastBuildDate>Wed, 04 Aug 2010 20:33:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Web Analytics &#8211; 101</title>
		<link>http://www.testwhat.com/2010/06/web-analytics-101/</link>
		<comments>http://www.testwhat.com/2010/06/web-analytics-101/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 14:09:57 +0000</pubDate>
		<dc:creator>brando</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Sample]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[example code]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://www.testwhat.com/?p=28</guid>
		<description><![CDATA[This link will fire an ntptLinkTag() on its target when clicked, waiting a maximum of two seconds to ensure the tag is sent. This is the same link, but the global default delay (defined in ntpagetag.js) is used. This is the same link, but no delay is used. This is the same link again, but it is implemented with [...]]]></description>
			<content:encoded><![CDATA[<p>This <a onclick="return ntptLinkTag( this, '', 2.0 );" href="/downloads/example.pdf" target="_blank">link</a> will fire an ntptLinkTag() on its target when clicked, waiting a maximum of two seconds to ensure the tag is sent.</p>
<p>This is the <a onclick="return ntptLinkTag( this );" href="/downloads/example.pdf">same link</a>, but the global default delay (defined in ntpagetag.js) is used.</p>
<p>This is the <a onclick="return ntptLinkTag( this, '', -1 );" href="/downloads/example.pdf">same link</a>, but no delay is used.</p>
<p>This is the <a onclick="ntptEventTag( 'lc=' + escape( this.href ) + '&amp;rf=' + escape( document.location ) );" href="/downloads/example.pdf">same link again</a>, but it is implemented with ntptEventTag() instead of ntptLinkTag().</p>
<hr />
<form method="post">The listed checkbox will fire an ntptEventTag() from its <em>onchange</em> attribute, adding the &#8216;mybox_changed=1&#8242; pair. On form submission, its value will be sent as &#8216;mybox&#8217; in the ntptSubmitTag() call.</p>
<table border="1">
<tbody>
<tr>
<td>Checkbox</td>
<td>
<input name="mybox" type="checkbox" /></td>
</tr>
</tbody>
</table>
<hr />This text input field will fire an ntptEventTag() from its <em>onchange</em>attribute, adding the &#8216;mytext_changed=1&#8242; pair. On form submission, its value will be sent as &#8216;mytext&#8217; in the ntptSubmitTag() call.</p>
<table border="1">
<tbody>
<tr>
<td>Input Field</td>
<td>
<input name="mytext" type="text" /></td>
</tr>
</tbody>
</table>
<hr />The &#8220;Submit&#8221; button method for this form will trigger an ntptSubmitTag() set in the &lt;form&gt;<em>onsubmit</em> attribute.</p>
<table border="1">
<tbody>
<tr>
<td>Submit Button</td>
<td>
<input name="mysubmit" type="submit" value="Submit" /></td>
</tr>
</tbody>
</table>
<select name="mydelay">
<option value="3">3</option>
<option selected="selected" value="1.5">1.5</option>
<option value="1">1</option>
<option value="0">0 (global default)</option>
<option value="-1">-1 (no delay)</option>
</select>
<p>The listed drop down will delay it based on the number of seconds chosen when submitting the form.</p>
<p><strong>NOTE:</strong> This form POSTs to itself, which is invalid, but the purpose is simply to show the tag.</p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.testwhat.com/2010/06/web-analytics-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Analytics &#8211; What Is It?</title>
		<link>http://www.testwhat.com/2010/06/web-analytics-what-is-it/</link>
		<comments>http://www.testwhat.com/2010/06/web-analytics-what-is-it/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:54:47 +0000</pubDate>
		<dc:creator>brando</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[analytics]]></category>

		<guid isPermaLink="false">http://www.testwhat.com/?p=5</guid>
		<description><![CDATA[I get asked on several occasions about what I do for my job, and when I tell them&#8230;the look is always the same. You do what?? Let&#8217;s break it down and put it into terms that most people can understand. Simply Defined The simplest definition of analytics is &#8220;the science of analysis&#8221;. A simple and practical [...]]]></description>
			<content:encoded><![CDATA[<p>I get asked on several occasions about what I do for my job, and when I tell them&#8230;the look is always the same. You do what?? Let&#8217;s break it down and put it into terms that most people can understand.</p>
<p><strong>Simply Defined</strong></p>
<p>The simplest definition of analytics is &#8220;the science of analysis&#8221;. A simple and practical definition, however, would be how a business arrives at an optimal or realistic decision based on existing data. Managers choose to makes decisions based on past experiences or rules of thumb, or there might be other qualitative aspects to decision making; however if data isn&#8217;t available it wouldn&#8217;t be considered analytics.</p>
<p>When dealing with &#8220;web analytics&#8221; the easiest and most efficient way I&#8217;ve found to explain it is like this:</p>
<p><strong>Scenario</strong></p>
<p>When you go into a grocery store and view products, the store isn&#8217;t able to tell what items you look at, what isles you go down, what products you purchased, and/or how long you have been at the store.</p>
<p>To combat this, the store implements some analytics to identify these types of questions or concerns. This technology is called &#8220;Web Beacon&#8221; technology; however since we are going to keep it simple we will call it something else&#8230;.</p>
<p><strong>Guilty Spark</strong></p>
<p><a href="http://www.testwhat.com/wp-content/uploads/2010/06/HaloForger.jpg"><img class="alignleft size-thumbnail wp-image-6" title="343 Guilty Spark" src="http://www.testwhat.com/wp-content/uploads/2010/06/HaloForger-150x150.jpg" alt="" width="150" height="150" /></a>An Xbox game called &#8220;Halo&#8221; had a character called &#8220;343 Guilty Spark,&#8221; which was a floating orb that followed the main character around helping you out.</p>
<p>Imagine that this same orb followed you around in the grocery store, not asking or looking for any type of personal information, but rather looking at basic information, such as the types of products you look at, isles you go down, etc&#8230; This orb would follow you throughout your entire visit to the grocery store, once you left, it would stop tracking you. It would then keep track of that data and store it in a database, so that if you came back it could remember who you are.</p>
<p>This would happen to every single person that would come to the store, allowing analysts the ability to see what isles, products, etc.. are most viewed in order to optimize the store for maximum optimization.</p>
<p><strong>Now What?</strong></p>
<p>The data that is collected allows analysts (like me) to review the data and make suggestions to optimize the service. These services range from many different things, and could either be beneficial to the business or extremely detrimental&#8230;it just depends.</p>
<p>In order to get a little more background into the question, I would suggest reviewing &#8220;<a onClick="return ntptLinkTag( Occam Razor );"title="Web Analytics 101: Definitions: Goals, Metrics, KPIs, Dimensions, Targets" href="http://www.kaushik.net/avinash/2010/04/web-analytics-101-definitions-goals-metrics-kpis-dimensions-targets.html" target="_blank">Occam&#8217;s Razor by Avinash Kaushik</a>.&#8221; This guy is absolutely amazing when dealing with analytics and provides invaluable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testwhat.com/2010/06/web-analytics-what-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
