Wednesday, September 30, 2009

Google Web Toolkit GWT Java AJAX Programming

by Prabhakar Chaganti

Aimed at programmers who want to use GWT to create interfaces for their professional Web applications, this helpful guide concentrates on the serious side of AJAX: creating powerful, productive applications for browser platforms. Learn how to create reliable user interfaces that enhance the user experience.

GWT is an open source, Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks like a second language. Writing dynamic Web applications today is a tedious and error-prone process—you spend 90 percent of your time working around subtle incompatibilities between browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

GWT eliminates many of these headaches while offering your users the same dynamic, standards-compliant experience. Write your front-end in Java and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.

Plan your ECM installation, implement it, and customize it. Among other things, you'll learn how to:

  • Set up an elegant GWT development environment in Eclipse
  • Create, test, debug, and deploy GWT applications
  • Develop custom widgets—examples include a calendar and weather forecast widget
  • Internationalize your GWT applications
  • Create complex interfaces using grids, moveable elements, and more
  • Integrate GWT with Rico, Moo.fx, and Script.aculo.us to create even more attractive UIs using JSNI

Download this excerpt from Chapter 2: "Creating a New GWT Application"

Find out more AJAX Programming books at below links:

Ajax in Practice

Ajax in Practice

Dave Crane, Jord Sonneveld and Bear Bibeault with Ted Goddard,
Chris Gray, Ram Venkataraman and Joe Walker


June, 2007 | 536 pages
ISBN: 1-932394-99-0

 
$49.99 Softbound print book + PDF ebook

 
$44.99 Softbound print book

$27.50 PDF ebook

DESCRIPTION

Ajax gives web developers the potential to create rich user-centered Internet applications. But Ajax also adds a new level of complexity and sophistication to those applications. Ajax in Practice tackles Ajax head-on, providing countless hands-on techniques and tons of reusable code to address the specific issues developers face when building Ajax-driven solutions.

After a brief overview of Ajax, this book takes the reader through dozens of working examples, presented in an easy-to-use cookbook format. Readers will learn how to implement drag-and-drop interfaces and discover how to create effective navigation strategies for their applications. Unlike a traditional cookbook, Ajax in Practice provides a thorough discussion of each technique presented and shows how the individual components can be connected to create powerful solutions. A fun "mash-up" chapter concludes the book. Throughout the book, the examples chosen are interesting, entertaining, and practical.

With this book you will:
  • Go beyond what Ajax is and learn how to put Ajax to work.
  • Master numerous techniques for user interface design and site navigation.
  • Work hands-on with professional-grade reusable Ajax code designed to solve real problems.

About the Authors

Ajax in Practice boasts a team of authors including Dave Crane, leading Ajax authority and best-selling author of Manning's Ajax in Action, Bear Bibeault of Java Ranch, Jord Sonneveld of Google, Chris Gray of ClearNova, Ram Venkataraman of JBoss, Joe Walker, creator of DWR and Ted Goddard of IceFaces. Collectively, this group has thousands of hours putting Ajax to work in real-world products and solutions.

Find out more Ajax books at below links:

Ajax in Action

Ajax in Action

Dave Crane and Eric Pascarello with Darren James
October, 2005 | 680 pages
ISBN: 1932394613
$49.95 Softbound print + PDF ebook

$44.95 Softbound print

$27.50 PDF ebook

DESCRIPTION

Web users are getting tired of the traditional web experience. They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous JavaScript and XML, known as "Ajax," you can give them a better experience. Once users have experienced an Ajax interface, they hate to go back. Ajax is new way of thinking that can result in a flowing and intuitive interaction with the user.

Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities. Along the way it helps you unlearn many old coding habits. Above all, it opens your mind to the many advantages gained by placing much of the processing in the browser. If you are a web developer who has prior experience with web technologies, this book is for you.

