<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Difference between server side and client side</title>
	<atom:link href="http://www.tutorials007.com/difference-between-server-side-and-client-side/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/</link>
	<description>Free and easy photoshop, flash, asp, php, css and other tutorials...</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: unknown</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-13364</link>
		<dc:creator>unknown</dc:creator>
		<pubDate>Thu, 12 Nov 2009 00:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-13364</guid>
		<description>&quot;For CLIENT SIDE: JSP,VBSCRIPT is used.&quot; 
I think this should be
&quot;For CLIENT SIDE: Javascript,VBSCRIPT is used.&quot;
Because JSP is also server side language</description>
		<content:encoded><![CDATA[<p>&#8220;For CLIENT SIDE: JSP,VBSCRIPT is used.&#8221;<br />
I think this should be<br />
&#8220;For CLIENT SIDE: Javascript,VBSCRIPT is used.&#8221;<br />
Because JSP is also server side language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kshitij s. nirmaley</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-13257</link>
		<dc:creator>kshitij s. nirmaley</dc:creator>
		<pubDate>Sat, 07 Nov 2009 08:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-13257</guid>
		<description>and gives you the error. client side prevent the user to insert the wrong input.</description>
		<content:encoded><![CDATA[<p>and gives you the error. client side prevent the user to insert the wrong input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kshitij s. nirmaley</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-13256</link>
		<dc:creator>kshitij s. nirmaley</dc:creator>
		<pubDate>Sat, 07 Nov 2009 08:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-13256</guid>
		<description>The server gets the request from the client side. All the processing is completed on the server side and that particular request the response sent by the server. Means for every request there should be a response and every response there should be a request.
For the server side there are various languages used e.g. PHP,ASP,ASP.NET etc. etc.
For CLIENT SIDE: JSP,VBSCRIPT is used.
Both the client side and server side languages are very important to develop websites. 

When server gets the request he execute the code and transfer the code in to the HTML(HYPERTEXT MARKUP LANGUAGE) format.The server side code is not visible to every one.
e.g. login form: you enter the username and password. the code is executed to the server and send you to another page. but you did not fill up the value in the password and click on enter this code execute on the client side.</description>
		<content:encoded><![CDATA[<p>The server gets the request from the client side. All the processing is completed on the server side and that particular request the response sent by the server. Means for every request there should be a response and every response there should be a request.<br />
For the server side there are various languages used e.g. PHP,ASP,ASP.NET etc. etc.<br />
For CLIENT SIDE: JSP,VBSCRIPT is used.<br />
Both the client side and server side languages are very important to develop websites. </p>
<p>When server gets the request he execute the code and transfer the code in to the HTML(HYPERTEXT MARKUP LANGUAGE) format.The server side code is not visible to every one.<br />
e.g. login form: you enter the username and password. the code is executed to the server and send you to another page. but you did not fill up the value in the password and click on enter this code execute on the client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhkirat</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-12896</link>
		<dc:creator>Prabhkirat</dc:creator>
		<pubDate>Tue, 06 Oct 2009 05:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-12896</guid>
		<description>It is nota  satisfactory Answer I guess</description>
		<content:encoded><![CDATA[<p>It is nota  satisfactory Answer I guess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kshitij S. Nirmaley</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-11037</link>
		<dc:creator>kshitij S. Nirmaley</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-11037</guid>
		<description>In the simpliest form I have answer about client side and server side. A.Server side:- The server side means all the code and processing is done on the server.e.g. PHP, ASP,ASP.net
B. Client Side :- menas the code which will display or process on the users browser It is called Client Side. Mostly JavaScript and VBScript are used for the client side. Mostly validations are done to the client side. That means whenever user insert a value the value will be check to the client side because the server must store the correct and accurate values. If this processing is done on the server it will take a lots of time to process. i.e. each time user insert a wrong value the page goes to the server all the value check and again inform the user that insert the right value. so Client side help the user to save the time. But for the web developer you must care of both the scripts client side scripting and server side scripting. I think this will help you to develop a web site.
 further queries are always welcome.email id: k_nirmaley@yahoo.co.in 
take care... bye bye
Kshitij S. Nirmaley 
(Technology Specialist and WEB DEVELOPER,INDIA )</description>
		<content:encoded><![CDATA[<p>In the simpliest form I have answer about client side and server side. A.Server side:- The server side means all the code and processing is done on the server.e.g. PHP, ASP,ASP.net<br />
B. Client Side :- menas the code which will display or process on the users browser It is called Client Side. Mostly JavaScript and VBScript are used for the client side. Mostly validations are done to the client side. That means whenever user insert a value the value will be check to the client side because the server must store the correct and accurate values. If this processing is done on the server it will take a lots of time to process. i.e. each time user insert a wrong value the page goes to the server all the value check and again inform the user that insert the right value. so Client side help the user to save the time. But for the web developer you must care of both the scripts client side scripting and server side scripting. I think this will help you to develop a web site.<br />
 further queries are always welcome.email id: <a href="mailto:k_nirmaley@yahoo.co.in">k_nirmaley@yahoo.co.in</a><br />
take care&#8230; bye bye<br />
Kshitij S. Nirmaley<br />
(Technology Specialist and WEB DEVELOPER,INDIA )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaveen</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-10385</link>
		<dc:creator>shaveen</dc:creator>
		<pubDate>Wed, 10 Jun 2009 12:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-10385</guid>
		<description>Thanks a lot......................</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popeto.NS</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-9217</link>
		<dc:creator>popeto.NS</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-9217</guid>
		<description>so client-side using javascript and server-side use php, is it true?</description>
		<content:encoded><![CDATA[<p>so client-side using javascript and server-side use php, is it true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kia</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-6609</link>
		<dc:creator>kia</dc:creator>
		<pubDate>Tue, 25 Nov 2008 20:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-6609</guid>
		<description>hi everyone!
honestly im still confused about the difference btw server-side and client server.
i red many tutorials but still nothing, what i end up undrestanding is that,in the  server-side (php) the code is not visible like in the html case, and the client server the code is visible to anyone.:(
i m just lost...
any help? for more details....i will be so thanksful...</description>
		<content:encoded><![CDATA[<p>hi everyone!<br />
honestly im still confused about the difference btw server-side and client server.<br />
i red many tutorials but still nothing, what i end up undrestanding is that,in the  server-side (php) the code is not visible like in the html case, and the client server the code is visible to anyone.:(<br />
i m just lost&#8230;<br />
any help? for more details&#8230;.i will be so thanksful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tutorials007</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-39</link>
		<dc:creator>tutorials007</dc:creator>
		<pubDate>Tue, 08 Jan 2008 20:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-39</guid>
		<description>thanks bro!</description>
		<content:encoded><![CDATA[<p>thanks bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: music</title>
		<link>http://www.tutorials007.com/difference-between-server-side-and-client-side/comment-page-1/#comment-38</link>
		<dc:creator>music</dc:creator>
		<pubDate>Tue, 08 Jan 2008 20:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorials007.com/index.php/difference-between-server-side-and-client-side/#comment-38</guid>
		<description>very interesting. 
i&#039;m adding in RSS Reader</description>
		<content:encoded><![CDATA[<p>very interesting.<br />
i&#8217;m adding in RSS Reader</p>
]]></content:encoded>
	</item>
</channel>
</rss>
