Mostrando entradas con la etiqueta Programación. Mostrar todas las entradas
Mostrando entradas con la etiqueta Programación. Mostrar todas las entradas

viernes, 13 de junio de 2008

CodeIgniter for Rapid PHP Application Development

CodeIgniter (CI) is a powerful open-source PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter is an MVC framework, similar in some ways to the Rails framework for Ruby, and is designed to enable, not overwhelm.

This book explains how to work with CodeIgniter in a clear logical way. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your application development started as smoothly as possible.


Publisher:
PACKT (July 31, 2007)
Pages: 260
Language: English
ISBN-10: 1847191746
ISBN-13: 978-1847191748
Format:
PDF


Descarga/Download

jueves, 12 de junio de 2008

Developing Application Frameworks in .NET

Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and how they fit into applications, and offers many object-oriented techniques used in application frameworks.

This book also shows you actually how to develop application frameworks through a concrete framework example called Simplified Application Framework (SAF). The SAF framework was developed by Xin Chen in C#. It consists of common services needed by many applications, such as a class factory service, configuration service, event notification service, security service, and transaction service. This book goes into detail on each of these services to explain its benefits, as well as its design and implementation in C#. Through a discussion of each service, you will also learn about many advanced .NET techniques employed by the framework, such as .NET remoting, reflection, custom attributes, multithreading, and serviced components.


Publisher:
Apress (April 26, 2004)
Pages: 392
Language: English
ISBN-10: 1590592883
ISBN-13: 978-1590592885
Format:
CHM


Descarga/Download

miércoles, 11 de junio de 2008

Google Web Toolkit: GWT Java AJAX Programming

This book is for Java developers who want to create Ajax interfaces using the Google Web Toolkit (GWT). It focuses on useful, practical tasks from the first chapter. The book is aimed at programmers who want to use GWT to create interfaces for their professional web applications. It concentrates on the serious side of Ajax: creating powerful, productive applications for browser platforms. GWT Ajax Programming shows you how to create reliable user interfaces that enhance the user experience.

GWT is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile. GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.


Publisher:
PACKT (February 15, 2007)
Pages: 248
Language: English
ISBN-10: 1847191002
ISBN-13: 978-1847191007
Format:
PDF


Descarga/Download

sábado, 7 de junio de 2008

Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#

A fast-paced and practical developer's road map to working with Windows WF, from compilation to the base activity library to runtime services. Windows Workflow Foundation (WF) is a technology for defining, executing, and managing workflows. It is part of the .NET Framework 3.0 and will be available natively in the Windows Vista operating system. Windows Workflow Foundation might be the most significant piece of middleware to arrive on the Windows platform since COM+ and the Distributed Transaction Coordinator. The difference is, not every application needs a distributed transaction, but nearly every application does have a workflow encoded inside it. In this book, K Scott Allen, author of renowned .NET articles at www.odetocode.com, provides you with all the information needed to develop successful products with Windows Workflow. From the basics of how Windows Workflow can solve the difficult problems inherent in workflow solutions, through authoring workflows in code, learning about the base activity library in Windows Workflow and the different types of workflow provided, and on to building event-driven workflows using state machines, workflow communications, and finally rules and conditions in Windows Workflow, this book will give you the in-depth information you need. Throughout the book, an example "bug reporting" workflow system is developed, showcasing the technology and techniques used. Fast-paced and to-the-point, this book takes you through the important topics of Windows WF development with clear explanations and practical example code. The book's selection of topics is driven by what the working developer needs to know. It is neither a comprehensive reference to the whole WF architecture, nor a strategy guide to the complete application development lifecycle. It's just what you as a C# developer need to know to use WF in your applications. This book is for .NET developers who want to enhance their applications with flexible workflow capabilities using Microsoft Windows Workflow Foundation. The author assumes that you have read other texts on the overall architecture of WF and on WF application design strategies, and instead focuses on real-work implementation issues for C# developers.


Publisher:
PACKT (December 22, 2006)
Pages: 300
Language: English
ISBN-10: 1904811213
ISBN-13: 978-1904811213
Format:
PDF


Descarga/Download

viernes, 6 de junio de 2008

Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit

In just 24 sessions of one hour or less, you will be up and running with Visual Basic 2008. Using a straightforward, step-by-step approach, each lesson builds upon a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of Visual Basic 2008 from the ground up. Step-by-step instructions carefully walk you through the most common questions, issues, and tasks. The Q&A section, quizzes, and exercises help you build and test your knowledge.


Publisher:
SAMS (May 26, 2008)
Pages: 576
Language: English
ISBN-10: 0672329840
ISBN-13: 978-0672329845
Format:
PDF


Descarga/Download

jueves, 5 de junio de 2008

Learn OpenOffice.org Spreadsheet Macro Programming

