<?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>Eureka Man &#187; Net</title>
	<atom:link href="http://eurekaman.com/category/net/feed" rel="self" type="application/rss+xml" />
	<link>http://eurekaman.com</link>
	<description>Pure Gold</description>
	<lastBuildDate>Mon, 28 Jun 2010 05:38:49 +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>Towards multi-touch in the browser</title>
		<link>http://eurekaman.com/towards-multi-touch-in-the-browser</link>
		<comments>http://eurekaman.com/towards-multi-touch-in-the-browser#comments</comments>
		<pubDate>Wed, 31 Jan 2007 06:49:24 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://eurekaman.com/towards-multi-touch-in-the-browser</guid>
		<description><![CDATA[
If, as it seems, the iPhone&#8217;s software will all come from Apple then all the development fun will happen in the browser, in particular in whatever version of Safari the shiny little device ships with.  And it will be fun if Apple give us, as developers, access the right information.  I&#8217;m talking here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/r0wb0t/375204485/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/179/375204485_183305155c_o.png" width="359" height="65" alt="But will it have a breakthough event API?" /></a></p>
<p>If, as it seems, the <a href="http://www.apple.com/iphone/">iPhone&#8217;s</a> software will all come from Apple then all the development fun will happen in the browser, in particular in whatever version of Safari the shiny little device ships with.  And it <em>will</em> be fun if Apple give us, as developers, access the right information.  I&#8217;m talking here about that information coming from the user&#8217;s fingers.  After all, who wouldn&#8217;t want to create the kind of effortlessly intuitive interfaces the <a href="http://www.ted.com/tedtalks/tedtalksplayer.cfm?key=j_han">Jeff Han</a> showed off in his TED talk?</p>
<p>Will they let us though?  There are a few directions Apple could go here.</p>
<ol>
<li>Be scrooges and filter out multiple touches before they get to us, only letting the user interact with web pages one finger at a time, the others controlling scrolling probably.  <strong>Web Dev Chorus: Booooo!</strong></li>
<li>Give us the raw events from all touches but leave it up to us to do the hard lifting of working out which <code>mousedown</code>/<code>mousemove</code>/<code>mouseup</code> events came from the same finger. <strong>Web Dev Chorus: Grumble, Grumble, even huger javascript libraries, Grumble</strong></li>
<li>Generously preprocess the input data for us and label <code>mouse*</code> Events with unique &#8220;device&#8221; identifier.  <strong>Web Dev Chorus: Yaaay!! Go Apple!</strong></li>
</ol>
<p>The iPhone <a href="http://pogue.blogs.nytimes.com/2007/01/13/ultimate-iphone-faqs-list-part-2/">definitely has javascript</a> (and may have flash), but that&#8217;s not enough.  Javascript&#8217;s current way of getting information from pointing devices like a mouse, what&#8217;s called the DOM API, has no way of distinguishing between clicks from multiple sources (nor does Flash for that matter).  Neither <a href="http://www.w3.org/TR/DOM-Level-3-Events/">DOM 3</a> nor <a href="http://www.whatwg.org/specs/web-apps/current-work/#events">Web Apps 1.0</a> has added any properties to the event object to deal with multiple pointing devices.  At a minimum it would be nice to standardize on a new field of the event object that uniquely identifies the input device for the duration of a <code>mousedown</code>/<code>mousemove</code>/<code>mouseup</code> cycle.</p>
<p>I would imagine Apple will not be that pushed to let javascript know about multi-touch.  It will only detract from their own installed apps and introduce potentially low standard interfaces that would nonetheless be associated with their brand.  However the problem will certainly come to the fore as other companies follow Apple into the multi-touch field.  We might as well think about what we&#8217;d like now.</p>
<p><strong>Update:</strong> <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-January/009213.html">Dave Hyatt from the Safari team replies&#8230;</a></p>
<blockquote><p>I&#8217;ll have much more to say about this in the coming months.</p></blockquote>
<p>&#8230;which makes me cautiously optimistic.  It must be pretty exciting to be him right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/towards-multi-touch-in-the-browser/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eh, Google, where&#8217;s the search?</title>
		<link>http://eurekaman.com/eh-google-wheres-the-search</link>
		<comments>http://eurekaman.com/eh-google-wheres-the-search#comments</comments>
		<pubDate>Mon, 23 Oct 2006 23:48:16 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/eh-google-wheres-the-search</guid>
		<description><![CDATA[I just realized what&#8217;s missing from the Google Reader interface&#8230;.Search! Why can&#8217;t I search inside all my subscriptions just like I can do with emails in Gmail?  Come on, I&#8217;ve seen all the BigTable magic you Googlers have access to. I know you can do this.
]]></description>
			<content:encoded><![CDATA[<p><del datetime="2008-04-17T14:51:16+00:00">I just realized what&#8217;s missing from the <a href="http://www.google.com/reader">Google Reader</a> interface&#8230;.Search! Why can&#8217;t I search inside all my subscriptions just like I can do with emails in Gmail?  Come on, I&#8217;ve seen all the BigTable magic you Googlers have access to. I <em>know</em> you can do this.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/eh-google-wheres-the-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial Artificial Intelligence at ChaCha</title>
		<link>http://eurekaman.com/artificial-artificial-intelligence-at-chacha</link>
		<comments>http://eurekaman.com/artificial-artificial-intelligence-at-chacha#comments</comments>
		<pubDate>Fri, 29 Sep 2006 07:48:37 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Quick Links]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/artificial-artificial-intelligence-at-chacha</guid>
		<description><![CDATA[ChaCha is a new search engine that will connect you to a personal search assistant (a human!) to help you with your query.  Matthias decided to test it out with a challenging query:

Status:
Looking for a guide &#8230;
Status:
Connected to guide: SomeGuide
SomeGuide:
Hi there. I will be helping with your  search.
SomeGuide:
Hey, there. How are you today?
SomeGuide:
So [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chacha.com/">ChaCha</a> is a new search engine that will connect you to a personal search assistant (a human!) to help you with your query.  <a href="http://matthias.sala.ch/">Matthias</a> decided to <a href="http://matthias.sala.ch/answertoeverything.htm">test it out</a> with a challenging query:</p>
<blockquote><dl>
<dt>Status:</dt>
<dd>Looking for a guide &#8230;</dd>
<dt>Status:</dt>
<dd>Connected to guide: SomeGuide</dd>
<dt>SomeGuide:</dt>
<dd>Hi there. I will be helping with your  search.</dd>
<dt>SomeGuide:</dt>
<dd>Hey, there. How are you today?</dd>
<dt>SomeGuide:</dt>
<dd>So you&#8217;re looking for the &#8216;answer to  everything&#8217;?</dd>
<dt>You:</dt>
<dd>i am good</dd>
<dt>You:</dt>
<dd>and you?</dd>
<dt>You:</dt>
<dd>yes</dd>
<dt>SomeGuide:</dt>
<dd>I&#8217;m great. Thanks for asking</dd>
<dt>You:</dt>
<dd>SomeGuide, I am really curious what might be a good  answer for everything</dd>
<dt>SomeGuide:</dt>
<dd>You mean in conversation?</dd>
<dt>SomeGuide:</dt>
<dd>Or &#8216;everything&#8217; in an all-encompassing  philosophical scope.</dd>
<dt>You:</dt>
<dd>yes, philosophical</dd>
<dt>You:</dt>
<dd>It sounds like a hard task, but I am looking for  that to put into a slideshow for my next presentation</dd>
<dt>You:</dt>
<dd>as an opening quote</dd>
<dt>You:</dt>
<dd>it will be a technical talk about research  opportunities</dd>
<dt>You:</dt>
<dd>for the future</dd>
<dt>SomeGuide:</dt>
<dd>Hmm, that&#8217;s quite a question&#8230;</dd>
</dl>
<dl> </dl>
<p>&#8230;&#8230;.</p></blockquote>
<p>Go read the rest at Matthias&#8217; <a href="http://matthias.sala.ch/answertoeverything.htm">excuse for a permalink</a>.  It has a happy ending!</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/artificial-artificial-intelligence-at-chacha/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gave up on AllPeers 0.5</title>
		<link>http://eurekaman.com/gave-up-on-allpeers-05</link>
		<comments>http://eurekaman.com/gave-up-on-allpeers-05#comments</comments>
		<pubDate>Thu, 14 Sep 2006 21:14:38 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Desktop Apps]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Quick Links]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/gave-up-on-allpeers-05</guid>
		<description><![CDATA[It just doesn&#8217;t have enough workingness yet. Files that don&#8217;t show up, or won&#8217;t transfer.
Having said that, I did keep trying to use it. If it worked properly I would find it pretty useful. But don&#8217;t you feel this should and will be baked into the OS?
]]></description>
			<content:encoded><![CDATA[<p><a href="http://allpeers.com/">It</a> just doesn&#8217;t have enough workingness yet. Files that don&#8217;t show up, or won&#8217;t transfer.</p>
<p>Having said that, I did keep trying to use it. If it worked properly I would find it pretty useful. But don&#8217;t you feel this should and will be baked into the OS?</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/gave-up-on-allpeers-05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2(.0)nd Coming of the Homepage</title>
		<link>http://eurekaman.com/the-20nd-coming-of-the-homepage</link>
		<comments>http://eurekaman.com/the-20nd-coming-of-the-homepage#comments</comments>
		<pubDate>Fri, 04 Aug 2006 03:53:23 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Practical]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eurekaman.com/the-20nd-coming-of-the-homepage</guid>
		<description><![CDATA[To my one blog subscriber,
If you&#8217;re wondering why I&#8217;m posting twice in the same month (how shocking!), it&#8217;s because things are changing around here.  You are reading this via the RSS feed so you won&#8217;t be aware that I have redesigned the blog&#8217;s homepage.  My intent was to make this medium more conducive [...]]]></description>
			<content:encoded><![CDATA[<p><strong>To my one blog subscriber,</strong></p>
<p>If you&#8217;re wondering why I&#8217;m posting twice in the same month (how shocking!), it&#8217;s because things are changing around here.  You are reading this via the RSS feed so you won&#8217;t be aware that I have redesigned the blog&#8217;s <a href="http://eurekaman.com">homepage</a>.  My intent was to make this medium more conducive to writing quick posts on more diverse subjects yet still keep it hanging together as a coherent whole.  Because let&#8217;s face it: something has got to change around here if I&#8217;m going to write more and better.</p>
<p>My first goal was to deemphasize the &#8220;latest post&#8221;, so everything got shrunk a bit until it was only readable by expanding with a click.  (It has a nice flowy animation too.  You know me, dear reader, I&#8217;m all about the javascrizzle.)  Still, you can get a taster with a quick glance, and not just for one post but for the whole site, stretching back months at the moment.  Please let me know if you disagree, dear reader.  I value your opinion greatly.</p>
<p>There&#8217;s also a very simple greedy algorithm for sorting posts into streams by category/tag, so that the casual reader (not you, no no) can follow my stream of thought on a subject that interests them. And possibly ignore others.  Most blogs don&#8217;t do much with the categories except list them in the sidebar.  I think it&#8217;s time we made use of them.  I guess it&#8217;s related to this unsubscribing thing that <a href="http://eirepreneur.blogs.com">James Corbett</a> is always going on about.  Many people don&#8217;t want to commit the same way you have.  They just want to dip in now and then to see if anything interesting has been going on. Call it <a href="http://grazr.com/">grazing</a> if you will.  I noticed myself doing this recently for some blogs.</p>
<p>So, I understand that RSS is making the &#8220;homepage&#8221; increasingly irrelevent. Being an RSS subscriber yourself, you care little for homepages.  In fact this change might even effect you negatively if I start spewing out any old rubbish that only looks good on the homepage because you can&#8217;t quite read it.  NO, don&#8217;t unsubscribe!! I need you loyal reader. Without you I&#8217;m just sitting here sadly typing to myself. I haven&#8217;t forgotten you. I&#8217;m also thinking about the RSS angle. And, hopefully, RSS aggregators will pick up on the idea and start doing something useful with tags too.</p>
<p>Until then, let the others fly by, grazing me as they pass. You and I have a special, enduring relationship, dearest subscriber.</p>
<p>Yours always,</p>
<p>Eureka Man</p>
<p>PS: If you want to use the theme for your own wordpress blog (I loved that last post by the way, you put things so much more eloquently than I ever could), just leave a comment and I&#8217;ll work out how to package it up nicely.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/the-20nd-coming-of-the-homepage/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Coming next Monday&#8230;</title>
		<link>http://eurekaman.com/coming-next-monday</link>
		<comments>http://eurekaman.com/coming-next-monday#comments</comments>
		<pubDate>Fri, 02 Jun 2006 18:16:32 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Practical]]></category>
		<category><![CDATA[Publicity]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://eurekaman.com/coming-next-monday</guid>
		<description><![CDATA[Coming next Monday: a web app the likes of which has never been seen before; an all singing, all dancing, all screen-scraping, spectacular that will change our lives forever.  Oh, and we haven&#8217;t started development yet.
We&#8217;re just one of several money-making projects that will progress from idea to deployment in the course of this [...]]]></description>
			<content:encoded><![CDATA[<p>Coming next Monday: a web app the likes of which has never been seen before; an all singing, all dancing, all screen-scraping, spectacular that will change our lives forever.  Oh, and we haven&#8217;t started development yet.</p>
<p>We&#8217;re just one of several money-making projects that will progress from idea to deployment in the course of this weekend at <a href="http://superhappydevhouse.org/">DHX</a>.  It&#8217;s got to be simple.  It&#8217;s got to be popular.  And it&#8217;s got to make us more cash than any other competitor in the next month. <span style="font-weight: bold">And we need you!</span> How would you like to take a chance this Saturday and Sunday?  Imagine that you could work like hell for two days, and then never again have to work on something you didn&#8217;t enjoy.  Ever.  It&#8217;s a gamble.  But then, that&#8217;s exactly what our project idea is about! <img src='http://eurekaman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m talking to you, Irish <a href="http://web2.0ireland.com/">web</a> <a href="http://www.web2ireland.org/">2.0</a> community.  We need someone to focus on the backend of this thing, someone who&#8217;s comfortable working out data storage schemes, working out how to parse emails and things, working with APIs.  You can work in any framework that the competition rules allow.  There&#8217;s no problem with you working remotely. We&#8217;ll be on California time but that might work out for the best.  We can take shifts at sleeping.</p>
<p>Cue big lottery finger.  IT COULD BE YOU! Send me an email: eurekaman at gmail.</p>
<p><strong>Update</strong>: We flaked out.Â  Sleeping under a desk is not good for morale.Â  Release will be delayed a couple of weeks.Â  Full marks to <a href="http://n.ethz.ch/student/salam/">Matthias</a>, though, for his MacGyver-style office camping creativity.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/coming-next-monday/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decoupling Web APIs with XSLT</title>
		<link>http://eurekaman.com/decoupling-web-apis-with-xslt</link>
		<comments>http://eurekaman.com/decoupling-web-apis-with-xslt#comments</comments>
		<pubDate>Sat, 06 May 2006 09:38:32 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Net]]></category>

		<guid isPermaLink="false">http://eurekaman.com/decoupling-web-apis-with-xslt</guid>
		<description><![CDATA[Ok, back to practicality (I hope).  Here&#8217;s what I was going on about during the lunchtime session at Web 2.0 Ireland.  Adam Green brought up the problem of API lock-in.  And there&#8217;s another, related problem which I know Flock is feeling at the moment. They want to allow you to save your [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, back to practicality (I hope).  Here&#8217;s what I was going on about during the lunchtime session at <a rel="tag" title="web2ireland" href="http://technorati.com/tag/web2ireland">Web 2.0 Ireland</a>.  Adam Green brought up the problem of API lock-in.  And there&#8217;s another, related problem which I know <a href="http://flock.com">Flock</a> is feeling at the moment. They want to allow you to save your bookmarks to whatever bookmarking site you use, upload your photos to the photo-sharing app of your choice and talk directly to your blog, whatever platform it&#8217;s running on. Yet that means they have to write interfacing code for each instance of the above, and push out an update every time there&#8217;s a new API to support. Do you realize how many bookmarking sites there are? And yes, many have APIs, but few share common APIs. Same goes for photos and blogs.</p>
<p>So <a href="http://blog.broadbandmechanics.com/">Canter</a>&#8217;s answer to this was to set up broker servers which would act as a translating intermediary between client apps and web APIs (and he says his company is going to do this for certain API flavours). But then all API trafic gets routed through a centralized server. Anybody can see that&#8217;s not so smart. When I want to talk to a new API, I don&#8217;t want to talk <em>through</em> Canter&#8217;s server. I want Canter&#8217;s server to tell me <em>how</em> to talk to the new API. Then I can go off and do just that, all decentralized and pretty-like.</p>
<p>Now, web APIs very often talk fluent XML. So it seems possible that the hypothetical translation server could serve me an XSL transform that would tell me all I needed to talk directly to any API it supports. The idea is that these API normalizing transforms get written once, and reused in as many client apps as possible. They can be provided by the developer of the API, one of the client app developers, or anyone really. Client developers can simply target the normalized API and know that, without any effort on their part, their app will be able to talk to services which don&#8217;t even exist when they . Check out my MS Paint skillz:</p>
<p><a title="Photo Sharing" href="http://www.flickr.com/photos/r0wb0t/141258211/"><img width="474" height="483" alt="xant" src="http://static.flickr.com/52/141258211_702f90da18_o.gif" /></a>Comments? Would you like this? Think it&#8217;s unnecessary? Think it wouldn&#8217;t work? Is it out there already? If not, maybe I&#8217;ll start a standard-defining session at <a href="http://barcamp.org/">BarCamp</a> or <a href="http://mashpit.org/">Mashpit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/decoupling-web-apis-with-xslt/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Web 2.0 Evolution</title>
		<link>http://eurekaman.com/the-web-20-evolution</link>
		<comments>http://eurekaman.com/the-web-20-evolution#comments</comments>
		<pubDate>Wed, 03 May 2006 14:36:25 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Meta-Ideas]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://eurekaman.com/the-web-20-evolution</guid>
		<description><![CDATA[So I turned up for the Web 2.0 Ireland day at DCU. Witnessing the Marc Canter show was entertaining and there was a bit of tech discussion sprinkled on top. But the overwhelming topic for the day was&#8230;
Money
Yes, that&#8217;s an actual slide, taken out of context, from one of the company&#8217;s presentations. It was web [...]]]></description>
			<content:encoded><![CDATA[<p>So I turned up for the <a title="web2ireland" rel="tag" href="http://technorati.com/tag/web2ireland">Web 2.0 Ireland</a> day at DCU. Witnessing the Marc Canter show was entertaining and there was a bit of tech discussion sprinkled on top. But the overwhelming topic for the day was&#8230;</p>
<div style="padding-top: 3em; padding-bottom: 3em; background-color: #000000; color: #ffffff; text-align: center; font-family: arial; font-size: 2em">Money</div>
<p>Yes, that&#8217;s an actual slide, taken out of context, from one of the company&#8217;s presentations. It was web 2.0 very much from a business person&#8217;s perspective (not surprising given that it was an <a href="http://www.enterprise-ireland.com/">EI</a> event). &#8220;What exactly is this web 2.0 thing?&#8221; &#8220;What features and technologies do we need to adopt to get some of this web 2.0 money?&#8221; or &#8220;How can I tell that a company is web 2.0 so I can decide whether to invest?&#8221; Web 2.0 used as a noun or an adjective.</p>
<p>Here&#8217;s my take. From a developer&#8217;s perspective web 2.0 should be a verb, if anything. Ask &#8220;How can I web 2.0 my business?&#8221; Say &#8220;Our product is web 2.0ing&#8221;. It means you&#8217;re pushing things forward, doing things right this time, right by the web, right for the people. And you&#8217;re not quite sure what the final desination of your web 2.0ing will be (Hint: there is no final destination). You&#8217;re just trying to be valuable to somebody. Web 2.0 is not any one group of technologies or features. It is whatever makes sense and makes value for the people you affect. Web 2.0 is a vague, yet meaningful term that describes a movement, a journey. The reason there is no clear definition is that we&#8217;re not sure where we&#8217;re headed yet.</p>
<p>The most interesting things will happen without knowing exactly how they&#8217;re going to make money. Web 2.0ing should convey a sense of relinquishing control. Relinquishing control of people&#8217;s data, sure. Relinquishing control of taxonomy maybe. But most importantly, relinquishing control of your business plan. Admit that it&#8217;s difficult to predict who will use your software and how they will use it. Release it and be ready to adapt.</p>
<p>What is my problem? I don&#8217;t really have one. I&#8217;m not bashing Enterprise Ireland or the companies who presented at the event. They put on an interesting and valuable show. I have masses to learn about the business side of things and I&#8217;ll take every opportunity i can get. In one sense Web 2.0 <em>is</em> about the money. It&#8217;s a resurgence of venture capital interest in web companies. It&#8217;s not a case of they&#8217;re wrong, I&#8217;m right, or even that we disagree. I&#8217;m not trying to own the term, only give a different perspective (one that may be equally, if not more bullshitty, sorry). However slight a distinction it is though, it makes a difference to the audience at your conference and the ensuing discussion. Thursday&#8217;s event did contrast to the unconferences I&#8217;ve been at where the feeling really was &#8220;let&#8217;s push things forward&#8221;. I&#8217;d like to recreate that here in Ireland.</p>
<p>So we&#8217;ve had the Web 2.0 conference.  How about a Web 2.0ing conference?  I caught a whiff of it during <a href="http://darwinianweb.com/">Adam Green&#8217;s</a> roundtable. There are hackers out there interested in pushing things forward. I want a regular get-together focusing on them (us). If you&#8217;re in teh Valley this summer look me up. And if another TechCamp happens in September I won&#8217;t miss it this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/the-web-20-evolution/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hacking a Grazr</title>
		<link>http://eurekaman.com/19</link>
		<comments>http://eurekaman.com/19#comments</comments>
		<pubDate>Sat, 11 Mar 2006 13:12:49 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Practical]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/19</guid>
		<description><![CDATA[At the end of January, James Corbett coined the term Feed Grazer with reference to my OPod widget. Well, he&#8217;s certainly captured some people&#8217;s imagination with that phrase. Via James, comes news of Grazr.com. Their main product is still under wraps but they have released the Grazer Mini, which bears a distinct resemblance to OPod, [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of January, James Corbett <a href="http://eirepreneur.blogs.com/eirepreneur/2006/01/do_purple_cows_.html">coined the term Feed Grazer</a> with reference to my <a href="http://eurekaman.com/opod/">OPod</a> widget. Well, he&#8217;s certainly captured some people&#8217;s imagination with that phrase. Via <a href="http://eirepreneur.blogs.com/eirepreneur/2006/03/exclusive_new_f.html">James</a>, comes news of <a href="http://grazr.com">Grazr.com</a>. Their main product is still under wraps but they have released the Grazer Mini, which bears a distinct resemblance to OPod, though not quite as pretty even if I do say so myself <img src='http://eurekaman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  To make this work they&#8217;ve done what I was afraid to do: created a web service that translates any RSS or OPML url into JSON format.<br />
Nice work guys!  Can I <a href="http://eurekaman.com/opod">play</a>?</p>
<p><strong>A few updates: </strong></p>
<ul>
<li><a href="http://blog.grazr.com/index.php/2006/03/14/hacks-api-and-another-grazing-widget/">Mike says yes</a>, I can play!</li>
<li>and OPod makes <a href="http://dev.upian.com/hotlinks/archives/2006/02/07/#item51691">level #2 of Hotlinks</a>!  My life is complete <img src='http://eurekaman.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mr. Web Site&#8230;meet Mr. Clipboard</title>
		<link>http://eurekaman.com/mr-web-sitemeet-mr-clipboard</link>
		<comments>http://eurekaman.com/mr-web-sitemeet-mr-clipboard#comments</comments>
		<pubDate>Wed, 08 Mar 2006 08:55:30 +0000</pubDate>
		<dc:creator>Eureka Man</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Practical]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://eurekaman.com/mr-web-sitemeet-mr-clipboard</guid>
		<description><![CDATA[Microsoft&#8217;s Live Clipboard is great stuff.  Plus it&#8217;s not dependant on Microsoft Live at all.  Microsoft are just proposing the standard and providing a nice little desktop integration app for their Windows users.
Have a look at the screencasts.  There will definately be UI issues to be worked out.  This functionality should [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s <a href="http://spaces.msn.com/rayozzie/blog/cns!FB3017FBB9B2E142!285.entry?_c=BlogPart#trackback">Live Clipboard</a> is great stuff.  Plus it&#8217;s not dependant on Microsoft Live at all.  Microsoft are just proposing the standard and providing a nice little desktop integration app for their Windows users.<br />
Have a look at the <a href="http://spaces.msn.com/editorial/rayozzie/demo/liveclip/screencast/liveclipdemo.html">screencasts</a>.  There will definately be UI issues to be worked out.  This functionality should really live in the browser, detecting microformats and providing the grab UI.  But it&#8217;s nice that we don&#8217;t have to wait for the browsers to aggree on a standard.  Hopefully it will be easy for them to integrate post-hoc, to supplement this interface where it appears on the web, and emulate it where it doesn&#8217;t.</p>
<p>This is very important for the web as a platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://eurekaman.com/mr-web-sitemeet-mr-clipboard/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
