Recent Articles

Starting Out with C++: Early Objects, 7th Edition

Aug 16, 2011 | No Comments

Tony Gaddis’s accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the “how” and the “why”—but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. In Starting Out with C++: Early Objects, Gaddis covers objects and classes early after functions and before arrays and pointers. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering C++ programming. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

Pro Spring Batch

Aug 16, 2011 | No Comments

Since its release, Spring Framework has transformed virtually every aspect of Java development including web applications, security, aspect-oriented programming, persistence, and messaging. Spring Batch, one of its newer additions, now brings the same familiar Spring idioms to batch processing. Spring Batch addresses the needs of any batch process, from the complex calculations performed in the biggest financial institutions to simple data migrations that occur with many software development projects. Pro Spring Batch is intended to answer three questions: What? What is batch processing? What does it entail? What makes it different from the other applications we are developing? What are the challenges inherent in the development of a batch process? Why? Why do batch processing? Why can’t we just process things as we get them? Why do we do batch processing differently than the web applications that we currently work on? How? How to implement a robust, scalable, distributed batch processing system using open-source frameworks Pro Spring Batch gives concrete examples of how each piece of functionality is used and why it would be used in a real-world application. This includes providing tips that the “school of hard knocks” has taught author Michael Minella during his experience with Spring Batch. Pro Spring Batch includes examples of I/O options that are not mentioned in the official user’s guide, as well as performance tips on things like how to limit the impact of maintaining the state of your jobs. The author also walks you through, from end to end, the design and implementation of a batch process based upon a theoretical real-world example. This includes basic project setup, implementation, testing, tuning and scaling for large volumes. What you’ll learn Batch concepts and how they relate to the Spring Batch framework How to use declarative I/O using the Spring Batch readers/writers Data integrity techniques used by Spring Batch, including transactions and job state/restartability How to scale batch jobs via distributed batch processing How to handle testing batch processes (Unit and functional) Who this book is for Java developers with Spring experience. Java Architects designing batch solutions More specifically, this book is intended for those who have a solid foundation in the core Java platform. Batch processing covers a wide spectrum of topics, not all of which are covered in detail in this book. Concepts in Java which the reader should be comfortable with include file I/O, JDBC, and transactions. Given that Spring Batch is a framework built upon the open-source IoC container Spring, which will not be covered in this book, it is expected that the reader will be familiar with its concepts and conventions. With that in mind, the reader is not expected to have any prior exposure to the Spring Batch framework. All concepts related to it will be explained in detail, with working examples. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

Web Design: Introductory Concepts and Techniques, 3rd Edition

Aug 16, 2011 | No Comments

This third edition explains the connection between a detailed design plan that considers audience needs, site purpose, and various technical issues of a successful Web site. Written for an introductory course, the text offers a variety of challenging written and hands-on activities at the end of each chapter that test comprehension, build Web research skills and design awareness, and provoke thought regarding current issues in technology. Web Design, Third Edition reveals useful design concepts and techniques typically not addressed in HTML or Web authoring texts, and is written in a style that makes the concepts presented easy to understand. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

Introduction to Wireless and Mobile Systems, 3rd Edition

Aug 16, 2011 | No Comments

This text explains the general principles of how wireless systems work, how mobility is supported, what the underlying infrastructure is and what interactions are needed among different functional components. Designed as a textbook appropriate for undergraduate or graduate courses in Computer Science (CS), Computer Engineering (CE), and Electrical Engineering (EE), Introduction to Wireless and Mobile Systems third edition focuses on qualitative descriptions and the realistic explanations of relationships between wireless systems and performance parameters. Rather than offering a thorough history behind the development of wireless technologies or an exhaustive list of work being carried out, the authors help CS, CE, and EE students learn this exciting technology through relevant examples such as understanding how a cell phone starts working as soon as they get out of an airplane. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

Pro Oracle Application Express 4, 2nd Edition

Aug 16, 2011 | No Comments

