Browse by Tags

Related Posts

  • Microsoft Atlas Client-side Javascript Enumerations in the March CTP

    It looks like enumerations have changed in the March CTP of Atlas. To create an enumeration, you now call the Type.createEnum() method like below. In this example, the EnumGBI is created. Type.createEnum("EnumGBI", "Good", 0, "Bad", 1, "Indifferent", 2); for (var strItems in EnumGBI.getValues()) { strOut...
    Posted to Wallace B. McClure (Weblog) by Wallym on 03-31-2006, 12:00 AM
    Filed under: AJAX, ASP.NET Code
  • Special Button in Atlas - "abortButton"

    I was just reading thru Nikhil's posts about the new build of Atlas and I cam across this interesting little nugget of information. You can stop an async operation through the <ProgressTemplate> by creating a special button with the id of "abortButton." I like the idea, however, I just hate magic...
    Posted to Wallace B. McClure (Weblog) by Wallym on 02-09-2006, 12:00 AM
    Filed under: AJAX, ASP.NET Code
  • Web.Net.WebRequest() class in Atlas

    I was talking to Wilco a while back and he said that the Completed event on the Web.Net.WebRequest() object takes two paramaters, just like in .NET. I wrote the code below to test it out and it seems to work properly. Now I can see which object instance actually instantiated the event. var request; function...
    Posted to Wallace B. McClure (Weblog) by Wallym on 01-16-2006, 12:00 AM
    Filed under: AJAX, .NET Whidbey, ASP.NET Code
  • Atlas - UpdatePanel - ControlEventTrigger

    I was just working with the UpdatePanel in Atlas. I was thinking that it would be nice if there was some type of IDE support the UpdatePanel and the EventTriggers. Well, there is. Check out this little jewel. When you click on <control>, you get a list of the current controls on the page. Very...
    Posted to Wallace B. McClure (Weblog) by Wallym on 01-10-2006, 12:00 AM
    Filed under: AJAX, .NET General, ASP.NET Code
  • Accessibility / Section 508 with AJAX/Atlas

    When people talk about Accessibility, I think of Section 508 and allowing blind/disabled people to use an application. I put this small test of Atlas together for a blind friend of mine to test. It is at http://216.187.235.116/atlassection508test/ . It seems that the applications runs find and he is...
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-30-2005, 12:00 AM
    Filed under: AJAX, .NET Whidbey, ASP.NET Code
  • ASP.NET Podcast Show #32 – Reflections of 2005 & Using a DataTable in “Atlas”

    Check out the post as it was meant to be viewed, on the The ASP.NET Podcast Site . Subscribe - Exciting! The highlight of any day. Download - Snore, boring. Can't let Paul get the last word in. Wow, I didn't know if we would make it this far and what kind of form we would have ended up in. I wanted to...
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-30-2005, 12:00 AM
    Filed under: AJAX, Podcasts, .NET Whidbey, ASP.NET Code
  • OnError - Catching an Exception in Atlas & Parameter List

    When I first saw Atlas, the one thing that stuck out as missing was the inability to catch an Exception. I never saw an example on how to do it and when I asked about it, I didn't get any response. Needless to say, I was really excited when Craig Shoemaker, of the Polymorphic Podcast , told me last week...
    Posted to Wallace B. McClure (Weblog) by Wallym on 11-14-2005, 12:00 AM
    Filed under: AJAX, ASP.NET Code
  • ASP.NET Podcast Show #24 - More Atlas, Debugging with Atlas, and Various Book Status

    Subscribe , its the good thing to do. iTunes and iPodder links. Download . Special thanks go out to Wilco Bauwer who has posted a lot of his insight into Atlas in the ASP.NET forums . Show Notes: Emails. Our hero Phil Winstanley supports the show And thanks go out to Plip for these pictures: Scott Fletcher...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-21-2005, 12:00 AM
    Filed under: AJAX, Podcasts, ASP.NET Code
  • ASP.NET Podcast Show #23 - Spang, Summit Round Up, Intro to Atlas, Oh My!

    Subscribe - It makes life easier . Get a copy of iPodder or iTunes . Download . Show Notes: Spang. What Spang Truly is. Dave Sussman's Reaction to the Spang announcement. Dave: "I can't get enough Spang!". The Joke takes root and grows exponentially. The Channel9 Reaction . Atlas code. Server side Web...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-18-2005, 12:00 AM
    Filed under: AJAX, Podcasts, ASP.NET Code
  • Creating the javascript to call a Web Service in Atlas/Ajax

    < script type ="text/javascript" language ="JavaScript" src ="WebService.asmx/js"> So, I want to call some methods on this web service on my web server that is called WebService.asmx. I need some javascript on the client that can do that. Well, with Atlas, if I add the "/js" option to the src attribute...
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-04-2005, 12:00 AM
    Filed under: AJAX, ASP.NET Code
Page 1 of 4 (32 items) 1 2 3 4 Next >
Page view counter