Thursday, April 17, 2008

Foundation PHP for Dreamweaver 8

INFO ::

In this book, youll learn how to:
Install, configure, and troubleshoot a testing environment with PHP/MySQL and Apache or IIS
Learn the fundamentals of PHP and good database design
Use Dreamweaver 8 server behaviors to create robust dynamic applications that validate user input for greater security and reliability
Incorporate live XML feeds into your web pages with PHP and Dreamweaver 8s new XSL Transformation server behavior
Download and apply a suite of custom-built PHP functions designed exclusively for this book
Want to add the power of a database to your websites? Build online forms that send feedback straight to your inbox? Incorporate live news feeds and XML data into your web pages? This book shows you how to do all that and more. Dreamweaver 8 takes a lot of the hard work out of integrating a database into your websites, but it cant do everything. So instead of just giving you a series of instructions to click this and click that, this book helps you understand whats going on in the background. As a result, youre more likely to remember and to get it right. Most books on PHP concentrate on code and throw all design considerations out the window. This one is different. It makes use of Dreamweaver 8s vastly improved CSS rendering, and shows you how to build a site thats smart in both senses of the word. It looks good and is intelligent too. Youll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. Youll also build a contact form protected against email injection attacks. All of Dreamweavers PHP server behaviors are put through their paces, and youll even make some custom server behaviors that will come in useful on any site you create. Two chapters take you through the setup process with step-by-step instructions for both Windows and Mac OS X, helping you make the right choices: Apache or IIS? Remote or local testing? There are even instructions on how to set up virtual hosts on your own computer. And in the unlikely event that things go wrong, theres plenty of troubleshooting advice too. In this book we look specifically at using Dreamweaver's built-in server behaviors to build dynamic web sites using PHP and MySQL, the worlds most popular open source server-side language and database server combination, which are both reliable, powerful, and open source (and therefore free to use!) This latest version of Dreamweaver includes more powerful support for PHP and MySQL than ever before, and we'll show you how to make this work for you. No previous experience of PHP or MySQL is necessary to use this book. Examples built throughout the book include a content management system, and an online image gallery. All examples are designed to meet modern usability requirements and be web standards compliant.

LINK ::

Wednesday, April 2, 2008

Visual Basic 6 Complete Guide


INFO ::

Visual Basic 6 Complete Guide | Pages 217
his book is meant for the beginner. Its primary purpose is to get you up and writing programs in the shortest possible time. For that reason I take a very practical approach (thus the title). My goal is that you be able to function as a competent Visual Basic programmer in at the end of this book, and write useful programs. That means that I don’t go in depth into theory, or into advanced topics. However this book should provide you with the ground work necessary to move on to more advanced programming topics. While some of the code examples and lessons can be accomplished with Visual Basic 4, 5, or 6, much will require Visual Basic 6.0.

Chapter 1 Introduction to Visual Basic
Chapter 2 Introduction to Database Programming
Chapter 3 Essentials of Writing Code
Chapter 4 In Depth VB Coding
Chapter 5 Object Oriented Programming.
Chapter 6 VB Printing and More.
Chapter 7 ADO
Chapter 8 Active X Dll’s.
Chapter 9 Active X Controls
Chapter 10 TCP/IP programming
Appendix A Keywords
Appendix B Controls
Appendix C Other ResourcesAppendix D DDE & OLE
Appendix F Ten Commandments of Coding