Archives

Archives / 2005 / August
  • Enums working with the new library

    As enums are not working very good using my Ajax.NET library I have added a new implementation of handling enums. Each enum value will be returned as the integer value inside the enum. public enum … more

  • Ajax.NET Professional and how we can secure our calls

    I had some requests asking if it would be possible to encrypt the JSON string without changing the common.js or any other file. Yes, you will be able to integrate your encryption algorithm. In the … more

  • Ajax.NET Professional Demonstation Site

    I'm working on a first demonstration site for Ajax.NET Professional. Maybe you can help me to decide which examples you want to see: AutoComplete, Banners, HtmlUpdater, FormUpdater, ... Ajax.NET … more

  • Microsoft Atlas Framwork - was bringt uns AJAX?

    Das Microsoft Atlas Framework wird erstmals zur PDC 05 in Los Angeles der Öffentlichkeit vorgestellt. Wer es nicht mehr zu einer Anmeldung geschafft hat, ist herzlichst eingeladen die VS2005 … more

  • Combine JavaScript, Ajax and WebControls

    There are a lot of ways how to combine these three technologies: JavaScript, Ajax and WebControls. One problem is how a control can be rendered on the client-side JavaScript and on the server-side. … more

  • JavaScript and Namespaces (howto)

    On one of my last blogs I wrote about the way using namespaces in JavaScript. Some developers asked me how to create namespaces in JavaScript. Following short example will have a registerNS … more

  • Google Talk is cool!

    I have downloaded the new Google Talk IM Client, really cool! I love the new UI. You can reach me at my Gmail account michael.schwarz. For those of you do not have a Gmail account: https://www.google. … more

  • BorgWorX Ajax.NET - howto get a free license

    Because there are a lot of developers frustrated by the license of the BorgWorX Ajax.NET source code I will help you how to use the source code in your environment. If you send me your email and … more

  • Google Talk website online

    If you have already heard about the Google Instant Messanger client Google Talk, the domain is already available: http://talk.google.com/. This sub domain will redirect to http://www.google.com/talk/ … more

  • Very cool DataGrid for Ajax.NET

    I got some requests for a DataGrid on the client-side JavaScript. On my own I create small HTML tables either by using the DOM or a simply string. I found one cool control that can be used with the … more

  • Using NameSpaces in JavaScript

    For those of you still working with the problem of same variable names in JavaScript. Why don't use namespaces on the client, too? On my working library I have added this feature and some … more

  • Ajax.NET Support

    The first AJAX enabled library for Microsoft .NET (Ajax.NET) is about 5 months old, now. The large acceptance has killed my inbox and I have still about 130 unread emails. Sorry, but I need more time … more

  • Ajax.NET Professional - what are you missing?

    As I wrote on one of my last blogs I'm working on a new AJAX library for .NET. There are a lot of AJAX JavaScript libraries available, and I will have a look on those who are interesting for the … more

  • Ajax.NET - Key Benefits and Ideas

    I have published my internal slides about the key benefits of the Ajax.NET library. The ideas depend on the feedback I got from developers around the world. Also I will point to the ASP.NET … more

  • Download Ajax.NET source code, now!

    Tags: AJAX, Ajax.NET, Source Code

    Update: Have a look at Ajax.NET Professional at http://www.ajaxpro.info/. The Web site of BorgWorX is not available any more.   The source code is now available at SediSys. You can download the … more

  • What is AJAX? And why we (don't) use AJAX...

    I read the blog from Wallace What is AJAX? Yes, what is AJAX and why do we want to use AJAX? We have to use AJAX because everyone is talking about it! We have to use AJAX because big companies ( … more

  • AJAX and the Search Engine Problems

    There are already thousands of web sites using AJAX or similar techniques. One problem all of them have is the point that web crawlers will only search for HREF, SRC or some other link tags. I never … more

  • Ajax.NET Source Code moved to SediSys

    Since the day before yesterday SediSys (http://www.sedisys.com) is the new owner of the source code for the Ajax.NET library. SediSys will make the source code be available as an … more

  • WebServices and Ajax.NET

    Some developers asked me if it is possible to use WebServices (WebMethods) in Ajax.NET. Yes, of course, you can add the AjaxMethod attribute to the method. Ok, you do not want to change the … more