Web 2.0Homepagemicrosoftapplicationsoffice 2000powerpoint 2000 → reference & development

reference - development -  

reference & development

 
iRobot NewScooba380
computers index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Code Complete: A Practical Handbook of Software Construction

Code Complete: A Practical Handbook of Software Construction by Steve McConnell from Microsoft Press

    Take a strategic approach to software constructionand produce superior productswith this fully updated edition of Steve McConnells critically praised and award-winning guide to software development best practices.

    List Price: $49.99
    complete product information...

    JavaScript: The Definitive Guide

    JavaScript: The Definitive Guide by David Flanagan from O'Reilly Media, Inc.

      Provides a rapid and thorough exposition of the JavaScript programming language, as well as an in-depth reference section covering each JavaScript function, object, method, and even handler. Experienced programmers will quickly find the information they need to start writing JavaScript programs.

      This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications

      Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.

      Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much more

      Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.

      Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequestobject and the canvas tag.

      More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications.

      ""A must-have reference for expert JavaScript programmers...well-organized and detailed."" -- Brendan Eich, creator of JavaScript

      List Price: $49.99
      complete product information...

      Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series)

      Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series) by Erich Gamma from Addison-Wesley Professional

        Design Patterns is a modern classic in the literature of object-oriented development, offering timeless and elegant solutions to common problems in software design. It describes patterns for managing object creation, composing objects into larger structures, and coordinating control flow between objects. The book provides numerous examples where using composition rather than inheritance can improve the reusability and flexibility of code. Note, though, that it's not a tutorial but a catalog that you can use to find an object-oriented design pattern that's appropriate for the needs of your particular application--a selection for virtuoso programmers who appreciate (or require) consistent, well-engineered object-oriented designs.

        Now on CD, this internationally acclaimed bestseller is more valuable than ever!

        Use the contents of the CD to create your own design documents and reusable components. The CD contains: 23 patterns you can cut and paste into your own design documents; sample code demonstrating pattern implementation; complete Design Patterns content in standard HTML format, with numerous hyperlinked cross-references; accessed through a standard web browser; Java-based dynamic search mechanism, enhancing online seach capabilities; graphical user environment, allowing ease of navigation.

        First published in 1995, this landmark work on object-oriented software design presents a catalog of simple and succinct solutions to common design problems. Created by four experienced designers, the 23 patterns contained herein have become an essential resource for anyone developing reusable object-oriented software. In response to reader demand, the complete text and pattern catalog are now available on CD-ROM. This electronic version of Design Patterns enables programmers to install the book directly onto a computer or network for use as an online reference for creating reusable object-oriented software.

        The authors first describe what patterns are and how they can help you in the design process. They then systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. All patterns are compiled from real-world examples and include code that demonstrates how they may be implemented in object-oriented programming languages such as C++ and Smalltalk. Readers who already own the book will want the CD to take advantage of its dynamic search mechanism and ready-to-install patterns.

        List Price: $59.99
        complete product information...

        C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

        C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) by Joseph Albahari from O'Reilly Media, Inc.

          This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style: Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Frameworkthat such books omit, this one covers in detail.

          List Price: $49.99
          complete product information...

          Pro CSS and HTML Design Patterns

          Pro CSS and HTML Design Patterns by Michael Bowers from Apress

            If you are looking for a complete site design solutions book, this is not it—but if you are seeking a book to help you solve many common problems—then this book will serve as a useful tool for you.

            — Nate Klaiber

            Pro CSS and HTML Design Patterns is a reference book and a cookbook on how to style web pages using CSS and XHTML. It contains 350 ready–to–use patterns (CSS and XHTML code snippets) you can copy and paste into your code. Each pattern can be combined with other patterns to create an unlimited number of solutions.

            Each pattern works reliably in all major browsers without the need for browser hacks.

            The book shows how to

            • Code CSS and XHTML
            • Turn HTML into XHTML
            • Use CSS Selectors
            • Use six CSS Box Models
            • Create rounded corners, shadows, gradients, sprites, and transparency
            • Replace text with images without affecting accessibility
            • Style text with fonts, highlights, decorations, and shadows
            • Create flexible, fluid layouts
            • Position elements with absolute pixel precision
            • Stack elements in layers
            • Size, stretch, shrinkwrap, indent, align, and offset elements
            • Style tables with borders and alternating striped rows
            • Size table columns automatically
            • Integrate CSS and JavaScript without embedding JavaScript in XHTML
            • Create drop caps, callouts, quotes, and alerts

            The book’s layout, with a pattern’s example on the left page and its explanation on the right, makes it easy to find a pattern and study it without having to flip between pages. The book is also readable from cover to cover, with topics building carefully upon previous topics.

            A software developer can use this book to learn CSS for the first time. A designer familiar with CSS can use this book to master CSS and XHTML. If you are completely new to coding or completely new to CSS and XHTML, you may want to read an introductory book on CSS and XHTML first.

            You can interact with all the examples in the book at www.cssDesignPatterns.com.

            List Price: $44.99
            complete product information...

            Visual Studio 2008 All-In-One Desk Reference For Dummies (For Dummies (Computer/Tech))

            Visual Studio 2008 All-In-One Desk Reference For Dummies (For Dummies (Computer/Tech)) by Rick Leinecker from For Dummies

              Visual Studio 2008 is packed with features that help you create better software and do it with less repetition and drudgery. Visual Studio 2008 All-In-One Desk Reference For Dummies shows you how to make the most of this cool suite of tools! It’s all here!

              This comprehensive, seven-books-in-one guide gets you up and running with Visual Studio 2008 in no time. You’ll discover Microsoft’s vision for Visual Studio, get familiar with the .Net environment and languages, and learn how to install, browse, and make connections with Visual Studio. Soon, you’ll be building applications for Vista, Office 2007, and mobile devices; using AJAX and LINQ; and testing and debugging your programs. Discover how to:

              • Understand Visual Studio’s role in software development
              • Work with .Net languages
              • Develop applications for Vista
              • Build smart client interfaces
              • Use the visual data designer
              • Use Ajax controls
              • Streamline application deployment
              • Debug your applications
              • Explore ASP. NET services
              • Work with strongly typed data sets
              • Access data with Visual Studio
              • Program with Visual Studio 2008
              • Build professional reports with Crystal Reports

              Fully updated with new information on Vista and .NET Framework 3.0 development, MS Office application development, and more, Visual Studio 2008 All-In-One Desk Reference For Dummies also features a companion Web site packed with sample projects, supplemental podcasts, and a support forum. You’ll never find a smarter way to get up to speed with Visual Studio 2008!

              List Price: $39.99
              complete product information...

              Web Design in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

              Web Design in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) by Jennifer Niederst Robbins from O'Reilly Media, Inc.

                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

                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:

                • Structural layer: HTML 4.01 and XHTML 1.0 (9 chapters), including an alphabetical reference of all elements, attributes and character entities
                • Presentation layer: Ten all-new chapters on Cascading Style Sheets, Level 2.1, including an alphabetical reference of all properties and values.
                • Behavior layer: JavaScript and scripting with the Document Object Model (DOM)
                • Web environment: New web standards, browsers, display devices, accessibility, and internationalization
                • Web graphics optimization: Producing lean and mean GIF, JPEG, PNG, and animated GIFs
                • Multimedia: Web audio, video, Flash, and PDF

                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.

                List Price: $34.99
                complete product information...

                HTML and XHTML Pocket Reference (Pocket Reference (O'Reilly))

                HTML and XHTML Pocket Reference (Pocket Reference (O'Reilly)) by Jennifer Niederst Robbins from O'Reilly Media, Inc.

                  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. 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.

                  List Price: $12.99
                  complete product information...

                  Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

                  Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly)) by Tony Stubblebine from O'Reilly Media, Inc.

                    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.

                    This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including:

                    • Supported metacharacters for each language API
                    • Regular expression classes and interfaces for Ruby, Java, .NET, and C#
                    • Regular expression operators for Perl 5.8
                    • Regular expression module objects and functions for Python
                    • Pattern-matching functions for PHP and the vi editor
                    • Pattern-matching methods and objects for JavaScript
                    • Unicode Support for each of the languages
                    With plenty of examples and other resources, Regular Expression Pocket Reference summarizes the complex rules for performing this critical text-processing function, and presents this often-confusing topic in a friendly and well-organized format. This guide makes an ideal on-the-job companion.

                    List Price: $14.99
                    complete product information...

                    PHP & MySQL Web Development All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))

                    PHP & MySQL Web Development All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech)) by Janet Valade from For Dummies

                      If you want to build dynamic Web sites that encourage users to interact with them, PHP and MySQL are among the best tools you’ll find. PHP is a scripting language designed specifically for use on the Web, while MySQL is a database management system that works with it perfectly. Best of all, they’re free. It’s hard to beat that combination!

                      PHP & MySQL Web Development All-in-One Desk Reference For Dummies is kind of one-stop shopping for the information you need to get up and running with these tools and put them to good use. It’s divided into six handy minibooks that cover setting up your environment, PHP programming, using MySQL, security, PHP extensions, and PHP Web applications. They make it easy to create a Web site where visitors can sign on, use shopping carts, complete forms, and do business with your business.

                      It’s easy to find what you need in this handy guide. You’ll discover how to:

                      • Find and acquire all the tools you need and set up your development environment
                      • Build PHP scripts to make your Web site work
                      • Create a MySQL database that visitors can access
                      • Summarize and sort data results
                      • Design and implement user access control
                      • Build a shopping cart application
                      • Create extensions that make your site more useful

                      With PHP & MySQL Web Development All-in-One Desk Reference For Dummies by your side, you’ll be a Web site guru before you know it!

                      List Price: $34.99
                      complete product information...
                      page 1 of 10
                      +++

                      Tienes amigos o seguidores en twitter?

                      Desde aquí mismo puedes contarles sobre esta página!



                      oprima Ctrl-D para marcar este tópico en favoritos

                      press Ctrl-D to bookmark this topic



                      esta página contiene información acerca de desarrollo, referencia
                      traducir esta página al CASTELLANO


                      © Copyright 1999-2008 idoneos.com | Política de Privacidad