<?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>StatsMix &#187; Beta</title>
	<atom:link href="http://blog.statsmix.com/category/beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.statsmix.com</link>
	<description>Track, chart, and share all your important metrics in custom dashboards.</description>
	<lastBuildDate>Thu, 05 Apr 2012 03:41:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>StatsMix JavaScript Library Beta Release</title>
		<link>http://blog.statsmix.com/2012/03/statsmix-javascript-library-beta-release/</link>
		<comments>http://blog.statsmix.com/2012/03/statsmix-javascript-library-beta-release/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 21:07:23 +0000</pubDate>
		<dc:creator>Tom Markiewicz</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.statsmix.com/?p=960</guid>
		<description><![CDATA[We&#8217;re excited to announce we&#8217;ve released into beta a JavaScript library for StatsMix. The new library provides a quick and easy way to track any action or event on a website. Use this to track page views, conversions, downloads, or just about anything else you can think of. Using our JavaScript library, a metric&#8217;s value [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We&#8217;re excited to announce we&#8217;ve released into beta a <a href="http://www.statsmix.com/developers/javascript">JavaScript library</a> for StatsMix. The new library provides a quick and easy way to track any action or event on a website. Use this to track page views, conversions, downloads, or just about anything else you can think of. </p>
<p>Using our JavaScript library, a metric&#8217;s value (along with any metadata) will be sent to <a href="http://www.statsmix.com">StatsMix</a> every time a page loads.</p>
<p>To use it, you&#8217;ll just need to follow these steps:</p>
<ol>
<li>Create a new custom metric in StatsMix</li>
<li>Copy/paste the JavaScript sample code to send a new data point to StatsMix:</li>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;;</span>
    <span style="color: #003366; font-weight: bold;">var</span> sm_token <span style="color: #339933;">=</span> <span style="color: #3366CC;">'METRIC_TOKEN'</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// the metric token will be populated for you</span>
    <span style="color: #003366; font-weight: bold;">var</span> sm_value <span style="color: #339933;">=</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// replace sm_value with any numeric value.</span>
    <span style="color: #003366; font-weight: bold;">var</span> sm_meta <span style="color: #339933;">=</span> <span style="color: #3366CC;">''</span><span style="color: #339933;">;</span>
    <span style="color: #006600; font-style: italic;">/*
      to add metadata, assign a JSON object to the variable sm_meta:
      var sm_meta = {'food':'ice cream','flavor':'chocolate'};
    */</span>
    <span style="color: #003366; font-weight: bold;">var</span> sm_prefix <span style="color: #339933;">=</span> document.<span style="color: #660066;">location</span>.<span style="color: #660066;">protocol</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">'https://'</span> <span style="color: #339933;">?</span> <span style="color: #3366CC;">'https://'</span> <span style="color: #339933;">:</span> <span style="color: #3366CC;">'http://'</span><span style="color: #339933;">;</span>
    document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span>unescape<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'%3Cscript src=&quot;'</span> <span style="color: #339933;">+</span> sm_prefix <span style="color: #339933;">+</span> <span style="color: #3366CC;">'http://statsmix.com/stat.js&quot; type=&quot;text/javascript&quot;%3E%3C/script%3E'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>;</pre></div></div>

<li>Paste this script on any page you wish to track</li>
</ol>
<p>If you&#8217;re interested in using the JavaScript library during beta, please <a href="http://www.statsmix.com/contact">contact us</a>. If you don&#8217;t already have a StatsMix account, you can sign up for one <a href="http://www.statsmix.com/pricing" title="StatsMix sign-up">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.statsmix.com/2012/03/statsmix-javascript-library-beta-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Downtime &#8211; Friday 12/3/10</title>
		<link>http://blog.statsmix.com/2010/12/scheduled-downtime-friday-12310/</link>
		<comments>http://blog.statsmix.com/2010/12/scheduled-downtime-friday-12310/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 17:23:34 +0000</pubDate>
		<dc:creator>Tom Markiewicz</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.statsmix.com/?p=217</guid>
		<description><![CDATA[StatsMix will be having scheduled downtime for approximately 4 hours this Friday, December 3, from 6pm to 10pm MST. We&#8217;re rolling out infrastructure upgrades and some new features that require this. Please note, if you&#8217;re using our API, it will also be unavailable during this time frame. Please check our Twitter account for additional updates [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>StatsMix will be having scheduled downtime for approximately 4 hours this Friday, December 3, from 6pm to 10pm MST.</p>
<p>We&#8217;re rolling out infrastructure upgrades and some new features that require this. Please note, if you&#8217;re using our API, it will also be unavailable during this time frame.</p>
<p>Please check our <a href="http://twitter.com/statsmix">Twitter</a> account for additional updates during that time and we&#8217;re sorry for any inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.statsmix.com/2010/12/scheduled-downtime-friday-12310/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bringing Drag-and-Drop Ease to Building Custom Dashboards</title>
		<link>http://blog.statsmix.com/2010/06/bringing-drag-and-drop-ease-to-building-custom-dashboards/</link>
		<comments>http://blog.statsmix.com/2010/06/bringing-drag-and-drop-ease-to-building-custom-dashboards/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:21:11 +0000</pubDate>
		<dc:creator>jfields</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.statsmix.com/?p=124</guid>
		<description><![CDATA[One of the important new features that we&#8217;re adding to StatsMix is easily customizable dashboards. That&#8217;s a loaded sentence so let me break it down. Easy Although modern web services are making things easier by the day, it&#8217;s still a time consuming process to assemble a quality dashboard view of your important metrics. One of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-127" title="Drag and drop easy!" src="http://statsmix.wpengine.com/wp-content/uploads/2010/06/Safari.png" alt="" width="350" height="200" />One of the important new features that we&#8217;re adding to <a href="http://www.statsmix.com">StatsMix</a> is easily customizable dashboards. That&#8217;s a loaded sentence so let me break it down.</p>
<h3>Easy</h3>
<p>Although modern web services are making things easier by the day, it&#8217;s still a time consuming process to assemble a quality dashboard view of your important metrics. One of our guiding principals for this next release has been to make the process of assembling a dashboard as quick and easy as possible.</p>
<h3>Customizable</h3>
<p>StatsMix wants you to be able to do what we say &mdash; mix your stats. Only you know what your important metrics are so you should be able to view them the way you want.</p>
<h3>Dashboards</h3>
<p>Yes, that&#8217;s plural! We&#8217;re introducing the ability to create as many dashboard views as you want. Slice and dice your data with different modules (we&#8217;re calling them &#8220;widgets&#8221;) and a custom time frame so you can find the story in your metrics.</p>
<p>We&#8217;ve created a simple drag-and-drop interface that allows you to visually build a custom dashboard and start seeing your data in minutes. You&#8217;ll be able to choose from eight initial widgets that include graphs, sparklines and simple text. Simply drag them onto your dashboard and you&#8217;ll be prompted to configure them with a name and the service or services that you want to see. Then you&#8217;ll be able to arrange them in any order you like.</p>
<p>Under the hood everything is running on <a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQuery UI</a> which is a fantastic library for fast and stable front-end development.</p>
<p>We&#8217;re super excited to get this release out and see how its put to use!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.statsmix.com/2010/06/bringing-drag-and-drop-ease-to-building-custom-dashboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Significant interface updates</title>
		<link>http://blog.statsmix.com/2010/06/significant-interface-updates/</link>
		<comments>http://blog.statsmix.com/2010/06/significant-interface-updates/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 14:32:14 +0000</pubDate>
		<dc:creator>jfields</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.statsmix.com/?p=87</guid>
		<description><![CDATA[We&#8217;ve been busy here at StatsMix making lots of exciting progress towards our next release. This won&#8217;t be just the addition of a few new third-party services &#8212; no way. We&#8217;re cooking up a whole new user experience with some great features that we can&#8217;t talk about just yet. It&#8217;s hard to keep it all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignnone size-full wp-image-90" src="http://statsmix.wpengine.com/wp-content/uploads/2010/06/wp-teaser.png" alt="" width="560" height="150" /></p>
<p>We&#8217;ve been busy here at StatsMix making lots of exciting progress towards our next release. This won&#8217;t be just the addition of a few new third-party services &#8212; no way. We&#8217;re cooking up a whole new user experience with some great features that we can&#8217;t talk about just yet.</p>
<p>It&#8217;s hard to keep it all secret, so the image above is a little teaser.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.statsmix.com/2010/06/significant-interface-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>StatsMix Update</title>
		<link>http://blog.statsmix.com/2009/10/statsmix-update/</link>
		<comments>http://blog.statsmix.com/2009/10/statsmix-update/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:36:24 +0000</pubDate>
		<dc:creator>Tom Markiewicz</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.statsmix.com/?p=17</guid>
		<description><![CDATA[There&#8217;s been a lot of new features added to StatsMix since the last update post. Here&#8217;s a quick roundup: added WordPress.com as a new service added MySpace as a new service a mentions count is included in the daily email beta invitations are available for all users to send out to anyone bug fixes across [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There&#8217;s been a lot of new features added to <a href="http://www.statsmix.com/">StatsMix</a> since the last update post. Here&#8217;s a quick roundup:</p>
<ul>
<li>added WordPress.com as a new service</li>
<li>added MySpace as a new service</li>
<li>a mentions count is included in the daily email</li>
<li>beta invitations are available for all users to send out to anyone</li>
<li>bug fixes across the site, especially work on cross-browser compatibility (yes, Internet Explorer, what else?)</li>
<li>a beta survey is now available for testers &#8211; please help us make a better product!</li>
</ul>
<p>What&#8217;s coming next? More services (of course!) and a re-worked design that will help with the overall user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.statsmix.com/2009/10/statsmix-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

Served from: blog.statsmix.com @ 2012-05-17 08:45:35 -->
