<?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>programcreek.com &#187; Javascript</title>
	<atom:link href="http://www.programcreek.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programcreek.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 23:20:52 +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>Enable lightbox effect for WordPress NextGen Gallery Plugin</title>
		<link>http://www.programcreek.com/2011/07/enable-lightbox-effect-for-wordpress-nextgen-gallery-plugin/</link>
		<comments>http://www.programcreek.com/2011/07/enable-lightbox-effect-for-wordpress-nextgen-gallery-plugin/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:44:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=3108</guid>
		<description><![CDATA[The Lightbox effect in NextGen Gallery is actually not working. To enable lightbox effect, there is another plugin which works for NextGen Gallery &#8211; slimbox. Just search &#8220;slimbox&#8221;, and enable this plugin. Then enable lightbox effect for under NextGen Gallery options->effects. Also to use lighbox, it&#8217;s a good idea to resize image to 800*600 by [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/07/enable-lightbox-effect-for-wordpress-nextgen-gallery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Textarea Editor Review</title>
		<link>http://www.programcreek.com/2010/01/javascript-textarea-editor-review/</link>
		<comments>http://www.programcreek.com/2010/01/javascript-textarea-editor-review/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 00:56:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Javascript Textarea Editor Review]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1269</guid>
		<description><![CDATA[The following textarea editors are testing today. 1. Fck Editor This is not free anymore. So it can not be used for our project anymore. 2. jwysiwyg. It does look simple and nice, and it works perfect under Firefox. But some buttons doesn&#8217;t work well on IE. 3. Tiny MCE. This is terrific, it&#8217;s easy [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/01/javascript-textarea-editor-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Sleep Function</title>
		<link>http://www.programcreek.com/2010/01/javascript-sleep-function/</link>
		<comments>http://www.programcreek.com/2010/01/javascript-sleep-function/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 01:31:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript sleep function]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1231</guid>
		<description><![CDATA[I want a sleep function in javascript. In Javascript, it is setTimeout(). setTimeout() &#8211; executes a code some time in the future Syntax: var t=setTimeout(&#8220;javascript statement&#8221;,milliseconds); Here is the code for a simplest example. &#60;html&#62; &#60;head&#62; &#60;script type=&#34;text/javascript&#34;&#62; function timedMsg() { var t=setTimeout(&#34;alert('5 seconds!')&#34;,5000); } &#60;/script&#62; &#60;/head&#62; &#160; &#60;body&#62; &#60;a href=&#34;#&#34; onClick=&#34;timedMsg()&#34; /&#62; &#60;/body&#62; &#60;/html&#62;]]></description>
		<wfw:commentRss>http://www.programcreek.com/2010/01/javascript-sleep-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript String Empty Check</title>
		<link>http://www.programcreek.com/2009/10/javascript-string-empty-check/</link>
		<comments>http://www.programcreek.com/2009/10/javascript-string-empty-check/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:19:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript String Empty Check]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=1040</guid>
		<description><![CDATA[What&#8217;s the best way to check for an empty string in Javascript? If you just want to check whether there&#8217;s any value, you can do if&#40;!parameter&#41;&#123; //if id is empty, do something &#125; Here is an example using JQuery to select an element with id name of id. if&#40;!$&#40;&#34;#id&#34;&#41;.val&#40;&#41;&#41;&#123; //if id is empty //be careful [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2009/10/javascript-string-empty-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

