<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.websitemagazine.com/content/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'Net Features : github</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/github/default.aspx</link><description>Tags: github</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Squash Bugs with GitHub Survivor</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/10/squash-bugs-with-github-survivor.aspx</link><pubDate>Thu, 10 Jan 2013 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22800</guid><dc:creator>Allison Howen</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22800</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/10/squash-bugs-with-github-survivor.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Developers have a lot on their minds, which makes it easy for them to occasionally forget about bugs.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Development teams, however, can prevent bugs from becoming an issue with &lt;a target="_blank" href="https://github.com/99designs/githubsurvivor#readme"&gt;GitHub Survivor&lt;/a&gt;, which is essentially a dashboard that displays an overview of bugs in a GitHub-hosted repo.&lt;/p&gt;
&lt;p&gt;The development team at 99designs, for example, implemented the dashboard as a way to better monitor bugs.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&amp;ldquo;We&amp;rsquo;ve found it helps keep our minds on bugs,&amp;rdquo;&lt;/i&gt; a &lt;a target="_blank" href="http://99designs.com/tech-blog/blog/2013/01/05/github-survivor/"&gt;blogpost&lt;/a&gt; from 99designs states.&lt;i&gt; &amp;ldquo;It reminds us to make a small effort every sprint, gradually bringing the bug count closer to zero.&amp;rdquo;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;It is important to note that the dashboard has a gamification element to it, because it features a bug leaderboard that shows which developers have closed the most bugs and which have closed the least. Additionally, the dashboard displays the current open bug count, the net difference in open bugs since the last reporting period, and charts for the number of bugs opened and closed in the last 12 reporting periods, as well as the number of open bugs in the same time frame.&lt;/p&gt;
&lt;p&gt;&lt;img height="330" width="600" src="http://www.websitemagazine.com/images/blog/githubsurvivor.PNG" style="vertical-align:middle;margin:10px;" alt="" /&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22800" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/99designs/default.aspx">99designs</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/design+and+development/default.aspx">design and development</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/github/default.aspx">github</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/github+survivor/default.aspx">github survivor</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/bugs/default.aspx">bugs</category></item><item><title>Do Away with 3rd-Party Analytics APIs for Good</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/09/do-away-with-third-party-analytics-apis-for-good.aspx</link><pubDate>Wed, 09 Jan 2013 20:40:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22785</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22785</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/09/do-away-with-third-party-analytics-apis-for-good.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Everyone is always telling you to &amp;ldquo;track, track, track&amp;rdquo; your Web application&amp;rsquo;s users. They&amp;rsquo;ll tell you how important it is to know where they came from, what they&amp;rsquo;re doing and all sorts of other data that can, admittedly, help you improve the app&amp;rsquo;s user experience and improve your chances of success. What they don&amp;rsquo;t tell you is how much of a hassle it can be to integrate those analytics!&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Enter &lt;a href="http://segmentio.github.com/analytics.js/" target="_blank"&gt;Analytics.js&lt;/a&gt;, a new open source GitHub project from &lt;a href="https://segment.io/" target="_blank"&gt;Segment.io&lt;/a&gt; that allows users to add a single set of provider-agnostic hooks to their Web applications that can route to any analytics service they choose, completely doing away with the need for third-party analytics APIs.&lt;br /&gt;&lt;br /&gt;The Analytics.js API paves &amp;ldquo;over the small difference in all your analytics services to give you a single call.&amp;rdquo; &lt;br /&gt;&lt;br /&gt;Users simply need to add the latest version of Analytics.js to their projects and initialize it with the analytics service(s) of their choosing. Then, they just need to add an &lt;strong&gt;analytics.identify()&lt;/strong&gt; call with a userId (and an optional trait) into the footer of every application page, which is how they tie a user to their actions. Finally, the can also insert a couple of &lt;strong&gt;analytics.track()&lt;/strong&gt; calls with specific events to record the actions that users perform; they can also include optional properties for the selected events.&lt;br /&gt;&lt;br /&gt;Also, there is no need to worry if an analytics provider can&amp;rsquo;t handle a certain method (e.g. Google Analytics doesn&amp;rsquo;t have traits); Analytics.js was built so you can still call them and everything will be just fine.&lt;br /&gt;&lt;br /&gt;The types of traits and events that you can track are pretty varied, although Analytics.js does say that &amp;ldquo;the single most important trait to record is something like memershipLevel or subscriptionType or however you break your users into different tiers.&amp;rdquo; In terms of events, you should consider what you want your users to do more or less of on your app, and then track those. For example, you can track each time a user completes a purchase, upgrades their plan, invites a friend, cancels an account or unsubscribes from a list, just to name a few possibilities.&lt;br /&gt;&lt;br /&gt;On the &lt;a href="http://segmentio.github.com/analytics.js/" target="_blank"&gt;Analytics.js&amp;rsquo;s GitHub page&lt;/a&gt; are also a reference sections that lists some special user traits and service-specific settings, which includes Google Analytics, KISSmetrics, Intercom and more.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22785" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/analysis/default.aspx">analysis</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-analytics/default.aspx">wm-analytics</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/analytics.js/default.aspx">analytics.js</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/segment.io/default.aspx">segment.io</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/internet+analytics/default.aspx">internet analytics</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/github/default.aspx">github</category></item></channel></rss>