Learn how to extend and customize Calc, the OpenOffice.org spreadsheet, using OOoBasic, OOo's built-in programming language. You don't need to be a developer to create useful and powerful routines and applications. This well structured and practical tutorial will walk you though every step, and inspire you with great ways to save time and increase your productivity using Calc. Adding macros to your spreadsheets enables you to add data processing features to your work, automate repetitive tasks, and even create complete data-driven programs that use the spreadsheet as their back end. This book teaches the OOoBasic language and the Calc object model, so that you can manipulate spreadsheets and data from within your programs. You will also see how to create dialog boxes and windows for friendly user interfaces, and how to integrate your spreadsheets with other applications, for example writing spreadsheet data to a document, or capturing data from a database, and using the spreadsheet for generating advanced calculations and reports. Calc is OpenOffice.org's spreadsheet module. Like the rest of OpenOffice.org Calc can be programmed using the built-in language OOoBasic. Both simple macros and complex applications can be developed in this language by controlling Calc through its object model. The book is compatible with the commercial version of OpenOffice.org, StarOffice, and the StarBasic language.


Publisher:
PACKT (December 30, 2006)
Pages: 220
Language: English
ISBN-10: 1847190979
ISBN-13: 978-1847190970
Format:
PDF


Descarga/Download

sábado, 31 de mayo de 2008

Smarty PHP Template Programming and Applications

Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much. Even if you are developing a site on your own, Smarty is a powerful way to make your code clearer to you and others, as well as easier to debug and modify later. This book is a comprehensive guide to all aspects of using Smarty. It will help you to: * Install and configure Smarty on your Web server * Understand how Smarty affects your web site architecture, and build site foundations that make the most of what Smarty offers * Designers will learn to work with templates that contain variables and logic, to modify layouts or content of Smarty web sites * See how Smarty caching can improve the performance of your sites * Develop custom Smarty functions and plug-ins to incorporate into your templates Using a step-by-step approach based on realistic examples, the expert authors show you how to use Smarty in your own PHP development.


Publisher:
PACKT (March 20, 2006)
Pages: 256
Language: English
ISBN-10: 190481140X
ISBN-13: 978-1904811404
Format:
PDF


Descarga/Download

viernes, 30 de mayo de 2008

Pro InfoPath 2007

Pro InfoPath 2007 is an excellent book for developers trying to learn the scope and range of application forms that can be built with Microsoft Office InfoPath 2007. InfoPath is now in its 2nd generation and it enables the creation of rich desktop and web forms using XML technologies and allows gathering of structured, business-critical information. Together with Microsoft Windows SharePoint Server 2007, InfoPath allows built-in integration with back-end processes, databases, and work flow, and provides developers with rich tools to build enterprise-wide forms solutions.

During the development and stabilization phase of InfoPath 2007, Philo worked closely with the product team to testfeatures, provide feedback on scenarios, and to build and apply solutions for the government and public sector. He haspoured all that experience in an engaging manner into this booka great read for every developer trying to learnInfoPath.


Publisher:
Apress (February 21, 2007)
Pages: 278
Language: English
ISBN-10: 1590597303
ISBN-13: 978-1590597309
Format:
PDF


Descarga/Download

jueves, 29 de mayo de 2008

SOA in Practice: The Art of Distributed System Design

This book demonstrates service-oriented architecture (SOA) as a concrete discipline rather than a hopeful collection of cloud charts. Built upon the author's firsthand experience rolling out a SOA at a major corporation, SOA in Practice explains how SOA can simplify the creation and maintenance of large-scale applications. Whether your project involves a large set of Web Services-based components, or connects legacy applications to modern business processes, this book clarifies how -- and whether -- SOA fits your needs. SOA has been a vision for years. This book brings it down to earth by describing the real-world problems of implementing and running a SOA in practice. After defining SOA's many facets, examining typical use patterns, and exploring how loose coupling helps build stronger applications, SOA in Practice presents a framework to help you determine when to take advantage of SOA. In this book you will: Focus squarely on real deployment and technology, not just standards maps. Examine business problems to determine which ones fit a SOA approach before plastering a SOA solution on top of them. Find clear paths for building solutions without getting trapped in the mire of changing web services details. Gain the experience of a systems analyst intimately involved with SOA "The principles and experiences described in this book played an important role in making SOA at T-Mobile a success story, with more than 10 million service calls per day." --Dr. Steffen Roehn, Member of the Executive Committee T-Mobile International (CIO) "Nicolai Josuttis has produced something that is rare in the over-hyped world of SOA; a thoughtful work with deep insights based on hands-on experiences. This bookis a significant milestone in promoting practical disciplines for all SOA practitioners." --John Schmidt, Chairman, Integration Consortium "The book belongs in the hands of every CIO, IT Director and IT planning manager." --Dr. Richard Mark Soley, Chairman and CEO, Object Management Group; Executive Director, SOA Consortium.


