Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Programación

Si te gustan los eBooks de Programación, seguro que te encanta esta selección.
Mostrando 1297 - 1320 de 28781 resultados
Skip side bar filters
  • Python & XML

    XML Processing with Python

    If you are a Python programmer who wants to incorporate XML into your skill set, this is the book for you. Python has attracted a wide variety of developers, who use it either as glue to connect critical programming tasks together, or as a complete cross-platform application development language. Yet, because it is object-oriented and has powerful text manipulation abilities, Python is an ideal ... Leer más

    $307 MXN

  • Learning DCOM

    de Thuan L. Thai ...
    DCOM -- the Distributed Component Object Model -- is a recent upgrade of a time-honored and well-tested technology promoted by Microsoft for distributed object programming. Now that components are playing a larger and larger part in Windows 98, Windows NT 4.0, and Windows 2000, every Windows programmer will want to understand the technology. DCOM competes with CORBA as a rich and robust method for ... Leer más

    $250 MXN

  • Web Services Essentials

    Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

    de Ethan Cerami ...
    As a developer new to Web Services, how do you make sense of this emerging framework so you can start writing your own services today? This concise book gives programmers both a concrete introduction and a handy reference to XML web services, first by explaining the foundations of this new breed of distributed services, and then by demonstrating quick ways to create services with open-source Java ... Leer más

    $247 MXN

  • Perl and XML

    XML Processing with Perl

    XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and ... Leer más

    $307 MXN

  • XSLT Cookbook

    Solutions and Examples for XML and XSLT Developers

    de Sal Mangano ...
    Series series Cookbooks (O'Reilly)
    Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2 ... Leer más

    $423 MXN

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    Series series In a Nutshell (O'Reilly)
    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Leer más

    $307 MXN

  • Ruby on Rails: Up and Running

    Up and Running

    Ruby on Rails is the super-productive new way to develop full-featured web applications. With Ruby on Rails, powerful web applications that once took weeks or months to develop can now be produced in a matter of days. If it sounds too good to be true, it isn't.If you're like a lot of web developers, you've probably considered kicking the tires on Rails - the framework of choice for the new ... Leer más

    $247 MXN

  • Java Threads

    Understanding and Mastering Concurrent Programming

    Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's ... Leer más

    $307 MXN

  • Java Message Service

    This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols and to special messaging services in support of Java programs. The messages exchange crucial data ... Leer más

    $269 MXN

  • Mac OS X For Unix Geeks

    Demistifying the Geekier Side of Mac OS X

    If you're a developer or system administrator lured to Mac OS X because of its Unix roots, you'll quickly discover that performing Unix tasks on a Mac is different than what you're accustomed to. Mac OS X for Unix Geeks serves as a bridge between Apple's Darwin OS and the more traditional Unix systems. This clear, concise guide gives you a tour of Mac OS X's Unix shell in both Leopard and Tiger, ... Leer más

    $269 MXN

  • RELAX NG

    A Simpler Schema Language for XML

    As developers know, the beauty of XML is that it is extensible, even to the point that you can invent new elements and attributes as you write XML documents. Then, however, you need to define your changes so that applications will be able to make sense of them and this is where XML schema languages come into play. RELAX NG (pronounced relaxing), the Regular Language Description for XML Core--New ... Leer más

    $247 MXN

  • Programming .NET Security

    Writing Secure Applications Using C# or Visual Basic .NET

    With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought. It's one topic, in fact, that .NET forces you to address, since Microsoft has placed security-related features at the core of the .NET Framework. Yet, because a developer's carelessness or lack of experience can still allow a program to be used in ... Leer más

    $384 MXN

  • Web Site Cookbook

    Solutions & Examples for Building and Administering Your Web Site

    de Doug Addison ...
    Series series Cookbooks (O'Reilly)
    The total number of web pages today has been estimated at over 3 billion, spanning millions of individual websites. Not surprisingly, there is tremendous pressure on web developers and designers to remain current with the latest technologies.The Web Site Cookbook from O'Reilly covers all the essential skills that you need to create engaging, visitor-friendly websites. It helps you with the ... Leer más

    $307 MXN

  • XPath and XPointer

    Locating Content in XML Documents

    de John Simpson ...
    Referring to specific information inside an XML document is a little like finding a needle in a haystack: how do you differentiate the information you need from everything else? XPath and XPointer are two closely related languages that play a key role in XML processing by allowing developers to find these needles and manipulate embedded information. XPath describes a route for finding specific ... Leer más

    $247 MXN

  • High Performance Web Sites

    Essential Knowledge for Front-End Engineers

    de Steve Souders ...
    Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front ... Leer más

    $247 MXN

  • Practical Development Environments

    This book doesn't tell you how to write faster code, or how to write code with fewer memory leaks, or even how to debug code at all. What it does tell you is how to build your product in better ways, how to keep track of the code that you write, and how to track the bugs in your code. Plus some more things you'll wish you had known before starting a project.Practical Development Environments is a ... Leer más

    $346 MXN

  • Building a Web 2.0 Portal with ASP.NET 3.5

    Learn How to Build a State-of-the-Art Ajax Start Page Using ASP.NET, .NET 3.5, LINQ, Windows WF, and More

    de Omar AL Zabir ...
    If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures -- not just for mass-consumer homepages, but also for ... Leer más

    $346 MXN

  • Meteor: Full-Stack Web Application Development

    Learn how to create mobile and full-stack web applications in JavaScript by getting a deeper insight into MeteorAbout This BookThis step-by-step tutorial will show you how to build fast, complex web applicationsOver 65 hands-on recipes help you build and deploy elegant web applicationsOptimize your web application for production useWho This Book Is ForIf you are a web developer who is familiar ... Leer más

    $1,180 MXN o gratis con Kobo Plus

  • Getting Started with Roo

    Rapid Application Development for Java and Spring

    Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java—just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework's shell as an intelligent and timesaving code-completion tool. It's an ideal RAD tool because Roo does much of the tedious code maintenance.You'll get started by ... Leer más

    $174 MXN

  • Modern PHP

    New Features and Good Practices

    de Josh Lockhart ...
    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best ... Leer más

    $247 MXN

  • HLSL and Pixel Shaders for XAML Developers

    A Comprehensive Guide to Creating HLSL Pixel Shaders for WPF and Silverlight Applications

    de Walt Ritscher ...
    Pixel shaders are some of the more powerful graphic tools available for XAML programmers, but shader development bears little resemblance to traditional .NET programming. With this hands-on book, you’ll not only discover how to use existing shaders in your Windows Presentation Foundation (WPF) and Silverlight applications, you’ll also learn how create your own effects with XAML and Microsoft’s ... Leer más

    $120 MXN

  • Values, Units, and Colors

    Foundational CSS3 Components

    de Eric A. Meyer ...
    Nearly everything you do with CSS involves units for determining the look and formatting of your web page elements. With this concise guide, you’ll learn how to work with an array of units—including measurements and keywords—that help you define color, text, distance between elements, location of external files, and other values.This book contains chapters from the upcoming fourth edition of CSS: ... Leer más

    $40 MXN

  • Build Your Own Wicked Wordpress Themes

    Create Versatile Wordpress Themes That Really Sell!

    Wicked WordPress Themes is a step-by-step guide to creating beautiful themes for the world's most popular CMS, WordPress.By following the book's advice, readers can produce designs that are aesthetically stunning, consistent, and for-purpose -whether it's for their own use, or to drive a high price on the theme marketplace.All facets of theme design are covered: from design, coding, and deployment ... Leer más

    $279 MXN

  • Jump Start PHP Environment

    Master the World's Most Popular Language

    de Bruno Skvorc ...
    Many entry level PHP developers want a quick path to glory, a shortcut to "knowing PHP." Too many books and tutorials go straight into a pre-made, awful environment that just wants you to code, with no regard for security, version control, or other absolutely essential practices. This book is aimed at the absolute beginner who wants to start learning PHP, but aims to set you up with a thorough ... Leer más

    $310 MXN o gratis con Kobo Plus