<?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>Made of Everything You&#039;re Not &#187; wp_activation_monitor</title>
	<atom:link href="http://blog.ericlamb.net/tag/wp_activation_monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Thu, 27 Oct 2011 01:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Who&#8217;s Using My Code?</title>
		<link>http://blog.ericlamb.net/2009/03/whos-using-my-code/</link>
		<comments>http://blog.ericlamb.net/2009/03/whos-using-my-code/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 22:55:24 +0000</pubDate>
		<dc:creator>Eric Lamb</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_activation_monitor]]></category>

		<guid isPermaLink="false">http://blog.ericlamb.net/?p=637</guid>
		<description><![CDATA[One of the more nagging issues I have with releasing my code into the wild is that once it&#8217;s gone I have no idea what it&#8217;s being used for. I do have some limited data from various sources; for example I can easily track downloads from my site and the various counters some of the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more nagging issues I have with releasing my code into the wild is that once it&#8217;s gone I have no idea what it&#8217;s being used for. I do have some limited data from various sources; for example I can easily track downloads from my site and the various counters some of the 3rd party sites who distribute my code have but this is painful and, frankly, flawed.</p>
<div id="attachment_903" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.ericlamb.net/wp-content/uploads/2009/02/magnifying_glass.jpg" onclick="return TrackClick('http%3A%2F%2Fblog.ericlamb.net%2Fwp-content%2Fuploads%2F2009%2F02%2Fmagnifying_glass.jpg','Magnifying+Glass')"><img class="size-medium wp-image-903" title="Magnifying Glass" src="http://blog.ericlamb.net/wp-content/uploads/2009/02/magnifying_glass-300x225.jpg" alt="Magnifying Glass" width="300" height="225" /></a><p class="wp-caption-text">Magnifying Glass</p></div>
<p>Since I personally reuse downloaded code multiple times, while only downloading it once, I&#8217;m assuming there are other people who work the same way. This makes download tracking inaccurate for usage stats. Even if that wasn&#8217;t true, I would have to visit a few sites to get a total count and I&#8217;m pretty lazy so that kind of sucks&#8230;</p>
<p>Taking a cue from desktop programs I&#8217;m going to start keeping track of who&#8217;s using my <em>shit</em>.</p>
<p>Starting with the next release of <a title="wp-click-track" href="http://blog.ericlamb.net/wp-click-track/" onclick="return TrackClick('http%3A%2F%2Fblog.ericlamb.net%2Fwp-click-track%2F','wp-click-track')">Wp-Click-Tracker</a> I&#8217;m going to be including a little script that let&#8217;s me know when a WordPress plugin is activated and/or deactivated.</p>
<p>For privacy hounds let me say this: the only information I&#8217;m going to collect is the URL of the site as well as the name and time of the action. This information will be kept strictly confidential though I will be publishing statistics about my plugin usage in the future. I will never, ever, <em>ever</em>, <em>EVER</em>, collect more data than what&#8217;s mentioned above.</p>
<p>To that end, the script I&#8217;m going to use is a new WordPress plugin I wrote I&#8217;m calling Activation Counter. I&#8217;ll be releasing it in the coming weeks for other WordPress plugin developers but I&#8217;ve been using it since the 0.3 release of wp-click-tracker and, so far anyway, it&#8217;s worked perfectly. Every time someone activates or deactivates wp-click-tracker a little &#8220;ping&#8221; is sent to my server which records the data.</p>
<p>Right off the bat, it&#8217;s allowing me to collect information about how many people are trying wp-click-tracker, obviously, but also how long someone keeps the plugin active. Because of that I&#8217;ve become aware of quite a few issues with the existing code that I&#8217;ll be fixing in the next release (0.4). I never would have been able to know about the issues if I hadn&#8217;t started monitoring the plugin.</p>
<div><a class="addthis_button" href="http://blog.ericlamb.net//addthis.com/bookmark.php?v=250" addthis:url='http://blog.ericlamb.net/2009/03/whos-using-my-code/' addthis:title='Who&#8217;s Using My Code? '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ericlamb.net/2009/03/whos-using-my-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

