<?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>Cool Javascript examples - Krazytech</title>
	<atom:link href="https://krazytech.com/tag/cool-javascript-examples/feed" rel="self" type="application/rss+xml" />
	<link>http://sh054.global.temp.domains/~krazyliv/krazytech/tag/cool-javascript-examples</link>
	<description>A Technology Base</description>
	<lastBuildDate>Tue, 04 Apr 2023 11:13:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://krazytech.com/wp-content/uploads/2017/02/krazytech-k-150x150.jpg</url>
	<title>Cool Javascript examples - Krazytech</title>
	<link>http://sh054.global.temp.domains/~krazyliv/krazytech/tag/cool-javascript-examples</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">11562945</site>	<item>
		<title>Introduction to AngularJS with a simple example</title>
		<link>https://krazytech.com/programs/introduction-to-angularjs?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introduction-to-angularjs</link>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Tue, 04 Feb 2020 17:48:00 +0000</pubDate>
				<category><![CDATA[ANGULARJS]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<category><![CDATA[How to kick start your web development]]></category>
		<category><![CDATA[Learn AngularJS Step By Step with Examples]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=5741</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/programs/introduction-to-angularjs">Introduction to AngularJS with a simple example</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>Many of you might be wondering what is AngularJS and where AngularJS is used. This is an open-source framework for browser-based (client-side) applications, maintained by Google. So without worrying much, let&#8217;s learn what this framework is all about and the scope of AngularJS. What is AngularJS? AngularJS is a structural Javascript framework used for dynamic&#8230;&#160;<a href="https://krazytech.com/programs/introduction-to-angularjs" rel="bookmark">Read More &#187;<span class="screen-reader-text">Introduction to AngularJS with a simple example</span></a></p>
<p>The post <a href="https://krazytech.com/programs/introduction-to-angularjs">Introduction to AngularJS with a simple example</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5741</post-id>	</item>
		<item>
		<title>JavaScript to Find the Position of Left Most Vowel</title>
		<link>https://krazytech.com/programs/find-the-position-of-left-most-vowel?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-the-position-of-left-most-vowel</link>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Mon, 22 Oct 2018 15:01:00 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<category><![CDATA[How to kick start your web development]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1947</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/programs/find-the-position-of-left-most-vowel">JavaScript to Find the Position of Left Most Vowel</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>An HTML code which takes a string as input and finds the position of the left most vowel in a given string using javascript function.</p>
<p>The post <a href="https://krazytech.com/programs/find-the-position-of-left-most-vowel">JavaScript to Find the Position of Left Most Vowel</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1947</post-id>	</item>
		<item>
		<title>Javascript to generate squares of 1 to n numbers</title>
		<link>https://krazytech.com/programs/javascript-to-display-square-of-n-numbers?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javascript-to-display-square-of-n-numbers</link>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Thu, 30 Aug 2018 08:52:00 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<category><![CDATA[How to kick start your web development]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1892</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/programs/javascript-to-display-square-of-n-numbers">Javascript to generate squares of 1 to n numbers</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>To develop and demonstrate an  XHTML file which reads a number 'n' and displays squares of 1 to 'n' numbers using Javascript.</p>
<p>The post <a href="https://krazytech.com/programs/javascript-to-display-square-of-n-numbers">Javascript to generate squares of 1 to n numbers</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1892</post-id>	</item>
		<item>
		<title>Javascript to reverse a given number</title>
		<link>https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-html-code-to-reverse-a-given-number-using-javascript</link>
					<comments>https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript#comments</comments>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Thu, 19 Jul 2018 14:55:00 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<category><![CDATA[How to kick start your web development]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1974</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript">Javascript to reverse a given number</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>This program uses a&#160;Javascript to reverse a given number. This is also known as the implementation of a palindrome. The program is quite simple. It asks you to enter a number and reverses the same for you. You can refer to the images for inputs and outputs. &#160; We have explained two different methods to&#8230;&#160;<a href="https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript" rel="bookmark">Read More &#187;<span class="screen-reader-text">Javascript to reverse a given number</span></a></p>
<p>The post <a href="https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript">Javascript to reverse a given number</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
					<wfw:commentRss>https://krazytech.com/programs/an-html-code-to-reverse-a-given-number-using-javascript/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1974</post-id>	</item>
		<item>
		<title>How to Generate Fibonacci Numbers In Javascript</title>
		<link>https://krazytech.com/programs/fibonacci-numbers-in-javascript?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fibonacci-numbers-in-javascript</link>
					<comments>https://krazytech.com/programs/fibonacci-numbers-in-javascript#comments</comments>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Mon, 09 Jul 2018 00:22:00 +0000</pubDate>
				<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[PROGRAMS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<category><![CDATA[How to kick start your web development]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=1882</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/programs/fibonacci-numbers-in-javascript">How to Generate Fibonacci Numbers In Javascript</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>This program explains how to generate Fibonacci numbers in Javascript. The javascript is embedded in HTML code. You can refer to the input and output images attached. Input: A numberOutput: Fibonacci numbers series for the entered number fibonacci.html Other Programs: Input: Output: How to execute this script? Please let me know if you encounter any problems.</p>
<p>The post <a href="https://krazytech.com/programs/fibonacci-numbers-in-javascript">How to Generate Fibonacci Numbers In Javascript</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
					<wfw:commentRss>https://krazytech.com/programs/fibonacci-numbers-in-javascript/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1882</post-id>	</item>
		<item>
		<title>Ajax Technology</title>
		<link>https://krazytech.com/technical-papers/ajax-technology?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ajax-technology</link>
		
		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Fri, 27 Nov 2015 05:20:57 +0000</pubDate>
				<category><![CDATA[COMPUTER SCIENCE ENGINEERING]]></category>
		<category><![CDATA[GENERAL TECHNICAL PAPERS]]></category>
		<category><![CDATA[TECHNICAL PAPERS]]></category>
		<category><![CDATA[Cool Javascript examples]]></category>
		<category><![CDATA[developing web applications]]></category>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=456</guid>

					<description><![CDATA[<p><a href="https://krazytech.com/technical-papers/ajax-technology">Ajax Technology</a> - by <a href="https://krazytech.com/author/admin">Ravi Bandakkanavar</a></p>
<p>AJAX stands for Asynchronous JavaScript and XML. This technology was introduced first by Microsoft  back in 1999, and had been known as DHTML / JavaScript web application with remote calls. AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications.</p>
<p>The post <a href="https://krazytech.com/technical-papers/ajax-technology">Ajax Technology</a> appeared first on <a href="https://krazytech.com">Krazytech</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">456</post-id>	</item>
	</channel>
</rss>
