|
The CSS Anthology
|
|
Hits: 14 |
|
Date added: 12/10/2006 |
|
A practical guide on CSS (Cascading Style Sheets) for professionals and novices, that can be used both as a tutorial and read cover-to-cover or as a handy and practical reference book to common problems, solutions and effects. The Question and Answer format makes it easy for readers to solve their problems and learn more about common pitfalls and workarounds. CSS has been growing steadily in its adoption as a technology. CSS gives the developer complete control over how an HTML page looks without using cumbersome HTML tags - truly separating content from presentation. Many major organizations have been adopting CSS technology. |
|
|
|
|
PHP Developers Dictionary
|
|
Hits: 19 |
|
Date added: 12/09/2006 |
|
PHP Developer’s Dictionary is a well-organized, comprehensive reference for PHP programmers. In addition to providing a complete syntax reference for all core PHP functions and all module functions, the PHP Developer’s Dictionary also provides a complete collection of compilation, installation, and configuration options. The resulting book provides an indispensable reference for any PHP programmers or administrator overseeing a PHP installation. |
|
|
|
|
PHP in a Nutshell
|
|
Hits: 25 |
|
Date added: 12/08/2006 |
|
PHP in a Nutshell is a complete reference to the core of the language as well as the most popular PHP extensions. This book doesn't try to compete with or replace the widely available online documentation. Instead, it is designed to provide depth and breadth that can't be found elsewhere. PHP in a Nutshell provides the maximum information density on PHP, without all the fluff and extras that get in the way. The topic grouping, tips, and examples in this book complement the online guide and make this an essential reference for every PHP programmer. This book focuses on the functions commonly used by a majority of developers, so you can look up the information you need quickly. |
|
|
|
|
Java Servlet Programming
|
|
Hits: 10 |
|
Date added: 12/07/2006 |
|
Java servlets offer a fast, powerful, portable replacement for CGI scripts. Java Servlet Programming covers everything you need to know to write effective servlets. Topics include: serving dynamic Web content, maintaining state information, session tracking, database connectivity using JDBC, and applet-servlet communication.
A few years ago, the hype surrounding applets put Java on the map as a programming language for the Web. Today, Java servlets stand poised to take Java to the next level as a Web development language. The main reason is that servlets offer a fast, powerful, portable replacement for CGI scripts. The Java Servlet API, introduced as the first standard extension to Java, provides a generic mechanism to extend the functionality of any kind of server. Servlets are most commonly used, however, to extend Web servers, performing tasks traditionally handled by CGI programs. Web servers that can support servlets include: Apache, Netscape’s FastTrack and Enterprise Servers, Microsoft’s IIS, O’Reilly’s WebSite, and JavaSoft’s Java Web Server. The beauty of servlets is that they execute within the Web server’s process space and they persist between invocations. This gives servlets tremendous performance benefits over CGI programs. Yet because they’re written in Java, servlets are far less likely to crash a Web server than a C-based NSAPI or ISAPI extension. Servlets have full access to the various Java APIs and to third-party component classes, making them ideal for use in communicating with applets, databases, and RMI servers. Plus, servlets are portable between operating systems and between servers — with servlets you can “write once, serve everywhere.”Java Servlet Programming covers everything you need to know to write effective servlets and includes numerous examples that you can use as the basis for your own servlets. The book explains the servlet life cycle, showing how you can use servlets to maintain state information effortlessly. It also describes how to serve dynamic Web content, including both HTML pages and multimedia data. Finally, it explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communication, inter-servlet communication, and internationalization. |
|
|
|
|
C++ The Complete Reference
|
|
Hits: 26 |
|
Date added: 12/06/2006 |
|
Provides a lasting resource for the C++ programmer that will help maximize programming efforts by covering the entire C++ language. Paper. |
|
|
|