<?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>Patterns &#187; ajax</title>
	<atom:link href="http://kb.huptas.net/category/development/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JavaScript Library: extjs 2.0</title>
		<link>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/</link>
		<comments>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 16:07:35 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/</guid>
		<description><![CDATA[http://extjs.com/ For a few simple tasks like an accordion menu and a grid I started testing the ExtJS JavaScript library and I have to say, once you get the hang of it, it&#8217;s pretty straight forward and helps to achieve results in no time. A few interesting code snippets for the accordion menu can be [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/12/19/javascript-library-extjs-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenRico: simple code to process a request</title>
		<link>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/</link>
		<comments>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:55:51 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=100</guid>
		<description><![CDATA[var onloads = new Array(); function bodyOnLoad() { for ( var i = 0 ; i < onloads.length ; i++ ) onloads[i](); } function registerAjaxRequest() { ajaxEngine.registerRequest( &#8216;getRequest&#8217;, &#8216;findtemplate2.cgi.pl&#8217; ); ajaxEngine.registerAjaxElement( &#8216;Request&#8217; ); } function setStatus(s,n) { \$(&#8216;Loading&#8217;).style.visibility = &#8220;visible&#8221;; \$(&#8216;statusMsg&#8217;).innerHTML = s; setTimeout( &#8220;\$(&#8216;Loading&#8217;).style.visibility = &#8216;hidden&#8217;;&#8221;, n ); } function getRequest(form) { var value [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/04/07/openrico-simple-code-to-process-a-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: Function to show/hide an element</title>
		<link>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/</link>
		<comments>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:51:41 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=99</guid>
		<description><![CDATA[function ShowHide(id) { obj = document.getElementsByTagName(&#8220;div&#8221;); if (obj[id].style.visibility == &#8216;visible&#8217;) { obj[id].style.visibility = &#8216;hidden&#8217;; } else { obj[id].style.visibility = &#8216;visible&#8217;; } }]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/04/07/javascript-function-to-showhide-an-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
