<?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>LeeseIT Blogs &#187; AJAX</title>
	<atom:link href="http://www.leeseit.com/blogs/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leeseit.com/blogs</link>
	<description>A Blog where Intelligence and Technology meet</description>
	<lastBuildDate>Wed, 02 Jun 2010 14:44:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Found this on AListApart.com</title>
		<link>http://www.leeseit.com/blogs/2007/08/20/found-this-on-alistapartcom/</link>
		<comments>http://www.leeseit.com/blogs/2007/08/20/found-this-on-alistapartcom/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 00:55:46 +0000</pubDate>
		<dc:creator>Leroy Leese</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blogs.leeseit.com/wordpress/?p=25</guid>
		<description><![CDATA[It was amazingly valuable for debugging JS.
&#8211;
Safari also has a javascript debugger.  You need to enable the Debug menu in safari, which can be done by typing the following into terminal (make sure safari is closed):
% defaults write com.apple.Safari IncludeDebugMenu 1
Then relaunch safari, and from the debug menu you can open a js console.
&#8211;
Amazing.
]]></description>
			<content:encoded><![CDATA[<p>It was amazingly valuable for debugging JS.</p>
<p>&#8211;</p>
<p>Safari also has a javascript debugger.  You need to enable the Debug menu in safari, which can be done by typing the following into terminal (make sure safari is closed):</p>
<p>% defaults write com.apple.Safari IncludeDebugMenu 1</p>
<p>Then relaunch safari, and from the debug menu you can open a js console.</p>
<p>&#8211;</p>
<p>Amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeseit.com/blogs/2007/08/20/found-this-on-alistapartcom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scratch Free! Easy Rinse Formula!</title>
		<link>http://www.leeseit.com/blogs/2006/09/12/scratch-free-easy-rinse-formula/</link>
		<comments>http://www.leeseit.com/blogs/2006/09/12/scratch-free-easy-rinse-formula/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 16:29:04 +0000</pubDate>
		<dc:creator>Leroy Leese</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.leeseit.com/wordpress/?p=7</guid>
		<description><![CDATA[No, not that Ajax®.  You know, &#8220;AJAX&#8221; Asynchronous Javascript And Xml
Is it really as scratch free as they claim?
Its a hot topic &#8211; security and how it relates to AJAX.  Should we be worried?  I mean, its a relative young technology &#8211; and most young technologies have security problems.  Is it [...]]]></description>
			<content:encoded><![CDATA[<p>No, not that <a target="_new" href="http://www.colgate.com/app/Colgate/US/HC/Products/HouseholdCleaners/Ajax.cvsp">Ajax®</a>.  You know, &#8220;AJAX&#8221; Asynchronous Javascript And Xml</p>
<p>Is it really as scratch free as they claim?</p>
<p><span id="more-7"></span>Its a hot topic &#8211; security and how it relates to AJAX.  Should we be worried?  I mean, its a relative young technology &#8211; and most young technologies have security problems.  Is it disconcerting that Microsoft is using it all over their new apps/os&#8217;s?  Should we fret because Google uses it across their website?  We&#8217;ve never had a problem with Microsoft and security before, right? *sarcasm*  Lets break it down.</p>
<p>Historically, when you loaded a webpage, you had one connection and only had to worry about validating server side input once.  Now, when you load a page in the browser, you need to validate input, and then anytime AJAX connects to your server, you need to revalidate that input and then handle the results correctly.  You have now multiplied the potential leaks, by 2.  Now, what if the response you are returning is Javascript code (I return XML most of the time, but its possible to return JS), now are you going to blindly run the JS you returned?  Why wouldn&#8217;t you, I mean it came from your script.  But if someone found a leak to get garbage into your AJAX, how do you know what is returned is not garbage?  So now we have opened up potential security leaks by an order of 3.</p>
<p>Have you seen those new Mac commercials?  I own a few Macs, and love &#8216;em.  But c&#8217;mon guys &#8211; you are challenging the community to find flaws and hacks with the Mac OS.  Why do this?  They are not invincible.  And with AJAX running on every platform that has a JS enabled Browser, what are we in for?  Remember Robert Morris &#8211; 1988?</p>
<p><em><span style="font-style: italic">Sources:</span><br style="font-style: italic" /><span style="font-style: italic">  </span><span style="font-style: italic"><a href="http://www.it-observer.com/articles/1062/ajax_security/">http://www.it-observer.com/articles/1062/ajax_security/</a></span> <br style="font-style: italic" /><span style="font-style: italic"><span style="font-style: italic">  </span></span><span style="font-style: italic"><span style="font-style: italic"><a href="http://en.wikipedia.org/wiki/Morris_Worm">http://en.wikipedia.org/wiki/Morris_Worm</a></span></span><span style="font-style: italic" /><a href="http://en.wikipedia.org/wiki/Morris_Worm%3C/span%3E"><span style="font-style: italic" /></a><br style="font-style: italic" /><span style="font-style: italic" /><span style="font-style: italic"><a href="http://www.securityfocus.com/infocus/1868">http://www.securityfocus.com/infocus/1868<br />
</a></span><a href="http://www.usatoday.com/money/industries/technology/2006-08-04-ajax-attack-usat_x.htm">http://www.usatoday.com/money/industries/technology/2006-08-04-ajax-attack-usat_x.htm</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeseit.com/blogs/2006/09/12/scratch-free-easy-rinse-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
