Average customer rating:
|
Web Design in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
Jennifer Niederst Robbins Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596009879 |
Amazon.com
In 1998, Jennifer Niederst wrote the first edition of this very successful book after she found herself spending way too much time chasing down the solutions to HTML problems. From hexadecimal color specs to mouseover scripts, the answers are all out there, but finding the exact one you need can soak up a whole day. "I wrote Web Design in a Nutshell because it was the book I needed--one place to find quick answers to my questions."With all that's changed in the meantime, an overhaul is welcome. This is the rare book for designers that is almost completely nonvisual. It doesn't show what's hip in navigational bars or what the coolest colors are. Rather, it gives readers the kind of know-how that can make a difference between someone who just whips up pretty pages with WYSIWYG applications like Dreamweaver and someone who can make those pages cross-platform, cross-browser, fast loading, and accessible to all.
The clear organization makes it easy to locate any specific topic. There are six sections. "The Web Environment" discusses the realities of browser compatibility, display-resolution problems, a useful bit of Unix, and tips for print designers looking to move into Web design. "Authoring" shows how to write accurate and up-to-date HTML, cascading style sheets, and Server Side Includes (like putting the current date and time on your homepage).
"Graphics" brings together all you need to know to make effective use of images (GIFs, JPEGS, PNGs, and animated GIFs). "Multimedia and Interactivity" helps with adding audio, video, or Flash to your site (including some succinct tips on optimization and publish settings). And "Advanced Technologies" covers JavaScript, DHTML, XML, XHTML, and WAP and WML. And there are six useful look-up tables in the appendix, which include HTML 4.0 tags, deprecated tags, attributes, and CSS support across browsers. Web Design in a Nutshell could easily have been titled The Web Designer's Companion--it's mighty handy to have around. --Angelynn Grant
Book Description
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design.Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels.
The third edition covers these contemporary web design topics:
Organized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology.
There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.
Customer Reviews:
Web Design in a Nutshell: A Desktop Quick Reference.......2007-07-17
Very good book for CSS.......2007-04-01
question.......2007-03-25
Great Reference Book.......2007-03-08
Excellent non-beginner book.......2007-03-05
Average customer rating:
|
ASP in a Nutshell, 2nd Edition
Keyton Weissinger Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1565928431 |
Amazon.com
The second edition of ASP in a Nutshell gives developers of Microsoft Active Server Pages (ASP) a quick reference guide for looking up object usage on a dime. This guide is geared toward working ASP programmers who need to get their answers quickly, without wading through long examples.The book is organized into three parts: an introduction to ASP, a language reference, and appendices. This edition has been updated for IIS 5.0 and ASP 3.0--respectively the latest flavors of Microsoft's flagship Web server and scripting engines. The ASP introduction is very brief, but it adequately explains the basic concepts behind ASP and server-side scripting.
The heart of the title is the language reference that covers the intrinsic ASP objects, plus ActiveX Data Objects (ADO) 2.6, Collaboration Data Objects, file access, and more. Each section is tagged with staggered page markers that usually make it unnecessary to resort to the book's index to find a topic.
While there are no full-blown code examples, the small code fragments that are included for most objects are valuable in illustrating usage. Throughout, the information is accurate and to the point, which is exactly what busy programmers really need in a desktop reference. --Stephen W. Plain
Topics covered:
|
|
| |
Book Description
ASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features. This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript. The main components of this book are:Customer Reviews:
Excellent ASP reference book.......2005-10-06
Excellent book!.......2005-05-17
Good reference and code samples, but..........2004-05-07
Best book to brush up ASP concepts before moving to ASP.NET.......2003-04-21
The book helped me *VERY* quickly go through ASP 3.0 and now I feel very comfortable reading the .NET books and can now truly appreciate ASP.NET.
A GREAT reference book!
Needs a VBScript/JScript book to complement it..........2003-02-20
This is yet another reference book that I've owned both editions of because I thought it was useful enough to update; but then, my site is developed using ASP, so I'm probably biased in this respect. Ok, so I got the 1st Edition late on in the game and was a little reluctant to part with cash for the new edition - but as IIS 5 started to become standard for Windows hosting, and I had access to it after getting Windows XP Pro... I thought it was about time I updated it.
ASP in a Nutshell is my first point of reference when I'm looking up the properties of a particular ASP object. I've also found it an invaluable guide for connecting and manipulating ASP scripts that used ADO for data storage and manipulation. For a while it was the only book I owned that covered the issue of connecting ASP scripts to databases.
Most of the installable components I'd never heard of before getting the book, just as well really because few are of much use - even if they aren't available on your system, a lot can be easily reproduced. The areas I find myself most frequently refering to are the main set of ASP objects, the FileSystem Object and the ActiveX Data Objects. These go into enough detail to keep all but the experienced programmers happy.
For those new to the Windows scene, there is a brief but detailed guide to setting up ASP to work with your IIS server; but it's hardly rocket science since a clean install of IIS will set up most (if not all) of what you need anyway! If you use ASP regularly, or you intend to, then ASP in a Nutshell should be on your desktop... but please remember it won't fulfill all your ASP development needs without another book to fill in the language gaps. What book you choose to accompany it depends on your language and experience... I personally like VBScript in a Nutshell.
Average customer rating:
|
HTML and XHTML Pocket Reference (Pocket Reference (O'Reilly))
Jennifer Niederst Robbins Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596527276 |
Book Description
After years of using spacer GIFs, layers of nested tables, and other improvised solutions for building your web sites, getting used to the more stringent "standards-compliant" design that is de rigueur among professionals today can be intimidating.With standards-driven design, keeping style separate from content is not just a possibility but a reality. You no longer use HTML and XHTML as design tools, but strictly as ways to define the meaning and structure of web content. And Cascading Style Sheets (CSS) are no longer just something interesting to tinker with, but a reliable method for handling all matters of presentation, from fonts and colors to page layout. When you follow the standards, both the site's design and underlying code are much cleaner. But how do you keep all those HTML and XHTML tags and CSS values straight?
Jennifer Niederst-Robbins, the author of our definitive guide on standards-compliant design, Web Design in a Nutshell, offers you the perfect little guide when you need answers immediately: HTML and XHTML Pocket Reference. This revised and updated new edition takes the top 20% of vital reference information from her Nutshell book, augments it judiciously, cross-references everything, and organizes it according to the most common needs of web developers. The result is a handy book that offers the bare essentials on web standards in a small, concise format that you can use carry anywhere for quick reference. This guide will literally fit into your back pocket.
Inside HTML and XHTML Pocket Reference, you'll find instantly accessible alphabetical listings of every element and attribute in the HTML 4.01 and XHTML 1.0 Recommendations, as well as every property and value in Cascading Style Sheets, Level 2.1. This is an indispensable reference for any serious web designer, author, or programmer who needs a fast on-the-job resource when working with established web standards.
Customer Reviews:
Easy to Use.......2007-09-05
No index?.......2007-03-31
DSM IV Made Easy.......2007-01-09
No index?.......2006-11-07
Great Book!.......2006-10-01
Average customer rating:
|
PHP in a Nutshell (In a Nutshell (O'Reilly))
Paul Hudson Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596100671 |
Book Description
Now installed on more than 20 million Internet domains around the world, PHP is an undisputed leader in web programming languages. Database connectivity, powerful extensions, and rich object-orientation are all reasons for its popularity, but nearly everyone would agree that, above all, PHP is one of the easiest languages to learn and use for developing dynamic web applications. The ease of development and simplicity of PHP, combined with a large community and expansive repository of open source PHP libraries, make it a favorite of web designers and developers worldwide.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. Topics include:
Whether you're just getting started or have years of experience in PHP development, PHP in a Nutshell is a valuable addition to your desk library.
Customer Reviews:
Good review material but many errors.......2007-07-15
excellent writing.......2007-02-18
Decent broad coverage of many PHP basics.......2007-01-25
Well done and to the point........2007-01-06
Great Reference.......2006-12-18
Average customer rating:
|
JavaScript: The Definitive Guide (Nutshell Handbook)
David Flanagan Manufacturer: O'Reilly ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1565922344 |
Amazon.com
In typical O'Reilly & Associates fashion, this book documents every nuance of the JavaScript 1.1 language specification. It may appear dry on the surface (many pages have the spare style of UNIX online documentation), but this is the book you'll pull off your shelf when you want to know which method returns the primitive value of an object. Flanagan's book comes out ahead of its competitors in a few other areas, too. JavaScript features a useful discussion of the limited JavaScript support found in Microsoft Internet Explorer and provides excellent documentation of LiveConnect, the software that allows JavaScript to communicate with Java applets. It also offers a taste of what's in store for the just-released JavaScript 1.2.With a relatively small number of examples and no CD-ROM, this guide is more of a reference than a tutorial. It will serve experienced JavaScript programmers far better than those who are just starting out with the language.
Book Description
JavaScript is a simple programming language from Netscape that can be embedded in your HTML web pages. It allows you to control the behavior of the web browser, add dynamically created text to your web pages, interact with the user through HTML forms (without CGI scripts), and, in version 3.0 of Netscape Navigator, even control and interact with Java applets and Navigator plugins. JavaScript is not an alternative to Java, but an ideal partner. The two languages have separate but very complementary features. Since JavaScript is a simple language that can be embedded directly into a web page, without need for compilation, it is accessible to more web page authors, and may actually have a larger short-term impact on the Web and on Internet computing than Java itself. This book is a definitive guide for JavaScript. The first eight chapters document the core JavaScript language, and the next six describe how JavaScript works on the client side to interact with the web browser and with the web page. These chapters are followed by acomplete reference section that documents every object, property, method, event handler, function, and constructor used by client-side JavaScript. This book also covers the use of JavaScript on web servers, as well as the object, properties, and methods of server-side JavaScript. A separate reference section documents the interaction between JavaScript and HTML -- mainly aspects of HTML that relate to JavaScript.The book describes the version of JavaScript shipped with Navigator 2.0, 2.0.1, and 2.0.2, and also the much-changed version of JavaScript shipped with Navigator 3.0, 3.0.1, and 3.0.2. It also covers LiveConnect, used for communication between JavaScript and Java applets, and commonly encountered bugs on JavaScript objects.
Customer Reviews:
So good I've worn it out........2007-10-04
Extensive reference on Javascript.......2007-09-28
rating: R.......2007-09-25
Best Javascript Book.......2007-08-30
Never Seen Before.......2007-08-27
Average customer rating:
|
Webmaster in a Nutshell, Third Edition
Stephen Spainhour Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596003579 |
Amazon.com
Today's Webmasters must be literate in a number of different--and ever-evolving-- languages and technologies. Webmaster in a Nutshell is meant as a tool for dealing with this demanding requirement. Although this title leans a bit toward freeware tools, it offers plenty of universal information as well.This guide briefly tours the Web and covers basic HTML, tables, forms, and frames in a series of quick reads. (This discussion offers just enough information to jog the memory to proper HTML usage.) You'll get in-depth coverage of cascading style sheets (CSS), the Extensible Markup Language (XML), JavaScript, HTTP, CGI, and Perl. Stephen Spainhour and Robert Eckstein explore CSS in brief but do cover the pending W3C standard. They also provide a refreshingly quick overview of XML. To present JavaScript, the book makes excellent use of diagrams to illustrate the object hierarchy and the way the language works with windows and frames.
Webmaster takes on a decidedly public domain slant in its presentation of server configuration, primarily aimed at the freeware Apache server, and PHP, the freeware server-side scripting language. Even if you don't code with these tools, however, this book offers plenty of industry-standard reference. --Stephen Plain
Book Description
First, there was HTML. Then along came JavaScript. Close on the heels of JavaScript came CSS and before you mastered that, along came XML. Behind every successful web page is an overworked and underappreciated webmaster with a big pile of books about various web technologies spilling out across their desk. That collection of books is a valuable resource for delving into the topics at depth (and at leisure). But when you need an answer fast, the dog-eared book you'll turn to again and again is the new third edition of Webmaster in a Nutshell. This concise and portable quick reference distills an immense amount of information on several languages and technologies into one compact reference book. This is one book that will pay for itself a thousand times over in time saved and increased productivity. Webmaster in a Nutshell puts a fast-paced introduction, detailed reference section, and quick reference guide to each technology all within easy reach. It's packed full of the genuinely useful information a webmaster needs daily, whatever the technology, including:Customer Reviews:
Maybe I'm just a different kind of webmaster..........2006-07-17
IT IS A REFERENCE :).......2004-12-11
Provides a lot of information over a wide subject.......2003-07-06
Life easier, desktop manageable with 2003 THIRD edition.......2003-03-04
Although a reference work, it is not only a listing of syntax (as helpful as those lists are). The authors have compiled pretty readable and thorough mini-backgrounds and basic principles for each of the enormous realms that they document here. These are providing some reminders for me as I am ramp up my knowledgebase and skills; plus there are hints that I have not yet seen elsewhere in weightier tomes (e.g., on performance).
Readers may save themselves some money and desktop/bookshelf space + save some trees: this Nutshell is a vast storehouse that may enable you to forestall buying reference volumes for each of the topics covered here. Thanks to Spainhour & Eckstein for some careful work!
Note to aspiring (novice) webmasters: this IS a REFERENCE book. That is not a bad thing. You'll still appreciate having it by your side because you're regularly going to have basic questions about formating ("how do I say this in CSS instead of HTML?"). However, as one young reviewer below discovered, to BECOME a webmaster (or master) is going to require some "Quickstart" books, some instruction in DESIGN, and STRATEGY, etc. Bon voyage!
[ Further note from my earlier review: be sure you are NOT getting EARLIER edition. Complaints mentioned (below) in reviews of this book are rectified in the THIRD edition (ISBN 0596003579 ). It's probably a good idea to be watching as the reviews of that December 20002 volume to see how the work has changed.
In any event, with browsers and markup languages changing so fast almost everyone can be advised to jump to considering the most current edition -- even though (as of this writing) new copies of this 1999 second edition are still available. ]
A DEPENDABLE MINI-REFERENCE.......2003-01-12
Average customer rating:
|
Web Performance Tuning: Speeding Up the Web (O'Reilly Nutshell)
Patrick Killelea Manufacturer: O'Reilly ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1565923790 |
Amazon.com
Whether you're administering a Web site, managing an intranet, or just browsing the Web, performance should be a chief concern. In Web Performance Tuning, author Patrick Killelea tackles this challenging topic with a methodical string of problems and possible solutions. This title is most beneficial for those maintaining Web sites but offers several browser-related tips and solid technical background for users of any level.The first part of this book discusses the basic performance challenges for both the browser and server sides of the equation and advises on an overall approach for identifying and attacking performance bottlenecks. The author offers many important questions for you to keep in mind and some useful techniques for measuring Web performance. This section wraps up with a few case studies that exhibit common problems.
The meat of the book is an in-depth look at all of the aspects of Web performance. The author begins with the client browser and operating-system software, discusses network hardware and protocols, and finally addresses the complex nature of server configurations. He finishes with a discussion of Common Gateway Interface (CGI) and Java scripts and some quick coverage of tuning Web databases.
Throughout the book, Killelea addresses popular application software titles, but with an emphasis on Unix servers. While Web Performance Tuning is a helpful tool for tweaking your Web connections, it also serves as an excellent primer on the technical details of the Web. --Stephen Plain
Book Description
For as long as there's been a Web, people have been trying to make it faster. The maturation of the Web has meant more users, more data, more bells and whistles, and consequently longer waits on the Web. Improved performance has become one of the most important factors in determining the usability of both the Web in general and of individual sites in particular.Web Performance Tuning is about getting the best performance from the Web. This book isn't just about tuning the web server software; it's also about getting optimal performance from a browser, tuning the hardware (on both the server and browser ends), and maximizing the capacity of the network itself.
Web Performance Tuning hits the ground running, giving concrete advice for quick results--the "blunt instruments" for improving crippled performance right away. The book then takes a breath and pulls back to give a conceptual background of the principles of computing performance. The latter half of the book approaches each element of a web transaction--from client to network to server--to examine the weak links in the chain and how to strengthen them.
Tips include:
Customer Reviews:
A classic reference for every engineers library.......2004-06-09
Michael Czeiszperger
Web Performance, Inc. Stress Testing Software
http://www.webperformanceinc.com
Classic O'Reilly marred by thin dynamic web coverage.......2003-04-04
The thing is, if you need this book, your website is probably a high-traffic professional/commercial site. And in these days this means (1) dynamic content, (2) database, (3) a content-management/templating system, (4) user identity tracking. Perhaps even interface to legacy client/server systems. Unfortunately, this book goes only as far as CGI, Java, and general DB issues. Messaging middleware is briefly considered. Distributed OO (CORBA, EJB) is discussed and dismissed (a luxury in real world). No coverage of other popular dynamic web technologies (e.g. ASP, ColdFusion) or content-management systems. In particular, a serious discussion of trade-offs between performance and content/workflow manageability would ground the whole discussion in real life.
And the architecture chapter, while very insightful, is simply too thin. After all it is much better and easier to plan for performance from the start, then to try tweaking an existing system. The chapter discusses architectures of varying complexity - without including a single diagram! Complete case studies along the line of the mod_perl white paper .... would be invaluable - perhaps broken down by type (e.g. news/portal/B2C) where unique usage patterns will drive unique architecture and optimization.
Despite the tilt towards monitoring and diagnosis, this is still a very valuable book in an under-served but important area. Generous references enable the reader to explore individual topics further.
Is not just server performance tuning you know..........2003-02-17
I've had the pleasure of owning both copies of Web Performance Tuning and I must say the second edition was quite a dramatic rewrite, adding over 100 pages of new and updated information - it was about time for an update considering the age of the book.
Of course, if you are both a web user and a web developer you will derive the most benefit as pretty much everything in the book will apply to you to some degree. Part I focuses on detailing the problems that can occur, and only the first chapter has any useful information for anyone who is simply the web visitor. But if you've got any interest in knowing about server and connection failures and monitoring web performance then it would be worth taking a look at.
Part II of Web Performance Tuning actually looks at how you can improve your web experience; starting from the browser and working all the way through to the technologies that power the web. This makes it easy to follow as well as to help identify exactly where any major problems you may be experiencing are caused.
For those wanting quick answers to their browsing or server problems, then you will find help in the form of questions you might want to ask yourself right at the start of the book. I preferred the old way this quick reference was done, as it was a list of recommendations rather than a list of questions; you don't know you have a problem if you don't know the questions to ask!
Speed Racer.......2002-10-29
Aimed at more advanced system administrators and webmasters, this book provides the tools and techniques you can use to maximize the speed and throughput of your server. The emphasis is on performance monitoring, analysis, and planning. You can't attack a performance problem until you understand it and that means measuring what's actually happening. Lucky for us, Killelea provides free scripts you can use to measure the performance of your web site at his own site patrick dot net.
There you'll find scripts you can use on your Unix server to measure, monitor, and debug any performance problems you're having. Killelea also provides a web-based version of his analysis.cgi script that breaks down the components of web site response time into DNS, connect time, server silence (load), transmission (content size), and close time. Type in your URL and up pops a graph of transmission times, broken down into the above components, complete with a bottleneck analysis and some recommendations.
Speaking of bottlenecks, when it comes to web performance, smoothing out bottlenecks is the name of the game. If your server is low on memory excessive swapping can occur. If you spawn too many processes without mod_perl on board you've got a problem. Killelea's tools and prose show you where the slowdowns occur, and how to fix them for maximum speed.
Everything from low volume sites (1-10,000 hits/day) to high (over 1 million hits/day) can benefit from this in-depth book. Techniques that may work well at lower traffic levels can fall apart once the server heats up. Killelea takes a pragmatic approach to performance tuning with an emphasis on actual testing and measurement rather than overplanning, mathematical modeling, and simple yet expensive solutions.
While bandwidth is steadily increasing, latency stubbornly refuses to decrease. The speed of light isn't changing anytime soon, so addressing latency, especially on the Web, is a high priority. The other parameters of performance are throughput, utilization, and efficiency. This book will help you fine tune them all to make your web site sing.
High Performance Book.......2002-06-08
Aimed at more advanced system administrators and webmasters, this book provides the tools and techniques you can use to maximize the speed and throughput of your server. The emphasis is on performance monitoring, analysis, and planning. You can't attack a performance problem until you understand it and that means measuring what's actually happening. Lucky for us, Killelea provides free scripts you can use to measure the performance of your web site at his site Patrick.net.
There you'll find scripts you can use on your Unix server to measure, monitor, and debug any performance problems you're having. Killelea also provides a web-based version of his analysis.cgi script that breaks down the components of web site response time into DNS, connect time, server silence (load), transmission (content size), and close time. Type in your URL and up pops a graph of transmission times, broken down into the above components, complete with a bottleneck analysis and some recommendations.
Speaking of bottlenecks, when it comes to web performance, smoothing out bottlenecks is the name of the game. If your server is low on memory excessive swapping can occur. If you spawn too many processes without mod_perl on board you've got a problem. Killelea's tools and prose show you where the slowdowns occur, and how to fix them for maximum speed.
Everything from low volume sites (1-10,000 hits/day) to high (over 1 million hits/day) can benefit from this in-depth book. Techniques that may work well at lower traffic levels can fall apart once the server heats up. Killelea takes a pragmatic approach to performance tuning with an emphasis on actual testing and measurement rather than overplanning, mathematical modeling, and simple yet expensive solutions.
While bandwidth is steadily increasing, latency stubbornly refuses to decrease. The speed of light isn't changing anytime soon, so addressing latency, especially on the Web, is a high priority. The other parameters of performance are throughput, utilization, and efficiency. This book will help you fine tune them all to make your web site sing.
Average customer rating:
|
Lotus Domino Administration in a Nutshell (In a Nutshell (O'Reilly))
Greg Neilson Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1565927176 |
Amazon.com
Lotus Domino offers fantastic power to organizations that want to manage communication so that news and ideas get to the people who need them with minimal hassle, both in terms of user trouble and administrator effort. Lotus Domino Administration in a Nutshell: A Desktop Quick Reference is designed to ease the Notes administrator's job even further, by providing a concise list of tools and procedures that come into play during the setup and day-to-day operation of a Notes environment. This book won't be much help to you if you're completely new to Notes, but it may well save your day if you work with multiple groupware environments (perhaps as a consultant) or if you've been called on to make a structural change in a Notes installation that's gone generally untouched for some time. It'll also back you up if you're fresh from Notes training and need help on the job.This book excels in its documentation of command-line utilities and the entries that appear in the NOTES.INI file. The latter occupies nearly a third of this book, which lists every possible entry that the NOTES.INI parser understands. Each entry appears with its proper syntax, as well as its legal values. You'll find well-reasoned descriptions of each entry as well, along with references to related entries. Documentation of utilities (which are categorized by functional unit such as mail) is similar. --David Wall
Topics covered: The tools and settings with which administrators of Lotus Notes need to be familiar. Sections explain the Notes database infrastructure, its methods of routing and tracking mail, and its performance-monitoring utilities. More focused sections show how Notes works with the Domino environment, Domino Enterprise Connection Services (DECS), and Internet Cluster Manager (ICM). A long section documents NOTES.INI values.
Book Description
Domino is one of the most effective platforms for developing and deploying e-business applications, allowing new communities of developers to enjoy its collaborative capabilities. With over 55 million seats worldwide, Domino already provided a strong foundation for messaging and web applications, and the release of R5 builds on that to make Domino easier to use than ever before. For example, Lotus Domino R5 has been expanded to interact with most browsers and other non-Notes clients, so developers can choose their favorite language to design web applications. With R5, administrators can centrally modify client configurations instead of hopping from one terminal to the next throughout the company. The new Domino interface allows administrators to visually monitor the health and status of the Domino servers in a network from a single screen. All this capability implies complexity, and it's easy to forget which menu to go to. Here's where Lotus Domino Administration in a Nutshell can help. It's a quick reference that will come in handy again and again for finding solutions to administrative problems. This book covers:Customer Reviews:
A must have book.......2003-07-25
Needs editing. Rough draft quality. Painfull to read........2001-07-04
The best book i have ever seen.......2001-01-06
Good Reference.......2000-08-26
The book is geared towards R5, so it's handy for 4.5/4.6 admins who are making the transition. Many screen captures, lots of tables and tips. [...]
Average customer rating:
|
CGI Programming on the World Wide Web (Nutshell Handbook)
Shishir Gundavaram Manufacturer: O'Reilly ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1565921682 |
Amazon.com
O'Reilly has done it again! This is my favorite book yet on writing CGI scripts with Perl (5.0). The extensive use of real world applications you can try while learning, and the great examples of how to have CGI interact with databases are especially useful. I suspect I shall order several copies for some of our staff who are new to CGI. Although the book has a UNIX bias, it has much to offer scripters on all platforms.Note that many competitors cram a CD-ROM into their books to give greater "shelf appeal". Don't be fooled. O'Reilly continues its economically and ecologically sensible approach of pointing you to their FTP site to obtain the example code used in the book. (Thanks, Tim!) Highly Recommended.
Book Description
The World Wide Web is more than a place to put up clever documents and pretty pictures. With a little study and practice, you can offer interactive queries and serve instant information from databases, worked up into colorful graphics. That is what the Common Gateway Interface (CGI) offers.This book offers a comprehensive explanation of CGI and related techniques for people who hold on to the dream of providing their own information servers on the Web.
Good scripting is not limited to a knowledge of CGI -- you need to know something about other programming tools that organize data and make the output look attractive. Gundavaram starts at the beginning, explaining the value of CGI and how it works, and takes you swiftly into the subtle details of programming. The book offers a comprehensive look at the job of providing information dynamically on the Web.
For most of the examples, this book uses the most common platform (UNIX) and the most popular language (Perl) used for CGI programming today. However, it also introduces the essentials of making CGI work with other platforms and languages. The actual programming techniques are not too different from one platform and language to another; the lessons from this book can be applied to any tools you choose.
Topics include:
Customer Reviews:
Lots of fluff.......2006-05-03
CGI Programming on the World Wide Web.......2000-01-04
Good Introduction to CGI.......1999-11-13
Excellent book! I'd recommend it to anyone!.......1999-09-23
good.......1999-08-20
Average customer rating:
|
ASP.NET in a Nutshell, Second Edition
G. Andrew Duthie , and Matthew MacDonald Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596005202 |
Book Description
ASP.NET in a Nutshell is a concise, one-volume reference to everything you need to make effective use of ASP.NET. An invaluable resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working application, ASP.NET in a Nutshell is the definitive guide for developers of both applications and web services. Updated for Visual Studio .NET 2003, the 2nd edition of this book includes fresh information on application and web service development, custom controls, data access, security, deployment, and error handling, new material on web application development for mobile devices, plus an overview of the class libraries. For developers who still use Microsoft's older ASP technology, this book also provides information for migrating to ASP.NET. The material in ASP.NET in a Nutshell is presented in three sections:Customer Reviews:
Fairly good structure; Mostly for VB.NET programmers.......2004-10-01
Poorly planned, I don't know who this book is for.......2004-08-07
Two thumbs down. I'm working through a Sam's teach yourself in 21 days book and it is significantly better for anyone transitioning from classic ASP or learning ASP.NET from scratch,
O'Reilly at it's best.......2004-03-02
The first section covers all of the conceptual introductions to the topics, .NET controls, web services, configuration and security and all of the basics. The second section covers each section of the class library in a concise and consistent form that make it so much easier to grab for the book before you even press F1 to bring up the MSDN. Where necessary they include code fragments to demonstrate the point along with the explanatory text but it is never overblown or unnecessary.
This isn't light bedtime reading but it is an invaluable reference to sit next to the keyboard of any ASP.NET programmer.
No CD with VS add-in.......2003-11-06
I had installed the add-in for other O'Reilly nutshell books (ADO.Net and Windows Forms) and found them to be useful, and thus I was disappointed that this book is not including the CD. Perhaps O'Reilly is planning to sell a plug-in for all of the FCL, and that is why the CD was pulled...
I buy a lot of books this one is one of the best.......2003-06-25
Books:
Recommended Books