7 October 2007 |
Author:
iNDEx |
Comments (17) | Views: 1832
This book introduces Visual Basic from an object-oriented viewpoint, with a rigor and accessibility perfect for students learning their first programming language. Rich in the pedagogical style that is the trademark of the Dale series of programming texts, this Visual Basic text provides straightforward explanations, meaningful examples, and engaging exercises. Students develop good programming habits right from the start and acquire a thorough understanding of classes, methods, object-oriented concepts, and algorithms. The Visual Basic Graphical User Interface (GUI) is extensively discussed, which complements the text's emphasis on fundamental programming concepts. The active learning methodology and rich topic coverage of this text thoroughly prepare students for future study.
The focus of this book is on the fundamentals of programming. Each chapter focuses on one of the major programming constructs of the language. User interface details, while not ignored, are kept to the basics of form design in Visual Basic .NET. I wrote this book feeling that once the reader has a good grasp of using Visual Basic .NET, the reader can venture out on his or her own to learn more about user interface design and development.
4 April 2007 |
Author:
iNDEx |
Comments (0) | Views: 379
Interscience Code Design for Dependable Systems Theory and Practical Applications
Theoretical and practical tools to master matrix code design strategy and technique
Error correcting and detecting codes are essential to improving system reliability and have popularly been applied to computer systems and communication systems. Coding theory has been studied mainly using the code generator polynomials; hence, the codes are sometimes called polynomial codes. On the other hand, the codes designed by parity check matrices are referred to in this book as matrix codes. This timely book focuses on the design theory for matrix codes and their practical applications for the improvement of system reliability. As the author effectively demonstrates, matrix codes are far more flexible than polynomial codes, as they are capable of expressing various types of code functions.
20 March 2007 |
Author:
iNDEx |
Comments (13) | Views: 1926
Build Your Own Database Driven Website using PHP & MySQL
Together, PHP and MySQL form the most widely used open source database and scripting technologies on the Web today. As a budding Web developer, you need to learn and master PHP and MySQL. Build Your Own Database Driven Website Using PHP & MySQL is a hands-on guide to learning all the tools, principles, and techniques needed to build a fully functional database-driven Web site using PHP and MySQL.
This book covers everything from installing PHP and MySQL under Windows or Linux, to building a live Web-based content management system. It also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP, and comes complete with a set of PHP and MySQL reference tables that include PHP and MySQL syntax, functions, column types, and more.
This book not only provides easy access to all the code samples demonstrated, but, more importantly, it leaves you with the confidence and know-how to adapt the principles and techniques to your own Web design projects.
19 March 2007 |
Author:
iNDEx |
Comments (3) | Views: 575
Craft The Practice of Writing Excellent Code - No Starch Press Code
Many programmers know how to write correct code - code that works. But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.
28 February 2007 |
Author:
iNDEx |
Comments (0) | Views: 302
Code Craft The Practice of Writing Excellent Code - No Starch Press
Many programmers know how to write correct code - code that works. But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.