<?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>Re:morse.nl &#187; Javascript</title>
	<atom:link href="http://remorse.nl/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://remorse.nl</link>
	<description>All things digital</description>
	<lastBuildDate>Thu, 25 Mar 2010 13:47:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>FULL DOM image onload trigger with loader! (imagetrigger.js)</title>
		<link>http://remorse.nl/2009/06/full-dom-image-onload-trigger-with-loader-imagetriggerjs/</link>
		<comments>http://remorse.nl/2009/06/full-dom-image-onload-trigger-with-loader-imagetriggerjs/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:02:05 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://remorse.nl/?p=231</guid>
		<description><![CDATA[Sometimes we just want to display the website if all the images are loaded. Or do something when a few<a href="http://remorse.nl/2009/06/full-dom-image-onload-trigger-with-loader-imagetriggerjs/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2009/06/full-dom-image-onload-trigger-with-loader-imagetriggerjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onload image handling width and height with javascript</title>
		<link>http://remorse.nl/2009/06/onload-image-handling-width-and-height-with-javascript/</link>
		<comments>http://remorse.nl/2009/06/onload-image-handling-width-and-height-with-javascript/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:12:34 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://remorse.nl/?p=40</guid>
		<description><![CDATA[Scenario: Sometimes u have an image tag in youre html file that is VERY big, and u want to read<a href="http://remorse.nl/2009/06/onload-image-handling-width-and-height-with-javascript/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2009/06/onload-image-handling-width-and-height-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript script timer (see what the execution time is)</title>
		<link>http://remorse.nl/2008/07/javascript_script_timer_see_what_the_execution_time_is/</link>
		<comments>http://remorse.nl/2008/07/javascript_script_timer_see_what_the_execution_time_is/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 20:13:56 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/javascript_script_timer_see_what_the_execution_time_is/</guid>
		<description><![CDATA[The title of this post says it all. I made a MINI script timer object that counts how long a<a href="http://remorse.nl/2008/07/javascript_script_timer_see_what_the_execution_time_is/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/07/javascript_script_timer_see_what_the_execution_time_is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript debugging (print_r/var_dump in javascript like PHP)</title>
		<link>http://remorse.nl/2008/07/javascript_debugging_print_rvar_dump_in_javascript_like_php/</link>
		<comments>http://remorse.nl/2008/07/javascript_debugging_print_rvar_dump_in_javascript_like_php/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 13:22:22 +0000</pubDate>
		<dc:creator>Marco S.</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/javascript_debugging_print_rvar_dump_in_javascript_like_php/</guid>
		<description><![CDATA[In javascript there is no function for printing variables like you have PHP, I use print_r and var_dump alot in<a href="http://remorse.nl/2008/07/javascript_debugging_print_rvar_dump_in_javascript_like_php/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/07/javascript_debugging_print_rvar_dump_in_javascript_like_php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Scriptaculous beforestart (onstart) and afterfinish (onfinish) events for effects</title>
		<link>http://remorse.nl/2008/06/scriptaculous_beforestart_onstart_and_afterfinish_onfinish_events_for_effects/</link>
		<comments>http://remorse.nl/2008/06/scriptaculous_beforestart_onstart_and_afterfinish_onfinish_events_for_effects/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 11:13:03 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PrototypeJS]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/scriptaculous_beforestart_onstart_and_afterfinish_onfinish_events_for_effects/</guid>
		<description><![CDATA[I searched the web ALOT of times to see if there is an event/property or function in scriptaculous to see<a href="http://remorse.nl/2008/06/scriptaculous_beforestart_onstart_and_afterfinish_onfinish_events_for_effects/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/06/scriptaculous_beforestart_onstart_and_afterfinish_onfinish_events_for_effects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get the mouse(cursor) position relative to an element with prototype</title>
		<link>http://remorse.nl/2008/06/get_the_mousecursor_position_relative_to_an_element_with_prototype/</link>
		<comments>http://remorse.nl/2008/06/get_the_mousecursor_position_relative_to_an_element_with_prototype/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:59:16 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Position]]></category>
		<category><![CDATA[PrototypeJS]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/get_the_mousecursor_position_relative_to_an_element_with_prototype/</guid>
		<description><![CDATA[In the tutorial &#8220;Mouse coordinates (absolute position) with prototype&#8221; i have show u how to get the mouse position. But<a href="http://remorse.nl/2008/06/get_the_mousecursor_position_relative_to_an_element_with_prototype/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/06/get_the_mousecursor_position_relative_to_an_element_with_prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use easy selecting html elements ($(&#8216;elementID&#8217;).property) without prototype framework</title>
		<link>http://remorse.nl/2008/06/use_easy_selecting_html_elements_elementidproperty_without_prototype_framework/</link>
		<comments>http://remorse.nl/2008/06/use_easy_selecting_html_elements_elementidproperty_without_prototype_framework/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:02:07 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PrototypeJS]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/use_easy_selecting_html_elements_elementidproperty_without_prototype_framework/</guid>
		<description><![CDATA[Some people ONLY use the prototype javascript framework for JUST selecting elements with $(&#8216;elementID&#8217;)! This is totally unnecessary because you<a href="http://remorse.nl/2008/06/use_easy_selecting_html_elements_elementidproperty_without_prototype_framework/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/06/use_easy_selecting_html_elements_elementidproperty_without_prototype_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping javascript (extending standard javascript functionality)</title>
		<link>http://remorse.nl/2008/06/prototyping_javascript_extending_standard_javascript_functionality/</link>
		<comments>http://remorse.nl/2008/06/prototyping_javascript_extending_standard_javascript_functionality/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 12:45:02 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Prototyping]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/prototyping_javascript_extending_standard_javascript_functionality/</guid>
		<description><![CDATA[Sometimes you just want to extend javascript with some &#8220;home made&#8221; functionality. Prototyping (this has NOTHING to do with prototypejs<a href="http://remorse.nl/2008/06/prototyping_javascript_extending_standard_javascript_functionality/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/06/prototyping_javascript_extending_standard_javascript_functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouse coordinates (absolute position) with prototype</title>
		<link>http://remorse.nl/2008/06/mouse_coordinates_with_prototype/</link>
		<comments>http://remorse.nl/2008/06/mouse_coordinates_with_prototype/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 15:13:55 +0000</pubDate>
		<dc:creator>Martijn van de Sande</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Position]]></category>
		<category><![CDATA[PrototypeJS]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/mouse_coordinates_with_prototype/</guid>
		<description><![CDATA[Tutorial on how to get the mouse coordinates with prototype. Download mouse coordinates sample code I have seen a lot<a href="http://remorse.nl/2008/06/mouse_coordinates_with_prototype/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2008/06/mouse_coordinates_with_prototype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Retrieving a self defined attribute with Javascript</title>
		<link>http://remorse.nl/2007/08/retrieving_a_self_defined_attribute_with_javascript/</link>
		<comments>http://remorse.nl/2007/08/retrieving_a_self_defined_attribute_with_javascript/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 00:14:23 +0000</pubDate>
		<dc:creator>Paul H.</dc:creator>
				<category><![CDATA[entry]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://remorse.nl/weblog/retrieving_a_self_defined_attribute_with_javascript/</guid>
		<description><![CDATA[In some rare cases you might want to add a self defined attribute to an element. This can be handy<a href="http://remorse.nl/2007/08/retrieving_a_self_defined_attribute_with_javascript/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://remorse.nl/2007/08/retrieving_a_self_defined_attribute_with_javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