"What is Ajax?"
Get a taste of what Ajax is all about by viewing one of our original screencasts. Choose to watch the entertaining and informative four minute overview or view the more detailed demonstration in our twenty-two minute screencast. It defines Ajax and builds a working example with rich features you can learn to create for your users.

What's Inside

  • Ajax principles
  • Why Ajax design patterns matter
  • How to avoid Ajax pitfalls
  • Examples of Ajax in action: type-ahead suggest, live searching using XSL, and many more.
  • Examples using Ajax frameworks: Prototype, Scriptaculous, x and Rico
  • Ajax usability, security, and performance

ABOUT THE AUTHORS...

Dave Crane has pushed the boundaries of DHTML, and latterly Ajax, on digital TV set-top boxes, in home automation and banking and financial systems. He lives in Gloucestershire, UK. Eric Pascarello is an ASP.NET developer and a moderator of the HTML and JavaScript forum at JavaRanch. He lives in Laurel, MD. Darren James is the architect of the opensource Rico project. He lives in Sunnyvale, CA.

Page 608

Dear readers, page 608 is missing from the second printing of the book. We apologize for the inconvenience and are making that page available as a PDF so you can read it immediately.

WHAT REVIEWERS ARE SAYING

"Best Computer and Internet Book of 2006."
-- Amazon.com

"Ajax in Action is an excellent book and provides a very comprehensive overview of all the Ajax technologies. If you like to build powerful websites after seeing Google Maps and GMail, this is the book you require to develop those powerful web applications with a rich client feel. This four-part book provides the reader with a complete and detailed guide to all aspects of Ajax.

The first part of the book would be suitable for any person who is interested to know about Ajax. The rest of the book is for programmers engaged in the web development. In all, this book provides an excellent introduction to this exciting new web development methodology. Last but not the least don't skip reading the appendices."
-- Javalobby.org

"There is much to like about this book, but top of the fold for me is the clear and concise explanation of just what exactly Ajax is and why it has the power to make a difference in the web application arena. At a time when more people speak of Ajax than actually understand it, this book has the power to bring forth understanding.

This is a magnificent book. Not because it's well written and has good example code in it, although it is and it does. Rather, it is magnificent because of the high speed target that they have accurately hit and described in a clear and hype-free fashion; for this the authors are to be commended. If you want to create dynamic web applications, get this book."
-- Slashdot.org

"If your question is, 'I'm planning to build an Ajax application-what issues should I consider?' then the breadth and depth of Ajax in Action makes it a more suitable book for your purposes."
-- Dr. Dobb's Journal

"[Ajax in Action] has one of the best appendices ever included in a programming book – '_JavaScript for Object-Oriented Programmers'."
-- Dr. Dobb's Journal, June 2006

"Succeeds in allowing developers to jump productively onto the Ajax bandwagon."
-- Computing Reviews

"The first technical book that I've read cover to cover TWICE prior to posting a review - Manning's very excellent "Ajax in Action" is really deep. Best practices are encouraged throughout the chapters and enforced in all code snippets...

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...

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... 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."
-- Guam-ASP.NET

"This four-part book provides the reader with a complete and thorough guide to all aspects of Ajax, from setting the scene and providing some historical context to an introduction to JavaScript for object oriented programmers to a whole section on live examples. Additionally there's coverage of Ajax frameworks, developers toolsets and more. On sheer coverage alone this is book scores highly."
-- The Register

"The explanation of the Ajax concepts is provided with crystal clear examples. ...another jewel in the 'In Action' series..."
-- AjaxGuru.Blogspot.com

"Ajax In Action is destined to be added to the standard reading list for anyone interested in serious AJAX development."
-- PDX PHP, Portland's PHP User Group

"Provides an excellent introduction to Ajax. It does more than just give the reader a menu of technologies. It shows how the different strands fit together in a cohesive way that opens the door to web apps that are more responsive and provide richer functionality without sacrificing performance. If you want to understand what the Ajax fuss is about then this is an excellent starting point. Recommended."
-- TechBookReport.com

