<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://codebetter.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jay Kimble -- The Dev Theologian : DTAjax</title><link>http://codebetter.com/blogs/jay.kimble/archive/category/1376.aspx</link><description>My Community Project</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>MS Ajax JSP tags - release 0.2</title><link>http://codebetter.com/blogs/jay.kimble/archive/2007/06/25/ms-ajax-jsp-tags-release-0-2.aspx</link><pubDate>Tue, 26 Jun 2007 03:01:09 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:164681</guid><dc:creator>Jay Kimble</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I added a couple new controls and am going to concentrate on the more useful stuff for the next release.&lt;/p&gt; &lt;p&gt;You can find it &lt;a href="http://www.codeplex.com/dtajax/Release/ProjectReleases.aspx?ReleaseId=5237"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;[I hope someone finally sees this and picks it up.&amp;nbsp; If not along about 0.5 I&amp;#39;ll beat on one of my buddies to publicize it].&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://codebetter.com/aggbug.aspx?PostID=164681" width="1" height="1"&gt;</description><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/Java/default.aspx">Java</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/DTAjax/default.aspx">DTAjax</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/MS+Ajax+Extensions/default.aspx">MS Ajax Extensions</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/JSP/default.aspx">JSP</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/JSP+tag/default.aspx">JSP tag</category></item><item><title>Announcing the DTAjax Extensions to the MS ASP.NET 2.0 Ajax Extensions v1.0</title><link>http://codebetter.com/blogs/jay.kimble/archive/2007/03/28/Announcing-the-DTAjax-Extensions-to-the-MS-ASP.NET-2.0-Ajax-Extensions-v1.0.aspx</link><pubDate>Wed, 28 Mar 2007 13:06:00 GMT</pubDate><guid isPermaLink="false">d21fbbc9-c112-4f32-ad14-95939a2c53d4:160912</guid><dc:creator>Jay Kimble</dc:creator><slash:comments>9</slash:comments><description>&lt;p&gt;[oops I forgot the link I think]&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I tried to submit some of my controls to the AjaxControlToolbox, but was turned down... Basically when I asked if they wanted my horizontal splitter, I was asked if it complied with some composite control someone had requested (since it didn&amp;#39;t and I didn&amp;#39;t feel like making it work that way, I said no which ended the conversation). &lt;/p&gt;
&lt;p&gt;Anyway, enough about the AjaxControlToolbox, this is an announcement for my little AJax Project... so without further adieu...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Announcing the DTAjax Extensions to the MSA2AEv1&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;(that would be &amp;quot;MS ASP.NET 2.0 Ajax Extensions v1.0&amp;quot;)&lt;br /&gt;&lt;/em&gt;First of all you can get it &lt;a href="http://www.codeplex.com/dtajax" title="DTAjax on CodePlex"&gt;here&lt;/a&gt;.&amp;nbsp; Here&amp;#39;s what I did.  I have a couple script components, a couple extensions, and a control that I wanted to release to the world.  I have been building this stuff as I have been preparing to do the various trainings/presentations that I do these days (yes, you heard that right... you, too, can hire me to come give an MS Ajax training at your company.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;Script Components&lt;/u&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Sys.Attribute&lt;/em&gt; - provides .NET style attributes to Javascript&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Sys.Hashtable&lt;/em&gt; - provides a HashTable-like structure to Javascript&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Sys.TimerUtil&lt;/em&gt; - provides some utilities for manipulating Server Side timer controls from Script&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Sys.UpdatePanelHelper&lt;/em&gt; - provides a mechanism to register to receive events in an UpdatePanel&amp;#39;s lifecycle&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;u&gt;Server Components&lt;/u&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;InPlaceEditExtender&lt;/em&gt; - utilizes the InPlaceEditBehavior sample by Nikhil Kothari from last year (I re-wrote the extender and ported the behavior to the v1 MS Ajax)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;HoverEffectsExtender&lt;/em&gt; - simple Extender/Behavior for applying simple CSS hovereffects (this is mainly a sample)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;HSplitterPanel - My many times mentioned horizontal splitter control has now seen the light of day&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;u&gt;Stuff to do&lt;/u&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Create docs (!!)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Create Samples&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Create Tests (I want good quality from this thing and tests help to be able to make sure everything is running OK... I know I&amp;#39;m not TDD yet, but who knows...)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Oh yeah, the Server Components currently reference the AjaxControlToolbox (I need to doublecheck to see if it&amp;#39;s necessary).&lt;/p&gt;
&lt;p&gt;BTW, I plan on making my improved ScriptManager to appear in this project and I&amp;#39;m open to letting others join and add their own stuff too... The idea is that this is not the big AjaxControlToolbox, but I would like it to become second to it, and would like to at least supplement it.&lt;/p&gt;
&lt;p&gt;&lt;span class="technoratitag"&gt;&lt;b&gt;Technorati Tags:&lt;/b&gt; &lt;a href="http://www.technorati.com/tag/ASP.NET" rel="tag"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/MS%20AJAX" rel="tag"&gt;MS AJAX&lt;/a&gt;, &lt;a href="http://www.technorati.com/tag/AjaxControlToolbox" rel="tag"&gt;AjaxControlToolbox&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://codebetter.com/aggbug.aspx?PostID=160912" width="1" height="1"&gt;</description><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/Components+and+tools/default.aspx">Components and tools</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/ClientScript/default.aspx">ClientScript</category><category domain="http://codebetter.com/blogs/jay.kimble/archive/tags/DTAjax/default.aspx">DTAjax</category></item></channel></rss>