Browse by Tags

All Tags » JavaScript (RSS)

Internet Explorer 8 - Evaluators' Guide and IE8 Demo Site by Michael Schwarz

I found a nice document at Microsoft Download showing all the new features in Internet Explorer 8 which is currently in beta: Speed and Efficiency. Internet Explorer 8 is faster to start up, creates new tabs in a snap, and loads and runs Web sites much...
Filed under: , , ,

Browser War 2.0 by Michael Schwarz

Yesterday Google announced that they are working on a own Web browser. The first beta version will be available for Windows today in more than 100 countires, Mac and Linux versions are coming soon. An official starting point could be http://www.google...
Filed under: , , ,

TODO: Internet Explorer 8 by Michael Schwarz

I will collect some of my thoughts about the current beta 2 of Internet Explorer 8 I have noticed during IE8 community roundtable last week: Address Bar and Searching Since months I’m using a great Firefox feature that I still miss in Internet Explorer...
Filed under: , , , ,

Internet Explorer 8 and Maximum Concurrent Connections by Michael Schwarz

As defined in 1999 ( RFC 2616 ) “ clients that use persistent connections should limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server...

Internet Explorer 8 Expert Chat Zone Resume by Michael Schwarz

Internet Explorer 8 is in beta and we're able to improve features that we need. Last week I sent a short message to the Microsoft DPE here in Germany with some comments what I like more in Firefox 3 than in Internet Explorer. Well, there are a couple...
Filed under: , , , , ,

My own small .NET Micro Framework Web Server by Michael Schwarz

While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP server and using some code from there was a great help...

Ajax.NET M! - The .NET Micro Framework AJAX Library by Michael Schwarz

The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft Connect, but then stopped watching it because of the missing...

LINQ to JSON by Michael Schwarz

James has published a first beta of LINQ to JSON support in his Json.NET library . It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released.   List < Post > posts = GetPosts(); JObject...

How to... use Class Libraries with ASP.NET AJAX like AjaxPro by Michael Schwarz

Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the...

How to... move from AjaxPro to ASP.NET AJAX PageMethods by Michael Schwarz

In one of my last posts I blogged about the future of Ajax.NET Professional (AjaxPro) and that I'm not able to do further development on that project. A  lot of my readers feeling sad about this but I had to concentrate more on new technologies that...
More Posts Next page »