<?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>ANIL KUMAR PANIGRAHI &#039;s Blog &#187; JavaScript</title>
	<atom:link href="http://www.anil2u.info/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anil2u.info</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 18:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to build virtual keyboard for your web application</title>
		<link>http://www.anil2u.info/2011/09/how-to-build-virtual-keyboard-for-your-web-application/</link>
		<comments>http://www.anil2u.info/2011/09/how-to-build-virtual-keyboard-for-your-web-application/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 12:47:37 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[How to build virtual keyboard for your web application]]></category>
		<category><![CDATA[virtual keyboard]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=931</guid>
		<description><![CDATA[Hi, In this post i am goig to explain about How to build virtual keyboard for your web application using google api. I got an request from users how to type hindi words in the web page. By using this code we can easily build the application your own language. ( Google support few languages [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/09/how-to-build-virtual-keyboard-for-your-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convert feeds to html using javascript and php</title>
		<link>http://www.anil2u.info/2011/09/how-to-convert-feeds-to-html-using-javascript-and-php/</link>
		<comments>http://www.anil2u.info/2011/09/how-to-convert-feeds-to-html-using-javascript-and-php/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 03:08:41 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[conversion to html]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[how to convert feeds to html using javascript and php]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=889</guid>
		<description><![CDATA[Hi friends, in this post i am going to explain about how to convert feeds to html using javascript and php. Just provide feed url and get the list of entries and description from the feeds. In my previous post explained about steps to implement and hosting your website in google app engine for free.I [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/09/how-to-convert-feeds-to-html-using-javascript-and-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple JavaScript validation for dates</title>
		<link>http://www.anil2u.info/2011/09/simple-javascript-validation-for-dates/</link>
		<comments>http://www.anil2u.info/2011/09/simple-javascript-validation-for-dates/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 03:34:49 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[Simple JavaScript validation for dates]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=883</guid>
		<description><![CDATA[In this post i would like to explain about Simple JavaScript date validation.  We can  check dates with individual drop down boxes for day, month and year. In the validation part we have to check with first year , next  month and next day. In this we may not get the correct validations. For this below function [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/09/simple-javascript-validation-for-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to implement and hosting your website in google app engine for free</title>
		<link>http://www.anil2u.info/2011/08/steps-to-implement-and-hosting-your-website-in-google-app-engine-for-free/</link>
		<comments>http://www.anil2u.info/2011/08/steps-to-implement-and-hosting-your-website-in-google-app-engine-for-free/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:52:48 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Simple CSS Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[free hosting]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mobile websites]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=864</guid>
		<description><![CDATA[Hi, In this post i am going to explain simple steps to implement and hosting your website in google app engine for free. There are many hosting servers hostgator,godaddy … etc. But we have to pay amount them for hosting space.Google is providing a free hosting space with 1 GB daily bandwidth. It will be [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/08/steps-to-implement-and-hosting-your-website-in-google-app-engine-for-free/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to add or remove file fields using jquery</title>
		<link>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/</link>
		<comments>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 12:57:24 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[add or remove file fields]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[file fields]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=852</guid>
		<description><![CDATA[In this post i am going to explain about how to add or remove file fields using jquery and upload using php code. In my previous code Multiple Upload files using php and javascript explained using simple javascript code. Now i will explain using jquery and with less code to implement. Javascript code: &#160; 1234567891011121314151617&#160; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Header Examples</title>
		<link>http://www.anil2u.info/2011/04/examples-for-php-headers-301302404/</link>
		<comments>http://www.anil2u.info/2011/04/examples-for-php-headers-301302404/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 18:07:53 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Simple CSS Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[302]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[503]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php headers]]></category>
		<category><![CDATA[redirection]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=799</guid>
		<description><![CDATA[Hi friends, In this post i would like to share my knoweldge about redirection , 404 ( Page not found error message) ,service not avialable(503), CSS , Javascript , For the images and application type ( PDF ,&#8230;). For above requirements we can use php headers to solve the issues. 1) 301 moved permanently (redirect): [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/04/examples-for-php-headers-301302404/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Captcha and reCaptcha options for web forms using javascript</title>
		<link>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/</link>
		<comments>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 08:52:46 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[reCaptcha options]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=770</guid>
		<description><![CDATA[Hi friends, This is a simple code to build a captcha code with recaptcha options with simple javascript and PHP code. Now a days SPAM messages are increasing. To stop the SPAM and validating the forms with using this simple captcha code. This post explains how to build a simple captcha using javascript, php with [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to request a cross domain ajax with in the js file</title>
		<link>http://www.anil2u.info/2010/11/how-to-request-a-cross-domain-ajax-with-in-the-js-file/</link>
		<comments>http://www.anil2u.info/2010/11/how-to-request-a-cross-domain-ajax-with-in-the-js-file/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 16:26:34 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=723</guid>
		<description><![CDATA[Hi friends, In this post i going to explain about the how to cross domain ajax request with in the js (JavaScript) file. If we request for a same domain file then we can directly call the file. Javascriot Code 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849&#60;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#62; var xmlHttp = false; function requestAjax&#40;&#41; &#123; xmlHttp=GetXmlHttpObject&#40;&#41; if &#40;xmlHttp==null&#41; &#123; &#160;alert [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/11/how-to-request-a-cross-domain-ajax-with-in-the-js-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Multiple Upload files using php and javascript</title>
		<link>http://www.anil2u.info/2010/11/multiple-upload-files-using-php-and-javascript/</link>
		<comments>http://www.anil2u.info/2010/11/multiple-upload-files-using-php-and-javascript/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 14:31:40 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[How to upload multiple files using javascript and php]]></category>
		<category><![CDATA[javaacirpt]]></category>
		<category><![CDATA[multiple upload]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=720</guid>
		<description><![CDATA[Hi Friends, in this post i would like to explain about multiple upload files using javascript and php code. We can find the complete code of javascript, HTML and PHP code. Javascript : 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061&#60;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#62; var codeinputs = 0; function addColorControl&#40;&#41;&#123; &#160; &#160; &#160; &#160; var table = document.getElementById&#40;'multi_cons'&#41;; &#160; &#160; &#160; &#160; var [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/11/multiple-upload-files-using-php-and-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to include external js,css files with javascript</title>
		<link>http://www.anil2u.info/2010/09/how-to-include-external-jscss-files-with-javascript/</link>
		<comments>http://www.anil2u.info/2010/09/how-to-include-external-jscss-files-with-javascript/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 06:21:35 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[css files with javascript]]></category>
		<category><![CDATA[external css]]></category>
		<category><![CDATA[external js]]></category>
		<category><![CDATA[How to include external js]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=694</guid>
		<description><![CDATA[This post explains about how to include external javascript files and styles sheets using javascript. The following functions to include external javascript files and css(style sheet) files in a one javascript file. &#160; JavaScript Function 123456789101112131415function loadjscssfile&#40;filename, filetype&#41;&#123; &#160;if &#40;filetype==&#34;js&#34;&#41;&#123; //if filename is a external JavaScript file &#160; var fileref=document.createElement&#40;'script'&#41; &#160; fileref.setAttribute&#40;&#34;type&#34;,&#34;text/javascript&#34;&#41; &#160; fileref.setAttribute&#40;&#34;src&#34;, filename&#41; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/09/how-to-include-external-jscss-files-with-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

