You should be aware that there are historically many versions of the HTML specification. You will read most about the HTML 3.0, 3.2, and 4.0 specification. I have tried to display HTML tags and attributes that are supported by the 3.2 and 4.0 specification, but cannot guarantee that all tags and attributes contained herein will work in all versions of HTML. There are several HTML common document types when refering to HTML 4.0 which are:
• Strict - HTML 4.0 without frame or HTML 3.2 depreciated feature support.
• Frame - HTML 4.0/3.2 with frame support.
• Transitional or loose - Supports features of HTML 3.2 that are being depreciated in HTML 4.0. This DTD does not support framesets. Some depreciated tags/elements not supported by strict HTML 4.0 are CENTER, FRAME, FRAMESET, NOFRAMES, IFRAME, ISINDEX, DIR, MENU, APPLET, BASEFONT, FONT, S, STRIKE, and U.
download
Showing posts with label free. Show all posts
Showing posts with label free. Show all posts
Thursday, September 6, 2007
Free Thinking in C Plus Plus 2nd Edition by Bruce Eckel ebook
Use the full power of C++
• First Edition Winner 1996 Jolt Award for Best Book of the Year.
• Learn practical programming and best practices.
• Meet the difficult challenges of C++ development.
• Build reliable and robust programs.
• Design Patterns chapter shows sophisticated use of objects, composition and polymorphism.
• Provides a gentle introduction to multithreaded programming, a feature being considered for the next version of Standard C++.
• Defensive Programming chapter includes a simple unit-testing framework and debugging techniques.
• In-depth treatment of Standard C++ Library facilities including strings, iostreams, and the "STL" algorithms and containers.
• Modern usage of templates, including template metaprogramming.
• Unravels the perplexities of multiple inheritance.
• Shows practical uses for RTTI.
• Explores exception handling in depth and clearly explains exception-safe design.
• Compliant with the official ISO C++ Standard.
• Presents results of current research being considered for inclusion in the next revision of Standard C++.
• All code examples freely downloadable, tested on multiple platforms and compilers including the free GNU C++ compiler on Windows/Mac/Linux.
read mare
• First Edition Winner 1996 Jolt Award for Best Book of the Year.
• Learn practical programming and best practices.
• Meet the difficult challenges of C++ development.
• Build reliable and robust programs.
• Design Patterns chapter shows sophisticated use of objects, composition and polymorphism.
• Provides a gentle introduction to multithreaded programming, a feature being considered for the next version of Standard C++.
• Defensive Programming chapter includes a simple unit-testing framework and debugging techniques.
• In-depth treatment of Standard C++ Library facilities including strings, iostreams, and the "STL" algorithms and containers.
• Modern usage of templates, including template metaprogramming.
• Unravels the perplexities of multiple inheritance.
• Shows practical uses for RTTI.
• Explores exception handling in depth and clearly explains exception-safe design.
• Compliant with the official ISO C++ Standard.
• Presents results of current research being considered for inclusion in the next revision of Standard C++.
• All code examples freely downloadable, tested on multiple platforms and compilers including the free GNU C++ compiler on Windows/Mac/Linux.
read mare
Subscribe to:
Posts (Atom)