Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Really Cool Internet Explorer 6 – But how will it perform on 400 MHz?

    I have downloaded the new emulator images and I’m really impressed that the IE6 render engine really fits in such a small device. I have created some screenshots below. All Web sites look very similar to the desktop version of Internet Explorer. Most AJAX enabled pages are working, on some Web sites...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-12-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, JavaScript, IE, Mobile, HTML
  • Internet Explorer 8 - Evaluators' Guide and IE8 Demo Site

    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 more quickly (especially sites based on JavaScript...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 09-17-2008, 12:00 AM
    Filed under: AJAX, JavaScript, IE, HTML
  • Internet Explorer 6 running on Windows Mobile - Do I have to wait for WM7?

    Microsoft has canceled the Deepfish research project lab. I was not sure if I would love the Deepfish browser as there was a big lack of missing features like AJAX, JavaScript, Flash/Silverlight. Yesterday I read in the news that Microsoft will port their Internet Explorer 6 render engine to Windows...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 09-12-2008, 12:00 AM
    Filed under: AJAX, IE, Mobile, HTML
  • Internet Explorer 8 Expert Chat Zone Resume

    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 of great features like the star-it function to easily...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-17-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, JavaScript, IE, HTML, MVC
  • Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes

    Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy , the rendering of controls works like it worked in ASP...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-13-2008, 12:00 AM
    Filed under: ASP.NET, Tools, SoftDev, Web, MSDN, Microsoft, .NET, AJAX, JavaScript, HTML
  • The Cause Of ASP.NET Validators And Validation Summary Slowness

    When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2 TextBox es 1 RequiredFieldValidator for each TextBox...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-12-2008, 12:00 AM
    Filed under: ASP.NET, Tools, SoftDev, Web, MSDN, Microsoft, .NET, AJAX, JavaScript, HTML
  • Flickering UI From the ASP.NET AJAX Toolkit TabContainer while in an UpdatePanel?

    UPDATE This issue is officially fixed in .NET 3.5 SP1. If you have applied the workaround in this blog post, you no longer need it. But the story of this bug is still rather interesting. UPDATE If you upgrade from Microsoft ASP.NET AJAX Extensions 1.0 to 3.5, and you have a TabContainer inside an update...
    Posted to Infinities Loop (Weblog) by InfinitiesLoop on 04-30-2008, 12:00 AM
    Filed under: .NET, ASP.NET, AJAX, JavaScript, Script Loading, HTML
  • My own small .NET Micro Framework Web Server

    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. The first version will only return static HTML pages...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-06-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, HTML, .NET Micro Framework
  • Ajax.NET M! - The .NET Micro Framework AJAX Library

    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 TCP/IP stack. The now available version 2.5 of...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-05-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, Mobile, HTML, .NET Micro Framework
  • How to... use Class Libraries with ASP.NET AJAX like AjaxPro

    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 AjaxPro library checks for all public methods inside...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-09-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, Source Code, HTML, UI
Page 1 of 3 (25 items) 1 2 3 Next >