<?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>Vivek&#039;s Blog &#187; javascript</title>
	<atom:link href="http://www.khokhar.info/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khokhar.info</link>
	<description>Opensource, Coding, Products and Life</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows Media Player Events</title>
		<link>http://www.khokhar.info/2007/04/09/windows-media-player-events/</link>
		<comments>http://www.khokhar.info/2007/04/09/windows-media-player-events/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 06:13:31 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/04/09/windows-media-player-events/</guid>
		<description><![CDATA[Value     State     Description 0     Undefined         Windows Media Player is in an undefined state. 1     Stopped            Playback of the current media item is stopped. 2     Paused             Playback of the current media item is paused. When a media item is                     [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/04/09/windows-media-player-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOM Select : Setting Onchange cross browser way</title>
		<link>http://www.khokhar.info/2006/11/16/dom-select-setting-onchange-cross-browser-way/</link>
		<comments>http://www.khokhar.info/2006/11/16/dom-select-setting-onchange-cross-browser-way/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 12:05:55 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://khokhar.info/2006/11/16/dom-select-setting-onchange-cross-browser-way/</guid>
		<description><![CDATA[This is how you set event handler that works.. for all [code] selColumn.onchange = "func()"; var onChangeHandler = new Function(selColumn.onchange); if (selColumn.addEventListener) { selColumn.addEventListener('change', onChangeHandler, false ); } else if (selColumn.attachEvent) { selColumn.attachEvent('onchange', onChangeHandler); } [/code]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2006/11/16/dom-select-setting-onchange-cross-browser-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Fake window</title>
		<link>http://www.khokhar.info/2006/03/03/javascript-fake-window/</link>
		<comments>http://www.khokhar.info/2006/03/03/javascript-fake-window/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 03:48:27 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://khokhar.info/?p=3</guid>
		<description><![CDATA[Javascript window.open returns an object that points to the newly open window. this is how you can make fake window objects to fool some page reloads : Function dummyWindow will return a Window object whose reload doesn&#8217;t do anything function _location(){ this.reload=_reload; function _reload(){ return; } } function dummyWindow(){ this.location = new _location(); } Its [...]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2006/03/03/javascript-fake-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
