<?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>Christoph Peter &#187; javascript</title>
	<atom:link href="http://www.chrillo.info/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrillo.info</link>
	<description>code and ideas</description>
	<lastBuildDate>Mon, 22 Feb 2010 15:51:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-RC1</generator>
		<item>
		<title>calculating the number of days between two dates</title>
		<link>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/</link>
		<comments>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 16:17:05 +0000</pubDate>
		<dc:creator>Christoph Peter</dc:creator>
				<category><![CDATA[Tech Questions]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.chrillo.info/?p=201</guid>
		<description><![CDATA[for a recent project I had to figure out how many days are between a given start and end date. My first very poor attempt was to split the dates and then get the monthes and then add up the days for each month. Very poor on performance. The easy solution: most modern programming languages [...]]]></description>
		<wfw:commentRss>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>how to start a scriptaculous drag with code</title>
		<link>http://www.chrillo.info/2008/08/02/how-to-start-a-scriptaculous-drag-with-code/</link>
		<comments>http://www.chrillo.info/2008/08/02/how-to-start-a-scriptaculous-drag-with-code/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 15:47:28 +0000</pubDate>
		<dc:creator>Christoph Peter</dc:creator>
				<category><![CDATA[Tech Questions]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[initDrag]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://www.chrillo.info/?p=76</guid>
		<description><![CDATA[Usually a scriptaculous draggable will only start the drag if you click on it. As I was adding drag and drop functionality to a web based filebrowser I actually wanted to start the drag of an other object when the user clicked on a file and dragged it. So the user clicks on a file [...]]]></description>
		<wfw:commentRss>http://www.chrillo.info/2008/08/02/how-to-start-a-scriptaculous-drag-with-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Anchors and GET variables</title>
		<link>http://www.chrillo.info/2008/02/18/using-anchors-and-get-variables/</link>
		<comments>http://www.chrillo.info/2008/02/18/using-anchors-and-get-variables/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 15:25:51 +0000</pubDate>
		<dc:creator>Christoph Peter</dc:creator>
				<category><![CDATA[Tech Questions]]></category>
		<category><![CDATA[Anchor]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scrollTo]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.chrillo.info/2008/02/18/using-anchors-and-get-variables/</guid>
		<description><![CDATA[Well in general it is impossible to use them both. So http://www.yourdomain.com/yourpage.php?get=fubar#anchor1 is not going to work in most browsers, so we want to forget about that. I solved this problem with a little javascript workaround and an additional GET varibale. So step one is that your links would have to include a get variable [...]]]></description>
		<wfw:commentRss>http://www.chrillo.info/2008/02/18/using-anchors-and-get-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
