Rabu, 24 Agustus 2011

5 new posts


5 new posts

Link to Wow! eBook - Blog

Python Web Development with Django

Posted: 24 Aug 2011 08:12 AM PDT

Python Web Development with Django

Book Description

Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.

The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You'll discover how Django leverages Python's development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You'll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including

  • Simple Web log (blog)
  • Online photo gallery
  • Simple content management system
  • Ajax-powered live blogger
  • Online source code sharing/syntax highlighting tool
  • How to run your Django applications on the Google App Engine

This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications.

Table of Contents
Introduction 1

Part I: Getting Started
Chapter 1: Practical Python for Django 7
Chapter 2: Django for the Impatient: Building a Blog 57
Chapter 3: Starting Out 77

Part II: Django in Depth
Chapter 4: Defining and Using Models 89
Chapter 5: URLs, HTTP Mechanisms, and Views 117
Chapter 6: Templates and Form Processing 135

Part III: Django Applications by Example
Chapter 7: Photo Gallery 159
Chapter 8: Content Management System 181
Chapter 9: Liveblog 205
Chapter 10: Pastebin 221

Part IV: Advanced Django Techniques and Features
Chapter 11: Advanced Django Programming 235
Chapter 12: Advanced Django Deployment 261

Part V: Appendices
Appendix A: Command Line Basics 285
Appendix B: Installing and Running Django 295
Appendix C: Tools for Practical Django Development 313
Appendix D: Finding, Evaluating, and Using Django Applications 321
Appendix E: Django on the Google App Engine 325
Appendix F: Getting Involved in the Django Project 337

Index 339
Colophon 375

Book Details

  • Paperback: 408 pages
  • Publisher: Addison-Wesley Professional (October 2008)
  • Language: English
  • ISBN-10: 0132356139
  • ISBN-13: 978-0132356138
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

Design Patterns in Java, 2nd Edition

Posted: 24 Aug 2011 08:12 AM PDT

Design Patterns in Java, 2nd Edition

Book Description

Design Patterns in Java™ gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text.

Drawing on their extensive experience as Java instructors and programmers, Steve Metsker and Bill Wake illuminate each pattern with real Java programs, clear UML diagrams, and compelling exercises. You’ll move quickly from theory to application—learning how to improve new code and refactor existing code for simplicity, manageability, and performance.

Coverage includes

  • Using Adapter to provide consistent interfaces to clients
  • Using Facade to simplify the use of reusable toolkits
  • Understanding the role of Bridge in Java database connectivity
  • The Observer pattern, Model-View-Controller, and GUI behavior
  • Java Remote Method Invocation (RMI) and the Proxy pattern
  • Streamlining designs using the Chain of Responsibility pattern
  • Using patterns to go beyond Java’s built-in constructor features
  • Implementing Undo capabilities with Memento
  • Using the State pattern to manage state more cleanly and simply
  • Optimizing existing codebases with extension patterns
  • Providing thread-safe iteration with the Iterator pattern
  • Using Visitor to define new operations without changing hierarchy classes

If you’re a Java programmer wanting to save time while writing better code, this book’s techniques, tips, and clear explanations and examples will help you harness the power of patterns to improve every program you write, design, or maintain.

All source code is available for download at http://www.oozinoz.com.

Book Details

  • Hardcover: 480 pages
  • Publisher: Addison-Wesley Professional; 2nd Edition (April 2006)
  • Language: English
  • ISBN-10: 0321333020
  • ISBN-13: 978-0321333025
Note: There is a file embedded within this post, please visit this post to download the file.

Database Design for Mere Mortals, 2nd Edition

Posted: 24 Aug 2011 08:11 AM PDT

Database Design for Mere Mortals, 2nd Edition

Book Description

"This book takes the somewhat daunting process of database design and breaks it into completely manageable and understandable components. Mike's approach whilst simple is completely professional, and I can recommend this book to any novice database designer."
–Sandra Barker, Lecturer, University of South Australia, Australia

