catmtop

framework

Всего результатов: 13

The Integrated Architecture Framework Explained: Why, What, How

Естественные науки

24 Июня 2011
source МіrKnіg.соm
visits 219
comments 0
Jack van't Wout, Maarten Waage, Herman Hartman, Max Stahlecker, Aaldert Hofman. The Integrated Architecture Framework Explained: Why, What, How
Название: The Integrated Architecture Framework Explained: Why, What, How
Автор: Jack van't Wout, Maarten Waage, Herman Hartman, Max Stahlecker, Aaldert Hofman
Страниц: 200
Язык: Английский
Издательство: Springer
ISBN: 3642115179

This book captures and communicates the wealth of architecture experience Capgemini has gathered as a member of The Open Group - a vendor- and technology-neutral consortium formed by major industry players - in developing, deploying, and using its "Integrated Architecture Framework" (IAF) since its origination in 1993. Today, many elements of IAF have been incorporated into the new version 9 of TOGAF, the related Open Group standard. The authors, all working on and with IAF for many years, here provide a full reference to IAF and a guide on how to apply it. In addition, they describe in detail the relations between IAF and the architecture standards TOGAF and Archimate and other development or process frameworks like ITIL, CMMI, and RUP. Their presentation is targeted at architects, project managers, and process analysts who have either considered or are already working with IAF - they w...

PHP5 CMS Framework development + Code

Компьютеры и сетиПрограммирование

22 Июня 2011
source МіrKnіg.соm
visits 461
comments 0
Martin Brampton. PHP5 CMS Framework development + Code
Название: PHP5 CMS Framework development + Code
Автор: Martin Brampton
Страниц: 343
Язык: Английский
Издательство: Packt Publishing Ltd.
ISBN: 978-1-847193-57-5

This book guides you through the design and implementation decisions necessary to create a working architecture for a PHP5-based content management system. Each of the major areas and decision points are reviewed and iscussed. Code examples, which take advantage of PHP5's object oriented nature, are provided and explained. They serve as a means of illustrating the detailed development issues created by a CMS. In areas where the code is too voluminous to be reproduced in detail, the design principles are explained along with some critical pieces of code. A basic knowledge of PHP is assumed.

Easy PHP Websites with the Zend Framework

Компьютеры и сетиПрограммирование

19 Июня 2011
source МіrKnіg.соm
visits 395
comments 0
W. Jason Gilmore. Easy PHP Websites with the Zend Framework
Название: Easy PHP Websites with the Zend Framework
Автор: W. Jason Gilmore
Год: 2011
Язык: english
Издательство: W.J. Gilmore, LLC

О книге: Framework-based web development is practically a requirement these days. Fortunately for the PHP community there are plenty of PHP-based frameworks to choose from, including the powerful Zend Framework. “Easy PHP Websites with the Zend Framework” is the most up-to-date guide to the Zend Framework, covering all of the topics which will help you build websites with amazing speed and efficiency.

Assessing Information Security: Strategies, Tactics, Logic and Framework

Компьютеры и сетиСетевые технологии

15 Марта 2011
source МіrKnіg.соm
visits 196
comments 0
A. Vladimirov, K. Gavrilenko, A. Michajlowski. Assessing Information Security: Strategies, Tactics, Logic and Framework
Название: Assessing Information Security: Strategies, Tactics, Logic and Framework
Автор: A. Vladimirov, K. Gavrilenko, A. Michajlowski
Год: 2010
Язык: english
Издательство: IT Governance Publishing

What do information security and the art of war have in common?

The answer, this book argues, is a great deal. Although the authors have an expert technical knowledge of information security, they strongly believe that technical and procedural measures cannot offer a solution on their own.

The Framework of Hemisphere Defence

Военное делоВоенная история

10 Марта 2011
source МіrKnіg.соm
visits 138
comments 0
Stetson Conn, Byron Fairchild. The Framework of Hemisphere Defence
Название: The Framework of Hemisphere Defence
Автор: Stetson Conn, Byron Fairchild
Серия: United States Army in World War II
Год: 1960
Страниц: 487
Язык: Английский
Издательство: Center of Military History US Army

The development of plans to protect the United States and the rest of the Western Hemisphere that concentrates on policy in the three years before Pearl Harbor, the gradual merger of hemisphere defense into a broader national defense policy, the transition to offensive plans after Pearl Harbor, and the military relationships of the United States with other American nations.