"The authors treat Ajax as a programming discipline...you'll end up being a much better programmer on all fronts by the time you finish."
-- LotusUserGroup.org

"A tremendously useful field guide specifically written for developers down in the trenches...waiting for the killer solution..."
-- Val's Blog

"Renaissance men David Crane and Eric Pascarello show you how to weave together the pieces that make up an Ajax application: JavaScript, server scripts, HTML, CSS, and XML. ... If you're serious about helping to revolutionize the Web, you need this book."
-- JavaRanch.com, by Sheriff Friedman-Hill

"They cover a gigantic amount of information (680 pages, to be exact), everything from what Ajax is and some of the key elements involved all the way out to working with MVC frameworks and XSLT. The writing style makes it a good, easy read, and there are plenty of illustrations to guide you along. "
-- AjaxDeveloper.com

"The authors have been involved in using Ajax since its beginning. They are very familiar with the concepts and are also good writers that have an ability to explain these concepts in a clear and concise manner."
-- Books-On-Line

"The most comprehensive guide to using Ajax and associated patterns that I have yet seen."
-- C# Online.NET

"This is one of the best programming books I've read. It is easy to read whilst retaining a reasonable density of technical information and plentiful examples. It doesn't require anything greater than a passing familiarity with Javascript to be able to understand the examples, but a general understanding of programming is required."
-- The Voidspace Techie Blog

"If you are creating Ajax web applications on a large or small scale and need to consider such aspects as design and refactoring, security, speed and system resources, then this book will help answer some of these questions."
-- BellaOnline.com

Find out more interesting AJAX Books at below links:

Monday, September 28, 2009

Java Testing and Design


Download the FREE PDF

This book shows how to understand what application you want to write, what strategies are likely to get you there, and then how to measure your level of success. This book offers practical, concrete advice about how to stay in tune with your project and ensure that your products are at least as good as your plans. - Phil Goodwin, Staff Engineer at Sun Microsystems.

Produce scalable, reliable, high-performance Web-enabled applications in Java.

Web infrastructure is everywhere. And yet until this book there was no guide to show how your choices in design, coding, and testing impact the scalability, performance, and functionality of your Web-enabled applications.

Java Testing and Design: From Unit Testing to Automated Web Tests teaches you a fast and efficient method to build production-worthy, scalable, and well performing Web-enabled applications. The techniques, methodology, and tools presented in this book will enable developers, QA technicians, and IT managers to work together to achieve unprecedented productivity in development and test automation.

With Java Testing and Design, you will be prepared for a laundry list of new APIs, protocols, and tools being packed into the next generation of J2EE, .NET, and open-source systems. While these new software libraries, tools, and techniques are a big move forward for all of us, they push us to learn even more technology to turn out complex, highly functional, and interoperable software applications.

Author Frank Cohen shares proven best practices based on his extensive experience at leading enterprises (General Motors, BEA, AMP, 2Wire, Elsevier, U.S. Navy, Sun) and delivers an immediately useful set of open-source tools, techniques, and code that will automate the testing of your Web-enabled applications.

Coverage includes:

  • Software development and test automation methodologies
  • Exposes the scalability problems in SOAP-based Web Services
  • Building, testing, and monitoring integrated multiple-protocol Web-enabled applications
  • Performance kits for developers using BEA WebLogic, IBM WebSphere, and Sun Java System (formerly Sun ONE)
  • Architecture, code, and test agents for J2EE, Web Services, P2P, and .NET
  • Secure Internet services using current and next-generation technologies and much more!

Book Review of Java Testing and Design

Bart Thompson walks you through some of the key topics covered in Java Testing and Design.

"This book is an excellent guide to testing Web applications and Web services. I expect it will benefit all readers, from software developers or QA techs just getting started, through to the experienced coders and testers. The book took me past the basic stuff you learn in books on Java development and gives you the practical experience, tips and knowledge I needed to deliver software that scales and is reliable."