Publisher:
O'Reilly (August 24, 2007)
Pages: 342
Language: English
ISBN-10: 0596529554
ISBN-13: 978-0596529550
Format:
PDF


Descarga/Download

jueves, 22 de mayo de 2008

Essential ActionScript 3.0

ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API. Essential ActionScript has become the #1 resource for the Flash and ActionScript development community, and the reason is the author, Colin Moock. Many people even refer to it simply as "The Colin Moock book." And for good reason: No one is better at turning ActionScript inside out, learning its nuances and capabilities, and then explaining everything in such an accessible way. Colin Moock is not just a talented programmer and technologist; he's also a gifted teacher. Essential ActionScript 3.0 is a radically overhauled update to Essential ActionScript 2.0. True to its roots, the book once again focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code. The ActionScript 3.0 revolution is here, and Essential ActionScript 3.0's steady hand is waiting to guide you through it.


Publisher:
O’Reilly (June 22, 2007)
Pages: 946
Language: English
ISBN-10: 0596526946
ISBN-13: 978-0596526948
Format:
PDF


Descarga/Download

miércoles, 21 de mayo de 2008

High Performance Web Sites: Essential Knowledge for Front-End Engineers

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 Page, were able to benefit from these surprisingly simple performance guidelines.

The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process.


Publisher:
O'Reilly (September 11, 2007)
Pages: 168
Language: English
ISBN-10: 0596529309
ISBN-13: 978-0596529307
Format:
PDF


Descarga/Download

domingo, 18 de mayo de 2008

Drupal: Creating Blogs, Forums, Portals and Community Websites

A complete guide to every aspect of creating a variety of different websites using Drupal. A trove of well-considered and practical information is presented in a logical and intuitive manner so that you can either build up your site step by step by reading from cover to cover or, alternatively, focus on your specific needs by diving into each chapter as required. Drupal is one of the most popular content management systems on the internet. Based on PHP/MySQL, its power and flexibility combined with its exceptional design mean it is already on the way to becoming the de facto standard for CMS Websites. Drupal's modular design and structured source code make it both highly flexible and easily extended and modified. Drupal is extremely scalable, making it ideal for both a simple personal website as well as an industrial strength commercial or institutional web presence. Drupal is a model open source project in that it has a large, friendly community of people who contribute to the project in various ways. Drupal is not only free and easy to use, but this community provides on going mutual support. Drupal's power means choosing an initial pathway can be daunting. The flexibility and power of its content management features mean the right approach needs to be taken. This book takes your from intial set up through site design and creation in a series of carefully structured steps. While there are a few advanced topics that are beyond the scope of the book, all of the core stages of creating a website using Drupal are covered in detail.


Publisher:
PACKT (April 10, 2006)
Pages: 284
Language: English
ISBN-10: 1904811809
ISBN-13: 978-1904811800
Format:
PDF


Descarga/Download

jueves, 15 de mayo de 2008

Solaris Application Programming

Solaris™ Application Programming is a comprehensive guide to optimizing the performance of applications running in your Solaris environment. From the fundamentals of system performance to using analysis and optimization tools to their fullest, this wide-ranging resource shows developers and software architects how to get the most from Solaris systems and applications.

Whether you’re new to performance analysis and optimization or an experienced developer searching for the most efficient ways to solve performance issues, this practical guide gives you the background information, tips, and techniques for developing, optimizing, and debugging applications on Solaris.


Publisher:
Prentice Hall (January 6, 2008)
Pages: 496
Language: English
ISBN-10: 0138134553
ISBN-13: 978-0138134556
Format:
PDF


Descarga/Download

viernes, 9 de mayo de 2008

Pro Ajax and Java Frameworks

As a Java developer, you want a guide that shows you how to add Ajax functionality to your web applications with a minimum of effort. Well look no further than Pro Ajax and Java Frameworks. In this book, recognized Java experts and authors of the best-selling Apress title, Foundations of Ajax, will show you how.

The authors begin by recapping Ajax basics. Then they unveil a comprehensive Java/Ajax toolkit. Tools include JSEclipse for code editing, Venkman for JavaScript debugging, and Dojo Compressor for code compression. They also explain Log4js (and other tools) for JavaScript logging, JsUnit (and others) for testing, and various libraries like AjaxTags, DWR, and Script.aculo.us for rapid code development.

The last part of the book shows you how to build up a series of professional Java/Ajax applications. These will incorporate some of todays most popular frameworksSpring, JSF, Struts, and Tapestrygiving you all you need to incorporate Ajax into your everyday work and become an Ajax expert!


Publisher:
Apress (July 17, 2006)
Pages: 336
Language: English
ISBN-10: 1590596773
ISBN-13: 978-1590596777
Format:
PDF


Descarga/Download

