Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
Contact
About
RSS
Search
Tags
.NET
.NET Micro Framework
AJAX
Ajax.NET
ASP.NET
Atlas
DLR
Google
HTML
IE
JavaScript
jQuery
JSON
Mobile
MVC
Security
Silverlight
Source Code
UI
Vista
Visual Studio
Web 2.0
WPF
WPF/E
WPFE
XSS
News
Navigation
Home
Blogs
Archives
September 2008 (7)
August 2008 (5)
July 2008 (19)
April 2008 (8)
March 2008 (19)
February 2008 (4)
January 2008 (7)
December 2007 (10)
November 2007 (5)
August 2007 (4)
July 2007 (11)
June 2007 (24)
May 2007 (4)
April 2007 (18)
February 2007 (6)
January 2007 (14)
December 2006 (11)
November 2006 (14)
October 2006 (9)
September 2006 (11)
August 2006 (1)
July 2006 (11)
June 2006 (14)
May 2006 (17)
April 2006 (13)
March 2006 (2)
February 2006 (5)
January 2006 (2)
November 2005 (20)
October 2005 (18)
September 2005 (21)
August 2005 (21)
July 2005 (5)
June 2005 (7)
May 2005 (10)
April 2005 (15)
March 2005 (2)
February 2005 (3)
January 2005 (2)
December 2004 (3)
October 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
April 2004 (4)
February 2004 (4)
January 2004 (7)
December 2003 (2)
November 2003 (3)
March 2003 (4)
My Links
Pocket PC: WIS Bar
Pocket PC: XP Shutdown
Ajax.NET Professional (AjaxPro)
AjaxPro @ CodePlex
IEC 61850
Other related blogs
Miguel de Icaza
Albert Weinert
Damir Tomicic
Thomas Bandt
René Drescher-Hackel
Brian Goldfarb
Miljan Braticevic
Scott Guthrie
Chad Campbell
.NET Micro Framework Blog
Pavel Bánský
Jens Kühner
Jan Kučera
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 »