Find out more interesting books about Java Testing and Design at below links:

Better Builds with Maven. The How-to Guide for Maven

  • Title Better Builds with Maven. The How-to Guide for Maven 2.x
  • Authors John Casey, Vincent Massol, Brett Porter, Carlos Sanchez, Jason van Zyl
  • Publisher: Mergere, Inc. (2006)
  • Paperback: 281 pages
  • Language: English
  • ISBN-10: N/A
  • ISBN-13: N/A

Book Description

Welcome to Better Builds with Maven, an indispensable guide to understand and use Maven 2.0.

Maven 2 is a product that offers immediate value to many users and organizations. As you will soon find, it does not take long to realize those benefits. Perhaps, reading this book will take you longer. Maven works equally well for small and large projects, but Maven shines in helping teams operate more effectively by allowing team members to focus on what the stakeholders of a project require -- leaving the build infrastructure to Maven!

This guide is not meant to be an in-depth and comprehensive resource but rather an introduction, which provides a wide range of topics from understanding Maven's build platform to programming nuances.

This guide is intended for Java developers who wish to implement the project management and comprehension capabilities of Maven 2 and use it to make their day-to-day work easier and generally help with the comprehension of any Java-based project. We hope that this book will be useful for Java project managers as well.

For first time users, it is recommended that you step through the material in a sequential fashion. For users more familiar with Maven (including Maven 1.x), this guide endeavors to provide a quick solution for the need at hand.

Find out more interesting books about Maven at below links:

Friday, September 25, 2009

Absolute Beginner's Guide to Computer Basics (5th Edition)

ebook: Absolute Beginner's Guide to Computer Basics (5th Edition)


Publisher: QuePublication: 2009, EnglishISBN: 9780789742537 Pages: 456

