<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet
	type="text/xsl"
	href="http://blog.monstuff.com/rss2html.xslt"
	media="screen"
	?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://blog.monstuff.com/">
<title>Curiosity is bliss</title>
<link>http://blog.monstuff.com/</link>
<description>Julien Couvreur&apos;s programming blog and more</description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-05-04T17:17:15-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.65" />
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/1.0/" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://blog.monstuff.com/archives/000317.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000337.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000336.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000335.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000333.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://blog.monstuff.com/archives/000317.html">
<title>TextWidget: a text-based UI control</title>
<link>http://blog.monstuff.com/archives/000317.html</link>
<description>After reading Bret Victor&apos;s excellent essay on information design in software, entitled Magic Ink, I started implementing a re-usable javascript version of the text control which he advocates. Here is the TextWidget demo. The screenshots below illustrate his original control, which consists mainly of text in natural language. A simple interaction model to manipulate the information: some words can be clicked and doing so changes the sentence or edit some values. This control represents its state in a readable sentence at all times. This is much more efficient, compact and brain-friendly than common configuration dialogs (think of the recurring meeting...</description>
<dc:subject>Projects</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2008-05-04T17:17:15-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000337.html">
<title>Google - Single Page Results</title>
<link>http://blog.monstuff.com/archives/000337.html</link>
<description> This script lets you scroll down the search results without having to turn pages, in using infinite scrolling. Instructions: Install the &quot;Google - Single Page Results&quot; script (requires Greasemonkey for Firefox) Search for something on Google Scroll down the page Continue scrolling down the page Repeat step 4 as much as you need ;-) This is a variation on the &quot;Flickr - Single Page Results&quot; I wrote yesterday....</description>
<dc:subject>Greasemonkey</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2008-04-17T10:01:02-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000336.html">
<title>Flickr - Single Page Results</title>
<link>http://blog.monstuff.com/archives/000336.html</link>
<description>Install the &quot;Flickr - Single Page Results&quot; script (requires Greasemonkey for Firefox) Search for something on Flickr Scroll down the page Continue scrolling down the page Repeat step 4 as much as you need ;-) Beware, this is rather hypnotic and makes Flickr really addictive. Recently, I have been fishing for images from Flickr to include in my blog posts. And it is clear that turning pages gets in the way. Luckily, there is an &quot;endless scrolling&quot; AJAX technique. Live.com tried it for its image results, instead of chunking them. It was discussed on the Humanized blog and implemented in...</description>
<dc:subject>Greasemonkey</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2008-04-16T22:04:07-08:00</dc:date>
</item>


</rdf:RDF>