<?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>NONparametrics &#187; webmin</title>
	<atom:link href="http://nonparametrics.com/tag/webmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://nonparametrics.com</link>
	<description>geekdom without assumption</description>
	<lastBuildDate>Thu, 15 Oct 2009 23:09:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interface tuning</title>
		<link>http://nonparametrics.com/2009/10/07/interface-tuning/</link>
		<comments>http://nonparametrics.com/2009/10/07/interface-tuning/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:33:30 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tools (toys)]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://nonparametrics.com/?p=33</guid>
		<description><![CDATA[Alyssa sent me a really cool article on interface design today. I resonate with this one particularly because simplicity in software and SaaS (Software as a Service) is one of my standard soap-boxes. I believe that a large part of the gap between techies and the real world can be attributed to the complexity that we blast the poor non-techies with--real or perceived. I definitely recommend that you read it, if you have the time.

The article mentions the 80/20 rule of feature use, and that got me to thinking ...]]></description>
			<content:encoded><![CDATA[<p>Alyssa sent me a really cool <a href="http://www.smashingmagazine.com/2009/10/07/minimizing-complexity-in-user-interfaces/" target="_blank">article on interface design</a> today. I resonate with this one particularly because simplicity in software and SaaS (Software as a Service) is one of my standard soap-boxes. I believe that a large part of the gap between techies and the real world can be attributed to the complexity that we blast the poor non-techies with&#8211;real or perceived. I definitely recommend that you read it, if you have the time.</p>
<p>The article mentions the 80/20 rule of feature use, and that got me to thinking of something I&#8217;d seen in the Piwik plug-ins directory: <a href="http://www.labsmedia.com/clickheat/index.html" target="_blank">clickheat</a>. I looked it up out of curiosity, and not ten minutes later I had a copy running, logging clicks on my development system. Our system is resource based (having several hundered individually assigned/authorized resources), and each user is presented with a menu tailored to the features that they have access to. That gives us a pretty good edge on keeping things simple, but even so I know that there are well-intentioned features that can get in the way; as such I&#8217;m not about to turn down any intelligence available to me.</p>
<p>Clickheat&#8211;like it sounds&#8211;logs all the clicks on whatever page you add it to, and then does some geometric math to overlay a heat pattern on a copy of the webpage; the result? A graphical representaion of what users are doing on any given page, overlaid on the actual page that clickheat fetches with javascript.</p>
<div id="attachment_34" class="wp-caption alignnone" style="width: 353px"><img class="size-full wp-image-34" title="Clickheat" src="http://nonparametrics.com/wp-content/uploads/2009/10/Clickheat.png" alt="A &quot;thermal&quot; map of clicks overlaid on the page" width="343" height="247" /><p class="wp-caption-text">A &quot;thermal&quot; map of clicks overlaid on the page</p></div>
<p>To be perfectly candid, it&#8217;s not the easiest thing in the world to figure out, but it sure wasn&#8217;t bad. You have to do a couple of simple things (like setting a site name in the javascript tag before pasting it into your html, and deciding how to group pages for logging) and the documentation leaves much to be desired, but all in all it was worth a few moments that it took to install. It will be great when this tool matures a little and possibly adds a database back-end (right now it&#8217;s all file logging), but in the mean time it will still provide interesting use information to help us reduce the effort for our users to find and access what they really want: that golden 20.</p>
]]></content:encoded>
			<wfw:commentRss>http://nonparametrics.com/2009/10/07/interface-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytics without &#8216;the Man&#8217;</title>
		<link>http://nonparametrics.com/2009/09/29/analytics-without-the-man/</link>
		<comments>http://nonparametrics.com/2009/09/29/analytics-without-the-man/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:23:02 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[tools (toys)]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://nonparametrics.com/?p=31</guid>
		<description><![CDATA[One of my buddies turned me on to an awesome new tool a few months back. If you're not familiar with analytics, then you owe it to your geekiness to get in touch. Analytics allow you to see ( with non-personally identifiable information ) how--and how much--your site is being used. It will tell you geography of users, bounce rates, how people find you...]]></description>
			<content:encoded><![CDATA[<p>One of my buddies turned me on to an awesome new tool a few months back. If you&#8217;re not familiar with <a href="http://en.wikipedia.org/wiki/Web_analytics">analytics</a>, then you owe it to your geekiness to get in touch. Analytics allow you to see ( with non-personally identifiable information ) how&#8211;and how much&#8211;your site is being used. It will tell you geography of users, bounce rates, how people find you, and what pages they look at/files they download. This may sound a bit creepy at first, but the practice is already widely in use, and the information can prove invaluable when making decisions on changing and improving your site.</p>
<p>If you already understand the value of analytics, then you likely also know that Google is the modus operandi for the majority of webmins: mostly due to the lack of viable alternatives. Now, I&#8217;m all about the innovation, convenience, and especially anti-Microsoftism that Google brings to bear. That being said, they have more information about more people&#8230;.and &#8220;Don&#8217;t be evil?&#8221; Really?</p>
<p>Enter a new option, <a href="http://www.piwik.org">Piwik</a>. Piwik offers all of the basics (referrers, search engines with keywords, page counts, etc.), but what&#8217;s more, it&#8217;s all open source MVC. In other words, anything it lacks, you can add. It has an easy modules and hooks design so that your MVC plug-ins can be displayed in the eye-candy, flash-based graphing widgets&#8211;it took me all of five minutes to drop in the <a href="http://dev.piwik.org/trac/ticket/45">GeoIP plugin</a>. The API is very clean for dropping calls into other apps as well. Installation couldn&#8217;t be easier, requiring only a database user and php5 with the mysql module.</p>
<p>I&#8217;m now using Piwik on pretty much all the pages I host and a few others I have a stake in, or as favors for friends, so I know what you&#8217;re looking at =). Don&#8217;t worry, I&#8217;m just using it to improve things.</p>
]]></content:encoded>
			<wfw:commentRss>http://nonparametrics.com/2009/09/29/analytics-without-the-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