Pro Oracle Application Express 4 is your key to mastering one of the most innovative products to come out of Oracle in years. Application Express, termed “APEX” for short, is fast becoming one of the easiest and most widely-used of tools for creating enterprise-level applications that run against an Oracle database. APEX is easy enough for power users to create ad-hoc applications atop something more reliable than a spreadsheet. Yet APEX is powerful and extensible enough to enable fully-scalable, enterprise-level applications that are accessed by thousands of users. Authors Tim Fox , John Scott , and Scott Spendolini take you to the professional level in developing for Application Express. They show how to handle user authentication in enterprise environments and how to extend APEX by writing components based upon Oracle’s new plug-in architecture. You’ll learn to deal with localization issues such as time zones and translations, and to customize the look and feel of an APEX website to blend in with your corporate branding strategy. The authors also cover web service development, performance and scalability, and the production issues that you encounter in enterprise-level deployments. Many years of experience in solving the “hard problems” are coalesced in this book to help you, the reader, take advantage of all that APEX has to offer. Focuses on high-end, enterprise-level development Covers new features such as plug-ins and Websheets Introduces the new interface released with APEX 4.0 What you’ll learn Design APEX solutions that conform to your corporate look and feel Create compelling reports, charts, navigation, and layout Create your own components based upon APEX’s new plug-in architecture Authenticate users and manage their access to your applications Develop and deploy web services using APEX Scale APEX applications to thousands of users Secure your applications and data from intrusion Who this book is for Pro Oracle Application Express 4 is aimed at application developers looking for a rapid application development environment harnessing the full power of the Oracle Database, including SQL and PL/SQL. The book meets the needs of developers working at both the departmental and the enterprise level, with an emphasis on high-end, enterprise deployment. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

The Definitive Guide to Drupal 7

Aug 16, 2011 | No Comments

The Definitive Guide to Drupal 7 is the most comprehensive book for building web sites using the powerful and extensible Drupal content management framework. Written by active community members and contributors (some of the “brightest and most innovative minds in the Drupal community,” to quote Angela Byron, Drupal 7 maintainer), the Definitive Guide to Drupal 7 covers the basics then quickly advances to in-depth exploration of the functionality and tools that make Drupal so powerful for building web applications. Just as important, this book provides the reader with a guide to participating in the Drupal community: an international, committed, rapidly growing community of themers, developers, and open source advocates who write the modules, test the code, and work ceaselessly to make Drupal great. The release of Drupal 7, with its dramatic improvements in usability and system architecture, will take Drupal to a new level of popularity, and this book will help give you the foundation and scaffolding to grow with Drupal. With The Definitive Guide to Drupal 7 , you will be able to: Plan and build a complete Drupal site with core alone. Extend Drupal’s functionality by selecting from thousands of modules. Make your Drupal site look like anything you want with theming and jQuery. Extend Drupal by coding your own modules. Install Drupal in many environments. Use essential tools such as Drush and Git to make your life easier. Contribute to the Drupal community as an organizer or a coder. Download Here If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Read the story »

Travel 50 & Beyond Magazine – 1-Year Subscription

Aug 16, 2011 | No Comments

Photo: http://freecatalogs.blogspot.com/2011/08/travel-50-beyond-magazine-1-year.html

Read the story »

Multiscale Approaches to Protein Modeling (repost)

Aug 16, 2011 | No Comments

Multiscale Approaches to Protein Modeling Publisher: Springer | ISBN: 1441968881 | edition 2010 | PDF | 355 pages | 5.9 mb The book gives a comprehensive review of the most advanced multiscale methods for protein structure prediction, computational studies of protein dynamics, folding mechanisms and macromolecular interactions.

Read the story »

Nursery Knits: More Than 30 Designs for Clothes, Toys and Other Items for 0-3 Year Olds

Aug 16, 2011 | No Comments

Debbie Bliss – Nursery Knits: More Than 30 Designs for Clothes, Toys and Other Items for 0-3 Year Olds St. Martin’s Griffin | 1996 | ISBN: 0312145845 | English | 73 pages | PDF | 7.8 MB

Read the story »

Patentmanagement: Innovationen erfolgreich nutzen und schützen (Repost)

Aug 16, 2011 | No Comments

Patentmanagement: Innovationen erfolgreich nutzen und schützen Publisher: Springer | ISBN: 354023554X | edition 2007 | PDF | 367 pages | 6,3 mb Dieses Buch richtet sich an Führungskräfte in den Bereichen Innovation, F&E und Patentmanagement. Wissenschaftlern und Studenten bietet das Buch anwendungsorientierte Impulse zu den Ausprägungen des Patentmanagements von innovativen Unternehmen im hoch kompetitiven Umfeld.

Read the story »

« Older Entries