<?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>Dyson Technologies</title>
	<atom:link href="http://dysontech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dysontech.com</link>
	<description>Web Development &#38; Internet Marketing</description>
	<lastBuildDate>Thu, 22 Sep 2011 12:55:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Everybody Needs A Coach</title>
		<link>http://dysontech.com/blog/2011/04/29/everybody-needs-a-coach/</link>
		<comments>http://dysontech.com/blog/2011/04/29/everybody-needs-a-coach/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 19:28:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coach]]></category>
		<category><![CDATA[Www Youtube]]></category>

		<guid isPermaLink="false">http://dysontech.com/?p=1328</guid>
		<description><![CDATA[I saw this on a friend&#8217;s blog and though it was worth the re-post.]]></description>
			<content:encoded><![CDATA[<p></p><p>I saw this on a friend&#8217;s blog and though it was worth the re-post.</p>
<p><a href="http://dysontech.com/blog/2011/04/29/everybody-needs-a-coach/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dysontech.com/blog/2011/04/29/everybody-needs-a-coach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track Videos Using Google and JW Player</title>
		<link>http://dysontech.com/blog/2011/03/22/track-videos-using-google-and-jw-player/</link>
		<comments>http://dysontech.com/blog/2011/03/22/track-videos-using-google-and-jw-player/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 13:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Allowscriptaccess]]></category>
		<category><![CDATA[Cdata]]></category>
		<category><![CDATA[Code Lt]]></category>
		<category><![CDATA[Comments Section]]></category>
		<category><![CDATA[Copy And Paste]]></category>
		<category><![CDATA[Div Id]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[How Many People]]></category>
		<category><![CDATA[Image Jpg]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[M4v]]></category>
		<category><![CDATA[Media Player 5]]></category>
		<category><![CDATA[Mediaplayer]]></category>
		<category><![CDATA[Mpl]]></category>
		<category><![CDATA[Necessary Data]]></category>
		<category><![CDATA[Player Swf]]></category>
		<category><![CDATA[Script Src]]></category>
		<category><![CDATA[Script Type]]></category>
		<category><![CDATA[Swf]]></category>
		<category><![CDATA[Swfobject]]></category>
		<category><![CDATA[Text Javascript]]></category>
		<category><![CDATA[Url]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Website Code]]></category>
		<category><![CDATA[Yoursite]]></category>

		<guid isPermaLink="false">http://dysontech.com/?p=1094</guid>
		<description><![CDATA[I&#8217;m using a licensed version of the JW Media Player (5.5) and looking at tracking the videos that get played across the web. The two things you&#8217;ll need is are a Google Analytics account and a licensed version of the JW Media Player. Then just copy and paste this code (replacing the necessary data in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m using a licensed version of the JW Media Player (5.5) and looking at tracking the videos that get played across the web.</p>
<p>The two things you&#8217;ll need is are a Google Analytics account and a licensed version of the <a title="JW Media Player" href="http://www.longtailvideo.com/addons/plugins/107/get-plugin.php?addon=107&amp;vid=108" target="_blank">JW Media Player</a>.  Then just copy and paste this code (replacing the necessary data in the code with your own, of course).</p>
<p>&lt;script src=&#8221;swfobject.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;div id=&#8221;mediaspace&#8221;&gt;Replace this text&lt;/div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;// &lt;![CDATA[<br />
var so = new SWFObject('http://www.yoururl.com/mediaplayer.swf','mpl','640','502','9');<br />
so.addParam('allowfullscreen','true');<br />
so.addParam('allowscriptaccess','always');<br />
so.addParam('wmode','opaque');<br />
so.addVariable('file','http://www.yoururl.com/video.m4v');<br />
so.addVariable('image','http://www.yoururl.com/image.jpg');<br />
so.addVariable("plugins","gapro-1");<br />
so.addVariable("gapro.accountid","UA-XXXXXXX-X");<br />
so.addVariable("gapro.trackstarts","true");<br />
so.addVariable("gapro.trackpercentage","true");<br />
so.addVariable("gapro.tracktime","true");<br />
so.write('mediaspace');<br />
// ]]&gt;&lt;/script&gt;</p>
<p>Google will track the events in your analytics account and tell you how many times the video was viewed, how long people watched the video (on average), and how many people watched the video in it&#8217;s entirety.</p>
<p>I&#8217;m still looking for a way to track the URL where the video was played so I can see if viewers watched the clip on my domain or if they are being watched from someone else&#8217;s website where they embedded my clip.  If you know where to find this code please post it in the comments section below.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://dysontech.com/blog/2011/03/22/track-videos-using-google-and-jw-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

