AJAX Wrapper for .Net (v1.1) ReleasedAJAX Wrapper for .Net (v1.1) ReleasedAJAX Wrapper for .Net (v1.1) Released 04/12/2005 11:57 PM Michael Schwarz, a .NET developer in Germany has released the latest version of his Ajax .NET Wrapper. This class library simplifies the use of XMLHttp by providing .NET objects that generate the necessary Javascript code. This is a GrokNews Entry: (what is grok?)AJAX Wrapper for .Net (v1.1) ReleasedGrok Headline matches for AJAX Wrapper for .Net (v1.1) ReleasedAJAXAJAX 03/22/2005 04:58 PM I am playing with AJAX myself but I see many problems with AJAX as the next generation DHTML application platform. AJAX applications are more expensive to build, test, and update than traditional DHTML applications. Frankly, I am not even sure whether current crop of popular web browsers can support AJAX because they weren't built with the expectation that a signle web page might stay up for as long as GUI applications. When even small carefully written DHTML apps can cause enough browser resource leaks to require frequent browser restarts, I think good stable AJAX applications will be rarer than the picture recent hype paints. And by the time engineers discover the cost of AJAX first-hand, .NET-based ClickOnce applications will look much more attractive than AJAX-based applications can ever be. So Ajax it is...So Ajax it is... 03/19/2005 02:31 AM I guess I'll have to accept "Ajax" as the official term of the new breed of webapps. In Monday's Wall... IE 5 Wrapper MSIIE 5 Wrapper MSI 06/04/2004 03:56 PM HTML-Ajax-0.01HTML-Ajax-0.01 04/01/2005 03:15 PM Now just call it "AJAX"Now just call it "AJAX" 03/14/2005 05:25 PM Last year we wrote about how some applications -- notably Google Mail and Suggest -- were taking advantage of Javascript plus XML-over-HTTP for richer interfaces. Now Jesse James Garrett of Adaptive Path has written a nice summary and (perhaps more imporantly) come up with a new name for the approach: "AJAX." Some CMS vendors are beginning to use AJAX methodologies, although from what we have seen mostly in a tentative way (if you're a vendor using AJAX, do tell where and how. Asynchronous communication with the server has tremendous potential to make heretofore very linear authoring and workflow procedures in a CMS much more fluid and therefore more, well, lifelike...... HTML-Ajax-0.02HTML-Ajax-0.02 04/08/2005 03:14 PM Why the term Ajax is usefulWhy the term Ajax is useful 04/18/2005 09:55 PM Software design patterns are useful mainly because they provide a shared vocabulary: rather than discussing the intimate details of a three layered application architecture, we say "MVC". Rather than describing an object that tracks your progress while looping over a collection, we say "Iterator". The same is true for Ajax. While the techniques it describes have been around for years, grouping them under a single term is extremely valuable for raising the level of discussion about them. No longer will we have to explain XMLHttpRequest / hidden iframes / crazy cookie tricks in depth when discussing sites which pull fresh information from the server without reloading the whole page. Instead, we can say "Ajax" and move on to more interesting things. Matthew Haughey says it's all about marketing. I disagree; it's about smarter and more effective conversations. AJAX in FlashAJAX in Flash 03/30/2005 09:01 PM As I pointed out in my AJAX post, I think difficulties of writing AJAX make it a poor web application platform, particularly since there are easier alternatives. Flash, for example, is a better platform for some applications than AJAX because it offers similar capabilities (i.e. XMLHttpRequest in DHTML) and comparable, if not better, level of availability along with much better graphics capability. Flash tool developers such as Lazlo and Xamlon makes it easy to develop interactive web application. Just take a look at this Google Maps like demo built over a weekend using Xamlon's upcoming tool. Note that AJAX in Flash is inappropriate for web applications that manipulate DHTML DOM extensively and has a number of issues that makes it prohibitively expensive for uses beyond demos and small tightly-focused applications. For example, you can't built PhotoShop with it without abandoning usability. Beyond Flash, .NET looms with superior functionalities and flexibilities. The only thing it lacks is the availability in several sense. AJAX FrameworkAJAX Framework 04/15/2005 03:55 PM AJAX Framework 1.0 Released PHP Everywhere: Will Ajax Catch On?PHP Everywhere: Will Ajax Catch On? 03/19/2005 03:26 AM If you'll remember a while back, we posted something about Ajax, a new technology from Adaptive Path that combines XML and Javascript to make a new "rich DHTML application". DBIx-Wrapper-0.08DBIx-Wrapper-0.08 05/04/2004 11:55 PM Secure FTP Wrapper 2.5.7Secure FTP Wrapper 2.5.7 07/27/2004 06:04 AM A server-based package that enables an existing FTP server to become secure. color wrapper 1.0.5color wrapper 1.0.5 09/22/2004 09:53 AM A non-intrusive real-time ANSI color wrapper for Unix-based programs. CRL Resource WrapperCRL Resource Wrapper 12/27/2003 12:35 PM ResxWrap v. 1.0 alpha is available. Net-Ifconfig-Wrapper-0.05Net-Ifconfig-Wrapper-0.05 05/25/2004 10:27 AM MySQL C API C++ wrapper 1.3MySQL C API C++ wrapper 1.3 06/22/2004 06:05 AM Another MySQL C API C++ wrapper. color wrappercolor wrapper 08/10/2004 07:55 PM cw/color wrapper: v1.0.1 released. DBIx-Wrapper-0.10DBIx-Wrapper-0.10 06/08/2004 05:21 PM MySQL C API C++ wrapper 1.2MySQL C API C++ wrapper 1.2 06/11/2004 04:06 PM Another MySQL C API C++ wrapper. DBIx-Wrapper-0.12DBIx-Wrapper-0.12 07/21/2004 01:01 AM MySQL C API C++ wrapper 1.3.2MySQL C API C++ wrapper 1.3.2 08/15/2004 02:02 AM Another MySQL C API C++ wrapper. Win32ObjC wrapperWin32ObjC wrapper 11/17/2003 04:23 PM New releases next week Net-Ifconfig-Wrapper-0.04Net-Ifconfig-Wrapper-0.04 02/18/2004 10:47 PM color wrapper 1.0.3color wrapper 1.0.3 08/17/2004 03:24 PM A non-intrusive real-time ANSI color wrapper for Unix-based programs. color wrapper 1.0.1color wrapper 1.0.1 08/10/2004 11:36 PM A non-intrusive real-time ANSI color wrapper for Unix-based programs. DBIx-Wrapper-0.09DBIx-Wrapper-0.09 06/03/2004 05:32 AM DBIx-Wrapper-0.11DBIx-Wrapper-0.11 07/01/2004 05:43 AM DBIx-Wrapper-0.07DBIx-Wrapper-0.07 02/16/2004 05:05 AM GTW - GTK+ c++ wrapper libraryGTW - GTK+ c++ wrapper library 02/14/2004 12:13 PM The gtkwrapper project starts... DBIx-Wrapper-0.15DBIx-Wrapper-0.15 03/14/2005 05:49 PM The anatomy of an AJAX frameworkThe anatomy of an AJAX framework 06/05/2005 11:20 PM I just read an interesting post from Bjoern on the impact that AJAX can have on your existing applications. As I understand things, Bjoern makes two major points: That you can’t rely on AJAX being a workable solution because XMLHttpRequest requires ActiveX on Windows And that AJAX will force you to completely revise your development strategy because its [...] Features: Errors and AJAXFeatures: Errors and AJAX 06/05/2005 11:54 PM AJAX is hot, but is it real? How mature are the techniques, and can you use them right now? Joshua Gitlin offers a method for trapping client-side JavaScript errors and logging them, server-side, with AJAX. Ajax info and pointersAjax info and pointers 06/06/2005 12:10 AM Tara asks: I'm looking for doofus-level (that's me!) introductions to AJAX functionality and perhaps a tutorial or two. Since this stuff seems so JavaScript heavy, and since for all JavaScript wisdom I look to Dori, I'm hoping she'll chime in... Will AJAX help Google clean up?Will AJAX help Google clean up? 03/19/2005 02:41 AM Catalyst-Helper-Ajax-0.01Catalyst-Helper-Ajax-0.01 03/19/2005 02:50 AM ProNet: Using Ajax with TypeKeyProNet: Using Ajax with TypeKey 04/12/2005 05:16 PM Since anything worth doing on the web is worth doing with Ajax, Joe D'Andrea's written up his technique for using Ajax with TypeKey. It's a clean and simple implementation of the authentication service, and it's found a good home on... Ajax: A New Approach to Web ApplicationsAjax: A New Approach to Web Applications 03/25/2005 06:56 AM Ajax: A New Approach to Web Applications by Jesse James Garrett http://www.adaptivepath.com/publications/essays/archives/000385.p hp Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates: 1) standards-based presentation using XHTML and CSS; 2) dynamic display and interaction using the Document Object Model; 3) data interchange and manipulation using XML and XSLT; 4) asynchronous data retrieval using XMLHttpRequest; and 5) JavaScript binding everything together. This essay by Jesse Garrett explains Ajax and what the future holds for this exciting application. This has been added to eCommerce Resources Subject Tracer™ Information Blog. Catalyst-Plugin-Ajax-0.04Catalyst-Plugin-Ajax-0.04 04/08/2005 03:14 PM Catalyst-Plugin-Ajax-0.01Catalyst-Plugin-Ajax-0.01 03/22/2005 10:13 PM Grok Description matches for AJAX Wrapper for .Net (v1.1) Released GrokA matches for AJAX Wrapper for .Net (v1.1) Released AJAX Wrapper for .Net (v1.1) ReleasedThe following phrases have been identified by the grok system as matching this entry: |
Also check out: |