<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Personal Journal of Henrik Hansen</title>
	<atom:link href="http://pjhh.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pjhh.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 19 Jan 2010 08:36:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pjhh.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Personal Journal of Henrik Hansen</title>
		<link>http://pjhh.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pjhh.wordpress.com/osd.xml" title="Personal Journal of Henrik Hansen" />
	<atom:link rel='hub' href='http://pjhh.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Making use of Element.getUntil</title>
		<link>http://pjhh.wordpress.com/2010/01/18/making-use-of-element-getuntil/</link>
		<comments>http://pjhh.wordpress.com/2010/01/18/making-use-of-element-getuntil/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:55:19 +0000</pubDate>
		<dc:creator>Henrikh</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://pjhh.wordpress.com/?p=22</guid>
		<description><![CDATA[Ryan Florence made a blog post two days ago about implementing jQuery&#8217;s getUntil in MooTools. He did a fantastic job, but he concluded the post saying that there are not many real uses of getUntil. That might be true, but I decided to implement one practical example! It&#8217;s a range select. Like those you normally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pjhh.wordpress.com&amp;blog=9660110&amp;post=22&amp;subd=pjhh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://ryanflorence.com/">Ryan Florence</a> made a blog post two days ago about <a href="http://ryanflorence.com/jquery-1-4s-new-until-methods-caught-my-eye-introducing-element-getuntil/">implementing jQuery&#8217;s getUntil in MooTools</a>. He did a fantastic job, but he concluded the post saying that there are not many real uses of getUntil.</p>
<p><span id="more-22"></span></p>
<p>That might be true, but I decided to implement one practical example! It&#8217;s a range select. Like those you normally see in filebrowsers. Clicking an element and then shift clicking another will also select all elements in between. With getUntil, this is easy!</p>
<p>I needed to alter the getUntil code, because it acted in an awkward way. It returned elements, even if it didn&#8217;t find a match, but after fixing that, it was easy to make the range selection.</p>
<p>Now (thanks for reminding me Macha) I don&#8217;t actually use shift, instead I use control, the reason is that shift will also select the text since the last click. Just a minor problem, but control avoids that.</p>
<p>The example can be found in <a href="http://mootools.net/shell/XuyZT/">MooShell XuyZT</a>. and the <a href="http://github.com/henrikh/Element.GetUntil/commit/276ae129037777b9b98d3e1f619fab3eca6a6896">commit</a> is on <a href="http://github.com/henrikh/Element.GetUntil">my fork</a>.</p>
<p>Also, as an extra bonus I&#8217;m using event delegation, omg fancy. Thanks to Ryan for the inspiration <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pjhh.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pjhh.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pjhh.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pjhh.wordpress.com&amp;blog=9660110&amp;post=22&amp;subd=pjhh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pjhh.wordpress.com/2010/01/18/making-use-of-element-getuntil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b324785af0a823da5c821bb5b976140?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Henrikh</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction</title>
		<link>http://pjhh.wordpress.com/2009/09/26/inroduction/</link>
		<comments>http://pjhh.wordpress.com/2009/09/26/inroduction/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:08:35 +0000</pubDate>
		<dc:creator>Henrikh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pjhh.wordpress.com/?p=3</guid>
		<description><![CDATA[Hello, my name is Henrik Hansen. I&#8217;ve made this blog so I can write about some of the thoughts I have while I&#8217;m working with one of my favorite hobbies: programming. It&#8217;s mostly going to be about web development, but I&#8217;ll mix in a few other interesting topics when I feel like it. It is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pjhh.wordpress.com&amp;blog=9660110&amp;post=3&amp;subd=pjhh&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello, my name is Henrik Hansen.</p>
<p>I&#8217;ve made this blog so I can write about some of the thoughts I have while I&#8217;m working with one of my favorite hobbies: programming. It&#8217;s mostly going to be about web development, but I&#8217;ll mix in a few other interesting topics when I feel like it.</p>
<p>It is of course very important to commute a little, therefore I post some links to relevant social networks:</p>
<ul>
<li><a href="http://github.com/henrikb4">My Github Account</a> &#8211; Fork my stuff</li>
<li><a href="http://delicious.com/henrikb4">Delicious</a> &#8211; Save my bookmarks</li>
<li><a href="http://twitter.com/henrikb4">Twitter</a> &#8211; Tweet my tweets</li>
</ul>
<p>So, yeah, that was it, for now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pjhh.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pjhh.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pjhh.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pjhh.wordpress.com&amp;blog=9660110&amp;post=3&amp;subd=pjhh&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pjhh.wordpress.com/2009/09/26/inroduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b324785af0a823da5c821bb5b976140?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Henrikh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
