<?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>Client-side interaction &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/client-side-interaction/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Fri, 21 Sep 2012 10:54:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>client-side vs server-side</title>
		<link>https://www.searchenginegenie.com/programming-blog/client-side-vs-server-side/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/client-side-vs-server-side/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Wed, 16 Apr 2008 10:26:00 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Client-side interaction]]></category>
		<category><![CDATA[Server-side interaction]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/client-side-vs-server-side/</guid>

					<description><![CDATA[client-side interaction We will get an immediate response to our interaction (once the program code has been downloaded) As no information is transferred from the browser, this service is more safe and sound . Dependent on the user who is using a particular browser and/or plug-in on their computer This will have an effect on [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3><strong>client-side interaction </strong></h3>
<ul type="disc">
<li class="MsoNormal">We will get an immediate response      to our interaction (once the program code has been downloaded)</li>
<li class="MsoNormal">As no information is transferred      from the browser, this service is more safe and sound .</li>
<li class="MsoNormal">Dependent on the user who is      using a particular browser and/or plug-in on their computer</li>
<li class="MsoNormal">This will have an effect on the      processing speed of the user&#8217;s computer</li>
</ul>
<h3><strong>server-side interaction </strong></h3>
<ul type="disc">
<li class="MsoNormal">Since the program and the related      resources are not downloaded to the browser, complex processes are frequently      more efficient.</li>
<li class="MsoNormal">there are security fear while      sending sensitive information</li>
<li class="MsoNormal">does not rely on the user      having specific browser or plug-in</li>
<li class="MsoNormal">affected by the processing      speed of the host server</li>
</ul>
<p>How the user connects to the internet affects both forms of interaction. For client-side scripting, the connection type affects the time it takes program code to be downloaded. For server-side processing, it affects the time taken for information to be sent to the server and the response downloaded.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/client-side-vs-server-side/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-08-24 12:31:24 by W3 Total Cache
-->