"Databases are a critical infrastructure technology for information systems and today's business. Mike Hernandez has written a literate explanation of database technology–a topic that is intricate and often obscure. If you design databases yourself, this book will educate you about pitfalls and show you what to do. If you purchase products that use a database, the book explains the technology so that you can understand what the vendor is doing and assess their products better."
–Michael Blaha, consultant and trainer, author of A Manager's Guide to Database Technology

"If you told me that Mike Hernandez could improve on the first edition of Database Design for Mere Mortals I wouldn't have believed you, but he did! The second edition is packed with more real-world examples, detailed explanations, and even includes database-design tools on the CD-ROM! This is a must-read for anyone who is even remotely interested in relational database design, from the individual who is called upon occasionally to create a useful tool at work, to the seasoned professional who wants to brush up on the fundamentals.
–Matt Greer, Process Control Development, The Dow Chemical Company

"Mike's approach to database design is totally common-sense based, yet he's adhered to all the rules of good relational database design. I use Mike's books in my starter database-design class, and I recommend his books to anyone who's interested in learning how to design databases or how to write SQL queries."
–Michelle Poolet, President, MVDS, Inc.

"Slapping together sophisticated applications with poorly designed data will hurt you just as much now as when Mike wrote his first edition, perhaps even more. Whether you're just getting started developing with data or are a seasoned pro; whether you’ve read Mike's previous book or this is your first; whether you’re happier letting someone else design your data or you love doing it yourself–this is the book for you. Mike's ability to explain these concepts in a way that's not only clear, but fun, continues to amaze me."
–From the Foreword by Ken Getz, MCW Technologies, coauthor ASP.NET Developer’s JumpStart

"The first edition of Mike Hernandez's book Database Design for Mere Mortals was one of the few books that survived the cut when I moved my office to smaller quarters. The second edition expands and improves on the original in so many ways. It is not only a good, clear read, but contains a remarkable quantity of clear, concise thinking on a very complex subject. It's a must for anyone interested in the subject of database design."
–Malcolm C. Rubel, Performance Dynamics Associates

"Mike's excellent guide to relational database design deserves a second edition. His book is an essential tool for fledgling Microsoft Access and other desktop database developers, as well as for client/server pros. I recommend it highly to all my readers."
–Roger Jennings, author of Special Edition Using Access 2002

"There are no silver bullets! Database technology has advanced dramatically, the newest crop of database servers perform operations faster than anyone could have imagined six years ago, but none of these technological advances will help fix a bad database design, or capture data that you forgot to include! Database Design for Mere Mortals™, Second Edition, helps you design your database right in the first place!"
–Matt Nunn, Product Manager, SQL Server, Microsoft Corporation

"When my brother started his professional career as a developer, I gave him Mike's book to help him understand database concepts and make real-world application of database technology. When I need a refresher on the finer points of database design, this is the book I pick up. I do not think that there is a better testimony to the value of a book than that it gets used. For this reason I have wholeheartedly recommended to my peers and students that they utilize this book in their day-to-day development tasks."
–Chris Kunicki, Senior Consultant, OfficeZealot.com

"Mike has always had an incredible knack for taking the most complex topics, breaking them down, and explaining them so that anyone can 'get it.' He has honed and polished his first very, very good edition and made it even better. If you’re just starting out building database applications, this book is a must-read cover to cover. Expert designers will find Mike's approach fresh and enlightening and a source of great material for training others."
–John Viescas, President, Viescas Consulting, Inc., author of Running Microsoft Access 2000 and coauthor of SQL Queries for Mere Mortals

"Whether you need to learn about relational database design in general, design a relational database, understand relational database terminology, or learn best practices for implementing a relational database, Database Design for Mere Mortals™, Second Edition, is an indispensable book that you'll refer to often. With his many years of real-world experience designing relational databases, Michael shows you how to analyze and improve existing databases, implement keys, define table relationships and business rules, and create data views, resulting in data integrity, uniform access to data, and reduced data-entry errors."
–Paul Cornell, Site Editor, MSDN Office Developer Center

Sound database design can save hours of development time and ensure functionality and reliability. Database Design for Mere Mortals™, Second Edition, is a straightforward, platform-independent tutorial on the basic principles of relational database design. It provides a commonsense design methodology for developing databases that work.

