<?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>ABCoder &#187; Core JavaScript</title>
	<atom:link href="http://abcoder.com/topics/javascript/core_javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Maintain reference to popup window over page refresh or redirect in Javascript (solved)</title>
		<link>http://abcoder.com/javascript/maintain-reference-to-popup-window-over-page-refresh-or-redirect-in-javascript-solved/</link>
		<comments>http://abcoder.com/javascript/maintain-reference-to-popup-window-over-page-refresh-or-redirect-in-javascript-solved/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 00:42:32 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[maintain]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[retain]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=736</guid>
		<description><![CDATA[How to retrieve child window reference after refresh? At first thought it is not doable. But you can do it actually in a tricky way though!]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/maintain-reference-to-popup-window-over-page-refresh-or-redirect-in-javascript-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 fix for select box over absolute positioned element</title>
		<link>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element/</link>
		<comments>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:07:36 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[drop down menu]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[ul]]></category>
		<category><![CDATA[windowed element]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=129</guid>
		<description><![CDATA[The detailed instruction with css and jquery code for drop down menu over select box - fix for ie6.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/ie6-fix-for-select-box-over-absolute-positioned-element/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE6 png alpha transparency fix for dynamically loaded images via ajax</title>
		<link>http://abcoder.com/javascript/ie6-png-alpha-transparency-fix-for-dynamically-loaded-images-via-ajax/</link>
		<comments>http://abcoder.com/javascript/ie6-png-alpha-transparency-fix-for-dynamically-loaded-images-via-ajax/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:13:55 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax loading]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[dynamic image]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[iepngfix]]></category>
		<category><![CDATA[iepngfix.htc]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=66</guid>
		<description><![CDATA[Simple javascript and jQuery code for fixing the alpha transparency problem of png image on Internet explorer 6. iepngfix.htc does not work for dynamic images loaded via ajax call. But this simple code works great for dynamically loaded images.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/ie6-png-alpha-transparency-fix-for-dynamically-loaded-images-via-ajax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Dreamweaver Spry validation with jQuery ajax form plugin</title>
		<link>http://abcoder.com/javascript/using-dreamweaver-spry-validation-with-jquery-ajax-form-plugin/</link>
		<comments>http://abcoder.com/javascript/using-dreamweaver-spry-validation-with-jquery-ajax-form-plugin/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:30:26 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax form submit]]></category>
		<category><![CDATA[ajax submit]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=60</guid>
		<description><![CDATA[A simple function for using Spry form validation of Dreamweaver with jQuery ajax form submit plugin. Just put this 3 lines of code in the "beforeSubmit" parameter of $.ajaxForm and that's all!]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/using-dreamweaver-spry-validation-with-jquery-ajax-form-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gmail uploader clone with drag drop feature : Free Download with source code</title>
		<link>http://abcoder.com/javascript/gmail-uploader-clone-with-drag-drop-feature-free-download-with-source-code/</link>
		<comments>http://abcoder.com/javascript/gmail-uploader-clone-with-drag-drop-feature-free-download-with-source-code/#comments</comments>
		<pubDate>Wed, 13 May 2009 16:12:19 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ajax form submit]]></category>
		<category><![CDATA[ajax image uploader]]></category>
		<category><![CDATA[ajax submit]]></category>
		<category><![CDATA[ajax uploader]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[drag drop]]></category>
		<category><![CDATA[dynamic file uploader]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[gmail file uploader]]></category>
		<category><![CDATA[gmail like image file uploader]]></category>
		<category><![CDATA[gmail uploader]]></category>
		<category><![CDATA[Uploader]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=31</guid>
		<description><![CDATA[Gmail file uploader clone with drag drop feature using jQuery. Download full working source code in a single zip file for free.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/gmail-uploader-clone-with-drag-drop-feature-free-download-with-source-code/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>A better process to find maximum z-index within a page</title>
		<link>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/</link>
		<comments>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:13:39 +0000</pubDate>
		<dc:creator>rahen</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[get maximum z-index of a div]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[max z-index]]></category>
		<category><![CDATA[maximum z-index of a div]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[z-index]]></category>
		<category><![CDATA[zIndex]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=28</guid>
		<description><![CDATA[A jQuery approach to find the maximum z-index of an element in DOM. You'll find it helpful and handy for your complex javascript application when you need to handle the absolute positioned message windows layers or similar cases.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/a-better-process-to-find-maximum-z-index-within-a-page/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to get currently logged on windows username in PHP and Javascript</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/</link>
		<comments>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:51:56 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get currently logged on windows username]]></category>
		<category><![CDATA[get user]]></category>
		<category><![CDATA[get windows user name using javascript]]></category>
		<category><![CDATA[pull username]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[VBscript]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows system variable]]></category>
		<category><![CDATA[windows username]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=23</guid>
		<description><![CDATA[Get current windows username in php and javascript! Is that possible?]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Flickr Uploader Clone: Free Download with source code</title>
		<link>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/</link>
		<comments>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 18:13:44 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr Uploader]]></category>
		<category><![CDATA[Javascript uploader with progress bar]]></category>
		<category><![CDATA[Uploader]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=18</guid>
		<description><![CDATA[Flickr Uploader clone for free using javascript and flash. PHP is used for server side. Download if for completely free in one zip file.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Javascript timer &#8211; advanced features, simple to use</title>
		<link>http://abcoder.com/javascript/core_javascript/javascript_timer/</link>
		<comments>http://abcoder.com/javascript/core_javascript/javascript_timer/#comments</comments>
		<pubDate>Tue, 20 May 2008 12:49:38 +0000</pubDate>
		<dc:creator>zp bappi</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[advanved timer]]></category>
		<category><![CDATA[callback]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[multiple callback]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=9</guid>
		<description><![CDATA[javascript is the core of rich UI development and ajax driven website. i enjoy doing ...]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/core_javascript/javascript_timer/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

