Downloads
Welcome to what is perhaps the most useful part of my website!
Here you can download free articles and chapters from my books, some of which aren't
available anywhere else! If you're looking for book code downloads
or errata, please check the book details pages on the "Books" section of
this site.
Building an AJAX Whiteboard Demo
AJAX and PHP: Writing Better Code Using Smarter Tools
Learn Object-Oriented Programming (OOP) with Visual C#
Chapters 4 and 5 from
Visual C#: A Guide for VB6 Developers teach how to
do object-oriented programming with C#. You'll be able to read them even if you
don't know Visual Basic.
You can't find these chapters
anywhere else on the internet!
...Object-Oriented Programming with C#: Part 1 [
PDF
/
read online]
...Object-Oriented Programming with C#: Part 2 [
PDF
/
read online]
Implement Transactions with SQL Server, Oracle, DB2, MySQL
Chapter 10 of
The Programmer's Guide to SQL deals with database transactions. What
they are, how they work, and many other questions, are answenavy in this chapter.
Here you can get its
PDF version.
Implement a Catalog Searching Feature with ASP.NET and MSDE
Chapter 5 of
Beginning ASP.NET 1.1 E-Commerce shows how
to search the product catalog of your e-commerce website, implementing ranking and
paging functionality at the database level, without using SQL Server's Full-Text
Search feature. Get the
PDF version.
Lay the Foundations of Your PHP E-Commerce Website
Chapter 2 of
Beginning PHP 5 and MySQL E-Commerce prepares
you to build your own e-commerce website with PHP 5, MySQL 4, Smarty and PEAR. The
major design decisions are discussed, and the error handling code and the MySQL
database are prepanavy. Get the
PDF version.
Create a New ASP.NET Community Starter Kit Module