Read all of ASP.NET MVC 2 in Action now while you wait for the printed book

I just read this on the Jeffrey Palermo's blog, awesome reading.  I'm in a hurry to start...
image
Read all of ASP.NET MVC 2 in Action now while you wait for the printed book : Jeffrey Palermo (.com): "First, you should place your advance order for ASP.NET MVC 2 in Action at http://manning.com/palermo2. That way, you will receive the printed book even before you see it at your local bookstore.
The entire book is finished, and we are just moving through production right now. But that doesn’t mean you have to wait to read it and learn about ASP.NET MVC 2. Since the beginning of the book project, you have been able to see the progression of the book on GitHub, our project site and version control system. That’s right, version control is for more than just code!
Head over to http://github.com/jeffreypalermo/mvc2inaction and go to the “manuscript” folder to read the entire book in Word document form. All the content is there. In fact, the Word documents for the 1st edition is there as well. You can see just how much we have expanded the 2nd edition to not only cover version 2 but also to incorporate lessons learned using the framework over the last 2 years."
References: http://jeffreypalermo.com/blog/read-all-of-asp-net-mvc-2-in-action-now-while-you-wait-for-the-printed-book/

Fenêtre de dialogue JQuery avec ajax

Un collègue m'a demandé de l'aider pour faire une fenêtre de dialogue pour une application web. Rien de plus simple avec JQueryUI, un simple .dialog() et... "Oui mais le contenu du dialogue doit être une page externe...".   Ah ah, voilà qui semblait compliquer les choses.

Normalement pour faire un dialogue c'est très simple:
   1: <div id="MyDialog">
   2:  <h2>Bravo!</h2>
   3:  <p>Vous avez affiché une boite de dialogue avec succès</p>
   4: </div>
   5: <script type="text/javascript">
   6:  $(document).ready(function(){
   7:   $("#MyDialog").dialog();  
   8:  });
9:</script>

The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)

The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)
Posted April 2nd, 2010 by Ralph Whitbeck

The Official jQuery PodcastThis week we talked with Jeffrey Way. He is the editor of Nettuts+, and the Site Manager of ThemeForest and CodeCanyon. Jeffrey gives an overview of the Nettuts+ website and explains why their tutorials focus so much on jQuery and gives some examples of recent jQuery related articles.

We also announce the winner of the Nettuts giveaway for a free jQuery Conference Bay Area ticket. And that wasn’t the only thing we gave away this week either!

You can subscribe to the show in iTunes or via the raw RSS feed or you can download the MP3.
jQuery: » The Official jQuery Podcast – Episode 18 – Jeffery Way (Nettuts)