August 2005 - Posts

0
Comments

Enums working with the new library by Michael Schwarz

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 Color { Black, Yellow, Green } To use the same syntax...
3
Comments

Ajax.NET Professional and how we can secure our calls by Michael Schwarz

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 first version I will add a simple encryption to show you...
9
Comments

Ajax.NET Professional Demonstation Site by Michael Schwarz

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 Professional will allow you to use your objects as return...
2
Comments

Microsoft Atlas Framwork - was bringt uns AJAX? by Michael Schwarz

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 Konferenz in Rosenheim bei München vom 30. November bis 1. Dezember...
0
Comments

Combine JavaScript, Ajax and WebControls by Michael Schwarz

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. If you have a look at http://demo2.pctopp.com/default...
0
Comments

JavaScript and Namespaces (howto) by Michael Schwarz

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 method which will create the necessary objects (our namespaces...
4
Comments

Google Talk is cool! by Michael Schwarz

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.com/accounts/SmsMailSignup1 or write me a message...
6
Comments

XMLHttpRequest in Internet Explorer without ActiveX Controls by Michael Schwarz

While working on my new library I was looking on the JavaScript code to support more browsers. My first job was to create a XMLHttpRequest wrapper for the Internet Explorer if the "Enable safe ActiveX Controls" settings is disabled. I have done a first...
4
Comments

BorgWorX Ajax.NET - howto get a free license by Michael Schwarz

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 mailing address including company name you will get a license...
2
Comments

Google Talk website online by Michael Schwarz

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/ like Gmail and other Google Services are redirecting...
More Posts Next page »