<?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>Hello.World &#187; AJAX</title>
	<atom:link href="http://matthew.delmarters.com/weblog/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 10 Apr 2010 03:58:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Gears Enables Disconnected Web-Apps</title>
		<link>http://matthew.delmarters.com/weblog/google-gears-enables-disconnected-web-apps/</link>
		<comments>http://matthew.delmarters.com/weblog/google-gears-enables-disconnected-web-apps/#comments</comments>
		<pubDate>Thu, 31 May 2007 10:18:50 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/google-gears-enables-disconnected-web-apps/</guid>
		<description><![CDATA[Google Gears is an open source browser extension, less than 1Mb in size, that lets developers create web applications that can run offline. There are two main ways the extension can be used &#8211; by embedding the API or runtime software in an application you distribute to end users, or by writing a web application [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://gears.google.com/images/gears_sm.png" align="right" style="padding:10px 0px 10px 20px"><a href="http://gears.google.com">Google Gears</a> is an open source browser extension, less than 1Mb in size, that lets developers create web applications that can run offline. There are two main ways the extension can be used &#8211; by embedding the API or runtime software in an application you distribute to end users, or by writing a web application which makes use of installations of Gears on end-users' computers.</p>
<h4> What problem does it solve?</h4>
<p>Web developers write software for &#8230; the web. For applications that run via a browser that is connected to the Internet. Google Gears will take web applications to the desktop &#8211; enabling Web applications to work offline. A user will not be required to be connected to the Internet to use the application. </p>
<h4>How does it work?</h4>
<p>First of all web applications will need to detect whether or not Google Gears is installed on a user's machine. If Gears is installed, then the application will be able to access the Google Gears APIs from JavaScript code. If Gears isn't installed, the user can be directed to a customized installation page.  </p>
<p>The APIs can then be used to access Google Gears three core features:</p>
<ul>
<li>A <strong>local server</strong>, to cache and serve application resources (HTML, JavaScript, images, etc.) without needing to contact a server.</li>
<li>A <strong>SQLite database</strong>, to store and access data from within the browser.The Database module is used to persistently store an application user's data on the user's computer. Data is stored using the same-origin security policy, meaning that a web application cannot access data outside of its domain. Standard SQL can be used to access the data, and full-text indexing is supported using SQLite's fts2 extension.</li>
<li>A <strong>worker thread pool</strong>, to make web applications more responsive by performing expensive operations in the background. In web browsers a single time-intensive operation, such as I/O or heavy computation, can make the UI unresponsive. The WorkerPool module runs operations in the background, without blocking the UI.</li>
</ul>
<h4>What browsers are supported?</h4>
<p>The final release will run on the following browsers:</p>
<ul>
<li>Apple Mac OS X (10.2 or higher)
<ul>
<li>Firefox 1.5 or higher</li>
<li>Safari</li>
</ul>
</li>
<li>Linux
<ul>
<li>Firefox 1.5 or higher</li>
</ul>
</li>
<li>Microsoft Windows (XP or higher)
<ul>
<li>Firefox 1.5 or higher</li>
<li>Internet Explorer 6 or higher</li>
</ul>
</li>
</ul>
<h4>What next?</h4>
<p>To find out more about this project you can visit the <a href="http://gears.google.com/">Google Gears website</a>. From there you can download Gears and then install some of the sample applications available.</p>
<p>Some developers are already playing with Google Gears and sharing their experience and their plans. For example you can listen to a podcast about <a href="http://ajaxian.com/archives/audible-ajax-episode-21-dojo-offline-on-google-gears">Dojo Offline being ported to Google Gears</a>, or take a look at <a href="http://ajaxian.com/archives/rss-bling-goes-offline-with-google-gears">RSS Bling moving to Google Gears</a>.</p>
<p>This is definitely a project to watch. With Google obviously coordinating with the efforts of popular projects such as <a href="http://dojotoolkit.org/">Dojo</a>, as well as supporting all the major browsers, there are some interesting possibilities opening up for web applications. </p>
<p>Linus Upson, the engineering director at Google, stated that the goal of Google Gears is to "create a single, standardized way to add offline capabilities to Web applications." Google is certainly on the right track &#8230; I'm off to have a play!<!--ac4cf2e1b58575260cb300e9625a09a7--><!--712d13966e88177caa375cc3e9cc9e20--><!--b0e9dbebb4cec9bbf5d5d1d4a8960da5--><!--f137a72f62fd4f509958e3b8a1b978ca--><!--099371a5f0da7713fb062a0e21541f71--><!--74309e3b2cd93dd55f0513e0599439ff--><!--181d22280537807bede44c4051355762--><!--099371a5f0da7713fb062a0e21541f71--><!--74309e3b2cd93dd55f0513e0599439ff--><!--181d22280537807bede44c4051355762--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps&amp;bodytext=Google%20Gears%20is%20an%20open%20source%20browser%20extension%2C%20less%20than%201Mb%20in%20size%2C%20that%20lets%20developers%20create%20web%20applications%20that%20can%20run%20offline.%20There%20are%20two%20main%20ways%20the%20extension%20can%20be%20used%20-%20by%20embedding%20the%20API%20or%20runtime%20software%20in%20an%20application" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Google%20Gears%20Enables%20Disconnected%20Web-Apps%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=Google%20Gears%20is%20an%20open%20source%20browser%20extension%2C%20less%20than%201Mb%20in%20size%2C%20that%20lets%20developers%20create%20web%20applications%20that%20can%20run%20offline.%20There%20are%20two%20main%20ways%20the%20extension%20can%20be%20used%20-%20by%20embedding%20the%20API%20or%20runtime%20software%20in%20an%20application" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps&amp;notes=Google%20Gears%20is%20an%20open%20source%20browser%20extension%2C%20less%20than%201Mb%20in%20size%2C%20that%20lets%20developers%20create%20web%20applications%20that%20can%20run%20offline.%20There%20are%20two%20main%20ways%20the%20extension%20can%20be%20used%20-%20by%20embedding%20the%20API%20or%20runtime%20software%20in%20an%20application" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;t=Google%20Gears%20Enables%20Disconnected%20Web-Apps" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;t=Google%20Gears%20Enables%20Disconnected%20Web-Apps" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;title=Google%20Gears%20Enables%20Disconnected%20Web-Apps&amp;annotation=Google%20Gears%20is%20an%20open%20source%20browser%20extension%2C%20less%20than%201Mb%20in%20size%2C%20that%20lets%20developers%20create%20web%20applications%20that%20can%20run%20offline.%20There%20are%20two%20main%20ways%20the%20extension%20can%20be%20used%20-%20by%20embedding%20the%20API%20or%20runtime%20software%20in%20an%20application" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fgoogle-gears-enables-disconnected-web-apps%2F&amp;submitHeadline=Google%20Gears%20Enables%20Disconnected%20Web-Apps&amp;submitSummary=Google%20Gears%20is%20an%20open%20source%20browser%20extension%2C%20less%20than%201Mb%20in%20size%2C%20that%20lets%20developers%20create%20web%20applications%20that%20can%20run%20offline.%20There%20are%20two%20main%20ways%20the%20extension%20can%20be%20used%20-%20by%20embedding%20the%20API%20or%20runtime%20software%20in%20an%20application&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/google-gears-enables-disconnected-web-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Injecting JavaScript and CSS into Iframes</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/</link>
		<comments>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 13:30:23 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/</guid>
		<description><![CDATA[Introducing a new technique to allow efficient reuse of JavaScript and CSS &#8211; effectively allowing you to download the code once and then inject it into Iframes. This solution is targeted at Web Applications which commonly use Iframes for complex layouts and to control memory usage in larger apps without moving to the complexity of [...]]]></description>
			<content:encoded><![CDATA[<p><em style="color:#858585">Introducing a new technique to allow efficient reuse of JavaScript and CSS &#8211; effectively allowing you to download the code once and then inject it into Iframes. This solution is targeted at Web Applications which commonly use Iframes for complex layouts and to control memory usage in larger apps without moving to the complexity of a Single Page Interface (SPI). Along the way we summarise and explain other methods available to developers for minimising their code and speeding up the loading time of their application.</em></p>
<p>With the next generation of Web Applications upon us the challenges faced by the average web developer have broadened. Understanding and confronting issues like memory leaks, bandwidth, load times and JavaScript processing time is becoming more of an everyday focus for web developers than ever before. </p>
<p>Fortunately we now have the tools available to help. On the developers machine the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Toolbar</a> and <a href="http://www.getfirebug.com/">Firebug</a> for example are essential. And within the applications themselves we find increased usage of JavaScript libraries such as <a href="http://dojotoolkit.org/">Dojo</a>, <a href="http://jquery.com">jQuery</a>, <a href="http://www.prototypejs.org/">Prototype</a>, <a href="http://developer.yahoo.com/yui/">YUI</a> and widget frameworks like <a href="http://www.extjs.com">Ext</a>, which provide a layer of abstraction and freedom for developers from some of these issues.</p>
<p>The increased usage of JavaScript however brings other challenges. Particularly in the world of Web Applications where the use of Widgets (tabs, grids, menus etc) is more likely, it is not uncommon for the volume of JavaScript and CSS to quickly accumulate from tens to a few hundred kb of code. This is a far cry from ideal, but is also to a certain extent unavoidable if that is the type of application you are supporting. </p>
<p>What can a developer do to minimise this issue? There are several very effective methods that can be explored:</p>
<blockquote>
<p><strong>Compacting Your Code</strong><br />
This is acheived by stripping out comments and unneccesary white-space which can drastically reduce the size of your files &#8211; sometimes cutting them in half. Recommended tools: <a href="http://dean.edwards.name/packer/">Dean Edwards Packer</a> or <a href="http://www.crockford.com/javascript/jsmin.html">Douglas Crockford's JSMin</a>. You could apply the same theory to your CSS as well.</p>
<p><strong>File Compression</strong><br />
Using GZIP or Deflate can drastically reduce the downloaded file size (but should be used wisely). You can read more on this <a href="http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/">here</a>.</p>
<p><strong>Combining Multiple Files</strong><br />
In general browsers download only two or four files in parallel per hostname, depending on the HTTP version of the response and the userâ€™s browser. On top of that it seems that JavaScript files are loaded synchronously and sequentially as they appear in your code. This means that only one JavaScript file can be downloaded at a time &#8211; and each file must be completely downloaded and then interpreted before the next download can begin. Reducing the number of HTTP requests by combining your JavaScript and CSS files into single files will definitely help improve your applications response times. Using <a href="http://www.alistapart.com/articles/sprites/">CSS Sprites</a> to combine your images into a single file and re-use with CSS is also an extension of this principle and is a very effective technique.</p>
<p><strong>Caching</strong><br />
Server-side caching can help speed the up the delivery of page content. Also understanding browser caching and how to control this using file headers can make a difference &#8211; but again should be used wisely.</p>
</blockquote>
<p>These techniques have been around for quite a while now. But this leads me to the real point of this post!</p>
<h4>"Injection" Introduced</h4>
<p>When it comes to the world of Web Applications (as opposed to a "website") where the use of Iframes is more likely, there is another technique that can be explored &#8211; "Code Injection". </p>
<p>I became aware of this technique while trying to interpret some very lengthy posts from <a href="http://extjs.com/forum/showthread.php?t=1201">Choleriker</a> on the <a href="http://extjs.com/forum/showthread.php?t=1201">Ext forums</a>. I thank Choleriker for taking the time to explain the concepts. I thought I would share my interpretation of this technique, as well as provide some examples to see it in action as requested by other developers in the forums.</p>
<p>First of all &#8211; what is this "code injection" that I am referring to? </p>
<p><strong>Explained</strong><br />
In breif, the technique basically involves loading your JavaScript and CSS only once and then re-using it inside any iframes without downloading it again. This is acheived by loading your code "inline" inside the top level page of the application. The top page then makes the JavaScript and CSS available as two variables that can be called from the iframes directly. So the code is passed or "injected" from the top level page into any iframes using JavaScript. </p>
<p><strong>Benefits?</strong><br />
There are several benefits to this technique &#8211; the most obvious being that you only download your JavaScript and CSS once, no additional downloads required. If you normally compress your JavaScript files using GZIP you likely know that there is a performance hit in the client browser to decompress the code before it can be used. This is no longer an issue for the reused code. And there is no longer any concerns with browser caching issues. Another big plus is that the CSS and JavaScript is being loaded as part of your actual page &#8211; i.e. there are no other additional files to download, which will improve the response times as described above. </p>
<p><strong>Downsides?</strong><br />
I guess that the technique requires iframes. In time I guess/hope the principles of the technique may be able to be used in other perhaps more elegant ways that I haven't thought of yet. Another downside is the need to load your JavaScript and CSS inline. This was initially repugnant to me, mainly due to my background in website development. But in an Application is it really a big deal? I have decided it does not outweight the benefits.</p>
<p>Another perceived downside is that you have to get all of your JavaScript and CSS into a format that is loaded inline &#8211; but of course you still want to work with your separate "clean" files as you are used to. <em>This should be viewed as an opportunity!</em> It is likely time to implement a number of techniques as discussed above. My recommended technique is to have a server-side script that does the following:</p>
<blockquote><ul>
<li>Combines the required JavaScript and CSS files</li>
<li>Compacts the code by stripped white-space, comments etc</li>
<li>Caches the output code to a file on the server</li>
<li>Include the code inline using PHP or some other scripting language</li>
</ul>
</blockquote>
<p>I may provide some code for doing this in PHP in the future. In the meantime you might want to look at the <a href="http://rakaz.nl/extra/code/combine">"Combine" script from Niels Leenheer</a> to get started.</p>
<p><strong>Sample Application</strong><br />
So &#8211; how about an example? Click on the image below to see this technique in action. The example is built using <a href="http://www.extjs.com">Ext 1.0 Beta 2</a>. It is a top level page which generates an Ext Layout with panels. The right-hand panel contains an iframe which receives the JavaScript and CSS from the top level page &#8211; it has not downloaded any files except the required images.</p>
<p><a onclick="window.open(this.href,'tree','width=850, height=500, resizable'); return false;" href="/ext_demo.htm" target="_blank"><img src="/images/screen_ext_demo.gif" alt="Launch Demo" border="0"/></a></p>
<p>The secret to this working is the following code in the Top Page:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p>&lt;textarea&nbsp;id="StyleProxy"&nbsp;style="display:none;visibility:hidden;"&gt;<br />
//&nbsp;CSS&nbsp;loaded&nbsp;inline&nbsp;here<br />
&lt;/textarea&gt;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&gt;</font><br />
document.write(['<font color='#990099'>&lt;style&nbsp;type="text/css"&gt;</font>',document.getElementById('StyleProxy').innerHTML,'<font color='#990099'>&lt;/style&gt;</font>'].join('r'));<br />
<font color='#990000'>&lt;/script&gt;</font><br />
&nbsp;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&nbsp;id="ScriptProxy"&gt;</font><br />
//&nbsp;JavaScript&nbsp;loaded&nbsp;inline&nbsp;here<br />
<font color='#990000'>&lt;/script&gt;</font><br />
&nbsp;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&gt;</font><br />
//&nbsp;define&nbsp;the&nbsp;variables&nbsp;for&nbsp;storing&nbsp;the&nbsp;JavaScript&nbsp;and&nbsp;CSS<br />
var&nbsp;_SCRIPTS&nbsp;=&nbsp;null;<br />
var&nbsp;_STYLES&nbsp;=&nbsp;null;<br />
&nbsp;<br />
//&nbsp;use&nbsp;jQuery&nbsp;to&nbsp;run&nbsp;the&nbsp;JS&nbsp;once&nbsp;HTML&nbsp;is&nbsp;loaded<br />
$(document).ready(&nbsp;function()<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;place&nbsp;the&nbsp;JavaScript&nbsp;and&nbsp;CSS&nbsp;into&nbsp;the&nbsp;variables&nbsp;for&nbsp;reuse<br />
&nbsp;&nbsp;&nbsp;&nbsp;top.window._SCRIPTS&nbsp;=&nbsp;Ext.get("ScriptProxy").dom.innerHTML.toString();<br />
&nbsp;&nbsp;&nbsp;&nbsp;top.window._STYLES&nbsp;=&nbsp;Ext.get("StyleProxy").dom.innerHTML.toString();<br />
&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;create&nbsp;an&nbsp;iframe&nbsp;and&nbsp;add&nbsp;to&nbsp;the&nbsp;DOM<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;this&nbsp;should&nbsp;be&nbsp;always&nbsp;be&nbsp;done&nbsp;after&nbsp;the&nbsp;variables&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;for&nbsp;the&nbsp;JS&nbsp;and&nbsp;CSS&nbsp;are&nbsp;filled&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;$main_container&nbsp;=&nbsp;Ext.get("iframe_main_container");<br />
&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;$iframe_nav&nbsp;=&nbsp;Ext.DomHelper.append&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$main_container,&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tag:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframe",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframeMain",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframeMain",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"100%",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"100%",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;frameborder:&nbsp;"no",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;scrolling:&nbsp;&nbsp;&nbsp;"no",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ext_demo_iframe1.htm"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;);<br />
})<br />
<font color='#990000'>&lt;/script&gt;</font><br />
</span><br />
</code></div>
<p>A look at the files downloaded reveals the benefits &#8211; the iframe had nothing to download but the basic page itself. The JavaScript and CSS were downloaded only once as part of the top page. This top page was a reasonable size &#8211; but Ext is not small, and we can see the GZIP compression kicking in:</p>
<p><img src="/images/screen_ext_usage.gif" alt="File Usage" border="0"/></p>
<p><strong>Conclusion</strong><br />
So &#8211; should you use this technique? That depends on your application and your preference. The objective of this post was to simply introduce a concept that was new to me, and I am sure is new to many others. It is simply another technique to add to a developers toolbox. </p>
<p>PS: I am very interested what other developers think of this technique and what they perceive as the advantages and disadvantages. I also have a question &#8211; does this technique expose any security holes I should be aware of?<!--6d6b1b4de8bc913f0df079ec6f0777e4--><!--4ce4e86f1e5a884e58539db8b3ff8adf--><!--69e3edfea5da861f518fcd4c68d3f4e3--><!--fb0575a8326f533c1d72d763c7ce8190--><!--ef5584235cc46f03a38b863861d2aabb--><!--80ffdada19ce5dd47ca0489b26110ca4--><!--69e3edfea5da861f518fcd4c68d3f4e3--><!--fb0575a8326f533c1d72d763c7ce8190--><!--ef5584235cc46f03a38b863861d2aabb--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes&amp;bodytext=Introducing%20a%20new%20technique%20to%20allow%20efficient%20reuse%20of%20JavaScript%20and%20CSS%20-%20effectively%20allowing%20you%20to%20download%20the%20code%20once%20and%20then%20inject%20it%20into%20Iframes.%20This%20solution%20is%20targeted%20at%20Web%20Applications%20which%20commonly%20use%20Iframes%20for%20complex%20layo" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Injecting%20JavaScript%20and%20CSS%20into%20Iframes%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=Introducing%20a%20new%20technique%20to%20allow%20efficient%20reuse%20of%20JavaScript%20and%20CSS%20-%20effectively%20allowing%20you%20to%20download%20the%20code%20once%20and%20then%20inject%20it%20into%20Iframes.%20This%20solution%20is%20targeted%20at%20Web%20Applications%20which%20commonly%20use%20Iframes%20for%20complex%20layo" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes&amp;notes=Introducing%20a%20new%20technique%20to%20allow%20efficient%20reuse%20of%20JavaScript%20and%20CSS%20-%20effectively%20allowing%20you%20to%20download%20the%20code%20once%20and%20then%20inject%20it%20into%20Iframes.%20This%20solution%20is%20targeted%20at%20Web%20Applications%20which%20commonly%20use%20Iframes%20for%20complex%20layo" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;t=Injecting%20JavaScript%20and%20CSS%20into%20Iframes" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;t=Injecting%20JavaScript%20and%20CSS%20into%20Iframes" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;title=Injecting%20JavaScript%20and%20CSS%20into%20Iframes&amp;annotation=Introducing%20a%20new%20technique%20to%20allow%20efficient%20reuse%20of%20JavaScript%20and%20CSS%20-%20effectively%20allowing%20you%20to%20download%20the%20code%20once%20and%20then%20inject%20it%20into%20Iframes.%20This%20solution%20is%20targeted%20at%20Web%20Applications%20which%20commonly%20use%20Iframes%20for%20complex%20layo" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Finjecting-javascript-and-css-into-iframes%2F&amp;submitHeadline=Injecting%20JavaScript%20and%20CSS%20into%20Iframes&amp;submitSummary=Introducing%20a%20new%20technique%20to%20allow%20efficient%20reuse%20of%20JavaScript%20and%20CSS%20-%20effectively%20allowing%20you%20to%20download%20the%20code%20once%20and%20then%20inject%20it%20into%20Iframes.%20This%20solution%20is%20targeted%20at%20Web%20Applications%20which%20commonly%20use%20Iframes%20for%20complex%20layo&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firebug 1.0 &#8211; A &#8220;Must Have&#8221;</title>
		<link>http://matthew.delmarters.com/weblog/firebug-10-a-must-have/</link>
		<comments>http://matthew.delmarters.com/weblog/firebug-10-a-must-have/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 15:12:58 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/firebug-10-a-must-have/</guid>
		<description><![CDATA[It's been over 10 months since I first started advocating Firebug, especially for developers working with AJAX. Since that time the tool has been rewritten from scratch and been given a lot more focus by the developer Joe Hewitt. The result is Firebug 1.0.
The core features of 1.0 include CSS editing, network load timing, box [...]]]></description>
			<content:encoded><![CDATA[<p>It's been over 10 months since I first <a href="/weblog/firebug-the-ultimate-javascript-dhtml-ajax-debugger">started advocating Firebug</a>, especially for developers working with AJAX. Since that time the tool has been rewritten from scratch and been given a lot more focus by the developer Joe Hewitt. The result is Firebug 1.0.</p>
<p>The core features of 1.0 include CSS editing, network load timing, box model visualization, JavaScript profiling, command line autocomplete, HTML change highlighting, debugger watch lists, DOM editing, separate window support, and per-site blacklists.</p>
<p>Firebug is now one of the most used and appreciated tools in my developer toolbox. If you have not <a href="http://www.getfirebug.com/downloads.html">downloaded</a> the 1.0 beta then here are some compelling reasons why you should&#8230;</p>
<style type="text/css">
<!--
.style2 {
	font-size: 18px;
	font-weight: bold;
}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/using.html"><img src="http://www.getfirebug.com/screenHome-using.gif" width="160" height="141" class="miniscreen"></a></td>
<td valign="top">
<p class="style2"><strong>Just the way you like it</strong></p>
<p>Firebug is always just a keystroke away, but it never gets in your way.  You can open Firebug in a separate window, or as a bar at the bottom of your browser.  Firebug also gives you fine-grained control over which websites you want to enable it for.</p>
<p><a href="http://www.getfirebug.com/using.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/html.html"><img class="miniscreen odd" src="http://www.getfirebug.com/screenHome-html.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Inspect and edit HTML</strong></p>
<p>Firebug makes it simple to find HTML elements buried deep in the page.  Once you've found what you're looking for, Firebug gives you a wealth of information, and lets you edit the HTML live.</p>
<p><a href="http://www.getfirebug.com/html.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/css.html"><img class="miniscreen" src="http://www.getfirebug.com/screenHome-css.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Tweak CSS to perfection</strong></p>
<p>Firebug's CSS tabs tell you everything you need to know about the styles in your web pages, and if you don't like what it's telling you, you can make changes and see them take effect instantly.</p>
<p><a href="http://www.getfirebug.com/css.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/layout.html"><img class="miniscreen odd" src="http://www.getfirebug.com/screenHome-layout.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Visualize CSS metrics</strong></p>
<p>When your CSS boxes aren't lining up correctly it can be difficult to understand why.  Let Firebug be your eyes and it will measure and illustrate all the offsets, margins, borders, padding, and sizes for you.</p>
<p><a href="http://www.getfirebug.com/layout.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/net.html"><img class="miniscreen" src="http://www.getfirebug.com/screenHome-net.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Monitor network activity</strong></p>
<p>Your pages are taking a long time to load, but why?  Did you go crazy and write too much JavaScript?  Did you forget to compress your images?  Are your ad partner's servers taking a siesta?  Firebug breaks it all down for you file-by-file.</p>
<p><a href="http://www.getfirebug.com/net.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/js.html"><img class="miniscreen odd" src="http://www.getfirebug.com/screenHome-js.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Debug and profile JavaScript</strong></p>
<p>Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world.  If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.</p>
<p><a href="http://www.getfirebug.com/js.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/errors.html"><img class="miniscreen" src="http://www.getfirebug.com/screenHome-errors.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Quickly find errors</strong></p>
<p>When things go wrong, Firebug lets you know immediately and gives you detailed and useful information about errors in JavaScript, CSS, and XML.</p>
<p><a href="http://www.getfirebug.com/errors.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/dom.html"><img class="miniscreen odd" src="http://www.getfirebug.com/screenHome-DOM.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Explore the DOM</strong></p>
<p>The Document Object Model is a great big hierarchy of objects and functions just waiting to be tickled by JavaScript.  Firebug helps you find DOM objects quickly and then edit them on the fly.</p>
<p><a href="http://www.getfirebug.com/dom.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/cl.html"><img class="miniscreen" src="http://www.getfirebug.com/screenHome-cl.gif"></a></td>
<td valign="top"><span class="style2"><strong>Execute JavaScript on the fly</strong></span></p>
<p>The command line is one of the oldest tools in the programming toolbox.  Firebug gives you a good ol' fashioned command line for JavaScript complete with very modern amenities.</p>
<p><a href="http://www.getfirebug.com/cl.html">Learn more</a></p>
</td>
</tr>
<tr>
<td valign="middle"><a href="http://www.getfirebug.com/logging.html"><img class="miniscreen odd" src="http://www.getfirebug.com/screenHome-logging.gif"></a></td>
<td valign="top">
<p class="style2"><strong>Logging for JavaScript</strong></p>
<p>Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can.  Firebug gives you a set of powerful logging functions that help you get answers fast.</p>
<p><a href="http://www.getfirebug.com/logging.html">Learn more</a></p>
</td>
</tr>
</table>
<p><a href="http://www.getfirebug.com/downloads.html">Click here</a> to download the Firebug 1.0 beta&#8230;</p>
<p><!--f8f3cbf813e06f49e659886b86828860--><!--7a93d5b431be8a82dc1f4e497390727d--><!--e6922ad4956e4e702e2158c4d159cdf5--><!--7a93d5b431be8a82dc1f4e497390727d--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22&amp;bodytext=It%27s%20been%20over%2010%20months%20since%20I%20first%20started%20advocating%20Firebug%2C%20especially%20for%20developers%20working%20with%20AJAX.%20Since%20that%20time%20the%20tool%20has%20been%20rewritten%20from%20scratch%20and%20been%20given%20a%20lot%20more%20focus%20by%20the%20developer%20Joe%20Hewitt.%20The%20result%20is%20Firebu" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Firebug%201.0%20-%20A%20%22Must%20Have%22%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=It%27s%20been%20over%2010%20months%20since%20I%20first%20started%20advocating%20Firebug%2C%20especially%20for%20developers%20working%20with%20AJAX.%20Since%20that%20time%20the%20tool%20has%20been%20rewritten%20from%20scratch%20and%20been%20given%20a%20lot%20more%20focus%20by%20the%20developer%20Joe%20Hewitt.%20The%20result%20is%20Firebu" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22&amp;notes=It%27s%20been%20over%2010%20months%20since%20I%20first%20started%20advocating%20Firebug%2C%20especially%20for%20developers%20working%20with%20AJAX.%20Since%20that%20time%20the%20tool%20has%20been%20rewritten%20from%20scratch%20and%20been%20given%20a%20lot%20more%20focus%20by%20the%20developer%20Joe%20Hewitt.%20The%20result%20is%20Firebu" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;t=Firebug%201.0%20-%20A%20%22Must%20Have%22" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;t=Firebug%201.0%20-%20A%20%22Must%20Have%22" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;title=Firebug%201.0%20-%20A%20%22Must%20Have%22&amp;annotation=It%27s%20been%20over%2010%20months%20since%20I%20first%20started%20advocating%20Firebug%2C%20especially%20for%20developers%20working%20with%20AJAX.%20Since%20that%20time%20the%20tool%20has%20been%20rewritten%20from%20scratch%20and%20been%20given%20a%20lot%20more%20focus%20by%20the%20developer%20Joe%20Hewitt.%20The%20result%20is%20Firebu" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Ffirebug-10-a-must-have%2F&amp;submitHeadline=Firebug%201.0%20-%20A%20%22Must%20Have%22&amp;submitSummary=It%27s%20been%20over%2010%20months%20since%20I%20first%20started%20advocating%20Firebug%2C%20especially%20for%20developers%20working%20with%20AJAX.%20Since%20that%20time%20the%20tool%20has%20been%20rewritten%20from%20scratch%20and%20been%20given%20a%20lot%20more%20focus%20by%20the%20developer%20Joe%20Hewitt.%20The%20result%20is%20Firebu&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/firebug-10-a-must-have/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue One of Visual jQuery Magazine Released</title>
		<link>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/</link>
		<comments>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 21:05:27 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/</guid>
		<description><![CDATA[I have posted a number of times about jQuery &#8211; a JavaScript (JS) framework that will revolutionise the way you write JS. The community uptake of this framework has been quite impressive. Now there is even a monthly magazine available, courtesy of Yehuda Katz. The first release of the magazine includes the following topics:

an editor's [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/screen_visualjquery_mag.gif" alt="Visual jQuery Mag - Issue One" align="right" style="padding:0 0 12px 12px"/>I have posted a number of times about <a href="http://jquery.com/">jQuery</a> &#8211; a JavaScript (JS) framework that will revolutionise the way you write JS. The community uptake of this framework has been quite impressive. Now there is even a <a href="http://www.visualjquery.com/magazine/">monthly magazine available</a>, courtesy of Yehuda Katz. The first release of the magazine includes the following topics:</p>
<ul>
<li>an editor's note about the magazine</li>
<li>a profile of jQuery's founder, John Resig</li>
<li>an introduction to jQuery's basic principles
</li>
<li>an argument for jQuery's philosophy</li>
<li>an interview with the creator of the jqMinMax plugin, Dave Cardwell</li>
<li>a roundup of three plugins that are useful for creating rich web applications</li>
</ul>
<p>Why is this framework worthy of so much attention? You need to be a JavaScript coder to really appreciate it's beauty. Basically jQuery allows web developers to write JS the way we think, the way we see the world within the context of the DOM. Not only is it logical and simple to work with, it will drastically reduce the amount of JS you write. That means smaller files, your code is easier to read and understand, and you spend less time coding. It enables you to easily work with AJAX, animations, forms, CSS, and the list goes on &#8211; all for including a file only 16k in size.</p>
<p>On top of that, the jQuery community is rapidly adding new plugins and widgets that work with jQuery. The mailing list is also extremely responsive and helpful.</p>
<p>Once upon a time the developer world went crazy about <a href="http://prototype.conio.net/">Prototype</a> and <a href="http://script.aculo.us/">Scriptaculous</a>. For me jQuery and <a href="http://interface.eyecon.ro/demos">Interface</a> leave such alternatives in the dust. Why? Apart from the fact that jQuery+Interface = 66k (16+50) and Prototype+Scriptaculous = 188k (50+128)? jQuery and Interface are just more intuitive to work with and offer the same core features.</p>
<p>Here are some links to get you excited:</p>
<blockquote><ul>
<li><a href="http://jquery.com/">jQuery.com</a> &#8211; Official jQuery website</li>
<li><a href="http://www.visualjquery.com/magazine/">Visual jQuery Magazine</a> &#8211; Issue One</li>
<li><a href="http://interface.eyecon.ro/demos">Interface</a> &#8211; enabling drag 'n' drop, autocomplete etc</li>
<li><a href="http://jquery.com/plugins/">Plugin Library</a> &#8211; A list of all plugins</li>
<li><a href="http://jquery.com/tutorials/">Tutorials </a>- a list of community tutorials for jQuery</li>
<li><a href="http://www.nabble.com/JQuery-f15494.html">Mailing List</a> &#8211; Searchable archive of the Mailing List</li>
<li><a href="http://www.visualjquery.com/">Visual jQuery</a> &#8211; Interactive documentation for jQuery</li>
</ul>
</blockquote>
<p>Anyway &#8211; it is time for me to stop raving. If I keep posting only about jQuery this blog is going to get fairly monotonous! I will now leave you to form your own impressions&#8230;</ul>
<p><!--96f518000e33748bab9a23084b172c39--><!--da9998b375a6e4bb5e8526759ad84174--><!--a57cef483acf71fa1e7c2ddbc48acc38--><!--da9998b375a6e4bb5e8526759ad84174--><!--a57cef483acf71fa1e7c2ddbc48acc38--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released&amp;bodytext=I%20have%20posted%20a%20number%20of%20times%20about%20jQuery%20-%20a%20JavaScript%20%28JS%29%20framework%20that%20will%20revolutionise%20the%20way%20you%20write%20JS.%20The%20community%20uptake%20of%20this%20framework%20has%20been%20quite%20impressive.%20Now%20there%20is%20even%20a%20monthly%20magazine%20available%2C%20courtesy%20of%20Yeh" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=I%20have%20posted%20a%20number%20of%20times%20about%20jQuery%20-%20a%20JavaScript%20%28JS%29%20framework%20that%20will%20revolutionise%20the%20way%20you%20write%20JS.%20The%20community%20uptake%20of%20this%20framework%20has%20been%20quite%20impressive.%20Now%20there%20is%20even%20a%20monthly%20magazine%20available%2C%20courtesy%20of%20Yeh" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released&amp;notes=I%20have%20posted%20a%20number%20of%20times%20about%20jQuery%20-%20a%20JavaScript%20%28JS%29%20framework%20that%20will%20revolutionise%20the%20way%20you%20write%20JS.%20The%20community%20uptake%20of%20this%20framework%20has%20been%20quite%20impressive.%20Now%20there%20is%20even%20a%20monthly%20magazine%20available%2C%20courtesy%20of%20Yeh" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;t=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;t=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;title=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released&amp;annotation=I%20have%20posted%20a%20number%20of%20times%20about%20jQuery%20-%20a%20JavaScript%20%28JS%29%20framework%20that%20will%20revolutionise%20the%20way%20you%20write%20JS.%20The%20community%20uptake%20of%20this%20framework%20has%20been%20quite%20impressive.%20Now%20there%20is%20even%20a%20monthly%20magazine%20available%2C%20courtesy%20of%20Yeh" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fissue-one-of-visual-jquery-magazine-released%2F&amp;submitHeadline=Issue%20One%20of%20Visual%20jQuery%20Magazine%20Released&amp;submitSummary=I%20have%20posted%20a%20number%20of%20times%20about%20jQuery%20-%20a%20JavaScript%20%28JS%29%20framework%20that%20will%20revolutionise%20the%20way%20you%20write%20JS.%20The%20community%20uptake%20of%20this%20framework%20has%20been%20quite%20impressive.%20Now%20there%20is%20even%20a%20monthly%20magazine%20available%2C%20courtesy%20of%20Yeh&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prototype.js Cheat Sheets</title>
		<link>http://matthew.delmarters.com/weblog/prototypejs-cheat-sheets/</link>
		<comments>http://matthew.delmarters.com/weblog/prototypejs-cheat-sheets/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 19:31:38 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/prototypejs-cheat-sheets/</guid>
		<description><![CDATA[If you use the Prototype.js framework, or would like to learn more about it, Jonathan Snooks has created some very attractive "Cheat Sheets" that will definitely be of some help to you. Check them out here.



Share:


	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p>If you use the Prototype.js framework, or would like to learn more about it, Jonathan Snooks has created some very attractive "Cheat Sheets" that will definitely be of some help to you. Check them out <a href="http://www.snook.ca/archives/000531.php">here</a>.</p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets&amp;bodytext=If%20you%20use%20the%20Prototype.js%20framework%2C%20or%20would%20like%20to%20learn%20more%20about%20it%2C%20Jonathan%20Snooks%20has%20created%20some%20very%20attractive%20%22Cheat%20Sheets%22%20that%20will%20definitely%20be%20of%20some%20help%20to%20you.%20Check%20them%20out%20here." title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Prototype.js%20Cheat%20Sheets%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=If%20you%20use%20the%20Prototype.js%20framework%2C%20or%20would%20like%20to%20learn%20more%20about%20it%2C%20Jonathan%20Snooks%20has%20created%20some%20very%20attractive%20%22Cheat%20Sheets%22%20that%20will%20definitely%20be%20of%20some%20help%20to%20you.%20Check%20them%20out%20here." title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets&amp;notes=If%20you%20use%20the%20Prototype.js%20framework%2C%20or%20would%20like%20to%20learn%20more%20about%20it%2C%20Jonathan%20Snooks%20has%20created%20some%20very%20attractive%20%22Cheat%20Sheets%22%20that%20will%20definitely%20be%20of%20some%20help%20to%20you.%20Check%20them%20out%20here." title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;t=Prototype.js%20Cheat%20Sheets" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;t=Prototype.js%20Cheat%20Sheets" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;title=Prototype.js%20Cheat%20Sheets&amp;annotation=If%20you%20use%20the%20Prototype.js%20framework%2C%20or%20would%20like%20to%20learn%20more%20about%20it%2C%20Jonathan%20Snooks%20has%20created%20some%20very%20attractive%20%22Cheat%20Sheets%22%20that%20will%20definitely%20be%20of%20some%20help%20to%20you.%20Check%20them%20out%20here." title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-cheat-sheets%2F&amp;submitHeadline=Prototype.js%20Cheat%20Sheets&amp;submitSummary=If%20you%20use%20the%20Prototype.js%20framework%2C%20or%20would%20like%20to%20learn%20more%20about%20it%2C%20Jonathan%20Snooks%20has%20created%20some%20very%20attractive%20%22Cheat%20Sheets%22%20that%20will%20definitely%20be%20of%20some%20help%20to%20you.%20Check%20them%20out%20here.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/prototypejs-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Visual.SpellCheck</title>
		<link>http://matthew.delmarters.com/weblog/visual_spellcheck/</link>
		<comments>http://matthew.delmarters.com/weblog/visual_spellcheck/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 03:00:34 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/visual_spellcheck/</guid>
		<description><![CDATA[<img src="http://matthew.delmarters.com/images/screen_visual_spellcheck.gif" align="right" style="padding:0 0 5px 15px"><strong>Current Version: 0.95</strong> 

I don't use the WYSIWYG Editor that comes with WordPress 2.0, and as a result have been getting extremely frustrated with the lack of a spell-checker. So I decided to try and get one working, preferably using AJAX to make it as fast and user-friendly as possible. 

I am now proud to present Visual.SpellCheck - an AJAX-based Spell Checker for WordPress. It includes the ability to:

<ul>
    <li>Highlight incorrectly spelled words</li>
    <li>List suggested words from the aspell dictionary</li>
    <li>List suggested words from your custom dictionary</li>
    <li>Allow new words to be added to your Custom Dictionary</li> 
</ul>

The Spell Checker works in Firefox, Internet Explorer, Opera and Safari.]]></description>
			<content:encoded><![CDATA[<p><img src="http://matthew.delmarters.com/images/screen_visual_spellcheck.gif" align="right" style="padding:0 0 5px 15px"><strong>Current Version: 0.95</strong> </p>
<p>I don't use the WYSIWYG Editor that comes with WordPress 2.0, and as a result have been getting extremely frustrated with the lack of a spell-checker. So I decided to try and get one working, preferably using AJAX to make it as fast and user-friendly as possible. </p>
<p>I am now proud to present Visual.SpellCheck &#8211; an AJAX-based Spell Checker for WordPress. It includes the ability to:</p>
<ul>
<li>Highlight incorrectly spelled words</li>
<li>List suggested words from the aspell dictionary</li>
<li>List suggested words from your custom dictionary</li>
<li>Allow new words to be added to your Custom Dictionary</li>
</ul>
<p>The Spell Checker works in Firefox, Internet Explorer, Opera and Safari.</p>
<h4>Demo</h4>
<p>Here is a demo of Visual.SpellCheck. It should work fine in Mozilla browsers (including Firefox) and Internet Explorer. It will also function in Opera, although there are some small issues. Follow the instructions in the textarea itself, and feel free to edit it's contents and then test.</p>
<link rel="stylesheet" type="text/css" href="/wp-content/plugins/Visual.SpellCheck/spell_checker.css"><script src="/wp-content/plugins/Visual.SpellCheck/cpaint2.inc.compressed.js" type="text/javascript"></script><script src="/wp-content/plugins/Visual.SpellCheck/spell_checker_compressed.js" type="text/javascript"></script><textarea title="spellcheck" accesskey="/wp-content/plugins/Visual.SpellCheck/spell_checker.php" rows="3" cols="20" name="spellcheck_demo" tabindex="2" id="spellcheck_demo" style="width:100%; height:100px;">Here is Visual.SpellCheck in actionn. Some words are spelt incorrrectly &#8211; click "Check Spelling" to fix things up. The word "Javascript" is in my custom dictionary with an uppercase S.<br />
When you have finshed the spell-check click "Resume Editing".</textarea></p>
<h4>Installation</h4>
<p>Follow these basic steps:</p>
<ul>
<li>Download this file: <a href="/downloads/Visual.SpellCheck.zip"><strong>Visual.SpellCheck.zip</strong></a> (37Kb)</li>
<li>Unzip the file on your computer.</li>
<li>Upload the complete folder "Visual.SpellCheck" to your WordPress plugins directory (found in "/wp-content/plugins")</li>
<li>Login to WordPress and go to the Plugins module</li>
<li>Find the line that says "Visual.SpellCheck" and click "Activate"</li>
<li>Change the permissions on the file Visual.Syntax/personal_dictionary/dict.txt" to "757&#8243; so that the server can write to the file</li>
</ul>
<p><strong>Note:</strong> <a href="http://www.php.net/pspell">Pspell</a> must be installed on the server for this to work. Also this plugin is not compatible with the WYSIWYG HTML Editor that comes with WordPress (TinyMCE comes with its own spellchecker anyway). You will have to disable the WYSIWYG and be using the old-style editor (textarea).</p>
<h4>Credits</h4>
<p>This project is based on code from <a href="http://www.broken-notebook.com/spell_checker/">Broken-Notebook</a>. Thanks to Garrison who has modified his original code to allow the plugin to integrate with WordPress and minimise issues with future compatibility.</p>
<h4>Known Minor Bugs</h4>
<p>This is the only bug I am aware of &#8211; and it is pretty minor:</p>
<ol>
<li>In Opera the popup menu that shows the suggested words always sits top-left of the textarea</li>
</ol>
<p>If you are able to help with this that would be great.  <img src='http://matthew.delmarters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>ChangeLog</h4>
<pre>
2006-02-04 - Firefox QuickTags conflict fixed. Now version 0.95
2006-02-04 - Public release of version 0.90
</pre>
<p><strong>If you liked this plugin you can <a href="http://digg.com/software/WordPress_Ajax_Spell_Checker">digg it here</a> or please <a href="http://matthew.delmarters.com/weblog/visual_spellcheck/#respond">leave a comment</a>.</strong></p>



Share:


	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=WordPress%20Plugin%3A%20Visual.SpellCheck%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;title=WordPress%20Plugin%3A%20Visual.SpellCheck" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;title=WordPress%20Plugin%3A%20Visual.SpellCheck" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;t=WordPress%20Plugin%3A%20Visual.SpellCheck" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;t=WordPress%20Plugin%3A%20Visual.SpellCheck" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/visual_spellcheck/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>IBM in the News: AJAX, DB2, LAMP</title>
		<link>http://matthew.delmarters.com/weblog/ibm-in-the-news-ajax-db2-lamp/</link>
		<comments>http://matthew.delmarters.com/weblog/ibm-in-the-news-ajax-db2-lamp/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 00:29:52 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ibm-in-the-news-ajax-db2-lamp/</guid>
		<description><![CDATA[There have been some very exciting developments from IBM over the last few weeks. Here are four areas of major interest to me:
AJAX Toolkit Framework (ATF) Project
In January 2006 IBM announced the ATF Project. The goal is to extend the Eclipse platform to allow for extensible frameworks and exemplary tools for building IDEs (integrated development [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://matthew.delmarters.com/images/ibm_logo.gif" alt="IBM" style="padding:0px 0 5px 15px; border:0px" align="right"/>There have been some very exciting developments from IBM over the last few weeks. Here are four areas of major interest to me:</p>
<h4>AJAX Toolkit Framework (ATF) Project</h4>
<p>In January 2006 IBM announced the <a href="http://www.eweek.com/article2/0,1895,1913784,00.asp">ATF Project</a>. The goal is to extend the <a href="http://www.eclipse.org/">Eclipse</a> platform to allow for extensible frameworks and exemplary tools for building IDEs (integrated development environments) for the many different AJAX runtime offerings such as <a href="http://dojotoolkit.org/">Dojo</a>, <a href="http://openrico.org/">OpenRico</a>, and <a href="http://www.zimbra.com/">Zimbra</a>. These tools will contain features for developing, deploying, debugging and testing AJAX applications, which is not so easy to do using development tools of today.</p>
<p>The tools built upon these frameworks will include some very exciting features: </p>
<ul>
<li>Enhanced JavaScript editing such as edit-time syntax checking; </li>
<li>An embedded Mozilla web browser; </li>
<li>An embedded DOM (Document Object Model) browser; </li>
<li>An embedded JavaScript debugger. </li>
</ul>
<h4>Open Ajax Initiative</h4>
<p>On February 1st IBM and other industry leaders announced the "<a href="http://www.zend.com/company/news/announcements/2006/02/tech_titans_propose_open_source_projects_for_browser_boosting_ajax_technology">Open AJAX</a>" initiative to promote the adoption of AJAX technology.  This project is going to see collaboration between BEA, Borland, the Dojo Foundation, Eclipse Foundation, IBM, Laszlo Systems, Mozilla Corporation, Novell, Openwave Systems, Oracle, Red Hat, Yahoo, Zend and Zimbra.</p>
<p>The goal? To promote Ajax's promise of universal compatibility with any computer device, application, desktop or operating system, and easy incorporation into new and existing software programs. </p>
<h4>DB2 Express-C</h4>
<p>On January 30th IBM introduced a free version of its DB2 database. <a href="http://www-306.ibm.com/software/data/db2/udb/db2express/">DB2 Express-C</a> is the same database as IBM's commercial offerings but the company places limits on what kind of hardware it can run on. It can be deployed on systems with two processor cores or up to two dual-core chips on AMD or Intel-based servers. The memory limit is 4GB but there are no limits on the size of database or number of users. </p>
<p>This move really follows the footsteps of Microsoft with <a href="http://www.microsoft.com/sql/editions/express/default.mspx">SQL Server Express</a>, and Oracle with <a href="http://www.oracle.com/technology/products/database/xe/index.html">Oracle 10g Express Edition</a>.</p>
<p>Already the LAMP-based community is showing interest in using DB2. For example <a href="http://www.activegrid.com/">ActiveGrid</a> has just released an edition of its front-end development tool and server software to work with DB2 Express-C. DB2 offers some exciting functionality not found in PostGres or MySQL, such as the ability to combine PHP with DB2's <a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0511singh/">native XML capabilities</a>.</p>
<h4>PHP Collaboration Project</h4>
<p>This is now <a href="http://blog.delmarters.com/2006/01/php-frameworks-its-a-takeover/">old news</a>, but late last year IBM joined forces with Oracle, MySQL, Intel, Actuate, ADP, FileMaker, Schematic, StepUp Commerce, OmniTI, 100days.de, SugarCRM, bebe.com, and Marco Tabini (publisher of PHP Architect Magazine) in the <a href="http://www.zend.com/collaboration/">PHP Collaboration Project</a>. The initial objectives of the project are:</p>
<ul>
<li><strong>Zend PHP Framework: </strong>A Web application framework which will standardize the way PHP applications are built. The framework will accelerate and improve the development and deployment of mission-critical PHP Web applications</li>
<li><strong>Engagement with the Eclipse Foundation:</strong> Zend is joining the IBM founded Eclipse Foundation as a Strategic Developer. Zend is now proposing to lead a project focused on PHP within Eclipse</li>
</ul>
<p>&nbsp;</p>
<p>I for one am enjoying seeing IBM partnering with other companies and projects to help formalise the future of AJAX and a PHP Framework / toolset. I haven't decided about DB2 yet for my everyday projects &#8211; but I will be taking a look for sure.<!--8861abb2e7cb7a8de4f894472c0213ac--><!--849871c39cf65d41ca87ad06e8cbcc0a--><!--5493a9d6ca002afac0b5c5c45f0f786a--><!--849871c39cf65d41ca87ad06e8cbcc0a--><!--5493a9d6ca002afac0b5c5c45f0f786a--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP&amp;bodytext=There%20have%20been%20some%20very%20exciting%20developments%20from%20IBM%20over%20the%20last%20few%20weeks.%20Here%20are%20four%20areas%20of%20major%20interest%20to%20me%3A%0D%0A%0D%0AAJAX%20Toolkit%20Framework%20%28ATF%29%20Project%0D%0A%0D%0AIn%20January%202006%20IBM%20announced%20the%20ATF%20Project.%20The%20goal%20is%20to%20extend%20the%20Eclipse" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=There%20have%20been%20some%20very%20exciting%20developments%20from%20IBM%20over%20the%20last%20few%20weeks.%20Here%20are%20four%20areas%20of%20major%20interest%20to%20me%3A%0D%0A%0D%0AAJAX%20Toolkit%20Framework%20%28ATF%29%20Project%0D%0A%0D%0AIn%20January%202006%20IBM%20announced%20the%20ATF%20Project.%20The%20goal%20is%20to%20extend%20the%20Eclipse" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP&amp;notes=There%20have%20been%20some%20very%20exciting%20developments%20from%20IBM%20over%20the%20last%20few%20weeks.%20Here%20are%20four%20areas%20of%20major%20interest%20to%20me%3A%0D%0A%0D%0AAJAX%20Toolkit%20Framework%20%28ATF%29%20Project%0D%0A%0D%0AIn%20January%202006%20IBM%20announced%20the%20ATF%20Project.%20The%20goal%20is%20to%20extend%20the%20Eclipse" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;t=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;t=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;title=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP&amp;annotation=There%20have%20been%20some%20very%20exciting%20developments%20from%20IBM%20over%20the%20last%20few%20weeks.%20Here%20are%20four%20areas%20of%20major%20interest%20to%20me%3A%0D%0A%0D%0AAJAX%20Toolkit%20Framework%20%28ATF%29%20Project%0D%0A%0D%0AIn%20January%202006%20IBM%20announced%20the%20ATF%20Project.%20The%20goal%20is%20to%20extend%20the%20Eclipse" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fibm-in-the-news-ajax-db2-lamp%2F&amp;submitHeadline=IBM%20in%20the%20News%3A%20AJAX%2C%20DB2%2C%20LAMP&amp;submitSummary=There%20have%20been%20some%20very%20exciting%20developments%20from%20IBM%20over%20the%20last%20few%20weeks.%20Here%20are%20four%20areas%20of%20major%20interest%20to%20me%3A%0D%0A%0D%0AAJAX%20Toolkit%20Framework%20%28ATF%29%20Project%0D%0A%0D%0AIn%20January%202006%20IBM%20announced%20the%20ATF%20Project.%20The%20goal%20is%20to%20extend%20the%20Eclipse&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/ibm-in-the-news-ajax-db2-lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AjaxTK: The Ajax Toolkit from Zimbra</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/</link>
		<comments>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 22:24:50 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/</guid>
		<description><![CDATA[Zimbra released the AjaxTK JavaScript development library last year. Running under the Mozilla Public License (MPL) developers can use this toolkit in their browser-based applications. The toolkit is actively used by Zimbra in developing the Zimbra Collaboration Suite, one of the most full-featured AJAX applications I have ever seen. Because of it's development in conjunction [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zimbra.com"><img src="http://matthew.delmarters.com/images/zimbra_logo.gif" alt="Zimbra Logo" align="right" style="border:0px; padding: 0 0 10px 10px;"/></a>Zimbra released the AjaxTK JavaScript development library last year. Running under the Mozilla Public License (<a href="http://www.zimbra.com/license/mozilla_public_license.html">MPL</a>) developers can use this toolkit in their browser-based applications. The toolkit is actively used by Zimbra in developing the <a href="http://www.zimbra.com/">Zimbra Collaboration Suite</a>, one of the most full-featured AJAX applications I have ever seen. Because of it's development in conjunction with a real-world application, and because of the number of widgets and JavaScript utilities included, AjaxTK may well be one of the most advanced JavaScript toolkits available at the moment.</p>
<p>There is a problem however &#8211; there is basically no documentation for using AjaxTK, other than an extremely technical overview of the framework in <a href="http://www.zimbra.com/pdf/Zimbra%20AJAX%20TK%20Whitepaper.pdf" onclick="window.open(this.href); return false;">PDF format</a>. There are currrently no online examples of the widgets being used (other than the demo of the <a href="http://www.zimbra.com/">Zimbra Collaboration Suite</a> itself). And while you can <a href="http://www.zimbra.com/community/ajaxtk_download.html">download the toolkit</a> from Zimbra, their examples are heavily tied into JSP which is a major problem for me because I have no intention of using JSP.</p>
<p>So &#8211; here is a small step toward helping the community to get started. Full credit goes to Xiris, Chouser, Zuser and especially Smies for their posts on the <a href="http://www.zimbra.com/forums/forumdisplay.php?f=20">Zimbra AjaxTK Forums</a>.</p>
<h4>AjaxTK Tree Example<a href="http://matthew.delmarters.com/demos/ajaxtk/examples/tree/TreeExample.html" onclick="window.open(this.href,'tree','width=250, height=300'); return false;"><img src="http://matthew.delmarters.com/images/zimbra_tree.gif" alt="Zimbra AjaxTK Tree Example" align="right" border="0"/></a></h4>
<p><a href="http://matthew.delmarters.com/demos/ajaxtk/examples/tree/TreeExample.html" onclick="window.open(this.href,'tree','width=250, height=300'); return false;">open example here</a></p>
<p>This is a standard DHTML tree, but it also demonstrates Drag 'n' Drop and custom Tooltips. Try dragging a contact from the top branch onto the label of the second branch.</p>
<h4>AjaxTK Grid Example<a href="http://matthew.delmarters.com/demos/ajaxtk/examples/dataViewer/FlightInfo.html" onclick="window.open(this.href,'tree','width=750, height=550, resizable'); return false;"><img src="http://matthew.delmarters.com/images/zimbra_grid.gif" alt="Zimbra AjaxTK Grid Example" align="right" style="border:0px; padding: 10px 0 5px 15px;" /></a></h4>
<p><a href="http://matthew.delmarters.com/demos/ajaxtk/examples/dataViewer/FlightInfo.html" onclick="window.open(this.href,'tree','width=750, height=550, resizable'); return false;">open example here</a></p>
<p>This is an extremely full-featured example. It demonstrates tabs and a grid that has resizable columns, movable columns and column sorting. You can filter the listings on the left (which is fully client-side). And the grid listings are paginated, allowing you to open 3 pages of listings in the grid.</p>
<h4>Download Examples and AjaxTK Library</h4>
<p>The above examples and the full source code are available for <a href="http://matthew.delmarters.com/phpmv/phpmyvisites.php?url=/downloads/AjaxTK.zip&#038;id=1&#038;pagename=FILE:/downloads/AjaxTK.zip/1.0"><strong>download in a ZIP file</strong></a> (466kb). Once again, thanks to <a href="http://www.smies.com/blog/">Smies</a> for getting this working.</p>
<p>&nbsp;</p>
<p>So &#8230; what do you think? How does this compare to other AJAX libraries in your opinion? To be fair to Zimbra, they have only fairly recently released this toolkit to the community and it is yet early days (like most AJAX projects). They have some very <a href="http://www.zimbra.com/blog/archives/2005/12/ajax_design_cen.html">positive thoughts</a> on what AJAX libraries should be able to acheive in the future, so hopefully this is an indication of where they will take AjaxTK&#8230;</p>
<p><strong>If you liked this post you can <a href="http://digg.com/technology/AjaxTK_-_Ajax_Toolkit_from_Zimbra_">digg it here</a>.</strong></p>
<p><!--1161d63f8362ad86fc4f52c4d92d29d4--><!--fce9a9f1caa6e80d3c07d539a08a37ec--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra&amp;bodytext=Zimbra%20released%20the%20AjaxTK%20JavaScript%20development%20library%20last%20year.%20Running%20under%20the%20Mozilla%20Public%20License%20%28MPL%29%20developers%20can%20use%20this%20toolkit%20in%20their%20browser-based%20applications.%20The%20toolkit%20is%20actively%20used%20by%20Zimbra%20in%20developing%20the%20Zimbra%20C" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=Zimbra%20released%20the%20AjaxTK%20JavaScript%20development%20library%20last%20year.%20Running%20under%20the%20Mozilla%20Public%20License%20%28MPL%29%20developers%20can%20use%20this%20toolkit%20in%20their%20browser-based%20applications.%20The%20toolkit%20is%20actively%20used%20by%20Zimbra%20in%20developing%20the%20Zimbra%20C" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra&amp;notes=Zimbra%20released%20the%20AjaxTK%20JavaScript%20development%20library%20last%20year.%20Running%20under%20the%20Mozilla%20Public%20License%20%28MPL%29%20developers%20can%20use%20this%20toolkit%20in%20their%20browser-based%20applications.%20The%20toolkit%20is%20actively%20used%20by%20Zimbra%20in%20developing%20the%20Zimbra%20C" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;t=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;t=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;title=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra&amp;annotation=Zimbra%20released%20the%20AjaxTK%20JavaScript%20development%20library%20last%20year.%20Running%20under%20the%20Mozilla%20Public%20License%20%28MPL%29%20developers%20can%20use%20this%20toolkit%20in%20their%20browser-based%20applications.%20The%20toolkit%20is%20actively%20used%20by%20Zimbra%20in%20developing%20the%20Zimbra%20C" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fajaxtk_toolkit_from_zimbra%2F&amp;submitHeadline=AjaxTK%3A%20The%20Ajax%20Toolkit%20from%20Zimbra&amp;submitSummary=Zimbra%20released%20the%20AjaxTK%20JavaScript%20development%20library%20last%20year.%20Running%20under%20the%20Mozilla%20Public%20License%20%28MPL%29%20developers%20can%20use%20this%20toolkit%20in%20their%20browser-based%20applications.%20The%20toolkit%20is%20actively%20used%20by%20Zimbra%20in%20developing%20the%20Zimbra%20C&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Useful AJAX Based Tools</title>
		<link>http://matthew.delmarters.com/weblog/useful-ajax-based-tools/</link>
		<comments>http://matthew.delmarters.com/weblog/useful-ajax-based-tools/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 19:55:55 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/2006/01/useful-ajax-based-tools/</guid>
		<description><![CDATA[This week I discovered three very useful tools built in AJAX. Here they are for my own future reference &#8211; and maybe you will enjoy these as well:

WizLite &#8211; this very nifty tool allows users to collaboratively highlight important passages on a page on the Internet. Users can attach notes to their selections. Wizlite is [...]]]></description>
			<content:encoded><![CDATA[<p>This week I discovered three very useful tools built in AJAX. Here they are for my own future reference &#8211; and maybe you will enjoy these as well:</p>
<ul>
<ol><a href="http://wizlite.com/" target="_blank">WizLite</a> &#8211; this very nifty tool allows users to collaboratively highlight important passages on a page on the Internet. Users can attach notes to their selections. Wizlite is activated by a bookmarklet or Firefox toolbar extension.</ol>
<ol>
<a href="http://www.rexv.org/" target="_blank">Rex-V</a> &#8211; a regular expression evaluator. Evaluates PHP PCRE, PHP Posix and JavaScript regular expressions. It also includes quick reference help which is very useful.</ol>
<ol>
<a href="http://phpfunctions.nfshost.com/" target="_blank">phpFunctions</a> &#8211; an AJAX interface to quickly look up a function and then load the details from php.net.</ol>
<p>Are there any similar tools out there that you would like to share?<!--900e1e03dc74bbc776a4d99e1b205bbc--><!--f1720e27a2cecf84aee96348d4da1ae8--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools&amp;bodytext=This%20week%20I%20discovered%20three%20very%20useful%20tools%20built%20in%20AJAX.%20Here%20they%20are%20for%20my%20own%20future%20reference%20-%20and%20maybe%20you%20will%20enjoy%20these%20as%20well%3A%0D%0A%0D%0A%0D%0AWizLite%20-%20this%20very%20nifty%20tool%20allows%20users%20to%20collaboratively%20highlight%20important%20passages%20on%20a%20pa" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Useful%20AJAX%20Based%20Tools%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=This%20week%20I%20discovered%20three%20very%20useful%20tools%20built%20in%20AJAX.%20Here%20they%20are%20for%20my%20own%20future%20reference%20-%20and%20maybe%20you%20will%20enjoy%20these%20as%20well%3A%0D%0A%0D%0A%0D%0AWizLite%20-%20this%20very%20nifty%20tool%20allows%20users%20to%20collaboratively%20highlight%20important%20passages%20on%20a%20pa" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools&amp;notes=This%20week%20I%20discovered%20three%20very%20useful%20tools%20built%20in%20AJAX.%20Here%20they%20are%20for%20my%20own%20future%20reference%20-%20and%20maybe%20you%20will%20enjoy%20these%20as%20well%3A%0D%0A%0D%0A%0D%0AWizLite%20-%20this%20very%20nifty%20tool%20allows%20users%20to%20collaboratively%20highlight%20important%20passages%20on%20a%20pa" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;t=Useful%20AJAX%20Based%20Tools" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;t=Useful%20AJAX%20Based%20Tools" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;title=Useful%20AJAX%20Based%20Tools&amp;annotation=This%20week%20I%20discovered%20three%20very%20useful%20tools%20built%20in%20AJAX.%20Here%20they%20are%20for%20my%20own%20future%20reference%20-%20and%20maybe%20you%20will%20enjoy%20these%20as%20well%3A%0D%0A%0D%0A%0D%0AWizLite%20-%20this%20very%20nifty%20tool%20allows%20users%20to%20collaboratively%20highlight%20important%20passages%20on%20a%20pa" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fuseful-ajax-based-tools%2F&amp;submitHeadline=Useful%20AJAX%20Based%20Tools&amp;submitSummary=This%20week%20I%20discovered%20three%20very%20useful%20tools%20built%20in%20AJAX.%20Here%20they%20are%20for%20my%20own%20future%20reference%20-%20and%20maybe%20you%20will%20enjoy%20these%20as%20well%3A%0D%0A%0D%0A%0D%0AWizLite%20-%20this%20very%20nifty%20tool%20allows%20users%20to%20collaboratively%20highlight%20important%20passages%20on%20a%20pa&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/useful-ajax-based-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype.js support in the Zend Framework</title>
		<link>http://matthew.delmarters.com/weblog/prototypejs-support-in-the-zend-framework/</link>
		<comments>http://matthew.delmarters.com/weblog/prototypejs-support-in-the-zend-framework/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 22:00:51 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Speculation]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/prototypejs-support-in-the-zend-framework/</guid>
		<description><![CDATA[As the upcoming Zend Framework is going to implement AJAX functionality I really hope that they will integrate the prototype.js library. I realise that this is also used by Ruby on Rails which Zend is trying to avoid giving the impression they are ripping off. However it is a fantastic library and it would be [...]]]></description>
			<content:encoded><![CDATA[<p>As the upcoming Zend Framework is going to implement AJAX functionality I really hope that they will integrate the prototype.js library. I realise that this is also used by Ruby on Rails which Zend is trying to avoid giving the impression they are ripping off. However it is a fantastic library and it would be great to see it become almost a standard. It can be relied on as it is being actively developed and is involved in major frameworks at this stage. In addition there are number of JS scripts and projects already implementing prototype.js. So &#8230; here's hoping!<!--19ba14caaa80beb8e37dc5d192a731f3--><!--14f69f7df09886422f52f9424b3c5005--><!--9b1ebf927411fc41d31f96a1f07e9de0--><!--9b1ebf927411fc41d31f96a1f07e9de0--></p>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework&amp;bodytext=As%20the%20upcoming%20Zend%20Framework%20is%20going%20to%20implement%20AJAX%20functionality%20I%20really%20hope%20that%20they%20will%20integrate%20the%20prototype.js%20library.%20I%20realise%20that%20this%20is%20also%20used%20by%20Ruby%20on%20Rails%20which%20Zend%20is%20trying%20to%20avoid%20giving%20the%20impression%20they%20are%20ri" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Prototype.js%20support%20in%20the%20Zend%20Framework%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=As%20the%20upcoming%20Zend%20Framework%20is%20going%20to%20implement%20AJAX%20functionality%20I%20really%20hope%20that%20they%20will%20integrate%20the%20prototype.js%20library.%20I%20realise%20that%20this%20is%20also%20used%20by%20Ruby%20on%20Rails%20which%20Zend%20is%20trying%20to%20avoid%20giving%20the%20impression%20they%20are%20ri" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework&amp;notes=As%20the%20upcoming%20Zend%20Framework%20is%20going%20to%20implement%20AJAX%20functionality%20I%20really%20hope%20that%20they%20will%20integrate%20the%20prototype.js%20library.%20I%20realise%20that%20this%20is%20also%20used%20by%20Ruby%20on%20Rails%20which%20Zend%20is%20trying%20to%20avoid%20giving%20the%20impression%20they%20are%20ri" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;t=Prototype.js%20support%20in%20the%20Zend%20Framework" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;t=Prototype.js%20support%20in%20the%20Zend%20Framework" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;title=Prototype.js%20support%20in%20the%20Zend%20Framework&amp;annotation=As%20the%20upcoming%20Zend%20Framework%20is%20going%20to%20implement%20AJAX%20functionality%20I%20really%20hope%20that%20they%20will%20integrate%20the%20prototype.js%20library.%20I%20realise%20that%20this%20is%20also%20used%20by%20Ruby%20on%20Rails%20which%20Zend%20is%20trying%20to%20avoid%20giving%20the%20impression%20they%20are%20ri" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fprototypejs-support-in-the-zend-framework%2F&amp;submitHeadline=Prototype.js%20support%20in%20the%20Zend%20Framework&amp;submitSummary=As%20the%20upcoming%20Zend%20Framework%20is%20going%20to%20implement%20AJAX%20functionality%20I%20really%20hope%20that%20they%20will%20integrate%20the%20prototype.js%20library.%20I%20realise%20that%20this%20is%20also%20used%20by%20Ruby%20on%20Rails%20which%20Zend%20is%20trying%20to%20avoid%20giving%20the%20impression%20they%20are%20ri&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/prototypejs-support-in-the-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