Database design expert Michael J. Hernandez has expanded his best-selling first edition, maintaining its hands-on approach and accessibility while updating its coverage and including even more examples and illustrations.

This edition features a CD-ROM that includes diagrams of sample databases, as well as design guidelines, documentation forms, and examples of the database design process.

This book will give you the knowledge and tools you need to create efficient and effective relational databases.

Book Details

  • Paperback: 611 pages
  • Publisher: Addison-Wesley Professional; 2nd Edition (March 2003)
  • Language: English
  • ISBN-10: 0201752840
  • ISBN-13: 978-0201752847
Note: There is a file embedded within this post, please visit this post to download the file.

SOA Governance: Governing Shared Services On-Premise and in the Cloud

Posted: 24 Aug 2011 06:22 AM PDT

SOA Governance: Governing Shared Services On Premise and in the Cloud

Book Description

The Definitive Guide to Governing Shared Services and SOA Projects
SOA Governance: Governing Shared Services On-Premise and in the Cloud is the result of a multi-year project to collect proven industry practices for establishing IT governance controls specific to the adoption of SOA and service-orientation. Authored by world-renowned experts in the fields of SOA, IT governance, and cloud computing, this comprehensive book provides clear direction as to what does and does not constitute SOA governance and then steps the reader through the most important industry governance practices, as they pertain to individual SOA project lifecycle stages.

With a consistent, vendor-neutral focus, and with the help of case study examples, the authors demonstrate how to define and position precepts, organizational roles, processes, standards, and metrics. Readers benefit from thorough and visually depicted cross-references and mapping between roles, processes, precepts, and project stages, enabling them to fully explore dynamics and dependencies and thereby learn how to use these governance controls to create their own custom SOA governance systems.

This important title will be valuable to every practitioner concerned with making SOA work, including senior IT managers, project managers, architects, analysts, developers, administrators, QA professionals, security specialists, and cloud computing professionals.

Topic Areas

  • Defining SOA governance
  • Establishing an SOA governance office and program
  • Working with proven SOA governance precepts and processes
  • Identifying organizational roles and relating them to SOA governance
  • Associating design-time and runtime SOA project stages with SOA governance controls
  • Governance considerations specific to shared services
  • Roles, precepts, and factors specific to cloud-based services
  • Understanding and categorizing SOA governance products and technologies
  • Applying governance controls as early as the planning stages and measuring their success in subsequent stages
  • Using vitality triggers to govern shared services on an on-going basis
  • SOA governance controls that pertain to business information documents and policies

"This book provides an indispensable guide for establishing a firm SOA governance foundation. Easy to read, comprehensive, pragmatic…excellent job."
–Nick Laqua, Enterprise SOA Architect, Cathay Pacific Airways

"SOA Governance is a must-read that provides an in-depth look at the organizational, managerial, procedural, and technical aspects that any SOA project needs to consider. If you're investing in SOA, you'll benefit greatly by having this excellent resource available to you as you contend with the many challenges of creating your own SOA governance."
–David E. Michalowicz, Principal, Information Systems Engineer, The MITRE Corporation

"With this book Thomas Erl [and his team] do a great job in outlining a framework to implement an SOA governance program. For each stage of the project lifecycle, necessary governance precepts and processes are described concretely by referring to the service-orientation principles and SOA patterns. This makes it an indispensable source of information for any SOA practitioner or any professional who plans to start an SOA initiative."
–Jean-Paul De Baets, Principal SOA Architect, Fedict (Belgian Federal Government Information and Communication Technology Service)

"This book on SOA governance provides both thoughtful and carefully crafted narrative and the supplementation of poignant real-world case studies that will help practitioners calibrate guidance to realities on the ground. This is a terrific book that will be heavily used–with tab stickers, dog-ears, highlighting, and column notes abounding to show for it–as practitioners strategize and subsequently iterate through organizational learnings on their journeys to SOA maturity."
–David S. Rogers, Manager, IEEE Conferences Business and Technology Solutions Office