jueves, 8 de mayo de 2008

Design Patterns in Ruby

Most design pattern books are based on C++ and Java. But Ruby is different—and the language's unique qualities make design patterns easier to implement and use. In this book, Russ Olsen demonstrates how to combine Ruby's power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code.

After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language—enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and "mixins" for easier code reuse.

Fourteen of the classic "Gang of Four" patterns are considered from the Ruby point of view, explaining what problems each pattern solves, discussing whether traditional implementations make sense in the Ruby environment, and introducing Ruby-specific improvements. You'll discover opportunities to implement patterns in just one or two lines of code, instead of the endlessly repeated boilerplate that conventional languages often require.

Design Patterns in Ruby also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based "Convention Over Configuration" pattern, designed to help integrate entire applications and frameworks.

Engaging, practical, and accessible, Design Patterns in Ruby will help you build better software while making your Ruby programming experience more rewarding.


Publisher:
Addison-Wesley (December 20, 2007)
Pages: 384
Language: English
ISBN-10: 0321490452
ISBN-13: 978-0321490452
Format:
PDF


Descarga/Download

The Apache Modules Book: Application Development with Apache

Apache is more than the world's most popular Web server - it's also an extraordinarily powerful and extensible development platform. Now, ApacheTutor.org's Nick Kew has written The Apache Modules Book, the first start-to-finish, example-rich guide for every developer who wants to make the most of Apache.

Kew begins with detailed, accessible introductions to Apache's architecture and API, then illuminates all the techniques you'll need, from request processing through code security. He brings together the best of both worlds: powerful C-based techniques for accomplishing tasks Perl or PHP can't handle, implemented with tools that deliver all the productivity you'd expect from higher-level languages.

Utilizing realistic code samples, Kew introduces techniques documented in no other book-and, often, nowhere else at all.


Publisher:
Prentice Hall (February 5, 2007)
Pages: 592
Language: English
ISBN-10: 0132409674
ISBN-13: 978-0132409674
Format:
PDF


Descarga/Download

miércoles, 7 de mayo de 2008

Microsoft Mobile Development Handbook


Experienced developers get proven techniques, real-world insights, and extensive code samples in Microsoft Visual C# to help deliver access to information anywhere, on any device. Developers need to respond with more than simple adaptations of the user interface they need to implement mobile solutions for most of their applications.


Publisher: Microsoft Press (May 30, 2007)
Pages: 688
Language: English
ISBN-10: 0735623589
ISBN-13: 978-0735623583
Format:
CHM


Descarga/Download

martes, 6 de mayo de 2008

Secure Programming with Static Analysis

Creating secure code requires more than just good intentions. Programmers need to know that their code will be safe in an almost infinite number of scenarios and configurations. Static source code analysis gives users the ability to review their work with a fine-toothed comb and uncover the kinds of errors that lead directly to security vulnerabilities. Now, there’s a complete guide to static analysis: how it works, how to integrate it into the software development processes, and how to make the most of it during security code review. Static analysis experts Brian Chess and Jacob West look at the most common types of security defects that occur today. They illustrate main points using Java and C code examples taken from real-world security incidents, showing how coding errors are exploited, how they could have been prevented, and how static analysis can rapidly uncover similar mistakes. This book is for everyone concerned with building more secure software: developers, security engineers, analysts, and testers.


Publisher:
Addison-Wesley (July 9, 2007)
Pages: 624
Language: English
ISBN-10: 0321424778
ISBN-13: 978-0321424778
Format:
PDF


Descarga/Download

domingo, 4 de mayo de 2008

Building Dynamic Web 2.0 Websites with Ruby on Rails

Ruby on Rails is an open source web application framework ideally suited to building business applications; accelerating and simplifying the creation of database-driven websites. Often shortened to Rails or RoR, it provides a stack of tools to rapidly build web applications based on the Model-View-Controller design pattern. This book will show you how to assemble RoR's features and leverage its power to design, develop, and deploy a fully featured website.


Publisher:
PACKT (April 12, 2008)
Pages: 232
Language: English
ISBN-10: 1847193412
ISBN-13: 978-1847193414
Format:
PDF


Descarga/Download

sábado, 3 de mayo de 2008

Mastering Delphi 7

Still the Best Delphi Resource--Now Fully Updated and Expanded
Whether you're new to Delphi or just making the move from an earlier version, Mastering Delphi 7 is the one resource you can't do without. Practical, tutorial-based coverage helps you master essential techniques in database, client-server, and Internet programming. And the insights of renowned authority Marco Cantù give you the necessary knowledge to take advantage of what's new to Delphi 7--particularly its support for .NET.


Publisher:
Sybex (February 20, 2003)
Pages: 992
Language: English
ISBN-10: 078214201X
ISBN-13: 978-0782142013
Format:
CHM


Descarga/Download