<?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>TechArtifact &#187; Jquery</title>
	<atom:link href="http://www.techartifact.com/blogs/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Techie blog</description>
	<lastBuildDate>Sat, 03 Jul 2010 08:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Introduction of Javascript IDE- APTANA</title>
		<link>http://www.techartifact.com/blogs/2009/08/introduction-of-javascript-ide-aptana.html</link>
		<comments>http://www.techartifact.com/blogs/2009/08/introduction-of-javascript-ide-aptana.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 12:52:18 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Javascript debugger]]></category>
		<category><![CDATA[Javascript IDE]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=840</guid>
		<description><![CDATA[Coding in JavaScript is always cumbersome.Programmer always find difficult debugging in JavaScript.There is one IDE which help javascript programmer.That is Aptana Studio. Aptana Studio is an open source integrated development environment (IDE) for building Ajax web applications. It includes support for JavaScript, HTML, DOM, and CSS with code-completion, outlining, JavaScript debugging, error and warning notification [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/08/introduction-of-javascript-ide-aptana.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Amazing List of Jquery Resources</title>
		<link>http://www.techartifact.com/blogs/2009/08/amazing-list-of-jquery-resources.html</link>
		<comments>http://www.techartifact.com/blogs/2009/08/amazing-list-of-jquery-resources.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 11:11:37 +0000</pubDate>
		<dc:creator>Ankit Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=805</guid>
		<description><![CDATA[I am writing this post as an extension to my previous post 10 most Useful resources for jQuery across the web which got an overwhelming response from the people. I recently found out some more good links. Also including the links which some readers on the previous post suggested. So here are the additional new [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/08/amazing-list-of-jquery-resources.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HeadStart of java script</title>
		<link>http://www.techartifact.com/blogs/2009/07/headstart-of-java-script.html</link>
		<comments>http://www.techartifact.com/blogs/2009/07/headstart-of-java-script.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:55:14 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[email validation in javascript]]></category>
		<category><![CDATA[random number generartion]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=779</guid>
		<description><![CDATA[I am trying to learn javascript.there is some more exmaple, which can help for beginner in java script.In this first exmaple.We are creating an Html page.In this we are writing a funtion named RandomNumber which will generate random number.I am taking sine from it and take the absolute value. This will get a number between [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/07/headstart-of-java-script.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple form Using ExtJs</title>
		<link>http://www.techartifact.com/blogs/2009/07/simple-form-using-extjs.html</link>
		<comments>http://www.techartifact.com/blogs/2009/07/simple-form-using-extjs.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:56:11 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[form using extjs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Simple form Using ExtJs]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=760</guid>
		<description><![CDATA[Extjs is mainly used for UI design.Today I will create a simple form using this.And I will explain code also. So that any beginner can understand easily. Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var bd = Ext.getBody(); var simple = new Ext.FormPanel({ labelWidth: 85, frame:true, title: 'Vinay Form', bodyStyle:'padding:10px 10px 0', width: 450, defaults: {width: 250}, [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/07/simple-form-using-extjs.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is Ext-Js(Extended JavaScript)</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-ext-jsextended-javascript.html</link>
		<comments>http://www.techartifact.com/blogs/2009/06/what-is-ext-jsextended-javascript.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:46:43 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[What is Ext-Js(Extended JavaScript)]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=713</guid>
		<description><![CDATA[Ext-JS is a open source JavaScript library for building interactive web applications[2] using techniques such as AJAX, DHTML and DOM scripting.It is easy to use,rich user interface and more it can be a desktop application. It includes: • High performance, customizable UI widgets • Well designed and extensible Component model • An intuitive, easy to [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/06/what-is-ext-jsextended-javascript.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 most Useful resources for jQuery across the web</title>
		<link>http://www.techartifact.com/blogs/2009/06/10-most-usefull-resources-jquery.html</link>
		<comments>http://www.techartifact.com/blogs/2009/06/10-most-usefull-resources-jquery.html#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:04:43 +0000</pubDate>
		<dc:creator>Ankit Goyal</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=688</guid>
		<description><![CDATA[While skimming the internet and searching for good learning resources for jQuery i found amazing links which can help anybody using or learning jQuery. Below are the 10 very useful resource&#8217;s list. I hope it will be helpful to others. Let&#8217;s start of with the link which can give us head start to our jQuery [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/06/10-most-usefull-resources-jquery.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What is Jquery</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-jquery.html</link>
		<comments>http://www.techartifact.com/blogs/2009/06/what-is-jquery.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 06:19:24 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[What is Jquery]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-jquery.html</guid>
		<description><![CDATA[jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. jQuery is an amazing JavaScript library that makes it easy to create wonderful web effects in just a few lines of code. jQuery is a new type of Javascript library. It is not a huge, bloated framework promising the best in AJAX [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/06/what-is-jquery.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
