<?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>Anomalous &#187; Uncategorized</title>
	<atom:link href="http://ryanabbott.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanabbott.com</link>
	<description>If things seem a bit odd, thats probably because.. they are.</description>
	<lastBuildDate>Fri, 11 Feb 2011 15:52:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta2-14519</generator>
		<item>
		<title>Sexy Data Visualizations</title>
		<link>http://ryanabbott.com/2010/06/sexy-data-visualizations/</link>
		<comments>http://ryanabbott.com/2010/06/sexy-data-visualizations/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 02:28:55 +0000</pubDate>
		<dc:creator>Rabbott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ryanabbott.com/?p=52</guid>
		<description><![CDATA[Maybe its the nerd in me, but I really enjoy a great data visualization. Every time I see one of those crazy sets of data, displayed in some crazy hover over, clickable charts, I get excited. In an attempt to &#8230; <a href="http://ryanabbott.com/2010/06/sexy-data-visualizations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Maybe its the nerd in me, but I <em>really </em>enjoy a great data visualization. Every time I see one of those crazy sets of data, displayed in some crazy hover over, clickable charts, I get excited. In an attempt to some day match one of them I randomly catch myself searching the web for charting libraries. After a couple of months of searching I found a gem, and wanted to send a shout out to the author, and his library &#8211; Highcharts!</p>
<p>Highcharts has many great features, here is my top 5:</p>
<ol>
<li><strong>It is written in *pure* JavaScript</strong> &#8211; Unlike many of the Flash based charting libraries, Highcharts is written in JavaScript. Why is this such a great thing? Usability, of course! If you are looking to create a data visualization that will need to work on more than just laptop and desktop computers (such as iPad, iPhone, iPod, mobile phones, and game consoles), and need interactivity &#8211; JavaScript is your best bet. These charts display beautifully on such devices &#8211; check out <a href="http://www.campaignmonitor.com/" target="_blank">Campaign Monitor&#8217;s</a> <a href="http://www.campaignmonitor.com/blog/post/3161/say-goodbye-to-flash-with-our-new-javascript-charts/" target="_blank">adoption of Highcharts</a> for proof. On top of this, the code is well written, and well tested, which results in an extremely fast rendering of each chart.</li>
<li><strong>It&#8217;s interactive, with plenty of customization</strong> &#8211; Highcharts allows the developer to write custom code that is called from multiple events (click, mouseOver, mouseOut, and show are just a few). With this ability charts can become extremely interactive, allowing users to interact with data they otherwise couldn&#8217;t.</li>
<li><strong>Developer provides fantastic support</strong> &#8211; Many projects out there today are just side projects for developers, which is great, but means that support is fairly limited. Torstein Hønsi is developing Highcharts and Highslide full time &#8211; so depending on your timezone you can typically get a response within the day for almost any question you may have.</li>
<li><strong>Great documention &#8211; </strong>Typically the last thing to come out of a software project is the documentation, and even then its always pretty sketch &#8211; or just generated docs. Highcharts offers a great <a href="http://highcharts.com/demo/" target="_blank">demo page</a>, as well as a complete <a href="http://www.highcharts.com/ref/" target="_blank">options reference</a>, and <a href="http://highcharts.com/documentation/how-to-use" target="_blank">how-to page</a>. Nine times out of Ten, I&#8217;m able to answer my own question by checking out one of these pages &#8211; that tenth time, see bullet #3 <img src='http://ryanabbott.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</li>
<li><strong>The price is right</strong> &#8211; Cheaper than its Flash competitor, Fusion Charts, Highcharts is offered at a great price for what it can offer your company or product. If for some reason you have more than 2 or 3 developers working on your charts it will run you around $500 USD, but chances are if you have this many developers on your products, your return on that investment is quite high as you are charging quite a bit for your product.</li>
</ol>
<p>As you can see, in just my top 5 reasons, Highcharts is very attractive. There isn&#8217;t much of a development community behind the library at this time, so if you want to help contribute to such projects checkout the <a href="http://github.com/loudpixel/highcharts-rails" target="_blank">Rails plugin</a>, or the <a href="http://bitbucket.org/roberto.aloi/highcharts-php/http://bitbucket.org/roberto.aloi/highcharts-php/" target="_blank">PHP plugin</a> to offer your expertise!</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanabbott.com/2010/06/sexy-data-visualizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trust The Experts</title>
		<link>http://ryanabbott.com/2010/06/trust-the-experts/</link>
		<comments>http://ryanabbott.com/2010/06/trust-the-experts/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 06:48:34 +0000</pubDate>
		<dc:creator>Rabbott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ryanabbott.com/?p=43</guid>
		<description><![CDATA[I was just hired to complete X, but every time I share ideas with the client they seem to think they know more than I do, what&#8217;s the deal? Over the last few years I have noticed an ugly trend &#8230; <a href="http://ryanabbott.com/2010/06/trust-the-experts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>I was just hired to complete X, but every time I share ideas with the client they seem to think they know more than I do, what&#8217;s the deal?</p></blockquote>
<p>Over the last few years I have noticed an ugly trend developing. It seems that in the ever growing (and broad) field of technology, the individuals hired to render services for clients are rarely looked at as the expert &#8211; even though they were hired, because nobody in house has the knowledge to complete the task. This person was hired because they are knowledgeable; so regardless of what you think looks good, is a best practice, or is easier for users &#8211; you&#8217;re probably wrong.</p>
<p>So, next time you hire someone, keep in mind why you hired that person. Don&#8217;t tell them you want the logo bigger, the music louder, or more spacing &#8211; go do your job, and let them do theirs.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanabbott.com/2010/06/trust-the-experts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

