<?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>Tips n Tracks</title>
	<atom:link href="http://www.tipsntracks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:58:26 +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>Learning JavaScript tutorial – JavaScript break, continue and Labels</title>
		<link>http://www.tipsntracks.com/407/learning-javascript-tutorial-javascript-break-continue-and-labels.html</link>
		<comments>http://www.tipsntracks.com/407/learning-javascript-tutorial-javascript-break-continue-and-labels.html#comments</comments>
		<pubDate>Mon, 16 Jan 2012 17:27:00 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=407</guid>
		<description><![CDATA[Learning JavaScript tutorial – JavaScript break, continue and Labels JavaScript break statement JavaScript break is a loop control statement. Break statements are commonly found inside the loop body; break helps us to control the execution of a loop. JavaScript Break statement (break keyword) may be used to break the flow and exits out of the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/407/learning-javascript-tutorial-javascript-break-continue-and-labels.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Business &#8211; an idea which can deliver a wealth!</title>
		<link>http://www.tipsntracks.com/397/online-business-an-idea-which-can-deliver-a-wealth.html</link>
		<comments>http://www.tipsntracks.com/397/online-business-an-idea-which-can-deliver-a-wealth.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 18:10:41 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=397</guid>
		<description><![CDATA[Online Business &#8211; an idea which can deliver a wealth! Today, we are living in a global village. This is because of the internet&#8230; internet is not other than a network of networks which allows us to get in touch with each other in a fraction of second. Internet acts as a house of information [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/397/online-business-an-idea-which-can-deliver-a-wealth.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial – JavaScript for (loop) Statement</title>
		<link>http://www.tipsntracks.com/393/learning-javascript-tutorial-javascript-for-loop-statement.html</link>
		<comments>http://www.tipsntracks.com/393/learning-javascript-tutorial-javascript-for-loop-statement.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 15:18:26 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=393</guid>
		<description><![CDATA[Learning JavaScript tutorial – JavaScript for (loop) Statement JavaScript for loop is on of the most commonly used loop statement which provides a looping construct that is often more convenient than the while loop statement. JavaScript for loop statement allows you to repeat a section of code a certain number of times; changing values of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/393/learning-javascript-tutorial-javascript-for-loop-statement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial – JavaScript while(loop), do&#8230;while(Loop) statement</title>
		<link>http://www.tipsntracks.com/385/learning-javascript-tutorial-javascript-while-loop-do-while-loop-statement.html</link>
		<comments>http://www.tipsntracks.com/385/learning-javascript-tutorial-javascript-while-loop-do-while-loop-statement.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 10:51:50 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=385</guid>
		<description><![CDATA[Learning JavaScript tutorial – JavaScript while(loop), do&#8230;while(Loop) statement JavaScript while statement In JavaScript, while loop statement allows us to perform some action on a piece of code till the condition is satisfied or true. The JavaScript while loop statement check condition at the start of the execution of the loop. If the expression evaluates to [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/385/learning-javascript-tutorial-javascript-while-loop-do-while-loop-statement.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review &#8211; C.J. Date&#8217;s SQL and Relational Theory Master Class</title>
		<link>http://www.tipsntracks.com/375/review-c-j-dates-sql-and-relational-theory-master-class.html</link>
		<comments>http://www.tipsntracks.com/375/review-c-j-dates-sql-and-relational-theory-master-class.html#comments</comments>
		<pubDate>Mon, 24 Jan 2011 18:45:56 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=375</guid>
		<description><![CDATA[Review &#8211; C.J. Date&#8217;s SQL and Relational Theory Master Class- How to Write Accurate SQL Code Simple and Clean presentation. I really appreciate the way he has used to introduce complex sql logic in the simpler way. To start with this video you must have the basic understanding of SQL. In this tutorial we start [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/375/review-c-j-dates-sql-and-relational-theory-master-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I can Hibernate Windows XP</title>
		<link>http://www.tipsntracks.com/372/how-i-can-hibernate-windows-xp.html</link>
		<comments>http://www.tipsntracks.com/372/how-i-can-hibernate-windows-xp.html#comments</comments>
		<pubDate>Sun, 02 Jan 2011 18:30:14 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=372</guid>
		<description><![CDATA[How I can Hibernate Windows XP Hibernate (Hibernation) is a feature of Windows XP operating systems where the contents and programs that were running on the OS keep as it is, while Windows XP goes to the state of inactivity. When your Windows XP hibernates, it stores whatever it has in memory (the contents of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/372/how-i-can-hibernate-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; Understanding JavaScript Variable Types</title>
		<link>http://www.tipsntracks.com/369/learning-javascript-tutorial-understanding-javascript-variable-types.html</link>
		<comments>http://www.tipsntracks.com/369/learning-javascript-tutorial-understanding-javascript-variable-types.html#comments</comments>
		<pubDate>Thu, 21 Oct 2010 04:54:37 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=369</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; Understanding JavaScript Variable Types JavaScript Variable is the best mean of storing the data (value). The JavaScript is a loosely typed programming languages and do not need to define the type of a variable while defining it. The main advantage of JavaScript Variable is that it can held any kind of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/369/learning-javascript-tutorial-understanding-javascript-variable-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript with Statement</title>
		<link>http://www.tipsntracks.com/361/learning-javascript-tutorial-javascript-with-statement.html</link>
		<comments>http://www.tipsntracks.com/361/learning-javascript-tutorial-javascript-with-statement.html#comments</comments>
		<pubDate>Tue, 04 May 2010 05:16:44 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=361</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript with Statement JavaScript offer lots of verity whiling dealing with the statements. Along with the flow control and loop control statements JavaScript supports object-related &#34;with statements&#34;. With statement allows using a shorthand notation when referring objects and deals with the object scope chain. with &#40;object&#41; &#123; &#160; statement&#40;s&#41;; &#125; Let [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/361/learning-javascript-tutorial-javascript-with-statement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript switch Statement</title>
		<link>http://www.tipsntracks.com/357/learning-javascript-tutorial-javascript-switch-statement.html</link>
		<comments>http://www.tipsntracks.com/357/learning-javascript-tutorial-javascript-switch-statement.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 06:52:23 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=357</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript switch Statement JavaScript switch statement control the flow of program execution via a multiway branch. When we need execute a statement block depending on the value of a single variable; JavaScript switch Statement is the best alternative to JavaScript if Condition Statement to it handles the situation more efficiently than [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/357/learning-javascript-tutorial-javascript-switch-statement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript if, if else and else if Condition Statement</title>
		<link>http://www.tipsntracks.com/354/learning-javascript-tutorial-javascript-if-if-else-and-else-if-condition-statement.html</link>
		<comments>http://www.tipsntracks.com/354/learning-javascript-tutorial-javascript-if-if-else-and-else-if-condition-statement.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:21:56 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=354</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript if, if else and else if Condition Statement Decision making based on different computations or perform actions depending on a programmer-specified condition is one of the features of the JavaScript language. JavaScript if Condition Statement JavaScript if Condition Statements are used to perform different actions (make decisions) based on different [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/354/learning-javascript-tutorial-javascript-if-if-else-and-else-if-condition-statement.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Statements</title>
		<link>http://www.tipsntracks.com/352/learning-javascript-tutorial-javascript-statements.html</link>
		<comments>http://www.tipsntracks.com/352/learning-javascript-tutorial-javascript-statements.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 23:59:10 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=352</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Statements A JavaScript program is simply a sequence of one or more JavaScript statements. JavaScript Statements is used to define the logic to make something happen. A statement can be used to declare a variable and assign a value. A statement can also be a function call, i.e. document.write(). JavaScript [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/352/learning-javascript-tutorial-javascript-statements.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Operator Precedence and Associativity</title>
		<link>http://www.tipsntracks.com/345/learning-javascript-tutorial-javascript-operator-precedence-and-associativity.html</link>
		<comments>http://www.tipsntracks.com/345/learning-javascript-tutorial-javascript-operator-precedence-and-associativity.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 21:17:31 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=345</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Operator Precedence and Associativity Deciding on moving to a new web hosting company is pretty hard since there are a lot to choose from. Reading the editorial reviews always pays off. In our last article &#34;Learning JavaScript tutorial – JavaScript Expressions and Operators&#34;, we take a look at JavaScript Operators. [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/345/learning-javascript-tutorial-javascript-operator-precedence-and-associativity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with System.DateTime &#8211; Date and Time String Formatting with C#</title>
		<link>http://www.tipsntracks.com/343/working-with-system-datetime-date-and-time-string-formatting-with-c-sharp.html</link>
		<comments>http://www.tipsntracks.com/343/working-with-system-datetime-date-and-time-string-formatting-with-c-sharp.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:42:13 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=343</guid>
		<description><![CDATA[Working with System.DateTime &#8211; Date and Time String Formatting with C# Software Development with C# needs to work with dates and times. To work efficiently with Date and Time .NET has the System.DateTime (DateTime) namespace to help us. You can use DateTime to get DateTime values, generate new DateTime values and format DateTime values (parse [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/343/working-with-system-datetime-date-and-time-string-formatting-with-c-sharp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Expressions and Operators</title>
		<link>http://www.tipsntracks.com/341/learning-javascript-tutorial-javascript-expressions-and-operators.html</link>
		<comments>http://www.tipsntracks.com/341/learning-javascript-tutorial-javascript-expressions-and-operators.html#comments</comments>
		<pubDate>Sun, 04 Apr 2010 06:33:01 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=341</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Expressions and Operators If you&#8217;re having problems with server load, maybe you should consider getting one of those dedicated servers. JavaScript Expressions and Operators are very similar with most popular programming languages like C, C++, or Java. In this chapter we take an overview of the basic building blocks of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/341/learning-javascript-tutorial-javascript-expressions-and-operators.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Reserved KeyWords</title>
		<link>http://www.tipsntracks.com/338/learning-javascript-tutorial-javascript-reserved-keywords.html</link>
		<comments>http://www.tipsntracks.com/338/learning-javascript-tutorial-javascript-reserved-keywords.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:02:29 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=338</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Reserved KeyWords JavaScript Reserved KeyWords are part of the JavaScript language syntax. JavaScript Reserved KeyWords has special meanings and used to instruct JavaScript interpreter to perform a specific pre define task. JavaScript has some reserved keywords which can not be used as an identifier. Using JavaScript Reserved KeyWords as an [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/338/learning-javascript-tutorial-javascript-reserved-keywords.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Variables</title>
		<link>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html</link>
		<comments>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 07:02:22 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=335</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Variables JavaScript Variables are the main building blocks of JavaScript Scripting language. JavaScript Variables are used for storing (contains) the data (value) and manipulate that data in your programs. Every JavaScript variable has a name, called its &#8216;identifier&#8217; and optional data called &#8216;Literals&#8217;. JavaScript Variables are declared using JavaScript &#8216;var&#8217; [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Literals and Identifiers</title>
		<link>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html</link>
		<comments>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:00:58 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Literals and Identifiers JavaScript Literals JavaScript Literals are the notation for representing a fixed data value that appears directly in a JavaScript program. JavaScript Literals helps us to assign values (initialize) to various JavaScript Data Types and Variables; such as integers, floating-point numbers, strings, and Booleans; enumerated Data Types and [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Comments</title>
		<link>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html</link>
		<comments>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:38:59 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=332</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Comments JavaScript Comments allows us to add remarks and a well written explanation about the working of JavaScript code. JavaScript Comments make the code more readable, understandable for future reference. Commenting your JavaScript code makes it easier for others to understand. To increase re-usability of a JavaScript code be, sure [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; Lexical Structure and Statements</title>
		<link>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html</link>
		<comments>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:20:09 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=330</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; Lexical Structure and Statements Getting cheap web hosting doesn&#8217;t mean the services are also cheap. Sometimes web hosting companies are just offering competitive prices for their awesome services. A JavaScript statement is a command to a web browser to perform specific task define (program written) by the user. JavaScript Statements are [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; First Look at Client-Side JavaScript</title>
		<link>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html</link>
		<comments>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:04:24 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=328</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; First Look at Client-Side JavaScript As we seen in our first article &#34;Learning JavaScript &#8211; an introduction with JavaScript&#34;, JavaScript is mostly used as a client-side scripting language. With Client-side JavaScript, we are able to interpreter with the Document Object Model (DOM) of a web browser. On Client-Side, JavaScript add interactive [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

