<?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>yonkeltron &#187; Internet</title>
	<atom:link href="http://yonkeltron.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonkeltron.com</link>
	<description>Temporary Exile</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Blogs that sort of make fun of others</title>
		<link>http://yonkeltron.com/2010/06/06/blogs-that-sort-of-make-fun-of-others/</link>
		<comments>http://yonkeltron.com/2010/06/06/blogs-that-sort-of-make-fun-of-others/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 20:02:41 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=671</guid>
		<description><![CDATA[I have recently been exposed to several different blogs which make fun of others. I am unsure as to what this genre signifies. Perhaps I shall ask a sociologist. In the meantime, here is my list so far. Additions are welcome and will get you a mention and a link. People of Walmart (classic) Dear ]]></description>
			<content:encoded><![CDATA[<p>I have recently been exposed to several different blogs which make fun of others. I am unsure as to what this genre signifies. Perhaps I shall ask a sociologist. In the meantime, here is my list so far. Additions are welcome and will get you a mention and a link.</p>
<ul>
<li><a href="http://www.peopleofwalmart.com/">People of Walmart</a> (classic)</li>
<li><a href="http://www.deargirlsaboveme.com/">Dear Girls Above Me</a></li>
<li><a href="http://www.latfh.com/">Look At This Fucking Hipster</a> (buy the <a href="http://amzn.com/0312624972">book</a>!)</li>
<li><a href="http://lesbianswholooklikejustinbieber.tumblr.com/">Lesbians who look like Justin Bieber</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2010/06/06/blogs-that-sort-of-make-fun-of-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 has custom data attributes</title>
		<link>http://yonkeltron.com/2010/03/25/html5-has-custom-data-attributes/</link>
		<comments>http://yonkeltron.com/2010/03/25/html5-has-custom-data-attributes/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:16:35 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=627</guid>
		<description><![CDATA[So, I know that the Microformats project has has varying degrees of success in their endeavor to embed data in HTML such that it does not violate web standards.  As John Resig pointed out, others have used things like XML namespacing in XHTML to achieve similar goals. The most notable usages of this technique are ]]></description>
			<content:encoded><![CDATA[<p>So, I know that the <a href="http://microformats.org/">Microformats</a> project has has varying degrees of success in their endeavor to embed data in HTML such that it does not violate web standards.  As <a href="http://ejohn.org/blog/html-5-data-attributes/">John Resig pointed out</a>, others have used things like XML namespacing in XHTML to achieve similar goals. The most notable usages of this technique are most likely to be found in the <a href="http://www.w3.org/TR/xhtml-rdfa-scenarios/">applications</a> of <a href="http://en.wikipedia.org/wiki/RDFa">RDFa</a>. However, when looking at the new <a href="http://blog.solnic.eu/2009/09/08/unobtrusive-javascript-helpers-in-rails-3">unobtrusive JavaScript helpers</a> in the forthcoming Rails 3, I was tipped off to the huge scope of the new data- attributes in <a href="http://html5.org/">HTML5</a>. The custom data- attributes excite me.</p>
<p>In HTML5, including any arbitrary attribute may be included in any element provided that it is prefixed with data- and doesn&#8217;t interfere with the rest of the standard. Anything. So I can do the following and have it be perfectly valid:</p>
<pre>&lt;div data-panda="bamboo"&gt; Whatever &lt;div&gt;</pre>
<p>How awesome is that?</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2010/03/25/html5-has-custom-data-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neato article about NoSQL on Ars Technica</title>
		<link>http://yonkeltron.com/2010/02/24/neato-article-about-nosql-on-ars-technica/</link>
		<comments>http://yonkeltron.com/2010/02/24/neato-article-about-nosql-on-ars-technica/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:46:28 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[F/OSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=618</guid>
		<description><![CDATA[I am very excited by some of the NoSQL stuff out there and enjoyed a recent Ars Technica article. The first page is some neat background and the second page has a good overview of some NoSQL options out there. http://arstechnica.com/business/data-centers/2010/02/-since-the-rise-of.ars]]></description>
			<content:encoded><![CDATA[<p>I am very excited by some of the NoSQL stuff out there and enjoyed <a href="http://arstechnica.com/business/data-centers/2010/02/-since-the-rise-of.ars/">a recent Ars Technica article</a>. The first page is some neat background and<a href="http://arstechnica.com/business/data-centers/2010/02/-since-the-rise-of.ars/2"> the second page has a good overview </a>of some NoSQL options out there.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://arstechnica.com/business/data-centers/2010/02/-since-the-rise-of.ars/</div>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2010/02/24/neato-article-about-nosql-on-ars-technica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Messing with OpenStreetMap</title>
		<link>http://yonkeltron.com/2009/11/25/messing-with-openstreetmap/</link>
		<comments>http://yonkeltron.com/2009/11/25/messing-with-openstreetmap/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:31:34 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[F/OSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=595</guid>
		<description><![CDATA[Some people might not see the reason for a project like OpenStreetMap when there are plenty of good mapping products and services laying around. I am not one of them. Whenever I use a GPS, I think quite a bit about it&#8217;s inner workings. How does it figure out which route is best? How does ]]></description>
			<content:encoded><![CDATA[<p>Some people might not see the reason for a project like OpenStreetMap when there are plenty of good mapping products and services laying around. I am not one of them. Whenever I use a GPS, I think quite a bit about it&#8217;s inner workings. How does it figure out which route is best? How does it calculate things on the fly? All of these questions usually lead me to think, at one point or another, that it depends very much on the data. While most mapping services and individual GPS devices use various algorithms for calculating routes, etc. (prob based on some weighted graph or something), they also rely on different sets of map data. A GPS can only tell you where on the planet you are, not what road you are on. For that, it needs map data. The only issue is that all of the map data used by popular services is proprietary!</p>
<p>Enter, <a href="http://www.openstreetmap.org/">OpenStreetMap</a>. Seeded with the geographical data made publicly available by various governments and public universities, OpenStreetMap provides Free (as in freedom, licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>) map data to anyone who wants it. The data is usually in pretty good shape because the initial measurements are in good shape. However, things aren&#8217;t perfect. Lucky for the web, OpenStreetMap.org allows users to help improve the data in a number of ways.</p>
<p>First, users can upload GPS traces to help improve the quality of unmapped regions such as seriously-rural areas along with bike and hiking trails. Second, users are able to tweak the mapping data to correct errors. There are a number of ways to do this but OpenStreetMap.org has an online editor which lets you overlay OSM data onto sattelite imagery so you can move those roads, landmarks and the like into the right location. In about an hour, I had cleaned up much of my hometown and began to add local landmarks, parks and buildings. It&#8217;s quite easy.</p>
<p>The project itself seems off to a great start and the <a href="http://blogs.openstreetmap.org/">planet</a> shows a fair bit of activity. In particular, I like the idea of mapping parties where people get together and work on a given area. This seems like a great way to give back to the community and I plan to float the idea at the next <a href="http://scosug.org/">SCOSUG</a> meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2009/11/25/messing-with-openstreetmap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data visualization on a web page</title>
		<link>http://yonkeltron.com/2009/11/01/data-visualization-on-a-web-page/</link>
		<comments>http://yonkeltron.com/2009/11/01/data-visualization-on-a-web-page/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:06:07 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[F/OSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=588</guid>
		<description><![CDATA[Quickie: Two of my favorite ways to get data visualized on a web page are the Google Chart API and flot, the amazing canvas-based plotting library built on top of jQuery. The Google Chart API provides a rediculously clever way to get high-quality information graphics which are generated on the back of the clearly-amazing Google ]]></description>
			<content:encoded><![CDATA[<p>Quickie: Two of my favorite ways to get data visualized on a web page are the <a href="http://code.google.com/apis/chart/">Google Chart API</a> and <a href="http://code.google.com/p/flot/">flot</a>, the amazing canvas-based plotting library built on top of <a href="http://jquery.com/">jQuery</a>.</p>
<p>The Google Chart API provides a rediculously clever way to get high-quality information graphics which are generated on the back of the clearly-amazing Google infrastructure. You just use the URL layout provided and it sort of just works. All types of charts can be created. It&#8217;s very nice if you&#8217;re willing to take the time to piece together the URLs in the proper format. There <a href="http://keith-wood.name/gChartRef.html">are</a> some <a href="http://www.maxb.net/scripts/jgcharts/include/demo/#1">abstractions</a>, though.</p>
<p>Then there&#8217;s <a href="http://code.google.com/p/flot/">flot</a> (which I&#8217;m told is Swedish for &#8220;pretty&#8221;). Flot is a library written in JavaScript on top of jQuery which produces very nice charts inside a canvas element. The <a href="http://people.iola.dk/olau/flot/examples/">demos are quite gorgeous</a> and it&#8217;s operation seems straightforward enough. As a side note, <a href="http://liftweb.net/">Lift</a> has a <a href="http://scala-tools.org/scaladocs/liftweb/1.0/net/liftweb/widgets/flot/Flot$object.html">built-in flot widget</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2009/11/01/data-visualization-on-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good talk about DSL construction in JS</title>
		<link>http://yonkeltron.com/2009/10/11/good-talk-about-dsl-construction-in-js/</link>
		<comments>http://yonkeltron.com/2009/10/11/good-talk-about-dsl-construction-in-js/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 01:25:36 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=582</guid>
		<description><![CDATA[Neat talk, should remind everyone about the joys of doing cool stuff in the browser. Plus, it made me think about DSLs in general which is good because of all the Scala goodness I&#8217;ve been messing around with recently. The talk is on Info]]></description>
			<content:encoded><![CDATA[<p>Neat talk, should remind everyone about the joys of doing cool stuff in the browser. Plus, it made me think about DSLs in general which is good because of all the Scala goodness I&#8217;ve been messing around with recently. The <a href="http://www.infoq.com/presentations/dsls-in-javascript">talk is on InfoQ.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2009/10/11/good-talk-about-dsl-construction-in-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The W3C has been busy: web gems of the future</title>
		<link>http://yonkeltron.com/2008/12/15/the-w3c-has-been-busy-web-gems-of-the-future/</link>
		<comments>http://yonkeltron.com/2008/12/15/the-w3c-has-been-busy-web-gems-of-the-future/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 13:01:41 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[F/OSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=402</guid>
		<description><![CDATA[After reading a very cool post on InfoQ about current issues with asynchronous communication between browser and server, I looked into the HTML 5 WebSockets specification and it&#8217;s really very cool! Yes, people seem to be getting most excited about offline web-apps,  client-side structured storage in HTML 5, but a bi-directional socket between client and ]]></description>
			<content:encoded><![CDATA[<p>After reading a very cool post on <a href="http://www.infoq.com/news/2008/12/websockets-vs-comet-ajax">InfoQ about current issues with asynchronous communication between browser and server</a>, I looked into the <a href="http://dev.w3.org/html5/spec/Overview.html#establish-a-web-socket-connection">HTML 5 WebSockets specification</a> and it&#8217;s really very cool! Yes, people seem to be getting most excited about <a href="http://dev.w3.org/html5/spec/Overview.html#offline">offline web-apps</a>,  <a href="http://dev.w3.org/html5/spec/Overview.html#structured-client-side-storage">client-side structured storage</a> in HTML 5, but a bi-directional socket between client and server would be very useful, especially considering that a normal HTTP connection can be upgraded on the fly thus keeping any security like TLS. Other things in the HTML 5 specification are also very attractive so it&#8217;s worth reading the spec.</p>
<p>While examining the specification and browsing about the W3C site, I noticed two other things which are currently under draft.</p>
<p>The first is a novel way to shorten URLs used in XML documents in a system called <a href="http://en.wikipedia.org/wiki/CURIE">Compact URIs or CURIE</a>. The <a href="http://www.w3.org/TR/2007/WD-curie-20070307/">draft syntax</a> for CURIEs is novel, simple and clearly full of potential. Who doesn&#8217;t want to be able to use wiki-style links such as [isbn:0827608047] or some such?</p>
<p>The second is <a href="http://en.wikipedia.org/wiki/Extensible_Forms_Description_Language">XFDL</a>, the Extensible Forms Description Language used for relibaly and securely implementing forms. Everyone hates paperwork and this might be a step in the right direction. My only question is why it&#8217;s still in<a href="http://www.w3.org/TR/1998/NOTE-XFDL-19980902"> draft form</a> (since 1998) if it&#8217;s being used by brances of the military?</p>
<p>Finally we have <a href="http://en.wikipedia.org/wiki/XFrames">XFrames</a>, a supposedly-decent way to get around the many issues with those web pages using frames. The <a href="http://www.w3.org/TR/xframes/">spec is a little hairy</a> but we&#8217;ll see how it and it&#8217;s implementations shape up as time goes on.</p>
<p>There was a time when I was losing faith in the W3C as they got mired in projects which seemed far-removed from the needs of the people or altogether impractical. Now, it looks like they&#8217;ve got great stuff brewing and I&#8217;m rather excited to see where it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2008/12/15/the-w3c-has-been-busy-web-gems-of-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t be scared of stuff on the internet</title>
		<link>http://yonkeltron.com/2008/11/21/dont-be-scared-of-stuff-on-the-internet/</link>
		<comments>http://yonkeltron.com/2008/11/21/dont-be-scared-of-stuff-on-the-internet/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:23:16 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=369</guid>
		<description><![CDATA[Positively fantastic post by Adam Thierer over at the Technology Liberation Front about putting youth social networking and safety in perspective. It&#8217;s a very well-written and well-thought-out piece which puts out some real truths about the disparity between what kids do online and what their parents think is happening. I encourage educators, community organizers and, ]]></description>
			<content:encoded><![CDATA[<p class="byline">Positively fantastic post by <a href="http://www.pff.org/about/staff.html#adamt">Adam Thierer</a> over <a href="http://techliberation.com/2008/11/20/putting-youth-social-networking-activities-and-safety-in-perspective/">at the Technology Liberation Front</a> about putting youth social networking and safety in perspective. It&#8217;s a very well-written and well-thought-out piece which puts out some real truths about the disparity between what kids do online and what their parents think is happening. I encourage educators, community organizers and, especially, parents to read the post and follow up on Thierer&#8217;s references. Great job, dude.</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2008/11/21/dont-be-scared-of-stuff-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Hacker Key</title>
		<link>http://yonkeltron.com/2008/10/28/my-hacker-key/</link>
		<comments>http://yonkeltron.com/2008/10/28/my-hacker-key/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 03:35:57 +0000</pubDate>
		<dc:creator>Jonathan Magen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://yonkeltron.com/?p=333</guid>
		<description><![CDATA[It&#8217;s been far-past time to replace the Geek Code, so I&#8217;m very glad that I discovered the Hacker Key. My key: v4sw6/7ALRU$hw4ln5+7pr5FOP$ck0ma0u8Lw2m1l7Di6e4t5NTVb8ADHKMOPRen5a2Xs0r5$p-2.38/-2.31g5G hackerkey.com Make your own, at hackerkey.com!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been far-past time to replace the <a href="http://en.wikipedia.org/wiki/Geek_Code">Geek Code</a>, so I&#8217;m very glad that I discovered the <a href="http://en.wikipedia.org/wiki/Hacker_Key">Hacker Key</a>. My key:</p>
<blockquote><p>v4sw6/7ALRU$hw4ln5+7pr5FOP$ck0ma0u8Lw2m1l7Di6e4t5NTVb8ADHKMOPRen5a2Xs0r5$p-2.38/-2.31g5G hackerkey.com</p></blockquote>
<p>Make your own, at <a href="http://www.hackerkey.com">hackerkey.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://yonkeltron.com/2008/10/28/my-hacker-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
