Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
ASP.NET Podcast Show #23 - Spang, Summit Round Up, Intro to Atlas, Oh My! - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

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 Code:
      [WebMethod]
      public string HelloWorld(string strInput)
      {
      return "Hello " + strInput + " Server Time: " + DateTime.Now.ToString() ;
      }
    • Client Side Javascript:
      <script type="text/xml-script">
      function
      OnClickTest() {
      var txtInputBox = document.getElementById("txtInput");
      Samples.AspNet.WebServiceTest.HelloWorld(txtInputBox.value, HelloWorldCallBack);
      }
      function HelloWorldCallBack(result){
      alert("Returned Value: " + result);
      }
      </script>

Sorry for the delay, but I have not been feeling well since I got back.

Comments

Douglas Reilly said:

Nothing serious, I hope! Not feeling well, that is.
# October 18, 2005 5:52 PM

TGOK said:

Things became a bit suspicious when you said Spang had a really cool logo. ;-)

Hope you get better before next weekend's code camp.
# October 18, 2005 8:29 PM

Jason N. Gaylord said:

Great show Wally! Keep up the good work on spreading the word about Spang. I'm sure the team will really appreciate it! ;)
# October 19, 2005 8:45 AM

Aaron Seet (icelava) said:

Oh SPANG me. Right now. I need it.
# October 19, 2005 11:21 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)