<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AjaxTK: The Ajax Toolkit from Zimbra</title>
	<atom:link href="http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 30 Jan 2010 00:59:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vytas</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-1265</link>
		<dc:creator>Vytas</dc:creator>
		<pubDate>Wed, 19 Jul 2006 09:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-1265</guid>
		<description>Nice examples, indeed. However could anybody explain meaning of calendar object in the grid example source code? I see no icon to activate the object.</description>
		<content:encoded><![CDATA[<p>Nice examples, indeed. However could anybody explain meaning of calendar object in the grid example source code? I see no icon to activate the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Barker</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-758</link>
		<dc:creator>David Barker</dc:creator>
		<pubDate>Fri, 26 May 2006 15:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-758</guid>
		<description>Thanks for the examples.  I tried to create my own page using the DataViewer as a jumping off point.   

One point of confusion for me is that it looks like the directory examples/common contains many of the same things that are in the js directory.  By replacing the line in DataViewer/FlightInfo.html:
   @import url(../common/img/hiRes/dwtimgs.css);
with:
   @import url(../../js/dwt/config/img/hiRes/dwtimgs.css);
Then copying dwtimgs.css into the directory js/dwt/config/img/hiRes, I was able to use the images without having two copies of them on my website.</description>
		<content:encoded><![CDATA[<p>Thanks for the examples.  I tried to create my own page using the DataViewer as a jumping off point.   </p>
<p>One point of confusion for me is that it looks like the directory examples/common contains many of the same things that are in the js directory.  By replacing the line in DataViewer/FlightInfo.html:<br />
   @import url(../common/img/hiRes/dwtimgs.css);<br />
with:<br />
   @import url(../../js/dwt/config/img/hiRes/dwtimgs.css);<br />
Then copying dwtimgs.css into the directory js/dwt/config/img/hiRes, I was able to use the images without having two copies of them on my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matheus Von Der Kerkhoff</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-400</link>
		<dc:creator>Matheus Von Der Kerkhoff</dc:creator>
		<pubDate>Thu, 27 Apr 2006 18:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-400</guid>
		<description>Hi, can you add my gmail for we talk about AjaxTK?

I want to develop some kind of my softwares in browser-based versio.

Thanx, and congratulations for this post.</description>
		<content:encoded><![CDATA[<p>Hi, can you add my gmail for we talk about AjaxTK?</p>
<p>I want to develop some kind of my softwares in browser-based versio.</p>
<p>Thanx, and congratulations for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abba Bryant</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-331</link>
		<dc:creator>Abba Bryant</dc:creator>
		<pubDate>Mon, 17 Apr 2006 03:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-331</guid>
		<description>Not sure if it is the &#039;console&#039; loading that takes forever.. but on any machine I that anyone I have told to view either this demo or the forum posts and even the main site&#039;s live demo the initial js load and cacheing is taking forever.

Not a light weight solution for sure.</description>
		<content:encoded><![CDATA[<p>Not sure if it is the &#8216;console&#8217; loading that takes forever.. but on any machine I that anyone I have told to view either this demo or the forum posts and even the main site&#8217;s live demo the initial js load and cacheing is taking forever.</p>
<p>Not a light weight solution for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Byrne</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-231</link>
		<dc:creator>Luke Byrne</dc:creator>
		<pubDate>Wed, 15 Mar 2006 12:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-231</guid>
		<description>Hi Matthew,

I have managed to bootstrap the mixing2 example to HTML and PHP.

See here for more info.

http://webherder.com/blog/2006/03/15/zimbra-ajax-tool-kit-mixing-2-example-boostrapped-to-php-and-html/

I did run into some problems with the Tree Menu style sheets though.

Kind regards,

Luke Byrne</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>I have managed to bootstrap the mixing2 example to HTML and PHP.</p>
<p>See here for more info.</p>
<p><a href="http://webherder.com/blog/2006/03/15/zimbra-ajax-tool-kit-mixing-2-example-boostrapped-to-php-and-html/" rel="nofollow">http://webherder.com/blog/2006/03/15/zimbra-ajax-tool-kit-mixing-2-example-boostrapped-to-php-and-html/</a></p>
<p>I did run into some problems with the Tree Menu style sheets though.</p>
<p>Kind regards,</p>
<p>Luke Byrne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Herder &#187; Zimbra AJAX Tool Kit Mixing 2 Example boostrapped to PHP and HTML</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-230</link>
		<dc:creator>Web Herder &#187; Zimbra AJAX Tool Kit Mixing 2 Example boostrapped to PHP and HTML</dc:creator>
		<pubDate>Wed, 15 Mar 2006 12:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-230</guid>
		<description>[...] I based what I was doing on Matthew Delmarters work here , except the one thing that I did notice is that the examples that I downloaded from his site use the older version of the library with some crucial files missing. I went and downloaded the latest /js folder from the CVS and dug through the code and finally managed to breath life into it. Note that the default download DOES NOT CREATE the much need file /js/confi/msgs/AJxMsg_en.js and its required functions. I have added this folder to this code base and it works fine on my machine so it should do on yours also. [...]</description>
		<content:encoded><![CDATA[<p>[...] I based what I was doing on Matthew Delmarters work here , except the one thing that I did notice is that the examples that I downloaded from his site use the older version of the library with some crucial files missing. I went and downloaded the latest /js folder from the CVS and dug through the code and finally managed to breath life into it. Note that the default download DOES NOT CREATE the much need file /js/confi/msgs/AJxMsg_en.js and its required functions. I have added this folder to this code base and it works fine on my machine so it should do on yours also. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-222</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Mon, 13 Mar 2006 04:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-222</guid>
		<description>The examples take a long long time to load on a DSL, so did the zimbra online demo.
Also after the first example loaded, next worked in a small time (caching kicked in)
Does zimbra have a very large initial network footprint?</description>
		<content:encoded><![CDATA[<p>The examples take a long long time to load on a DSL, so did the zimbra online demo.<br />
Also after the first example loaded, next worked in a small time (caching kicked in)<br />
Does zimbra have a very large initial network footprint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-151</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 15 Feb 2006 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-151</guid>
		<description>It seems like everyone is really excited about Zimbra, but they&#039;re also frustrated by the lack of documentation. I&#039;ve been able to figure a few things out by reading the comments that Zimbra has put in the code. Luckily, they used JavaDoc-style comments and there&#039;s a SourceForge project called &lt;a href=&quot;http://jsdoc.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;JSDoc&lt;/a&gt; that might be helpful.</description>
		<content:encoded><![CDATA[<p>It seems like everyone is really excited about Zimbra, but they&#8217;re also frustrated by the lack of documentation. I&#8217;ve been able to figure a few things out by reading the comments that Zimbra has put in the code. Luckily, they used JavaDoc-style comments and there&#8217;s a SourceForge project called <a href="http://jsdoc.sourceforge.net/" rel="nofollow">JSDoc</a> that might be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smies</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-13</link>
		<dc:creator>Smies</dc:creator>
		<pubDate>Thu, 02 Feb 2006 07:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-13</guid>
		<description>Thanks for the credits.</description>
		<content:encoded><![CDATA[<p>Thanks for the credits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digg / digall</title>
		<link>http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/comment-page-1/#comment-11</link>
		<dc:creator>digg / digall</dc:creator>
		<pubDate>Wed, 01 Feb 2006 11:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/ajaxtk_toolkit_from_zimbra/#comment-11</guid>
		<description>[...] Matthew Delmarter posted a good write-up of our AjaxTk. Best I&#039;ve seen outside of Zimbra so far. Includes online demos of our examples. [...]</description>
		<content:encoded><![CDATA[<p>[...] Matthew Delmarter posted a good write-up of our AjaxTk. Best I&#8217;ve seen outside of Zimbra so far. Includes online demos of our examples. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