.

Zend Framework Programmer's Reference Guide

Компьютеры и сетиПрограммирование

5 Марта 2011
source МіrKnіg.соm
visits 371
comments 0
PDF версии Joey.W. Zend Framework Programmer's Reference Guide
Название: Zend Framework Programmer's Reference Guide
Автор: PDF версии Joey.W
Язык: english
Издательство: Propagator.net

PDF версия онлайн документации популярного Zend Framework 1.10.2

Building e-Commerce Sites with the .NET Framework

Компьютеры и сетиПрограммирование

24 Февраля 2011
source МіrKnіg.соm
visits 147
comments 0
Jason Bentrum. Building e-Commerce Sites with the .NET Framework
Название: Building e-Commerce Sites with the .NET Framework
Автор: Jason Bentrum
Год: 2001
Язык: english
Издательство: Sams

There is currently no book on the market that has a case-study focus and builds e-commerce sites using the new Microsoft Visual Studio .NET Framework. In addition, many of the books that are likely to be released in the near future won't target the intermediate to advanced developer. Building e-commerce Sites describes the steps a developer will take to plan, develop and deploy an actual robust, scalable e-commerce application using the Microsoft Visual Studio .NET. There are detailed descriptions of design choices a developer makes, implementation details. The author's first hand experience will save the reader time and effort. Finally, the development of a working, modern e-commerce site is provided, in this case study approach, along with clear and simple explanations, screenshots, and step-by-step code excerpts.

.NET Framework Solutions: In Search of the Lost Win32 API

Компьютеры и сетиПрограммирование

20 Февраля 2011
source МіrKnіg.соm
visits 179
comments 0
John Paul Mueller. .NET Framework Solutions: In Search of the Lost Win32 API
Название: .NET Framework Solutions: In Search of the Lost Win32 API
Автор: John Paul Mueller
Год: 2002
Язык: english
Издательство: Sybex

With Microsoft's release of Visual Studio .NET, the old Win32 API has been replaced by the new .NET Framework, which supplies all of the libraries that programmers need to do common operations, such as drawing elements on the screen, providing security to applications, and so forth. However, the Framework does not provide every operation that was available in the Win32 API. John Mueller's unique book is filled with largely undocumented tips and techniques for accessing lost functionality from the .NET Framework. You learn how to use DirectX in your .NET applications, how to use certain data structures not available in the Framework, how to program security other than role-based security, and many other techniques. You can use the book whether you are a VB or a C# programmer. The companion CD has all the book's source code in both languages, plus the .NET Framework SDK and helpful third-party .NET utilities.

ASP.NET: Your Visual Blueprint for Creating Web Applications on the .NET Framework

Компьютеры и сетиПрограммирование

18 Февраля 2011
source МіrKnіg.соm
visits 122
comments 0
Danny Ryan. ASP.NET: Your Visual Blueprint for Creating Web Applications on the .NET Framework
Название: ASP.NET: Your Visual Blueprint for Creating Web Applications on the .NET Framework
Автор: Danny Ryan
Год: 2001
Язык: english
Издательство: Visual

ASP.NET: Your visual blueprint for creating Web applications on the .NET Framework shows you everything you need to create dynamic Web applications. Each step is displayed with callouts so you can see exactly where the action takes place on the screen. Arm yourself with detailed coverage of over 100 tasks and other ASP.NET functions, including easy and advanced web forms, accessing data, application management, and migrating from other languages. Also included is a special appendix on .NET language reference that explains Visual Basic.NET, C#, and Jscript.NET and an e-version of the book with tons of usable code, the latest SOAP toolkit and reference library for .NET platform.

Software Project Management: A Unified Framework

Компьютеры и сетиПрограммирование

17 Января 2011
source МіrKnіg.соm
visits 308
comments 0
Walker Royce. Software Project Management: A Unified Framework
Название: Software Project Management: A Unified Framework
Автор: Walker Royce
Год: 2010
Страниц: 406
Язык: english
Издательство: Wiley

Presents new management framework uniquely suited to the complexities of modern software development. Exposes the shortcoming of many wellaccepted management priorities & equips software professionals with state-of-the-art knowledge derived from the authors 20 years successful experience with project management

Позже Навигация Раньше
1 2
.