<?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>Varun on the Web &#187; Tutorials</title>
	<atom:link href="http://varunkrish.com/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Sun, 04 Jul 2010 15:20:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recommended XHTML and CSS Practices</title>
		<link>http://varunkrish.com/css-best-practices.html</link>
		<comments>http://varunkrish.com/css-best-practices.html#comments</comments>
		<pubDate>Wed, 30 May 2007 07:47:27 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://varunkrish.com/css-best-practices.html</guid>
		<description><![CDATA[1.Divitis , Classitis, Tagitis
Please think twice before adding a tag to the page.
Bad code

&#160;
&#60;div id=&#34;header&#34;&#62;
&#160;
&#60;div class=&#34;headerTop&#34;&#62;
&#60;h2 class=&#34;headerTxt&#34;&#62;Site Name&#60;/h2&#62;
&#60;/div&#62;
&#160;
&#60;div class=&#34;headerTagline&#34;&#62;
&#60;span class=&#34;tagline&#34;&#62;tagline&#60;/span&#62;
&#60;/div&#62;
&#160;
&#60;/div&#62;

Better Way

&#160;
&#60;div id=&#34;header&#34;&#62;
&#60;h2&#62;Site Name&#60;/h2&#62;
&#60;span class=&#34;tagline&#34;&#62;tagline&#60;/span&#62;
&#60;/div&#62;

2.Tables are okay for tabular data
I see some times that web developers are so passionate about divs and table less designs that they try to fake a table using divs (I was [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/css-best-practices.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SEO in 2007</title>
		<link>http://varunkrish.com/seo-in-2007.html</link>
		<comments>http://varunkrish.com/seo-in-2007.html#comments</comments>
		<pubDate>Fri, 24 Nov 2006 06:29:49 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[search+engine+optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://varunkrish.com/seo-in-2007.html</guid>
		<description><![CDATA[How are Search engines going to work in 2007 ?
Things might not change much , but just get the basics right.

Quality of links matters ,not quantity &#8211; this has been there since the beginning but from now on more importance will be given to quality of links
Avoid 302 Redirects completely &#8211; Matt Cutts had pointed [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/seo-in-2007.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Build and Deploy WAR file using Java alone</title>
		<link>http://varunkrish.com/build-and-deploy-war-file-using-java-alone.html</link>
		<comments>http://varunkrish.com/build-and-deploy-war-file-using-java-alone.html#comments</comments>
		<pubDate>Thu, 14 Sep 2006 06:51:16 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://varunkrish.com/build-and-deploy-war-file-using-java-alone.html</guid>
		<description><![CDATA[Today I needed to test a bunch of code which is given here
The article talks about using Dojo and JSON for AJAX applications.
There is a sample application available on the site for the article.Its a zip file when extracted
has the following structure.

web

actions
example1.jsp
example2.jsp
example3.jsp
index.jsp
js
WEB-INF
welcome.jsp.html


java
README.txt
build.xml

Now i need to build a WAR ( Web Archive ) for deployment on [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/build-and-deploy-war-file-using-java-alone.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Apache,XAMPP and IIS work together</title>
		<link>http://varunkrish.com/making-apachexampp-and-iis-work-together.html</link>
		<comments>http://varunkrish.com/making-apachexampp-and-iis-work-together.html#comments</comments>
		<pubDate>Wed, 23 Aug 2006 03:39:21 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://varunkrish.com/making-apachexampp-and-iis-work-together.html</guid>
		<description><![CDATA[I have setup XAMPP at work. It comes with Apache 2, MySQL, phpMyAdmin and a whole bunch of stuff.
The Apache resides at
http://localhost (port:80)
I installed  Microsoft Visual Studio Express Edition and also setup IIS via Windows Control Panel as I wanted to try MSSQL Server Express Edition .
Now after installing IIS, Apache Refused to start.
[code [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/making-apachexampp-and-iis-work-together.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WinCvs getting started with the free CVS tool</title>
		<link>http://varunkrish.com/wincvs-getting-started-with-the-free-cvs-tool.html</link>
		<comments>http://varunkrish.com/wincvs-getting-started-with-the-free-cvs-tool.html#comments</comments>
		<pubDate>Sun, 30 Jul 2006 09:46:11 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[sourcesafe]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wincvs]]></category>

		<guid isPermaLink="false">http://varunkrish.com/wincvs-getting-started-with-the-free-cvs-tool.html</guid>
		<description><![CDATA[WinCvs is a free source code version control tool .. CVS is usefull for any damn project be it 10 files or 10000 files.. In this post i will try to explain how to start using wincvs and thereby bring CVS into your project.. Please bear with me for sometime until i post the tut [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/wincvs-getting-started-with-the-free-cvs-tool.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forms and CSS</title>
		<link>http://varunkrish.com/forms-and-css.html</link>
		<comments>http://varunkrish.com/forms-and-css.html#comments</comments>
		<pubDate>Tue, 18 Jul 2006 18:16:44 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web-2.0]]></category>

		<guid isPermaLink="false">http://varunkrish.com/forms-and-css.html</guid>
		<description><![CDATA[Building a form like this using tables is easy ..  scroll down and see the source code &#8230; no table no td no tr &#8230; just plain CSS..
CSS is real fun to play with and powerfull too

[code lang="CSS"]
body{
background-color:#fff;
font-family:Arial;
}
#frmAddress{
background-color:#fee9bd;
padding:0px;
margin:0px;
border:1px solid #FFCC66;
width:50%;
}
#frmAddress h1{
font-size:20px;
background-color:#fff8db;
padding:0px;
margin :0px;
}
.frmin{
width:150px;
background-color:#fff8db;
margin-top:2px;
margin-bottom:4px;
}
label{
background-color:#fff8db;
border:1px solid #ccc;
float: left;
width: 120px;
margin:3px;
padding:3px;
font: bold normal 13px Arial, Helvetica, sans-serif;
}
br{
clear:left;
}
[/code]
[code lang="HTML"]
 @import [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/forms-and-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial part 2</title>
		<link>http://varunkrish.com/asp-tutorial-part-2.html</link>
		<comments>http://varunkrish.com/asp-tutorial-part-2.html#comments</comments>
		<pubDate>Fri, 27 Jan 2006 10:06:24 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[Asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[study]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/01/27/asp-tutorial-part-2/</guid>
		<description><![CDATA[Last time round we stopped with just on printing output with asp.It means that you can print HTML tags and HTML content using ASP the same way PHP or JSP does.
Now we will see some commonly used variable declarations and loop constructs in ASP.
Variables
People who have worked in Visual Basic will have come accross the [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/asp-tutorial-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial part 1</title>
		<link>http://varunkrish.com/asp-tutorial-part-1.html</link>
		<comments>http://varunkrish.com/asp-tutorial-part-1.html#comments</comments>
		<pubDate>Sun, 22 Jan 2006 11:10:43 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/01/22/asp-tutorial-part-1/</guid>
		<description><![CDATA[I was learning asp and figuring out how to do simple things in the now almost obsolete language.
But i heard the knowledge of asp helps you work in the Microsoft Technologies like ASP.NET etc.
Lets get started rite now.If you have worked on PHP you will be knowing  tags.
Similarly in asp the ASP tags are [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/asp-tutorial-part-1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
