<?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: A band-aid for browsers</title>
	<atom:link href="http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/</link>
	<description>Working together for standards</description>
	<lastBuildDate>Wed, 27 Mar 2013 12:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Romina Miersch</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58164</link>
		<dc:creator>Romina Miersch</dc:creator>
		<pubDate>Fri, 22 Jun 2007 22:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58164</guid>
		<description>Hello  Rafael, I think  Ajax is actually a family of technologies that have been available for years. The means to make requests to the server using only JavaScript were built into Internet Explorer 5.5, but the possibilities of the technology were overlooked. The techniques were rediscovered and used, notably to excellent effect…

This means that when you send a request, you wait for the response to come back, but are free to do other things while you wait. The response probably won’t come back immediately, so you set up a function that will wait for the response to be sent back by the server, and react to it once that happens.

JavaScript is used to make a request to the server. Once the response is returned by the server, you will generally use some more JavaScript to modify the current page’s document object model in some way to show the user that the submission went through successfully. 

The data that you receive back from the server will often be packaged up as a snippet of XML, so that it can be easily processed with JavaScript. This data can be anything you want, and as long as you want. 

There’s nothing really new about what is happening here. We’re requesting a file (which will often be a server-side script, coded in something like PHP), and receiving a page as the response. This is how the web works already — the only difference is that now we can make these requests from JavaScript.</description>
		<content:encoded><![CDATA[<p>Hello  Rafael, I think  Ajax is actually a family of technologies that have been available for years. The means to make requests to the server using only JavaScript were built into Internet Explorer 5.5, but the possibilities of the technology were overlooked. The techniques were rediscovered and used, notably to excellent effect…</p>
<p>This means that when you send a request, you wait for the response to come back, but are free to do other things while you wait. The response probably won’t come back immediately, so you set up a function that will wait for the response to be sent back by the server, and react to it once that happens.</p>
<p>JavaScript is used to make a request to the server. Once the response is returned by the server, you will generally use some more JavaScript to modify the current page’s document object model in some way to show the user that the submission went through successfully. </p>
<p>The data that you receive back from the server will often be packaged up as a snippet of XML, so that it can be easily processed with JavaScript. This data can be anything you want, and as long as you want. </p>
<p>There’s nothing really new about what is happening here. We’re requesting a file (which will often be a server-side script, coded in something like PHP), and receiving a page as the response. This is how the web works already — the only difference is that now we can make these requests from JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58153</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 21 Jun 2007 10:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58153</guid>
		<description>Javascript respectively Ajax is an absolute must for the Next-Generation Web Application Development. Anyone should thus enable Javascript. That&#039;s my opinion!</description>
		<content:encoded><![CDATA[<p>Javascript respectively Ajax is an absolute must for the Next-Generation Web Application Development. Anyone should thus enable Javascript. That&#8217;s my opinion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58143</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Tue, 19 Jun 2007 20:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58143</guid>
		<description>I agree with Andy, but there is a development to web 2.0 standard. Java is a simple way to solve problems to build websites.</description>
		<content:encoded><![CDATA[<p>I agree with Andy, but there is a development to web 2.0 standard. Java is a simple way to solve problems to build websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58122</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Sat, 16 Jun 2007 22:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58122</guid>
		<description>I’ am just a rookie in Java-script, but it has a lot of options to use it for websites than people know.</description>
		<content:encoded><![CDATA[<p>I’ am just a rookie in Java-script, but it has a lot of options to use it for websites than people know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romina Miersch</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58118</link>
		<dc:creator>Romina Miersch</dc:creator>
		<pubDate>Sat, 16 Jun 2007 01:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58118</guid>
		<description>Hallo Mr.Koops... I’ve run into the same thing with marketing agencies who provide web design services. Most I’ve seen tend to concern themselves with how quickly a job can be done and less with the quality of the site altogether, whether in the design or in the code. Many business, whether on the client side or the provider side have a lot to think about when running a business. What I try to get across when talking to people about standards is that it’s really so much simpler than they think, and it can even be much faster than they imagine in the long run to put out the mumbled up messes they were putting out pre-standards.</description>
		<content:encoded><![CDATA[<p>Hallo Mr.Koops&#8230; I’ve run into the same thing with marketing agencies who provide web design services. Most I’ve seen tend to concern themselves with how quickly a job can be done and less with the quality of the site altogether, whether in the design or in the code. Many business, whether on the client side or the provider side have a lot to think about when running a business. What I try to get across when talking to people about standards is that it’s really so much simpler than they think, and it can even be much faster than they imagine in the long run to put out the mumbled up messes they were putting out pre-standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Koops</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58115</link>
		<dc:creator>Andreas Koops</dc:creator>
		<pubDate>Fri, 15 Jun 2007 15:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58115</guid>
		<description>This is an interesting discussion. I&#039;m a big friend of &quot;In a nutshell, make it small, flexible and standards-based.&quot; We have always problems to create an consistent code for all browsers. Where ist the next Band-Aid for browsers?</description>
		<content:encoded><![CDATA[<p>This is an interesting discussion. I&#8217;m a big friend of &#8220;In a nutshell, make it small, flexible and standards-based.&#8221; We have always problems to create an consistent code for all browsers. Where ist the next Band-Aid for browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann Climes</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58114</link>
		<dc:creator>Ann Climes</dc:creator>
		<pubDate>Fri, 15 Jun 2007 12:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58114</guid>
		<description>Thanks for this really interesting post. It appears really helpful for me. I would like to ask you if I could translate it and include it in our page, also with link to your page. Alternatively I would like to put link to your page on my section with interesting articles. If it would be possible to put this link on my page please email me. One more time thanks for really great article. Greetings</description>
		<content:encoded><![CDATA[<p>Thanks for this really interesting post. It appears really helpful for me. I would like to ask you if I could translate it and include it in our page, also with link to your page. Alternatively I would like to put link to your page on my section with interesting articles. If it would be possible to put this link on my page please email me. One more time thanks for really great article. Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Beckmann</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58103</link>
		<dc:creator>Rolf Beckmann</dc:creator>
		<pubDate>Thu, 14 Jun 2007 15:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58103</guid>
		<description>OK, it depends on the browsers version? 
But I use the famous browser Opera. 
How do you think of using this browser. 
Is there the same problem. Till now I 
think Opera is the best browser to test
websites.</description>
		<content:encoded><![CDATA[<p>OK, it depends on the browsers version?<br />
But I use the famous browser Opera.<br />
How do you think of using this browser.<br />
Is there the same problem. Till now I<br />
think Opera is the best browser to test<br />
websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramka sms darmowa</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58102</link>
		<dc:creator>Bramka sms darmowa</dc:creator>
		<pubDate>Thu, 14 Jun 2007 12:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58102</guid>
		<description>Hello. I use JavaScript to open a pictures in a new popup window, the problem is, spamers use the same of her shit, so many user deactivat JaveScript…</description>
		<content:encoded><![CDATA[<p>Hello. I use JavaScript to open a pictures in a new popup window, the problem is, spamers use the same of her shit, so many user deactivat JaveScript…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Drucker</title>
		<link>http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/comment-page-1/#comment-58082</link>
		<dc:creator>Ben Drucker</dc:creator>
		<pubDate>Wed, 13 Jun 2007 08:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstandards.org/2007/03/26/a-band-aid-for-browsers/#comment-58082</guid>
		<description>Also I rank myself among this majority. My interest lies not in the handling of a Programiersprache separates in the ability to learn of a technology for the publication of contents on my Website. With HTML4 I can begin already very much. But I am grateful and content.</description>
		<content:encoded><![CDATA[<p>Also I rank myself among this majority. My interest lies not in the handling of a Programiersprache separates in the ability to learn of a technology for the publication of contents on my Website. With HTML4 I can begin already very much. But I am grateful and content.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.326 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-10-01 23:21:35 -->