"Thomas Erl's SOA Governance clarifies the principles behind this crucial capability for SOA adoption. Finally, a contribution that serves as a guide for project managers, architects, and any related role that has a common goal: the establishment, administration, and vision behind a service-enabled enterprise. Accenture sees this book as a milestone that will support the rationale behind selling and delivering SOA governance projects around the world."
–Dr. Matthias Ziegler, Accenture; Dr. Jure Zakotnik, Accenture; Thomas M. Michelbach, Accenture

"Thomas Erl's SOA Governance book fills in an important missing piece for any organization wanting to move to–and succeed with–an enterprise commitment to implement SOA and realize its overarching benefits. Of equal importance, however, is the fact that the basic concepts and frameworks that the book instantiates in the context of SOA can also be productively applied in other contexts that are not formally 'SOA-esque,' but where complexity is in need of formal governance."
–Charles N. Mead, MD, MSc., Senior Technical Advisor to the Director, National Cancer Institute Center for Bioinformatics and Information Technology (NCI CBIIT) Chair, Architecture Board, Health Level 7 (HL7)

"SOA Governance is the best read on governance and software delivery processes since the publication of RUP; it is the book that defines the standard Service Delivery Processes for all project lifecycle models and defines the necessary conditions and roadmap to reach SOA in the IT organization."
–Filippos Santas, IT Architect, Credit Suisse Private Banking, Switzerland, and Certified SOA Trainer

"Achieving your service-oriented goals requires controlled growth and change, which are best accomplished through rigorous governance. The authors of this work drive to the heart of governance and show you how to manage your portfolio of services."
–Kevin P. Davis, Ph.D., Software Architect

Book Details

  • Hardcover: 704 pages
  • Publisher: Prentice Hall (April 2011)
  • Language: English
  • ISBN-10: 0138156751
  • ISBN-13: 978-0138156756
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

Adobe Flex 4.5 Fundamentals: Training from the Source

Posted: 24 Aug 2011 06:21 AM PDT

Adobe Flex 4.5 Fundamentals: Training from the Source

Book Description

Adobe Flex: Training from the Source is the best-selling and most trusted resource for learning about Adobe Flex. Written by a team of authors with practical experience as consultants, mentors and developers of courseware, this book/CD uses project-based tutorials, and is designed to teach beginning Flex developers the details of building and architecting real-world rich internet applications using Flash Builder incorporating MXML and ActionScript 3.0. The book includes a CD that contains all the files used in the lessons, plus completed projects for comparison. This latest edition includes complete coverage of new Flex 4.5 features, such as new enhancements to the Spark architecture and component set. It will also show you how to take advantage of the improvements to core Flex infrastructure for large application development.

About the Author
Michael Labriola is a founding partner and senior consultant at Digital Primates. He has been developing Internet applications since 1995 and has been working with Flex since its 1.0 beta program. Michael is an Adobe Certified Instructor, Community Professional, Flex Developer Champion, and international speaker on Flex and AIR topics who has consulted for many of the world's most recognized brands. At Digital Primates, Michael mentors client development teams using emerging technologies. At home, he spends his free time escaping from technology through wine and food.

Jeff Tapper is a founding partner and senior consultant at Digital Primates. He has been developing Internet-based applications since 1995 for a myriad of clients, including Major League Baseball, ESPN, Morgan Stanley, Conde Nast, IBM, Dow Jones, American Express, Verizon, and many others. He has been developing Flex applications since the earliest days of Flex 1. As an instructor, Jeff is certified to teach all of Adobe's courses on Flex, AIR, Flash, and ColdFusion development. He is also a frequent speaker at Adobe Development Conferences and user groups. Digital Primates provides expert guidance on rich Internet application development and empowers clients through mentoring.

Matthew Boles is a Technical Training Specialist for the Adobe Technical Marketing group, and has been developing and teaching courses on Flex since the 1.0 release. Matthew has a diverse background in web development, computer networking, and teaching. He is also a contributing author of the Adobe authorized Flex courseware.

Book Details

  • Paperback: 496 pages
  • Publisher: Adobe Press (July 2011)
  • Language: English
  • ISBN-10: 0321777123
  • ISBN-13: 978-0321777126
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

Tidak ada komentar:

Posting Komentar