<?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>Barklund.org</title>
	<atom:link href="http://www.barklund.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barklund.org/blog</link>
	<description>My life with ActionScript, JavaScript and their families</description>
	<lastBuildDate>Tue, 02 Mar 2010 16:52:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>365 Social Ideas is now the Month of Ideas</title>
		<link>http://www.barklund.org/blog/2010/02/26/365-now-month-of-ideas/</link>
		<comments>http://www.barklund.org/blog/2010/02/26/365-now-month-of-ideas/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:32:37 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Month of Ideas]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=691</guid>
		<description><![CDATA[An idea per day was simply too much for me, I must admit now being almost a month behind after only two months. Thus I change the concept into a Month of Ideas and the first such was then January 2010.

I will now update the previous entries to reflect this change and restructure the current [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/03/introducing-365-social-ideas/' rel='bookmark' title='Permanent Link: Introducing 365 Social Ideas'>Introducing 365 Social Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>An idea per day was simply too much for me, I must admit now being almost a month behind after only two months. Thus I change the concept into a <a href="/blog/month-of-ideas/">Month of Ideas</a> and the first such was then <a href="/blog/month-of-ideas/january-2010/">January 2010</a>.</p>
<p><span id="more-691"></span></p>
<p>I will now update the previous entries to reflect this change and restructure the current content.</p>
<p>The next Month of Ideas will be either April or May 2010 &#8211; and I will start now collecting ideas for this just keeping them hidden until I am confident, that I can complete the task for the given month. But at least I tried and have actually produced a wealth of cool things in my opinion &#8211; I hoped you have enjoyed it as well.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/03/introducing-365-social-ideas/' rel='bookmark' title='Permanent Link: Introducing 365 Social Ideas'>Introducing 365 Social Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/02/26/365-now-month-of-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vimeo highly vulnerable to CSRF attacks &#8211; now fixed</title>
		<link>http://www.barklund.org/blog/2010/02/12/vimeo-vulnerable-csrf/</link>
		<comments>http://www.barklund.org/blog/2010/02/12/vimeo-vulnerable-csrf/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:33:36 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=683</guid>
		<description><![CDATA[ I recently found, that vimeo.com had a cross-domain policy, that allowed anyone to connect, which was an open invitation for CSRF attacks. I alerted them to the issue, and it has now been fixed.

As has been said over and over, allow-all cross-domain policy files should never be used on domains, where users log on. [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2009/05/26/googles-javascript-api-swfaddress/' rel='bookmark' title='Permanent Link: Google&#8217;s JavaScript API &#8211; Can we have SWFAddress as well?'>Google&#8217;s JavaScript API &#8211; Can we have SWFAddress as well?</a></li>
<li><a href='http://www.barklund.org/blog/2009/11/23/link-sharing-spam-facebook/' rel='bookmark' title='Permanent Link: Link sharing spam on Facebook'>Link sharing spam on Facebook</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/10/re-youtube-january-2010-idea/' rel='bookmark' title='Permanent Link: Re-Youtube &#8211; January 2010 Ideas'>Re-Youtube &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> I recently found, that <a href="http://vimeo.com/">vimeo.com</a> had a cross-domain policy, that allowed anyone to connect, which was an open invitation for CSRF attacks. I alerted them to the issue, and it has now been fixed.</p>
<p><span id="more-683"></span></p>
<p>As has been said <a href="http://shiflett.org/blog/2006/sep/the-dangers-of-cross-domain-ajax-with-flash">over</a> and <a href="http://shiflett.org/blog/2009/nov/facebook-myspace-and-crossdomain.xml">over</a>, allow-all cross-domain policy files should never be used on domains, where users log on. This leaves the site open for <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">CSRF attacks</a> from flash clients on different domains, that can load pages from the target domain utilizing the user&#8217;s automated log-in and thus the flash load&#8217;s the pages, like the user himself would. This not only allows the flash file to (without the user knowing it) load all his private information from the target site, but potentially also post data to the site, which could include updating the user&#8217;s password, email, profile or in worse circumstances add/remove content or even make purchases, if the target site has any feature like that.
<p>This has been done against large sites like Facebook, MySpace, Adobe and Youtube &#8211; the latter was ironically <a href="http://www.vimeo.com/1762861">documented via a video on Vimeo</a> by Jeremiah Grossman.</p>
<p>In Vimeo&#8217;s case, you can &#8220;only&#8221; upload videos, but an attacker could actually perform any action on the user&#8217;s behalf, that the user himself could &#8211; including changing the user&#8217;s bio, add/remove videos, comment on/like other videos etc. I made a <a href="http://barklund.org/examples/fun_with_vimeo/fun_with_vimeo.html">small, seemingly innocent page</a>, that included a hidden flash element, which first loaded the user&#8217;s info from <a href="http://vimeo.com/settings/personal">vimeo.com/settings/personal</a> and then re-posted this info back to the same page adding an extra line to the bio &#8211; namely &#8220;You have been bwned&#8221;, as it can seen on <a href="http://vimeo.com/barklund">my vimeo profil</a>e.</p>
<p>Someone at vimeo has clearly seen this demo, (<a href="http://vimeo.com/julia">Julia Quinn has indeed</a>) and now <a href="http://vimeo.com/crossdomain.xml">the cross-domain policy only allows *.vimeo.com</a> (the new file is served with a Last-Modified timestamp of <code>Thu, 11 Feb 2010 23:32:05 GMT</code>, so the change is only an hour old). The strange thing is, that if you go back via <a href="http://web.archive.org/">the Wayback Machine from archive.org</a>, you can see, that they had much better security back <a href="http://web.archive.org/web/20070224144110/http://www.vimeo.com/crossdomain.xml">in 2007</a> and <a href="http://web.archive.org/web/20080610033603/http://www.vimeo.com/crossdomain.xml">2008</a> (html render fails, but view source), so I have no idea how such a relaxed policy suddenly appeared on their site. <a href="http://74.125.77.132/search?q=cache:Kssyyl60UAUJ:www.vimeo.com/crossdomain.xml">Google&#8217;s cache still show the allow-all policy</a> as it dates back to January 20th (again, view source to see contents).</p>
<p>I found this while playing around attempting to load videos from Vimeo directly in a custom FLV-player on a different host than vimeo.com and found that this was actually possible, as all videos from their site are hosted from av.vimeo.com and this has an allow-all cross-domain policy. And this makes sense, as this domain is only used for serving videos and nothing else &#8211; no cookies or authentication info shared to this domain.</p>
<p>I haven&#8217;t heard from Vimeo yet &#8211; neither stating that they are looking at the issue nor that it has been fixed. I only post this after now seeing, that it has been fixed.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2009/05/26/googles-javascript-api-swfaddress/' rel='bookmark' title='Permanent Link: Google&#8217;s JavaScript API &#8211; Can we have SWFAddress as well?'>Google&#8217;s JavaScript API &#8211; Can we have SWFAddress as well?</a></li>
<li><a href='http://www.barklund.org/blog/2009/11/23/link-sharing-spam-facebook/' rel='bookmark' title='Permanent Link: Link sharing spam on Facebook'>Link sharing spam on Facebook</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/10/re-youtube-january-2010-idea/' rel='bookmark' title='Permanent Link: Re-Youtube &#8211; January 2010 Ideas'>Re-Youtube &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/02/12/vimeo-vulnerable-csrf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NYT Article Trend Charts &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:00:47 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=670</guid>
		<description><![CDATA[The twenty-nineth idea for my 365 social ideas is a classic mashup: CatScanner, a charting application and the New York Times Article Search. The charting application could very likely be the previously mentioned Infographic Charting Service for better results (it could actually be built into this service) or it could be build stand-alone using any [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/23/google-docs-application-january-2010-idea/' rel='bookmark' title='Permanent Link: Google Docs Application &#8211; January 2010 Ideas'>Google Docs Application &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-nineth idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is a classic mashup: CatScanner, a charting application and the New York Times Article Search. The charting application could very likely be the previously mentioned Infographic Charting Service for better results (it could actually be built into this service) or it could be build stand-alone using any classic charting API like Google Charts.</p>
<p><span id="more-670"></span></p>
<p>Creating cool charts displaying the frequency of articles about Obama vs. McCain or comparing the articles about Obama in his first year vs. previous presidents NYT coverage in their first year are common and quite easy to do. But as previously explained about Twitter Trends, you cannot find what you don&#8217;t know you&#8217;re looking for. Let&#8217;s say we want to see how many articles are posted in NYT about Democrats vs. Republicans. Well, you could search for popular names from both parties, or you could hope that the writers have tagged their articles correctly.</p>
<p>But we can do better than that, as the Wikipedia category system will give us names of most politicians from both parties. Thus we can use these lists to create large queries about all Democrats vs. all Republicans and receive these numbers correctly.</p>
<h4 id="toc-why">Why?</h4>
<p>This is a classic mashup displaying the power of combining commercial content (NYT articles) with crowd-sourced information (Wikipedia CatScanner) with generalized tools (charting API&#8217;s like Google Charts) with little effort for huge results. And this puts cretaing complicated charts back in the hands of everyone, not just the few who are good at both API&#8217;s and PhotoShop.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/23/google-docs-application-january-2010-idea/' rel='bookmark' title='Permanent Link: Google Docs Application &#8211; January 2010 Ideas'>Google Docs Application &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn (Closed) Content Into an API &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/28/turn-content-into-api-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/28/turn-content-into-api-january-2010-idea/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:00:56 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Online Rights]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=675</guid>
		<description><![CDATA[The twenty-eighth idea for my 365 social ideas is about the open web and about &#8220;forcing&#8221; classic websites to export their data. Imagine sites with lots of useful information, that is frequently updated, but is hidden away behind forms, in PDF&#8217;s or in hard-to-scrape tables. Then imagine a website, where you could provide this address, [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/11/coordinate-proxy-january-2010-idea/' rel='bookmark' title='Permanent Link: Coordinate-Proxy &#8211; January 2010 Ideas'>Coordinate-Proxy &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/18/open-data-january-2010-idea/' rel='bookmark' title='Permanent Link: Open Data &#8211; January 2010 Ideas'>Open Data &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/06/password-friendly-website-certificate-january-2010-idea/' rel='bookmark' title='Permanent Link: Password-friendly Website Certificate &#8211; January 2010 Ideas'>Password-friendly Website Certificate &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-eighth idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is about the <a href="/blog/2010/01/18/open-data-social-idea/">open web</a> and about &#8220;forcing&#8221; classic websites to export their data. Imagine sites with lots of useful information, that is frequently updated, but is hidden away behind forms, in PDF&#8217;s or in hard-to-scrape tables. Then imagine a website, where you could provide this address, and give it some guidance as to how to input data in forms and how to interpret the results. And then imagine, that this website would act as a proxy with this interaction described as a simple, queryable API and then behind the scenes would fetch data from the original website.</p>
<p><span id="more-675"></span></p>
<p>There are of course a lot of legal issues, and such a service should probably obey robots.txt. And there should be a very clear opt-out possibility for websites that have been targeted in user-contributed additions &#8211; maybe even moderation before the services are publicly available. It should not be seen as an attack vector, as a proxy method for illegal purposes or anything like that, but simply as a way of &#8220;helping&#8221; free information to be used freely.</p>
<h4 id="toc-why">Why?</h4>
<p>A lot of data on the web is hidden in the so-called <a href="http://en.wikipedia.org/wiki/Deep_web">&#8220;deep web&#8221;</a> behind forms or in inaccessible parts of websites. With a service like the above-mentioned, this would suddenly not only become visible and indexable, but even queryable.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/11/coordinate-proxy-january-2010-idea/' rel='bookmark' title='Permanent Link: Coordinate-Proxy &#8211; January 2010 Ideas'>Coordinate-Proxy &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/18/open-data-january-2010-idea/' rel='bookmark' title='Permanent Link: Open Data &#8211; January 2010 Ideas'>Open Data &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/06/password-friendly-website-certificate-january-2010-idea/' rel='bookmark' title='Permanent Link: Password-friendly Website Certificate &#8211; January 2010 Ideas'>Password-friendly Website Certificate &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/28/turn-content-into-api-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Snapshot Sharing &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/27/browser-snapshort-sharing-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/27/browser-snapshort-sharing-january-2010-idea/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 08:00:54 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=672</guid>
		<description><![CDATA[The twenty-seventh idea for my 365 social ideas is an idea which has spun off my &#8220;investigation&#8221; of the SnapABug service: create a bookmarklet, that when clicked let&#8217;s you mark a section of the current webpage you are viewing (in it&#8217;s current state etc.) and then snapshots this and uploads the image to your image [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/02/offline-news-aggregator-january-2010-idea/' rel='bookmark' title='Permanent Link: Offline News Aggregator &#8211; January 2010 Ideas'>Offline News Aggregator &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/22/social-traffic-analyzer-january-2010-idea/' rel='bookmark' title='Permanent Link: Social Traffic Analyzer &#8211; January 2010 Ideas'>Social Traffic Analyzer &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/24/private-comment-sharing-january-2010-idea/' rel='bookmark' title='Permanent Link: Private Comment Sharing &#8211; January 2010 Ideas'>Private Comment Sharing &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-seventh idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is an idea which has spun off <a href="/blog/2009/10/14/how-snapabug-works/">my &#8220;investigation&#8221;</a> of the <a href="http://snapabug.com">SnapABug service</a>: create a bookmarklet, that when clicked let&#8217;s you mark a section of the current webpage you are viewing (in it&#8217;s current state etc.) and then snapshots this and uploads the image to your image sharing service of choice &#8211; popular choices being <a href="http://flickr.com">flickr</a> or more shoot-from-the-hip style services like <a href="http://tinypic.com">tinypic</a>.</p>
<p><span id="more-672"></span></p>
<h4 id="toc-why">Why?</h4>
<p>Sharing snapshots of what you see currently is difficult. It is a lot easier on a Mac than on Windows, though Windows 7 has made it easier, but sharing it on the web still requires that you go to some website, browse for the image locally and upload in order to obtain a shareable url. If you had a simple bookmarklet as explained above, this process would be much easier.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/02/offline-news-aggregator-january-2010-idea/' rel='bookmark' title='Permanent Link: Offline News Aggregator &#8211; January 2010 Ideas'>Offline News Aggregator &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/22/social-traffic-analyzer-january-2010-idea/' rel='bookmark' title='Permanent Link: Social Traffic Analyzer &#8211; January 2010 Ideas'>Social Traffic Analyzer &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/24/private-comment-sharing-january-2010-idea/' rel='bookmark' title='Permanent Link: Private Comment Sharing &#8211; January 2010 Ideas'>Private Comment Sharing &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/27/browser-snapshort-sharing-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infographic Charting Service &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/26/infographic-charting-service-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/26/infographic-charting-service-january-2010-idea/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 08:00:28 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=666</guid>
		<description><![CDATA[The twenty-sixth idea for my 365 social ideas is a new brand of charting service: A service designed for infographics, but with sharing, collaboration and synergy as an added side-effect.

The idea is to create a site enabling users to create infographics of the simplest kind initially, but then expand this to even more complex ones. [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/07/app-idea-store-january-2010-idea/' rel='bookmark' title='Permanent Link: App Idea Store &#8211; January 2010 Ideas'>App Idea Store &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/18/open-data-january-2010-idea/' rel='bookmark' title='Permanent Link: Open Data &#8211; January 2010 Ideas'>Open Data &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/' rel='bookmark' title='Permanent Link: NYT Article Trend Charts &#8211; January 2010 Ideas'>NYT Article Trend Charts &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-sixth idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is a new brand of charting service: A service designed for infographics, but with sharing, collaboration and synergy as an added side-effect.</p>
<p><span id="more-666"></span></p>
<p>The idea is to create a site enabling users to create infographics of the simplest kind initially, but then expand this to even more complex ones. For starters, it could allow users to create tables of data defining row and column labels and then selecting icons, colors and values for cells and having this displayed as larger and smaller icons according to the values &#8211; like <a href="http://www.flickr.com/photos/25541021@N00/4100671193/sizes/o/">this chart of the &#8220;deadliest drugs&#8221;</a>. And allowing people to color-code maps of countries, cities or states according to some data would be quite simple to do as well &#8211; like <a href="http://i258.photobucket.com/albums/hh275/pizzler/Languages_of_Europe.png">this map of the origins and relationships of European languages</a>.</p>
<p>But more important than simply creating cool visualizations, each infographic has an input page. This page can only be edited by the original creator of the infographic, but it includes direct links to sources of information used. The site should use a simple url structure (<a href="http://bit.ly/pages/faq/" title="See second question">inspired by bit.ly</a>), where the short-code would give the actual image, but with a + added (like <a href="http://bit.ly/365ideas+">http://bit.ly/365ideas+</a>) it would be a link to the page describing all this background data.</p>
<p>And now comes the collaborative part: While only the creator can edit the data for the published infographic, anyone can copy the data to branch it as their own new infographic. These relationships will then also be displayed on the about page, as in &#8220;this is a spin-off of X and has Y spin-offs of its own&#8221;. Somewhat like the very nice ActionScript-programming website <a href="http://wonderfl.net">wonderfl</a>. Here you can e.g. see that <a href="http://wonderfl.net/code/d8be827191df7785f6b0b4b04c25ba9bf6f66abf">this creation of 250,000 particles</a> is a spin-off from another simulation and has itself spun off into new simulations.</p>
<p>In time, this could be extended heavily and should of course have a public API for creating infographics easily and freely. New types of infographics could be added along with more complex editors allowing you to play around with the data as you see fit. It should be free to do and should not require complex knowledge of Illustrator or Photoshop.</p>
<p>This idea about letting others built on your own ideas could actually be implemented by many sites. The new Firefox 3.6 has <a href="http://www.getpersonas.com/en-US/">&#8220;personas&#8221;</a>, which is a very light theme engine &#8211; that most importantly does not require restart! But why didn&#8217;t the developers add a very fast and quick branching mechanism? If you found a cool persona, but didn&#8217;t like the color of the top-bar &#8211; just branch it, change the top-bar color and publish as a new persona (with credit where credit is due of course linking back to the original).</p>
<h4 id="toc-why">Why?</h4>
<p>Simply: Infographics to the people! I&#8217;m not suggesting, that the creators of the coolest infographics aren&#8217;t brilliant. But they&#8217;re in the business because they both know how to find the data, how to present it and how to use the programs needed to create them. Let&#8217;s take the software knowledge part out of the equation and allow anyone with ideas and info to visualize it. And let&#8217;s do it openly and collaborate, not just publish a PNG and kill innovation.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/07/app-idea-store-january-2010-idea/' rel='bookmark' title='Permanent Link: App Idea Store &#8211; January 2010 Ideas'>App Idea Store &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/18/open-data-january-2010-idea/' rel='bookmark' title='Permanent Link: Open Data &#8211; January 2010 Ideas'>Open Data &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/' rel='bookmark' title='Permanent Link: NYT Article Trend Charts &#8211; January 2010 Ideas'>NYT Article Trend Charts &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/26/infographic-charting-service-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Notes and Images for Competition Results &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/25/facebook-notes-images-competition-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/25/facebook-notes-images-competition-january-2010-idea/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:00:43 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[January 2010 Ideas]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=660</guid>
		<description><![CDATA[The twenty-fifth idea for my 365 social ideas is a small simple idea: use Facebook notes or images combined with tags to display results of games. For instance, imagine a chess game, post the result of the game as a note on the game&#8217;s page with the final board, all moves made during the game [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/15/twitter-gaming-mechanic-january-2010-idea/' rel='bookmark' title='Permanent Link: A Twitter Gaming Mechanic &#8211; January 2010 Ideas'>A Twitter Gaming Mechanic &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/13/game-console-api-social-connectivity-january-2010-idea/' rel='bookmark' title='Permanent Link: Game Console Progress API for Social Connectivity &#8211; January 2010 Ideas'>Game Console Progress API for Social Connectivity &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/21/game-of-life-january-2010-idea/' rel='bookmark' title='Permanent Link: Game of Life &#8211; January 2010 Ideas'>Game of Life &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-fifth idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is a small simple idea: use Facebook notes or images combined with tags to display results of games. For instance, imagine a chess game, post the result of the game as a note on the game&#8217;s page with the final board, all moves made during the game and both players tagged. Or simply post the final board as an image and tag both players as well.</p>
<p><span id="more-660"></span></p>
<p>It is a very simple idea, but the idea is to use profile tagging in a new way to indicate relationships to the displayed information in a way, that the users actually feel related to this. The great thing about using tagging is, that it can be done without the user has to accept it and it will be auto-posted to his friends&#8217; news feeds. But given that it can be done without asking the user, it should only be done if it is actually relevant for the user and not done just to get a viral effect and annoy users.</p>
<h4 id="toc-why">Why?</h4>
<p>It is a new way to use the Facebook platform for viral effects. It&#8217;s quite simple and does not require a lot of programming as it uses simple, existing features.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/15/twitter-gaming-mechanic-january-2010-idea/' rel='bookmark' title='Permanent Link: A Twitter Gaming Mechanic &#8211; January 2010 Ideas'>A Twitter Gaming Mechanic &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/13/game-console-api-social-connectivity-january-2010-idea/' rel='bookmark' title='Permanent Link: Game Console Progress API for Social Connectivity &#8211; January 2010 Ideas'>Game Console Progress API for Social Connectivity &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/21/game-of-life-january-2010-idea/' rel='bookmark' title='Permanent Link: Game of Life &#8211; January 2010 Ideas'>Game of Life &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/25/facebook-notes-images-competition-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private Comment Sharing &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/24/private-comment-sharing-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/24/private-comment-sharing-january-2010-idea/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:00:43 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=658</guid>
		<description><![CDATA[The twenty-fourth idea for my 365 social ideas is an idea for websites dealing in larger commodities like furniture, cars or even houses: Add private comments to the pages, that can be easily shared with friends and family, as this type of purchase is not something you do instantly, but spend time deciding.

When you consider [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/21/game-of-life-january-2010-idea/' rel='bookmark' title='Permanent Link: Game of Life &#8211; January 2010 Ideas'>Game of Life &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/20/interest-groups-foursquare-january-2010-idea/' rel='bookmark' title='Permanent Link: Interest Groups on Foursquare &#8211; January 2010 Ideas'>Interest Groups on Foursquare &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-fourth idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is an idea for websites dealing in larger commodities like furniture, cars or even houses: Add private comments to the pages, that can be easily shared with friends and family, as this type of purchase is not something you do instantly, but spend time deciding.</p>
<p><span id="more-658"></span></p>
<p>When you consider buying a car, you don&#8217;t make the decision instantly. You look at it on the web several times, you discuss it with friends and family etc. But imagine that the dealer website added a private comments box, that would initially be empty, but as soon as you started adding comments, you could share this version of the page, with your comments, to everyone else. A bit like the <a href="http://www.amazon.com/wishlist">wish list concept</a> from Amazon, but giving others the opportunity to weigh in on your decision if you gave them the link. Then all comments about whether or not to buy this car, pros and cons, other possibilities etc. would be in one place, and not spread around in emails discussing this potential requisition.</p>
<p>This could easily be used by e.g. <a href="http://www.amazon.com">Amazon</a>, <a href="http://www.ebay.com/">ebay</a> or similar companies. It should just be clearly visible, that this is private comments, that neither the dealer nor the seller will ever see. It is only for your own benefit to keep the discussion in one place between you and friends and family.</p>
<h4 id="toc-why">Why?</h4>
<p>If you control the discussion, it is more likely that the user returns to your site, to keep the discussion going. It is a facilitator of making educated requisitions, but it ensures that this discussion takes place on your website.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/21/game-of-life-january-2010-idea/' rel='bookmark' title='Permanent Link: Game of Life &#8211; January 2010 Ideas'>Game of Life &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/20/interest-groups-foursquare-january-2010-idea/' rel='bookmark' title='Permanent Link: Interest Groups on Foursquare &#8211; January 2010 Ideas'>Interest Groups on Foursquare &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/24/private-comment-sharing-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs Application &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/23/google-docs-application-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/23/google-docs-application-january-2010-idea/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 08:00:10 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=638</guid>
		<description><![CDATA[The twenty-third idea for my 365 social ideas is a very simple one: Wrap a Safari browser in a Mac OS X application that opens on Google Docs as the first (and only) website you can see.

I for one bashed Waveboard, when it came out, because it was simply Apple Safari wrapped in a Mac [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/' rel='bookmark' title='Permanent Link: NYT Article Trend Charts &#8211; January 2010 Ideas'>NYT Article Trend Charts &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/08/appcelerator-january-2010-idea/' rel='bookmark' title='Permanent Link: Appcelerator &#8211; January 2010 Ideas'>Appcelerator &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-third idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is a very simple one: Wrap a Safari browser in a Mac OS X application that opens on <a href="http://docs.google.com/">Google Docs</a> as the first (and only) website you can see.</p>
<p><span id="more-638"></span></p>
<p>I for one bashed <a href="http://www.getwaveboard.com/">Waveboard</a>, when it came out, because it was simply Apple Safari wrapped in a Mac OS X application. But, recently I tried it again, as it had added <a href="http://growl.info/">Growl</a> support, which means I was easily alerted to when new info was available in any of my waves &#8211; this made it feel much more like a mail application, because it was its own program on my MacBook, that I could switch program to and be notified about even though using billions of tabs in my &#8220;regular&#8221; browsing experience.</p>
<p>So, my suggestion is simply to anyone out there (I reckon it might actually be infinitely simple): do this with Google Docs and if possible, add similar Growl integration as has been done with the Waveboard application, then Google Docs would actually start to seem like a &#8220;real&#8221; program in itself.</p>
<h4 id="toc-why">Why?</h4>
<p>Because I need it. I might be alone, but I doubt it. And I am pretty sure this is very simple, but it would be really useful.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/29/nyt-article-trend-charts-january-2010-idea/' rel='bookmark' title='Permanent Link: NYT Article Trend Charts &#8211; January 2010 Ideas'>NYT Article Trend Charts &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/08/appcelerator-january-2010-idea/' rel='bookmark' title='Permanent Link: Appcelerator &#8211; January 2010 Ideas'>Appcelerator &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/23/google-docs-application-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Traffic Analyzer &#8211; January 2010 Ideas</title>
		<link>http://www.barklund.org/blog/2010/01/22/social-traffic-analyzer-january-2010-idea/</link>
		<comments>http://www.barklund.org/blog/2010/01/22/social-traffic-analyzer-january-2010-idea/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:00:12 +0000</pubDate>
		<dc:creator>Barklund</dc:creator>
				<category><![CDATA[January 2010 Ideas]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.barklund.org/blog/?p=637</guid>
		<description><![CDATA[The twenty-second idea for my 365 social ideas is not really a clear-cut idea &#8211; yet. But I feel a need for a new website traffic analyzing service. Google Analytics is definitely the mostly used and best free service. But they have many shortcomings, and I definitely would like to see a new player enter [...]


Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/04/social-subway-january-2010-idea/' rel='bookmark' title='Permanent Link: Social Subway &#8211; January 2010 Ideas'>Social Subway &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/11/coordinate-proxy-january-2010-idea/' rel='bookmark' title='Permanent Link: Coordinate-Proxy &#8211; January 2010 Ideas'>Coordinate-Proxy &#8211; January 2010 Ideas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The twenty-second idea for my <a href="/blog/365ideas/" title="365 Social Ideas from Barklund.org">365 social ideas</a> is not really a clear-cut idea &#8211; yet. But I feel a need for a new website traffic analyzing service. <a href="http://www.google.com/analytics/">Google Analytics</a> is definitely the mostly used and best free service. But they have many shortcomings, and I definitely would like to see a new player enter this playing field. And while where add it, there are some new trends and actions, that current has a huge influence on current traffic trends, that you cannot track fully: social media traffic.</p>
<p><span id="more-637"></span></p>
<p>I do not know how to integrate all these things, but a good traffic analyzer should know not only who links to you but also who is sharing links to your services through which channels. It should report which channels generate the most traffic, but also who pushes the links to these channels etc. If someone e.g. tweets/diggs/reddits about your service/website a lot, it should be reflected.</p>
<p>About the short-comings of Google Analytics, my main concern is, that when experimenting with how you can track new things, there is a 1-4 hour delay on page tracks and up to 3 days delay on custom variables tracking (in my experience). A good provider really ought to have a development option available, that only allow limited traffic but provide almost-instant analysis of this data.</p>
<h4 id="toc-why">Why?</h4>
<p>This is one of the simplest of Google&#8217;s services, and thus we really need a contender. With the availability of cheap clouds, it should be quite easy to set up, though it would require some funding to provide it to people for free. Google Analytics does not innovate that much &#8211; not in the social media tracking area at least. They are more interested in developing new things in the &#8220;how can I make people buy more crap from me&#8221; category for web shop owners.</p>
<h4 id="toc-whats-next">What&#8217;s next?</h4>
<p>Do with this idea whatever you like &#8211; expand, implement, trash or forget. Just remember, that if you use it in anyway make sure to attribute me according to the Creative Commons Attribution 3.0 License, that all these <a href="/blog/365ideas" title="365 Social Ideas from Barklund.org">365 Social Ideas</a> are published under.</p>


<p>Related posts:<ol><li><a href='http://www.barklund.org/blog/2010/01/09/comment-on-everything-january-2010-idea/' rel='bookmark' title='Permanent Link: Comment On Everything &#8211; January 2010 Ideas'>Comment On Everything &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/04/social-subway-january-2010-idea/' rel='bookmark' title='Permanent Link: Social Subway &#8211; January 2010 Ideas'>Social Subway &#8211; January 2010 Ideas</a></li>
<li><a href='http://www.barklund.org/blog/2010/01/11/coordinate-proxy-january-2010-idea/' rel='bookmark' title='Permanent Link: Coordinate-Proxy &#8211; January 2010 Ideas'>Coordinate-Proxy &#8211; January 2010 Ideas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.barklund.org/blog/2010/01/22/social-traffic-analyzer-january-2010-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