Everything casual users need to know to get the most out of their new Windows 7 PCs, software, and the Internet

 

  • The best-selling beginner's guide, now completely updated for Windows 7 and today's most popular Internet tools - including Facebook, craigslist, Twitter, and Wikipedia
  • Easy step-by-step instructions cover setting up a new PC, getting online, working with digital media, using productivity tools, and much more
  • By the world's #1 author of beginning technology books, Michael Miller

  • Click on the below links for more Beginner's Guides:
  • Java How to Program, 7th Edition

    ebook: Java How to Program, 7th Edition


    Publisher: Prentice Hall Publication: 2007, EnglishISBN: 9780132222204Pages: 1500

    The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. The Seventh Edition has been extensively fine-tuned and is completely up-to-date with Sun Microsystems, Inc.'s latest Java release — Java Standard Edition 6 ("Mustang") and several Java Enterprise Edition 5 topics. Contains an extensive OOD/UML 2 case study on developing an automated teller machine. Takes a new tools-based approach to Web application development that uses Netbeans 5.5 and Java Studio Creator 2 to create and consume Web Services. Features  new AJAX-enabled, Web applications built with JavaServer Faces (JSF), Java Studio Creator 2 and the Java Blueprints AJAX Components. Includes new topics throughout, such as JDBC 4, SwingWorker for multithreaded GUIs, GroupLayout, Java Desktop Integration Components (JDIC), and much more. A valuable reference for programmers and anyone interested in learning the Java programming language.

     
       * MySQL(R) 5.0 Community Server / v5.0.27
       * MySQL(R) Connector/J Version 5.0.4
       * Sun(R) Java(TM) Studio Creator 2 Update 1
       * NetBeans(TM) IDE Version 5.5 with Java EE Application Server 9.0 U1 Bundle



    About the Author


    Paul J. Deitel, CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT's Sloan School of Management, where he studied Information Technology. He holds the Java Certified Programmer and Java Certified Developer certifications, and has been designated by Sun Microsystems as a Java Champion. Through Deitel & Associates, Inc., he has delivered Java, C, C++, C# and Visual Basic courses to industry clients, including IBM, Sun Microsystems, Dell, Lucent Technologies, Fidelity, NASA at the Kennedy Space Center, the National Severe Storm Laboratory, White Sands Missile Range, Rogue Wave Software, Boeing, Stratus, Cambridge Technology Partners, Open Environment Corporation, One Wave, Hyperion Software, Adra Systems, Entergy, CableData Systems, Nortel Networks, Puma, iRobot, Invensys and many more. He has also lectured on Java and C++ for the Boston Chapter of the Association for Computing Machinery. He and his father, Dr. Harvey M. Deitel, are the world's best-selling programming language textbook authors.


    Dr. Harvey M. Deitel, Chairman and Chief Strategy Officer of Deitel & Associates, Inc., has 45 years of academic and industry experience in the computer field. Dr. Deitel earned B.S. and M.S. degrees from the MIT and a Ph.D. from Boston University. He has 20 years of college teaching experience, including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc., with his son, Paul J. Deitel. He and Paul are the co-authors of several dozen books and multimedia packages and they are writing many more. With translations published in Japanese, German, Russian, Spanish, Traditional Chinese, Simplified Chinese, Korean, French, Polish, Italian, Portuguese, Greek, Urdu and Turkish, the Deitels' texts have earned international recognition. Dr. Deitel has delivered hundreds of professional seminars to major corporations, academic institutions, government organizations and the military.


    Click on the below links for more Java Books:

    Open Source Leadership

    ebook: Open Source Leadership

    Publisher: Palgrave Macmillan Publication: 2009, EnglishISBN: 9780230201910Pages: 256

    'Why do we have so many theories of leadership? Because none of them work very well all of the time. For 70 years we have spewed out content leadership theories. In the new digital world of the twenty-first century we need a new leadership theory. This is it! Open Source Leadership is a process theory ruled by attention, awareness, intention!and, yes, structure. Open Source Leadership is by invitation, not by imposition. This important book invites each of us into the leadership process, drawing on the gifts, talents, and resources within us. The book poses the important questions without offering the final answers. YOU are the answer.' - Professor James Campbell Quick, John and Judy Goolsby Distinguished Professor, Goolsby Leadership Academy, The University of Texas at Arlington 'This book contains a big idea. The leadership model is changing. Leadership can come from anywhere, not just the top. Intriguingly the best leadership comes from the user of the product -- the customer. They can shape the future direction of the enterprise.' - Sir Terry Leahy, Chief Executive, Tesco 'Gadman and Cooper have done an excellent job in empowering the reader to reflectively challenge their own perceptions and understandings of what it takes to be a successful contemporary leader. They provide easily readable chapters that spell out the skills required to take advantage of the open source revolution. Today, leaders cannot allow themselves to be prisoners of out of date or inadequate ways of thinking, or even see problems in isolation. Open Source Leadership explains how individuals can seize the advantage by better understanding how the power and collective energy and focus of people can overcome intractable problems. Finally, Open Source Leadership provides a guide for leaders on how inspiration and creativity can have a positive impact on their people and organisations.' - Professor Iain Densten, Professor of Leadership and Director of the Lancaster Leadership Centre, Lancaster University

    The authors offer an approach to leadership practice which is more appropriate for the challenges of todays digitally networked economy. They conclude that, contrary to popular opinion, the practices proposed are not provoked by leadership education as they are evoked from a deep emotional feel for leading and leadership.

    Click on the below links for more Open Source Books:

    Thursday, September 24, 2009

    Harry Potter and the Goblet of Fire (Harry Potter, #4)

    by J.K. Rowling
    Harry Potter and the Goblet of Fire (Harry Potter, #4)
    book data
    published
    September 1st 2002 (first published 2000) by Scholastic Paperbacks

    binding
    Mass Market Paperback, 734 pages

    characters

    setting
    United Kingdom

    literary awards
    Hugo Award for Best Novel (2001)

    isbn
    0439139600    (isbn13: 9780439139601)

    description
    "Harry Potter is midway through both his training as a wizard and his coming of age. Harry wants to get away from the pernicious Dursleys and go to the International Quidditch Cup with Hermione, Ron, and the Weasleys. He wants to dream about Cho Chang, his crush (and maybe do more than dream). He wants to find out about the mysterious event that's supposed to take place at Hogwarts this year, an event involving two other rival schools of magic, and a competition that hasn't happened for hundreds of years. He wants to be a normal, fourteen-year-old wizard. But unfortunately for Harry Potter, he's not normal - even by wizarding standards.

    And in his case, different can be deadly."


    -from the back cover-

    Click on the below links for more interesting stuff about Harry Potter books:

    Harry Potter and the Prisoner of Azkaban (Harry Potter, #3)

    by J.K. Rowling
    Harry Potter and the Prisoner of Azkaban (Harry Potter, #3)
    book data

    published
    May 1st 2004 (first published 1999) by Scholastic

    binding
    Mass Market Paperback, 435 pages

    characters

    setting
    United Kingdom
    United Kingdom

    literary awards
    Costa Book Awards (1999), Bram Stoker Award for Best Work for Young Readers (1999), Whitbread Award for Children's Literature, Gold Medal Smarties Prize (1999),

    isbn
    043965548X    (isbn13: 9780439655484)

    description
    For most children, summer vacation is something to look forward to. But not for our 13-year-old hero, who's forced to spend his summers with an aunt, uncle, and cousin who detest him. The third book in J.K. Rowling's Harry Potter series catapults into action when the young wizard "accidentally" causes the Dursleys' dreadful visitor Aunt Petunia to inflate like a monstrous balloon and drift up to the ceiling. Fearing punishment from Aunt Petunia and Uncle Vernon (and from officials at Hogwarts School of Witchcraft and Wizardry who strictly forbid students to cast spells in the nonmagic world of Muggles), Harry lunges out into the darkness with his heavy trunk and his owl Hedwig.

    As it turns out, Harry isn't punished at all for his errant wizardry. Instead he is mysteriously rescued from his Muggle neighborhood and whisked off in a triple-decker, violently purple bus to spend the remaining weeks of summer in a friendly inn called the Leaky Cauldron. What Harry has to face as he begins his third year at Hogwarts explains why the officials let him off easily. It seems that Sirius Black--an escaped convict from the prison of Azkaban--is on the loose. Not only that, but he's after Harry Potter. But why? And why do the Dementors, the guards hired to protect him, chill Harry's very heart when others are unaffected? Once again, Rowling has created a mystery that will have children and adults cheering, not to mention standing in line for her next book. Fortunately, there are four more in the works. (Ages 9 and older) --Karin Snelson

    Click on the below links for more interesting stuff about Harry Potter books:

    Harry Potter and the Chamber of Secrets (Harry Potter, #2)

    by J.K. Rowling
    Harry Potter and the Chamber of Secrets (Harry Potter, #2)
    book data

    published
    June 2nd 1999 (first published 1998) by Scholastic

    binding
    Hardcover, 341 pages

    url

    characters
    Harry Potter, Draco Malfoy, Hermione Granger, Ron Weasley, ...more
    [close] Petunia Dursley, Vernon Dursley, Dudley Dursley, Albus Dumbledore, Severus Snape, Rubeus Hagrid, Lord Voldemort, Minerva McGonagall, Neville Longbottom, Fred Weasley, George Weasley, Percy Weasley, Ginny Weasley, Colin Creevey, Filius Flitwick, Gilderoy Lockhart, Lucius Malfoy, Pomona Sprout, Arthur Weasley, Molly Weasley
    setting
    United Kingdom

    literary awards
    Gold Medal Smarties Prize (1999), British Book Awards' Children's Book of the Year (1999)

    isbn
    0439064864    (isbn13: 9780439064866)

    description
    "The Dursleys were so mean and hideous that summer that all Harry Potter wanted was to get back to the Hogwarts School for Witchcraft and Wizardry. But just as he's packing his bags, Harry receives a warning from a strange, impish creature named Dobby who says that if Harry Potter returns to Hogwarts, disaster will strike.

    And strike it does. For in Harry's second year at Hogwarts, fresh torments and horrors arise, including an outrageously stuck-up new professor, Gilderoy Lockheart, a spirit named Moaning Myrtle who haunts the girls' bathroom, and the unwanted attentions of Ron Weasley's younger sister, Ginny.

    But each of these seem minor annoyances when the real trouble begins, and someone — or something — starts turning Hogwarts students to stone. Could it be Draco Malfoy, a more poisonous rival than ever? Could it possibly be Hagrid, whose mysterious past is finally told? Or could it be the one everyone at Hogwarts most suspects...Harry Potter himself!"

    -from inside front cover-

    Click on the below links for more interesting stuff about Harry Potter books:

    Harry Potter and the Sorcerer's Stone (Harry Potter, #1)

    by J.K. Rowling
    Harry Potter and the Sorcerer's Stone (Harry Potter, #1)
    book data
    November 1st 2003 (first published 1997) by Arthur A. Levine Books

    binding
    Hardcover, 309 pages

    characters
    Harry Potter, Draco Malfoy, Hermione Granger, Ron Weasley
    [close] Petunia Dursley, Vernon Dursley, Dudley Dursley, Albus Dumbledore, Severus Snape, Quirinus Quirrell, Rubeus Hagrid, Lord Voldemort, Minerva McGonagall, Neville Longbottom, Fred Weasley, George Weasley, Percy Weasley
    setting
    United Kingdom

    literary awards
    UK National Book Award (1997), Gold Medal Smarties Prize (1997), British Children's Book of the Year (1998)

    isbn
    0439554934    (isbn13: 9780439554930)

    description
    Say you've spent the first 10 years of your life sleeping under the stairs of a family who loathes you. Then, in an absurd, magical twist of fate you find yourself surrounded by wizards, a caged snowy owl, a phoenix-feather wand, and jellybeans that come in every flavor, including strawberry, curry, grass, and sardine. Not only that, but you discover that you are a wizard yourself! This is exactly what happens to young Harry Potter in J.K. Rowling's enchanting, funny debut novel, Harry Potter and the Sorcerer's Stone. In the nonmagic human world--the world of "Muggles"--Harry is a nobody, treated like dirt by the aunt and uncle who begrudgingly inherited him when his parents were killed by the evil Voldemort. But in the world of wizards, small, skinny Harry is famous as a survivor of the wizard who tried to kill him. He is left only with a lightning-bolt scar on his forehead, curiously refined sensibilities, and a host of mysterious powers to remind him that he's quite, yes, altogether different from his aunt, uncle, and spoiled, piglike cousin Dudley.

    A mysterious letter, delivered by the friendly giant Hagrid, wrenches Harry from his dreary, Muggle-ridden existence: "We are pleased to inform you that you have been accepted at Hogwarts School of Witchcraft and Wizardry." Of course, Uncle Vernon yells most unpleasantly, "I AM NOT PAYING FOR SOME CRACKPOT OLD FOOL TO TEACH HIM MAGIC TRICKS!" Soon enough, however, Harry finds himself at Hogwarts with his owl Hedwig... and that's where the real adventure--humorous, haunting, and suspenseful--begins. Harry Potter and the Sorcerer's Stone, first published in England as Harry Potter and the Philosopher's Stone, continues to win major awards in England. So far it has won the National Book Award, the Smarties Prize, the Children's Book Award, and is short-listed for the Carnegie Medal, the U.K. version of the Newbery Medal. This magical, gripping, brilliant book--a future classic to be sure--will leave kids clamoring for Harry Potter and the Chamber of Secrets and Harry Potter and the Prisoner of Azkaban. (Ages 8 to 13) --Karin Snelson

    Click on the below links for more interesting stuff about Harry Potter books: