<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jason Salas' WebLog : Tech books</title><link>http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx</link><description>Tags: Tech books</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Book Review: "Ajax in Action"</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/11/16/430681.aspx</link><pubDate>Wed, 16 Nov 2005 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:430681</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=430681</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/11/16/430681.aspx#comments</comments><description>&lt;img style="FLOAT: right; MARGIN: 0pt 0pt 10px 10px; WIDTH: 240px; CURSOR: pointer" alt="" src="http://ec1.images-amazon.com/images/P/1932394613.01._AA240_SCLZZZZZZZ_.jpg" border="0" /&gt;&lt;/a&gt;Let me first preface this review by saying this is the first technical book that I've read cover to cover TWICE prior to posting a review. I had to make sure the stuff stuck, because the material covered in &lt;a title="Manning's very excellent &amp;quot;Ajax in Action&amp;quot;" href="http://www.amazon.com/exec/obidos/tg/detail/-/1932394613/qid=1132112474/sr=8-1/ref=pd_bbs_1/104-4649010-4396744?v=glance&amp;amp;s=books&amp;amp;n=507846"&gt;Manning's very excellent "Ajax in Action"&lt;/a&gt; is really deep. But bringing the next evolution of user experience, giving your web applications a rich client feel, isn't completely easy. This won't scare you away from using Ajax in your existing applications, but make you aware of exactly what to expect.&lt;br /&gt;&lt;br /&gt;The book first starts out by presenting a healthy discussion of the key components of remote scripting - CSS, the DOM, JavaScript's XmlHttpRequest object and client callbacks - and how they interact within the scope of your project. Before diving into full-on Ajax development, authors Dave Crane and Eric Pascarello discuss the need for object-oriented JavaScript programing, which will be foreign and awkward to most developers, even those coming from procedural backgrounds like Java and C++. The authors familiarize you with the various ways of composing the unconventional constructs available (JSON-RPC, prototypes) for optimizing remote scripting.&lt;br /&gt;&lt;br /&gt;Best practices are encouraged throughout the chapters and enforced in all code snippets. The use of patterns like Observer, Command and MVC and refactoring and module-based programming (mainly .NET assemblies and Java servlets) permeate the entire work. The actual meat of the book doesn't get started until Chapter 9, which the authors clearly state, dealing with the aforementioned discussion of raw JavaScript programming that'll be completely new to most people. But for those not wanting to engage in the massive task of writing syntax by hand, the major libraries available are thankfully referenced.&lt;br /&gt;&lt;br /&gt;The book also isn't a "copyist's" title, one that can provide working code right out of the gate. Also, the audience for this work should be fairly sopisticated and experienced with modern-day web programming, as the book assumes a certain level of competency and doesn't waste time with rudimentary concepts or examples. Crane and Pascarello take a platform-agnostic look at incorporating Ajax-style programming into web applications, citing examples in PHP, Java and .NET, and accordingly the examples are all partial and abstracted, to be implemented in whatever platform the developer/reader is familiar with.&lt;br /&gt;&lt;br /&gt;This is also one of the few books that I've ever recommended people read the appendices in addition to the chapters. Most titles have supplementary info that doesn't match the flow of the chapters, or exclusionary stuff you can skip, but this book is really a tome of good reading. Appendix B is an outstanding discussion on JavaScript OOP, providing an introduction to and examples in JSON.&lt;br /&gt;&lt;br /&gt;Ajax programming is a lot more complex than it lets on, but not as daunting as you might think. This book is critical in your understanding of how to make the next big thing in web development to work for you. A must-have.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=430681" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Ajax/default.aspx">Ajax</category></item><item><title>Book review: "Murach's Java Servlets and JSP"</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/10/31/428982.aspx</link><pubDate>Mon, 31 Oct 2005 08:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:428982</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=428982</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/10/31/428982.aspx#comments</comments><description>&lt;!--StartFragment --&gt;&amp;nbsp;The one quality that makes &lt;a href="http://www.murach.com/books/jsps/index.htm"&gt;"Murach's Java Servlets and JSP"&lt;/a&gt; (&lt;a href="http://www.amazon.com/gp/product/1890774189/104-5915643-1549512?v=glance&amp;amp;n=283155&amp;amp;n=507846&amp;amp;s=books&amp;amp;v=glance"&gt;buy from Amazon&lt;/a&gt;) a clear winner is the quality of the content and clarity of author Andrea Steelman and Joel Murach's writing. They use a friendly, humorous voice that eases the normal tension accompanying such a complex topic as programming Java servlets and designing JavaServer Pages. I'm a C# developer, so this was most appreciated by someone like me. You'll also be thankful for this tone as the book takes you through some very challenging scenarios in developing winning browser-based apps.&lt;br /&gt;&lt;br /&gt;The book is the rare breed of tech manual that stays relevant to the neophyte reader and the experienced developer alike. It's outstanding as a college-level classroom reference, with oversized dimensions (it's a large book, height- and width-wise) are loaded with rich illustrations and healthy amounts of code with thorough explanations of the concepts behind then. Physically the book is ready to sustain the harsh conditions of the learning programmer. Its rigid design will survive a reader's rampant paging through chapters to find that one code sample and stretching the book's spine, in the classroom as well as the web shop.&lt;br /&gt;&lt;br /&gt;The book presents the reader with the holistic JSP experience, and the organization of the chapters is very logical. I particularly enjoyed the chapters dealing with JavaMail programming, working in SSL environments, database access with JDBC and MySQL, working in the HTTP pipeline, custom JSP tags and use of XML. Also featured are basic discussions of incorporating componentization in your projects through JavaBeans. I also liked wrapping up my reading with the capstone project: designing, coding and deploying a very practical Music Store web app.&lt;br /&gt;&lt;br /&gt;The accompanying CD-ROM is outstanding, including the Java 2 SDK for Windows, Tomcat 4.0, MySQL, and trial versions of HomeSite and TextPad.&lt;br /&gt;&lt;br /&gt;In criticism, I felt the book to be ironically a little light on servlets themselves. I would have liked to see more on servlets and beans programming discussed, and perhaps highlight a bit more some of the key classes in the Java 2 API. The book also I feel neglects the object-oriented programming concepts that are so critical to modern-day development. Maybe such topics are out of this book's range, but simple class design would have been nice. However, the best-practices approach to development - use of patterns, proper system organization and implementing MVC architecture greatly offset the book's very minor shortcomings.&lt;br /&gt;&lt;br /&gt;I fully recommend this book to anyone looking to get into beginning to intermediate JavaServer Pages programming. It's essential to becoming a well-versed Java programmer.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=428982" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category></item><item><title>I'm looking forward to checking out books from Murach</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/10/04/426498.aspx</link><pubDate>Mon, 03 Oct 2005 22:22:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:426498</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=426498</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/10/04/426498.aspx#comments</comments><description>I stumbled across &lt;a href="http://www.murach.com/"&gt;Mike Murach &amp;amp; Associates&lt;/a&gt; this morning, and I was pleased with the titles I saw on the company's site.&amp;nbsp; I admittedly hadn't heard of the company before, but they've done some very intriguing work on servlets and JSPs and with .NET 2.0 upgrading in both C# and VB.NET.&amp;nbsp; I'm going to have to check those out and post some reviews.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=426498" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category></item><item><title>Manning publishes "what is Ajax?" screencast</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/09/24/425883.aspx</link><pubDate>Fri, 23 Sep 2005 22:54:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:425883</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=425883</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/09/24/425883.aspx#comments</comments><description>I got an e-mail from &lt;a href="http://www.manning.com"&gt;Manning Publications&lt;/a&gt; about a "screencast" (I'm not sure exactly what that is, but I'm guessing a series of screenshots set against narrated audio) for a "What is Ajax?" presentation.&amp;nbsp; It's 4 minutes long, so it'll be a nice break while you download today's podcasts or synch your PDA.&lt;br /&gt; &lt;br /&gt; Check it out:&lt;br /&gt; &lt;a href="http://www.manning-sandbox.com/category.jspa?categoryID=229"&gt;http://www.manning-sandbox.com/category.jspa?categoryID=229&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=425883" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Ajax/default.aspx">Ajax</category></item><item><title>My first (and likely last) e-book experience - "The Google Legacy"</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/09/23/425816.aspx</link><pubDate>Fri, 23 Sep 2005 01:19:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:425816</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=425816</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/09/23/425816.aspx#comments</comments><description>&lt;p&gt;Everyone remembers their first time (buying an e-book).&amp;nbsp; I surely will.&amp;nbsp; I was really jazzed about &lt;a href="http://news.com.com/Google+builds+an+empire+to+rival+Microsoft/2100-1032_3-5875433.html?tag=nefd.ac"&gt;the release&lt;/a&gt; of &lt;a href="http://www.arnoldit.com/bio_page/bio_062000.html"&gt;Stephen E. Arnold's&lt;/a&gt; &lt;em&gt;&lt;a href="http://www.infonortics.com/publications/google/google-legacy.html"&gt;"The Google Legacy - How Google's Internet Search is Transforming Application Software"&lt;/a&gt;&lt;/em&gt;, available exclusively as an e-book, a concept I've never been big on.&amp;nbsp; Until now...what the hell, right?&amp;nbsp; Rather apropos that I'd purchase a PDF'ed manuscript about an open-source company wanting to move everything from the desktop to the Internet.&lt;/p&gt; &lt;p&gt;I naively thought such would run me about $10 at most....&lt;a href="http://www.infonortics.com/publications/google/google-legacy.html"&gt;I'd until I saw the site&lt;/a&gt;.&amp;nbsp; $180?!?!?&amp;nbsp; Someone tell me this is in error, or that I missed the placement of a decimal point.&amp;nbsp; &lt;/p&gt; &lt;p&gt;I've read &lt;a href="http://www.infonortics.com/publications/google/technology.pdf"&gt;the sample chapter profiling Google's technology&lt;/a&gt;, and it's brilliantly researched, beautifully written and thought-provoking, but not worth a price that's &lt;a href="http://www.amazon.com/gp/product/B0006HTPQ2/104-1942700-9374301?v=glance&amp;amp;n=172282&amp;amp;n=507846&amp;amp;s=electronics&amp;amp;v=glance"&gt;more expensive than a 4GB iPod Mini&lt;/a&gt;.&amp;nbsp; &lt;a href="http://www.webword.com/2005/09/19/the-google-legacy/"&gt;WebWord says the price is justified&lt;/a&gt;, but I disagree...no single-volume, 290-page&amp;nbsp;book (seeing as how it's marketed as such, not to be confused as some government-level formal report or whitepaper) is worth that much.&amp;nbsp; I'd still really like to own&amp;nbsp;this work, but not at that price.&lt;/p&gt; &lt;p&gt;In lieu of a more formal reason why, I don't hold author Arnold solely responsible - I look to &lt;a href="http://www.infonortics.com/"&gt;Infonortics&lt;/a&gt;, who publishes the work.&amp;nbsp; Surely there can be a more cost-effective way of releasing the book.&amp;nbsp; Heck, &lt;a href="http://www.manning.com"&gt;Manning&lt;/a&gt; is leveraging being drowned by the e-book tidal wave&amp;nbsp;by creating its &lt;a href="http://www.manning.com/about/meap"&gt;Manning Early Access Program&lt;/a&gt;, releasing single chapters sequentially to members as a forthcoming title is being published.&amp;nbsp; I'm reading &lt;a href="http://www.manning.com/books/crane"&gt;"Ajax in Action"&lt;/a&gt; this way, and it's very neat.&amp;nbsp; And effective: I'll surely still buy the hard copy.&lt;/p&gt; &lt;p&gt;What gives?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=425816" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Google/default.aspx">Google</category></item><item><title>Book Review: Building Websites with the ASP.NET Community Starter Kit</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/09/18/425468.aspx</link><pubDate>Sat, 17 Sep 2005 22:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:425468</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=425468</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/09/18/425468.aspx#comments</comments><description>&lt;A href="http://weblogs.asp.net/jasonsalas/archive/2005/08/19/423051.aspx"&gt;I previously&lt;/a&gt; discovered &lt;a href="http://www.packtpub.com/index"&gt;Packt Publishing Company&lt;/a&gt; after a random search for ASP.NET books. I was very happy I did, having now found a source of great, no-nonsense, quick-read compendiums of rock-solid technical information.&lt;br /&gt; &lt;br /&gt; &lt;a href="http://www.packtpub.com/community_starter_kit/book"&gt;"Building Websites with the ASP.NET Community Starter Kit"&lt;/a&gt; is chock-full of practical, easy-to-use samples that go beyond just "Hello world!", each accompanied by a helpful screen shot and poignant code.&amp;nbsp; The book's 11 chapters together make 211 pages, which is a good size, and won't have you reading more and stressing less.&amp;nbsp; In my experience, the CSK, while intended to aide developers and streamline work, can be confusing if not approached properly.&amp;nbsp; This is a book that makes sure you get the most out of the CSK.&lt;br /&gt; &lt;br /&gt; As far as writing style, the authors are quick and to the point.&amp;nbsp; K. Scott Allen and Cristian Darie don't bore you with exhaustive explanations of the core technical concepts of ASP.NET or the CSK - they talk a little about the foundations and then get right into making it work for you.&amp;nbsp; In my experience, this is the voice with which most developers prefer their tech books by written.&amp;nbsp; It therefore requires a bit of experience with ASP.NET programming already, but can be tackled by even novice devs.&lt;br /&gt; &lt;br /&gt; All the major topics dealing with CSK programming are dealt with - administration, themes, skinning, core architecture, configuration, databases, modules, custom controls, and much more.&amp;nbsp; I particularly enjoyed the chapters on publishing RSS 2.0 feeds and deployment; especially the latter's considerations for the differences between the Windows 2000 and Windows 2003 servers.&lt;br /&gt; &lt;br /&gt; I also appreciate the book's physical properties.&amp;nbsp; Packt's design is for the serious developer, using heavy paper that should be able to withstand a developer's stressful punishment - repeated opens, spine-breaking stretches, constant page-turning.&amp;nbsp; This book is made to last.&lt;br /&gt; &lt;br /&gt; Now in criticism, I will say that the book's arrangement of the chapters isn't exactly intuitive.&amp;nbsp; I would have preferred that the chapters on configuration come first, then aesthetics with skinning and themes, then the database, and lastly coding the modules.&amp;nbsp; I would guess that many ASP.NET developers would feel the same.&amp;nbsp; Also, I enjoy when books use a chapter-independent approach to writing, not forcing the reader to have to refer to previous sections for reference.&amp;nbsp; I found myself skipping around somewhat and not able to use each chapter as a standalone guide if I needed insight on a particular topic. &amp;nbsp;&lt;br /&gt; &lt;br /&gt; But the good far outweighs the bad.&amp;nbsp; It’s a very helpful, very educational, very entertaining look at using the optional set of controls, modules and pre-fabricated tools from Microsoft to build great, quick, secure, community-centric web applications.&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=425468" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category></item><item><title>Packt Publishing - a slick new tech book company</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/08/19/423051.aspx</link><pubDate>Fri, 19 Aug 2005 11:10:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:423051</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=423051</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/08/19/423051.aspx#comments</comments><description>&lt;p&gt;I discovered &lt;a href="http://www.packtpub.com"&gt;Packt Publishing&lt;/a&gt; tonight, and I'm very impressed with &lt;a href="http://www.packtpub.com/books"&gt;their titles in print so far&lt;/a&gt;, as well as what's on the horizon.&amp;nbsp; They've got a good mix of &lt;a href="http://www.packtpub.com/books/topic/11"&gt;Java&lt;/a&gt;, a hefty gallery of &lt;a href="http://www.packtpub.com/books/topic/4"&gt;Microsoft &amp;amp;&amp;nbsp;.NET&lt;/a&gt; works, &lt;a href="http://www.packtpub.com/books/topic/3"&gt;web services&lt;/a&gt;, and &lt;a href="http://www.packtpub.com/books/topic/8"&gt;open source&lt;/a&gt; titles and others, plus other things like &lt;a href="http://www.packtpub.com/books/topic/9"&gt;video production&lt;/a&gt;.&amp;nbsp; &lt;/p&gt; &lt;p&gt;One title I'm very interested in is "RSS and Atom: Understanding and Implementing Content Feeds and Syndication".&amp;nbsp; Looks to be a real winner!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=423051" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category></item><item><title>Free Wiley e-book on EJB design patterns</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/08/19/423015.aspx</link><pubDate>Thu, 18 Aug 2005 22:31:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:423015</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=423015</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/08/19/423015.aspx#comments</comments><description>&lt;p&gt;Wiley &amp;amp; Sons' excellent &lt;a href="http://www.amazon.com/exec/obidos/tg/detail/-/0471208310/ref=ase_theserverside-20/102-9715479-6543315?v=glance&amp;amp;s=books"&gt;"EJB Design Patterns - Advanced Patterns, Processes and Idioms"&lt;/a&gt; by Floyd Marinescu is available for &lt;a href="http://www.theserverside.com/books/wiley/EJBDesignPatterns/index.tss"&gt;download as an e-book&lt;/a&gt; from &lt;a href="http://www.theserverside.com"&gt;TheServerSide.com&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.theserverside.com/books/wiley/EJBDesignPatterns/index.tss"&gt;&lt;strong&gt;http://www.theserverside.com/books/wiley/EJBDesignPatterns/index.tss&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=423015" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category></item><item><title>Manning's "Ajax in Action" book</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/08/17/422772.aspx</link><pubDate>Tue, 16 Aug 2005 23:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:422772</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=422772</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/08/17/422772.aspx#comments</comments><description>I'm planning to obtain a copy of &lt;a href="http://www.manning.com/books/crane"&gt;David &amp;amp; Eric's "Ajax in Action"&lt;/a&gt; by &lt;a href="http://www.manning.com"&gt;Manning&lt;/a&gt;, specifically because it's got samples in J2EE and .NET.&amp;nbsp; Looks to be a winner!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=422772" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Ajax/default.aspx">Ajax</category></item><item><title>Can't wait for Wally's/Paul's/Scott's Ajax book</title><link>http://weblogs.asp.net/jasonsalas/archive/2005/08/01/421167.aspx</link><pubDate>Mon, 01 Aug 2005 03:51:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:421167</guid><dc:creator>guam-aspdev</dc:creator><author>guam-aspdev</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jasonsalas/rsscomments.aspx?PostID=421167</wfw:commentRss><comments>http://weblogs.asp.net/jasonsalas/archive/2005/08/01/421167.aspx#comments</comments><description>&lt;p&gt;&lt;A href="http://weblogs.asp.net/wallym/archive/2005/07/18/419821.aspx"&gt;I found out&lt;/a&gt; my pals &lt;A href="http://weblogs.asp.net/wallym/"&gt;Wally&lt;/a&gt;, &lt;A href="http://weblogs.asp.net/pglavich"&gt;Glav&lt;/a&gt; and &lt;a href="http://www.scottcate.com/"&gt;Scott&lt;/a&gt; are &lt;A href="http://weblogs.asp.net/wallym/archive/2005/07/20/420054.aspx"&gt;writing a book on Ajax&lt;/a&gt;, the technology that's sweeping through the ASP.NET web development community like wildfire.&amp;nbsp; &lt;A href="http://weblogs.asp.net/wallym/archive/2005/07/16/419692.aspx"&gt;Wally's done some extensive research into Ajax of late&lt;/a&gt;&amp;nbsp;(check out his blog for &lt;A href="http://weblogs.asp.net/wallym/category/9984.aspx"&gt;a ton of links&lt;/a&gt;, and download &lt;A href="http://weblogs.asp.net/wallym/archive/2005/07/31/421138.aspx"&gt;Show #8 of The ASP.NET Podcast&lt;/a&gt; for audio of Glav's analysis of Ajax and &lt;A href="http://weblogs.asp.net/dneimke/archive/2004/06/24/163561.aspx"&gt;ASP.NET v.2.0's asynchronous callback framework&lt;/a&gt;.&amp;nbsp; All three men are great guys and fantastic writers, so I've got no doubt in my mind that this book is doubt going to be a keeper.&lt;/p&gt; &lt;p&gt;On that note, I find it comical how everyone's soooo excited about using async JavaScript via XMLHTTP calls in this day and age.&amp;nbsp; When ASP.NET 1.0 came on the scene circa 2001, part of the big push to migrate to the platform was that features like validation controls and the DataGrid&amp;nbsp;class basically eliminated the need to write any client-side functionality whatsoever.&amp;nbsp; Developers worldwide sang the praises of never needed to write JavaScript.&amp;nbsp; And now, it's all the rage again.&amp;nbsp; I guess fashions, like possessions, are fleeting.&lt;/p&gt; &lt;p&gt;Funny how things go.&amp;nbsp; &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=421167" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Tech+books/default.aspx">Tech books</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/jasonsalas/archive/tags/Ajax/default.aspx">Ajax</category></item></channel></rss>