Browse by Tags

Related Posts

  • Performance Research: Browser Cache Usage - Exposed!

    Tenni Theurer posted a new blog entry on the YUIBlog about performance research with browser cache usage . In an earlier post, I described What the 80/20 Rule Tells Us about Reducing HTTP Requests. Since browsers spend 80% of the time fetching external components including scripts, stylesheets and images...
    Posted to AjaxPro and WPF/E (Weblog) by Michael Schwarz on 01-05-2007, 12:00 AM
    Filed under: AJAX, JavaScript, JavaScript Performance, HTML, CSS
  • What happens when Mozilla, Microsoft and Opera get together under Douglas Crockford's moderation?

    A very interesting conference that's available from Yahoo!. Douglas Crockford's introduction is worth the watch in itself but the others also have very interesting things to say. Chris Wilson from the IE team and Mike Shaver from Mozilla are all about conciliation and making the right thing for...
    Posted to Atlas and more (Weblog) by Bertrand Le Roy on 03-05-2007, 12:00 AM
    Filed under: JavaScript, HTML
  • Rich Media Platform Comparison

    I found a nice table which will show a comparison between Microsoft products and Flash/Flex: Features/Benefits Silverlight .NET 3.0 Flash/Flex Rich 2D animation/graphics with audio and video yes yes yes Industry standard video codec yes yes no Scalable video format from HD to mobile yes yes no Hardware...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-19-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, Web 2.0, JavaScript, Mobile, WPF/E, WPF, HTML, WPFE, Silverlight
  • Rich Media Platform Comparison

    I found a nice table which will show a comparison between Microsoft products and Flash/Flex: Features/Benefits Silverlight .NET Flash/Flex Rich 2D animation/graphics with audio and video yes yes yes Industry standard video codec yes yes no Scalable video format from HD to mobile yes yes no Hardware-assisted...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-19-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, Web 2.0, JavaScript, Mobile, WPF/E, WPF, HTML, WPFE, Silverlight
  • Microsoft Live Labs - DeepFish Experience

    Some weeks ago I installed the DeepFish Technology Preview which will enhance existing mobile browsing technologies by displaying content in a view that is closer to the desktop experience. After installation was finished I was very anxious to see how it is working. I have several Windows mobile devices...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 04-18-2007, 12:00 AM
    Filed under: AJAX, Web 2.0, JavaScript, Mobile, HTML, CSS
  • What happens when Mozilla, Microsoft and Opera get together under Douglas Crockford's moderation?

    A very interesting conference that's available from Yahoo!. Douglas Crockford's introduction is worth the watch in itself but the others also have very interesting things to say. Chris Wilson from the IE team and Mike Shaver from Mozilla are all about conciliation and doing the right thing for...
    Posted to Atlas and more (Weblog) by Bertrand Le Roy on 03-05-2007, 12:00 AM
    Filed under: JavaScript, HTML
  • How to put a DIV over a SELECT in IE?

    Everybody who tried to implement an HTML menu knows it: in Internet Explorer, there are some elements like SELECT that always appear in front of all other elements no matter what z-index you apply to them . Other elements that present the same problem are ActiveX controls (including Flash movies), OBJECT...
    Posted to Atlas and more (Weblog) by Bertrand Le Roy on 08-09-2005, 12:00 AM
    Filed under: JavaScript, HTML
  • IE6's main memory leak hot-fixed

    I just learned through Ajaxian that IE6's main memory leak has been hot-fixed two weeks ago through Windows Update . So what does that mean for Ajax developers? Well, it becomes a little less important to dispose of any circular references you may have in your code: when the user navigates away from...
    Posted to Atlas and more (Weblog) by Bertrand Le Roy on 06-26-2007, 12:00 AM
    Filed under: JavaScript, Microsoft AJAX Library, HTML
  • Should I use a type attribute on script tags?

    I have immense respect for Douglas Crockford, but that doesn't mean I can't disagree with him... Douglas has written on a number of occasions that he prefers plain script tags, with no attributes. The argument goes like this: "This script block uses the language attribute. This was a feature that was...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 09-17-2007, 12:00 AM
    Filed under: ASP.NET, JavaScript, Microsoft AJAX Library, HTML
  • Inline Script inside an ASP.NET AJAX UpdatePanel

    When you wrap content with an UpdatePanel, it pretty much takes care of everything for you. But it can't do absolutely everything... Take for example some inline script: < p > Some html before the script </ p > < script type = "text/javascript" > alert( 'hi' ); </ script > <...
    Posted to Infinities Loop (Weblog) by InfinitiesLoop on 09-17-2007, 12:00 AM
    Filed under: .NET, ASP.NET, AJAX, JavaScript, HTML
Page 1 of 4 (33 items) 1 2 3 4 Next >