<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jonathans Blog &#187; articles</title>
	<atom:link href="http://jonathancamp.com/tag/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathancamp.com</link>
	<description>Web 2.0, Video and all things OpenSource.</description>
	<lastBuildDate>Sat, 14 Jan 2012 22:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jonathancamp.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/00cbead84d4fba00a4a899aeb2e5eca8?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Jonathans Blog &#187; articles</title>
		<link>http://jonathancamp.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jonathancamp.com/osd.xml" title="Jonathans Blog" />
	<atom:link rel='hub' href='http://jonathancamp.com/?pushpress=hub'/>
		<item>
		<title>Ajax tutorials and links</title>
		<link>http://jonathancamp.com/2006/02/18/ajax-tutorials-and-links/</link>
		<comments>http://jonathancamp.com/2006/02/18/ajax-tutorials-and-links/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 22:35:00 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://jonathancamp.com/2006/02/18/ajax-tutorials-and-links/</guid>
		<description><![CDATA[Articles Ajax: A New Approach to Web Applications, by Jesse James Garrett. The original article which coined the term. Why Ajax Matters Now by Jesse James Garrett. Ajax gives software a fresh look Blurring the line between desktop and Web applications. Weighing the Alternatives How Ajax stacks up against competing RIA approaches. JavaScript refactoring for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonathancamp.com&amp;blog=43256&amp;post=52&amp;subd=jcamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong> Articles</strong></p>
<ul>
<li><a href="http://www.adaptivepath.com/publications/essays/archives/000385.php" class="external text" title="http://www.adaptivepath.com/publications/essays/archives/000385.php">Ajax: A New Approach to Web Applications</a>, by <a href="http://en.wikipedia.org/wiki/Jesse_James_Garrett" title="Jesse James Garrett">Jesse James Garrett</a>. The original article which coined the term.</li>
<li><a href="http://www.ok-cancel.com/archives/article/2005/09/why-ajax-matters-now.html" class="external text" title="http://www.ok-cancel.com/archives/article/2005/09/why-ajax-matters-now.html">Why Ajax Matters Now</a> by <a href="http://en.wikipedia.org/wiki/Jesse_James_Garrett" title="Jesse James Garrett">Jesse James Garrett</a>.</li>
<li><a href="http://beta.news.com.com/Ajax+gives+software+a+fresh+look/2100-1007_3-5886709.html?" class="external text" title="http://beta.news.com.com/Ajax gives software a fresh look/2100-1007 3-5886709.html?">Ajax gives software a fresh look</a> Blurring the line between desktop and Web applications.</li>
<li><a href="http://www.ajaxinfo.com/default~viewart~8.htm" class="external text" title="http://www.ajaxinfo.com/default~viewart~8.htm">Weighing the Alternatives</a> How Ajax stacks up against competing RIA approaches.</li>
<li><a href="http://www.softwaresecretweapons.com/jspwiki/Wiki.jsp?page=JavascriptRefactoringForSaferFasterBetterAJAX" class="external text" title="http://www.softwaresecretweapons.com/jspwiki/Wiki.jsp?page=">JavaScript refactoring for safer, faster, better Ajax</a>.</li>
<li><a href="http://www.ddj.com/documents/ddj0601j/0601j.html" class="external text" title="http://www.ddj.com/documents/ddj0601j/0601j.html">Sessioning with XMLHttpRequest</a> Using <a href="http://en.wikipedia.org/wiki/HTML" title="HTML">HTML</a> and <a href="http://en.wikipedia.org/wiki/JavaScript" title="JavaScript">JavaScript</a> to connect the <a href="http://en.wikipedia.org/wiki/Presentation_layer" title="Presentation layer">presentation layer</a> directly to <a href="http://en.wikipedia.org/wiki/XML" title="XML">XML</a> data.</li>
</ul>
<p class="editsection" style="float:right;margin-left:5px;">[<a href="http://en.wikipedia.org/w/index.php?title=Ajax_%28programming%29&amp;action=edit&amp;section=18" title="Ajax (programming)">edit</a>]</p>
<p><strong>Tutorials</strong></p>
<ul>
<li><a href="http://developer.mozilla.org/en/docs/AJAX:Getting_Started" class="external text" title="http://developer.mozilla.org/en/docs/AJAX:Getting Started">AJAX:Getting Started</a> by <a href="http://en.wikipedia.org/wiki/Mozilla" title="Mozilla">Mozilla</a> Developer Center.</li>
<li><a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html" class="external text" title="http://developer.apple.com/internet/webcontent/xmlhttpreq.html">Dynamic HTML and XML: The XMLHTTPRequest Object</a> by <a href="http://en.wikipedia.org/wiki/Apple_Computer" title="Apple Computer">Apple</a>.</li>
<li><a href="http://www.yourhtmlsource.com/javascript/ajax.html" class="external text" title="http://www.yourhtmlsource.com/javascript/ajax.html">Cross-browser Ajax Tutorial</a> using the <a href="http://sarissa.sourceforge.net/doc/" class="external text" title="http://sarissa.sourceforge.net/doc/">Sarissa</a> library.</li>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASPNetSpicedAjax.asp" class="external text" title="http://msdn.microsoft.com/library/default.asp?url=">ASP.NET Spiced: AJAX</a> from <a href="http://en.wikipedia.org/wiki/MSDN" title="MSDN">MSDN</a>.</li>
<li><a href="http://dev2dev.bea.com/pub/a/2006/01/ajax-portal-1.html" class="external text" title="http://dev2dev.bea.com/pub/a/2006/01/ajax-portal-1.html">Ajax Programming in BEA WebLogic Portal</a> by <a href="http://en.wikipedia.org/wiki/O" title="O'Reilly Media">O&#8217;Reilly Media</a>.</li>
<li><a href="http://www.ibm.com/developerworks/web/library/wa-ajaxintro1.html" class="external text" title="http://www.ibm.com/developerworks/web/library/wa-ajaxintro1.html">Mastering Ajax, Part 1: Introduction to Ajax</a>.</li>
<li><a href="http://www.ibm.com/developerworks/web/library/wa-ajaxintro2/" class="external text" title="http://www.ibm.com/developerworks/web/library/wa-ajaxintro2/">Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax</a>.</li>
<li><a href="http://www.ibm.com/developerworks/web/library/wa-ajaxintro3/" class="external text" title="http://www.ibm.com/developerworks/web/library/wa-ajaxintro3/">Mastering Ajax, Part 3: Advanced requests and responses in Ajax</a>.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jcamp.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jcamp.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jcamp.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jcamp.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jcamp.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonathancamp.com&amp;blog=43256&amp;post=52&amp;subd=jcamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonathancamp.com/2006/02/18/ajax-tutorials-and-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e863fdf2200f4a23e7af8024f84d8c5?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jcamp</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM case study on Vapormatic, Platinum Blue (Jonathan Camp IT Manager)</title>
		<link>http://jonathancamp.com/2005/06/27/ibm-case-study-on-vapormatic-platinum-blue-jonathan-camp-it-manager/</link>
		<comments>http://jonathancamp.com/2005/06/27/ibm-case-study-on-vapormatic-platinum-blue-jonathan-camp-it-manager/#comments</comments>
		<pubDate>Mon, 27 Jun 2005 20:46:00 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[as/400]]></category>
		<category><![CDATA[platinumblue]]></category>

		<guid isPermaLink="false">http://jonathancamp.com/2005/06/27/ibm-case-study-on-vapormatic-platinum-blue-jonathan-camp-it-manager/</guid>
		<description><![CDATA[A bit of self promotion here! IBM wrote a case study on why we (Vapormatic that is&#8230;) went for a new AS/400 iseries i520 when we needed to upgrade our AS/400 from our older 620. Platinum Blue (the supplier of the AS/400) was spectacular; especially Matt (Tech) and Jacquie (Sales) who combined did a splendid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonathancamp.com&amp;blog=43256&amp;post=23&amp;subd=jcamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A bit of self promotion here! IBM wrote a case study on why we (Vapormatic that is&#8230;) went for a new <a href="http://www.as400.ibm.com" target="_blank">AS/400</a> iseries i520 when we needed to upgrade our AS/400 from our older 620.</p>
<p><a href="http://www.platinumblue.com" target="_blank">Platinum Blue </a> (the supplier of the AS/400) was spectacular; especially Matt (Tech) and Jacquie (Sales) who combined did a splendid job of making the transition from one box to the other (including several op system upgrades, etc.) a piece of cake!</p>
<p>Since starting at Vapormatic and getting involved with not only programming the AS/400 (RPG) but also looking at its robustness, I have never stopped being impressed by its remarkable resiliance and stamina for the job; if you want to run a serious business with a machine that just works 365/24/7 the its the machine for you!</p>
<p><a href="http://www-306.ibm.com/software/success/cssdb.nsf/CS/DNSD-6CJBAX?OpenDocument&amp;Site=default" target="_blank">IBM case study on Vapormatic, Platinum Blue</a>: &#8220;Vapormatic improves its business traction with IBM eServer i5</p>
<p>Published on: 20 May 2005</p>
<p>Customer: Vapormatic</p>
<p>Deployment Country: United Kingdom</p>
<p>IBM Business Partner: Platinum Blue</p>
<p>Industry: Industrial Products</p>
<p>Solution: Windows Integration&#8221;</p>
<p class="blogger-post-footer">Various things that interest me for the moment.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jcamp.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jcamp.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jcamp.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jcamp.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jcamp.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonathancamp.com&amp;blog=43256&amp;post=23&amp;subd=jcamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonathancamp.com/2005/06/27/ibm-case-study-on-vapormatic-platinum-blue-jonathan-camp-it-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e863fdf2200f4a23e7af8024f84d8c5?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">jcamp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
