<?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: An Introduction to AJAX</title>
	<atom:link href="http://www.darknet.org.uk/2006/03/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2006/03/ajax/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Sat, 21 Nov 2009 06:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Viegas</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-1109</link>
		<dc:creator>Eric Viegas</dc:creator>
		<pubDate>Wed, 10 May 2006 17:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-1109</guid>
		<description>There are some good online tutorials on introduction to ajax at www.kynou.com. These tutorials are good because they are like training simulators.
I hope this is useful to you guys  :)</description>
		<content:encoded><![CDATA[<p>There are some good online tutorials on introduction to ajax at <a href="http://www.kynou.com" rel="nofollow">http://www.kynou.com</a>. These tutorials are good because they are like training simulators.<br />
I hope this is useful to you guys  <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backbone</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-242</link>
		<dc:creator>backbone</dc:creator>
		<pubDate>Wed, 22 Mar 2006 11:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-242</guid>
		<description>yes but it could be useful to use XML if we have a database of products of how many items we still have, price etc... of course it&#039;s much better to use mysql, but some webservices do not offer any kind of MySQL (especially free services)... so XML could be an alternative... and as you can see with E4X the use of XML is very simple...</description>
		<content:encoded><![CDATA[<p>yes but it could be useful to use XML if we have a database of products of how many items we still have, price etc&#8230; of course it&#8217;s much better to use mysql, but some webservices do not offer any kind of MySQL (especially free services)&#8230; so XML could be an alternative&#8230; and as you can see with E4X the use of XML is very simple&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haydies</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-215</link>
		<dc:creator>Haydies</dc:creator>
		<pubDate>Mon, 20 Mar 2006 16:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-215</guid>
		<description>ye, I basicly attach the AJax to the same webservices as used for exteranl stuff, one interesting &quot;feture&quot; in the old cold fusion code was putting the user name and password in hidden text fields....quality.... people I think assume no one is going to look in the html.... ye, right.....</description>
		<content:encoded><![CDATA[<p>ye, I basicly attach the AJax to the same webservices as used for exteranl stuff, one interesting &#8220;feture&#8221; in the old cold fusion code was putting the user name and password in hidden text fields&#8230;.quality&#8230;. people I think assume no one is going to look in the html&#8230;. ye, right&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaho Gunleg</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-212</link>
		<dc:creator>Navaho Gunleg</dc:creator>
		<pubDate>Mon, 20 Mar 2006 11:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-212</guid>
		<description>Yeh that&#039;s indeed the coolest part: no re-loading necessary, &lt;em&gt;real&lt;/em&gt; dynamic content.

In my professional experience, however, I have found that &lt;em&gt;modifications on existing systems to implement AJAX&lt;/em&gt; is exactly where the web-builders mess up and leave holes (unintensional information leakage, or even vulnerabilities). Incidentally, I&#039;ve been working on an article about just that: badly implemented AJAX methodology. 

Also, bad understanding of the whole concept leads to massive faul-ups as well.

I&#039;ll, of course, post that article up here when it&#039;s ready.</description>
		<content:encoded><![CDATA[<p>Yeh that&#8217;s indeed the coolest part: no re-loading necessary, <em>real</em> dynamic content.</p>
<p>In my professional experience, however, I have found that <em>modifications on existing systems to implement AJAX</em> is exactly where the web-builders mess up and leave holes (unintensional information leakage, or even vulnerabilities). Incidentally, I&#8217;ve been working on an article about just that: badly implemented AJAX methodology. </p>
<p>Also, bad understanding of the whole concept leads to massive faul-ups as well.</p>
<p>I&#8217;ll, of course, post that article up here when it&#8217;s ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haydies</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-211</link>
		<dc:creator>Haydies</dc:creator>
		<pubDate>Mon, 20 Mar 2006 10:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-211</guid>
		<description>To true, half the time the XML would be bigger then the data. 

One of the &quot;advantages&quot; to ajax is reducing the server load for small actions. Things like changing the options in a select box when other options change. Ajax saves reloading the whole page.

Also, the thing I like most. You don&#039;t have to reaload the data in fields when a form is submited. Less codeing on the back end :-)</description>
		<content:encoded><![CDATA[<p>To true, half the time the XML would be bigger then the data. </p>
<p>One of the &#8220;advantages&#8221; to ajax is reducing the server load for small actions. Things like changing the options in a select box when other options change. Ajax saves reloading the whole page.</p>
<p>Also, the thing I like most. You don&#8217;t have to reaload the data in fields when a form is submited. Less codeing on the back end <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaho Gunleg</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-210</link>
		<dc:creator>Navaho Gunleg</dc:creator>
		<pubDate>Mon, 20 Mar 2006 10:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-210</guid>
		<description>I don&#039;t even sent XML back either: too much frigging overhead. If I am updating a SELECT box, hell no I ain&#039;t passing a whole complete XML document describing it, rather just a couple of lines with the option value and names.

Call me old-fashioned, but in that respect I hate XML documents, I&#039;d rather just send just the &lt;em&gt;data&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t even sent XML back either: too much frigging overhead. If I am updating a SELECT box, hell no I ain&#8217;t passing a whole complete XML document describing it, rather just a couple of lines with the option value and names.</p>
<p>Call me old-fashioned, but in that respect I hate XML documents, I&#8217;d rather just send just the <em>data</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haydies</title>
		<link>http://www.darknet.org.uk/2006/03/ajax/#comment-207</link>
		<dc:creator>Haydies</dc:creator>
		<pubDate>Mon, 20 Mar 2006 10:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/ajax/#comment-207</guid>
		<description>AJax is just totaly cool, its a bit like CORBA with out the IDL. I&#039;ve not really sent XML back with it, nothing that complicated. But its handy for sending back CSV search results, or dynamic HTML elements.

Also at least in the lastest version of Opera (8.5) ajax works fine.</description>
		<content:encoded><![CDATA[<p>AJax is just totaly cool, its a bit like CORBA with out the IDL. I&#8217;ve not really sent XML back with it, nothing that complicated. But its handy for sending back CSV search results, or dynamic HTML elements.</p>
<p>Also at least in the lastest version of Opera (8.5) ajax works fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
