
HTML made easy--fully updated for the latest version
The new edition of this bestselling beginner's guide brings the book up to date with the latest changes in HTML, including XHTML 2.0. In dedicated modules that act as stand-alone lessons, you will learn how to structure a page, place images, size text, create links, generate Web-safe colors, work with multimedia, and more. Hands-on projects, self-assessments, and ‘ask the expert' sections make it easy to learn the essential skills.
Download
Friday, March 7, 2008
a begginer's guide to html
html 3.2 and cgi professional reference edition unleashed

This book presents an overview of HTML markup and gateway programming (CGI) as well as web content development, including processes of planning, analysis, design, implementation, promotion, and innovation. The coverage of gateway programming includes discussion of fundamentals and techniques, with an emphasis on implementation in Perl.
The stress in the first part of this book is on the theoretical and conceptual issues of web development (such as planning, analysis, and design). Therefore this book isn't just an HTML "tag reference," but a book that will build your understanding of the Web as a new medium for communication and your process skills in developing Web information. Real-world case studies are included, and you'll also gain a great deal of knowledge in HTML, gateway programming, and web development technologies and techniques.
Download
html and javascript for visual learners

Contributors:
Author: Chris Charuhas
ISBN: 9780970747921
Published Date: Mar 01, 2001
Format:
Page: 182
Fiction: No
Publisher: Visibooks Llc
Imprint Company: Visibooks Llc
Distributor: Not Available
Download
html master's reference

This book is a great help for Webmaster and Internet application developer. This book is easy to use and easy to understand (the great help for it are many samples).
The only thing what lack's this book is the notes for every tag or function about the browser. Because we all know, that some tags and functions we use only for MSIE and some only for NN. This is a little bit confusing to try run on NN a tag, what should be used only for MSIE.
Download
html the definite guide

Publisher: O'Reilly Media, Incorporated
ISBN: 1565924924
Download
PHP Manual
Stig Sæther Bakken
Alexander Aulbach
Egon Schmid
Jim Winstead
Lars Torben Wilson
Rasmus Lerdorf
Andrei Zmievski
Jouni Ahto
Edited by
Stig Sæther Bakken
Egon Schmid
Download

Publisher: Sams; 1 edition
Language: english
ISBN: 0672318040
Paperback: 400 pages
Data: June 23, 2000
Format: PDF
Description: Consisting of 24 one-hour lessons, Sams Teach Yourself PHP4 in 24 Hours is divided into five sections that guide you through the language from the basics to the advanced functions. The first section of the book teaches the fundamentals of PHP. Building upon what has been taught in the first section, sections two through four show you how to apply that knowledge in order to interact with the user by creating and managing forms, cookies and authentication. It also teaches how to access databases and how to integrate system components, e-mail, LDAP, network sockets and much more. The final section of the book covers advanced functionality including how to debug and optimize scripts, maintain script security, and extend PHP with API.
Download
php howto
A HOWTO on Optimizing PHP
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution.
In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
Download