0-DAYS EbookZ and more. Part 2

Статус
В этой теме нельзя размещать новые ответы.

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Addison.Wesley.Design.Patterns.in.Ruby.Dec.2007.eBook-BBL
2. Addison.Wesley.Implementation.Patterns.Nov.2007.eBook-BBL
3. OReilly.C.Sharp.3.0.Cookbook.3rd.Edition.Jan.2008.eBook-BBL
4. OReilly.C.Sharp.3.0.Design.Patterns.Jan.2008.eBook-BBL
5. OReilly.Programming.C.Sharp.3.0.5th.Edition.Jan.2008.eBook-BBL
6. Prentice.Hall.Google.Web.Toolkit.Applications.Dec.2007.eBook-BBL
7. Prentice.Hall.Google.Web.Toolkit.Solutions.Nov.2007.eBook-BBL



21OsAAT9MaL.jpg



Design Patterns in Ruby (Addison-Wesley Professional Ruby Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Russ Olsen
ISBN: 0321490452
ISBN-13: 9780321490452
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 384

Product Description
Praise for Design Patterns in Ruby
"Design Patterns in Ruby documents smart ways to resolve many problems
that Ruby developers commonly encounter. Russ Olsen has done a great job of selecting classic patterns
and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each
idea, making a wealth of experience available to Ruby developers for their own daily work."
—Steve Metsker,
Managing Consultant with Dominion Digital, Inc.
"This book provides a great demonstration of the key
'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise,
yet almost informal style, this book covers enough ground that even those without prior exposure to design
patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about
a classically 'dry' subject into such an engaging and even occasionally humorous read."
—Peter Cooper
"This
book renewed my interest in understanding patterns after a decade of good intentions. Russ picked the
most useful patterns for Ruby and introduced them in a straightforward and logical manner, going beyond
the GoF's patterns. This book has improved my use of Ruby, and encouraged me to blow off the dust covering
the GoF book."
—Mike Stok
"Design Patterns in Ruby is a great way for programmers from statically typed
objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like
Ruby."
—Rob Sanheim, Ruby Ninja, Relevance
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.


eBook:Addison.Wesley.Design.Patterns.in.Ruby.Dec.2007.eBook-BBL hash [K89D6GDP7I+Sk/SqzOBoq5Dby8w]
file:2008_0210_wrz_add-wes.des.pat.in.rub.dec.200.ebo.bbl.izp (2,027) KB

Код:
[color=magenta]http://rapidshare.com/files/90974072/2008_0210_wrz_add-wes.des.pat.in.rub.dec.200.ebo.bbl.izp.html
[/color]


214nDXQlXeL.jpg



Implementation Patterns (Addison-Wesley Signature)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Kent Beck
ISBN: 0321413091
ISBN-13: 9780321413093
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 176

Product Description
“Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read.
Every chapter of this book contains excellent explanations and insights into the smaller but important
decisions we continuously have to make when creating quality code and classes.” –Erich Gamma,
IBM Distinguished Engineer
“Many teams have a master developer who makes a rapid stream
of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable
to work with. If you ask how they thought to write something the way they did, they always have a good reason.
This book will help you become the master developer on your team. The breadth and depth of topics will engage
veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it
accessible to even novice developers.” –Russ Rufer, Silicon Valley Patterns Group “Many people don’t realize how readable code can be and how valuable that readability is.
Kent has taught me so much, I’m glad this book gives everyone the chance to learn from him.” –Martin
Fowler, chief scientist, ThoughtWorks
“Code should be worth reading, not just by the compiler,
but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns.
These nuggets of advice will make your code truly worth reading.” –Gregor Hohpe, author of
Enterprise Integration Patterns “In this book Kent Beck shows how writing clear and readable code
follows from the application of simple principles. Implementation Patterns will help developers
write intention revealing code that is both easy to understand and flexible towards future extensions.
A must read for developers who are serious about their code.” –Sven GortsImplementation
Patterns
bridges the gap between design and coding. Beck introduces a new way of thinking about programming
by basing his discussion on values and principles.” –Diomidis Spinellis, author of Code
Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely
Useful for Everyday Programming Great code doesn’t just function: it clearly and consistently
communicates your intentions, allowing other programmers to understand your code, rely on it, and modify
it with confidence. But great code doesn’t just happen. It is the outcome of hundreds of small but
critical decisions programmers make every single day. Now, legendary software innovator Kent Beck–known
worldwide for creating Extreme Programming and pioneering software patterns and test-driven development–focuses
on these critical decisions, unearthing powerful “implementation patterns” for writing programs
that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for
handling everyday programming tasks and writing more readable code. This new collection of patterns
addresses many aspects of development, including class, state, behavior, method, collections, frameworks,
and more. He uses diagrams, stories, examples, and essays to engage the reader as he illuminates the patterns.
You’ll find proven solutions for handling everything from naming variables to checking exceptions.
This book covers The value of communicating through code and the philosophy behind patterns How and when
to create classes, and how classes encode logic Best practices for storing and retrieving state Behavior:
patterns for representing logic, including alternative paths Writing, naming, and decomposing methods
Choosing and using collections Implementation pattern variations for use in building frameworks Implementation
Patterns
will help programmers at all experience levels, especially those who have benefited from
software patterns or agile methods. It will also be an indispensable resource for development teams
seeking to work together more efficiently and build more maintainable software. No other programming
book will touch your day-to-day work more often.

eBook:Addison.Wesley.Implementation.Patterns.Nov.2007.eBook-BBL hash [cJhhQfHZCMAxevBbW3Z/GcP2phA]
file:2008_0210_wrz_add-wes.imp.pat.nov.200.ebo.bbl.izp (1,335) KB

Код:
[color=magenta]http://rapidshare.com/files/90974146/2008_0210_wrz_add-wes.imp.pat.nov.200.ebo.bbl.izp.html
[/color]


21TXUQH4fgL.jpg



C# 3.0 Cookbook
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jay Hilyard,Stephen Teilhet
ISBN: 059651610X
ISBN-13: 9780596516109
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 886

Product Description
Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more
than 250 code recipes to common and not-so-common problems that C# programmers face every day. Every
recipe in the book has been reconsidered with more than a third of them rewritten to take advantage of new
C# 3.0 features. If you prefer solutions you can use today to general C# language instruction, and quick
answers to theory, this is your book. C# 3.0 Cookbook offers a new chapter on LINQ (language integrated
query), plus two expanded chapters for recipes for extension methods, lambda functions, object initializers,
new synchronization primitives and more. The new edition is also complemented by a public wiki, which
not only includes all of the C# 2.0 recipes from the previous edition unchanged by the release of C# 3.0,
but invites you to suggest better ways to solve those tasks. Here are some of topics covered: LINQ Numeric
data types and Enumerations Strings and characters Classes and structures Generics Collections Exception
handling Delegates, events, and lambda expressions Filesystem interactions Web site access XML usage
(including LINQ to XML, XPath and XSLT) Networking Threading Data Structures & Algorithms Each recipe
in the book includes tested code that you can download from oreilly.com and reuse in your own applications,
and each one includes a detailed discussion of how and why the underling technology works. You don't have
to be an experienced C# or .NET developer to use C# 3.0 Cookbook. You just have to be someone who wants to
solve a problem now, without having to learn all the related theory first.

eBook:OReilly.C.Sharp.3.0.Cookbook.3rd.Edition.Jan.2008.eBook-BBL hash [fuCIs9JDBXj34cGN1cv1udFw5V0]
file:2008_0210_wrz_ore-c.sha.3.0.coo.3rd.edi.jan.200.ebo.bbl.izp (2,917) KB

Код:
[color=magenta]http://rapidshare.com/files/90974322/2008_0210_wrz_ore-c.sha.3.0.coo.3rd.edi.jan.200.ebo.bbl.izp.html
[/color]


21b7cPkzhBL.jpg



C# 3.0 Design Patterns
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Judith Bishop
ISBN: 059652773X
ISBN-13: 9780596527730
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 314

Product Description
If you want to speed up the development of your .NET applications, you're ready for C# design patterns
-- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers
you a clear introduction to the classic object-oriented design patterns, and explains how to use the
latest features of C# 3.0 to code them. C# Design Patterns draws on new C# 3.0 language and .NET 3.5 framework
features to implement the 23 foundational patterns known to working developers. You get plenty of case
studies that reveal how each pattern is used in practice, and an insightful comparison of patterns and
where they would be best used or combined. This well-organized and illustrated book includes: An explanation
of design patterns and why they're used, with tables and guidelines to help you choose one pattern over
another Illustrated coverage of each classic Creational, Structural, and Behavioral design pattern,
including its representation in UML and the roles of its various players C# 3.0 features introduced by
example and summarized in sidebars for easy reference Examples of each pattern at work in a real .NET 3.5
program available for download from O'Reilly and the author's companion web site Quizzes and exercises
to test your understanding of the material. With C# 3.0 Design Patterns, you learn to make code correct,
extensible and efficient to save time up front and eliminate problems later. If your business relies
on efficient application development and quality code, you need C# Design Patterns.

eBook:OReilly.C.Sharp.3.0.Design.Patterns.Jan.2008.eBook-BBL hash [bzwQ8Oai55QZquPmWJTq/0V0I70]
file:2008_0210_wrz_ore-c.sha.3.0.des.pat.jan.200.ebo.bbl.izp (2,237) KB

Код:
[color=magenta]http://rapidshare.com/files/90974462/2008_0210_wrz_ore-c.sha.3.0.des.pat.jan.200.ebo.bbl.izp.html
[/color]


21AIhM8lmHL.jpg



Programming C# 3.0 (Programming)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jesse Liberty,Donald Xie
ISBN: 0596527438
ISBN-13: 9780596527433
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 607

Product Description
Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning
to intermediate programmers covers the latest release of Microsoft's popular C# language (C# 3.0) and
the newest .NET platform for developing Windows and web applications. Our bestselling Programming
C# 3.0, now in its fifth edition, is a world-class tutorial that goes well beyond the documentation otherwise
available. Liberty doesn't just teach C#; he tells the complete story of the C# language and how it integrates
with all of .NET programming, so that you can get started creating professional quality web and Windows
applications. This book: Provides a comprehensive tutorial in C# and .NET programming that also serves
as a useful reference you'll want by your side while you're working Covers all of the new features of the
language, thoroughly integrated into every chapter, rather than tacked on at the end Provides insight
into best practices and insight into real world programming by a professional programmer who worked
with C# as an independent contractor for nearly a decade before joining Microsoft as a Senior Program
Manager Every chapter in this book has been totally revised, and the entire book has been reorganized
to respond to the significant changes in the language Full coverage, from the ground up of LINQ (Language
Integrated Query) and other C# 3.0 language innovations to speed up development tasks Explains how to
use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation
Foundation (WPF) and the older WinForms technology This new edition of Programming C# 3.0 is for working
programmers who want to develop proficiency inMicrosoft's most important language. No prior .NET experience
is required for you to get started. There's no time like the present to work with C# -- and no book like this
one to teach you everything you need to know. Special note to VB6 and Java programmers: if you've decided
to transition to .NET, this book will take you there.

eBook:OReilly.Programming.C.Sharp.3.0.5th.Edition.Jan.2008.eBook-BBL hash [OxMcBBylt4XH+fbbDRxCMMgKg9E]
file:2008_0210_wrz_ore-pro.c.sha.3.0.5th.edi.jan.200.ebo.bbl.izp (3,143) KB

Код:
[color=magenta]http://rapidshare.com/files/90974675/2008_0210_wrz_ore-pro.c.sha.3.0.5th.edi.jan.200.ebo.bbl.izp.html
[/color]


21Qq4fOfbML.jpg



Google Web Toolkit Applications
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Ryan Dewsbury
ISBN: 0321501969
ISBN-13: 9780321501967
Publisher: Prentice Hall PTR
Year: 2007
Pages: 608

Product Description
“Ryan clearly understands the GWT value proposition and how GWT integrates into a diverse web technology
stack–and not just in a theoretical way. With the popularity of gpokr.com and kdice.com, Ryan
can speak with the authority of concrete success.” –Bruce Johnson, creator of Google Web Toolkit
“This book distinguishes itself from other books on GWT in that it walks through the entire process
of building several nontrivial GWT applications, not the toy applications that most books present.”
–R. Mark Volkmann, Object Computing, Inc.Google™ Web Toolkit Applications
is an excellent resource for any GWT developer. Solutions to challenges commonly encountered in GWT
are presented through the design and development of actual applications. The applications developed
throughout the text demonstrate best practices from simple UI design all the way to custom code generation,
and are presented with little pretext about the amount of Java knowledge a given developer may have. Advanced
concepts are not withheld but are presented in a way that will be understood by both novice and seasoned
developers alike. Good application development practices and proper Model View Controller design
is reinforced throughout the book, nearly guaranteeing that the reader will come away a better programmer.
“ –Jason Essington, Senior Web/Java Engineer, Green River Computing “Dewsbury’s
Google™ Web Toolkit Applications is a book for both experts and beginner programmers who want
to discover this open source Java software development framework, as well as write Ajax applications.
A very detailed book!” –Massimo Nardone, Advisory IT Security Architect Accelerate
and Simplify Ajax Development with Google Web Toolkit Get the edge you need to deliver exceptional user
experiences with Google™ Web Toolkit Applications, a guidebook that provides web developers
with core information and instructions for creating rich web applications. Whether you’re a
developer who needs to build a high-performance front end for Java, PHP, or Ruby applications, or to integrate
with external web services, this resource from expert Google Web Toolkit (GWT) developer Ryan Dewsbury
delivers the in-depth coverage you’ll need. In this valuable book, insider Ryan Dewsbury provides
instructions for using the robust tool set and gets you on your way to creating first-class web applications
by providing a comprehensive overview of GWT technology. In addition, he shares his “in-the-trenches”
insights on Building elegant and responsive user interfaces with Cascading Style Sheets and GWT’s
Widgets and Panels Creating seamless user experiences through asynchronous communication with HTTP,
REST, JSON/JSONP, and RPC Interoperating with web standards–such as XML, RSS, and Atom–and
web services–such as Google Maps, Amazon Books, Yahoo! Search, Flickr, and Blogger Overcoming
browser security restrictions, such as HTTP’s two-connection limit and the Same-Origin policy
Accelerating development, using software engineering, code generation, internationalization,
application patterns, and Java tools Deploying for optimal performance with resource compression
and caching Building five non-trivial applications: a gadget application with a rich drag-and-drop
interface, a multi-search application that makes requests to many search engines, a blog editor application
for managing entries across multiple blogs, a web-based instant messenger, and a database manager for
a traditional web page This practical guide to GWT introduces you to the technology; provides techniques,
tips, and examples; and puts you on the road to delivering top-notch user experiences for your web applications.


eBook:Prentice.Hall.Google.Web.Toolkit.Applications.Dec.2007.eBook-BBL hash [SGWXFUzjoKdQdqVVWPXpblOuyDM]
file:2008_0210_wrz_pre-hal.goo.web.too.app.dec.200.ebo.bbl.izp (5,599) KB

Код:
[color=magenta]http://rapidshare.com/files/90975019/2008_0210_wrz_pre-hal.goo.web.too.app.dec.200.ebo.bbl.izp.html
[/color]


21SzPqRrNUL.jpg



Google Web Toolkit Solutions: More Cool & Useful Stuff
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Geary,Rob Gordon
ISBN: 0132344815
ISBN-13: 9780132344814
Publisher: Prentice Hall PTR
Year: 2007
Pages: 408

Product Description
&>Cutting-Edge GWT: Advanced Recipes for Java Developers

Google Web Toolkit (GWT) is an open source
Java development framework for building Ajax-enabled web applications. Instead of the hodgepodge
of technologies that developers typically use for Ajax–JavaScript, HTML, CSS, and XMLHttpRequest–GWT
lets developers implement rich client applications with pure Java, using familiar idioms from the AWT,
Swing, and SWT. GWT goes beyond most Ajax frameworks by making it easy to build desktop-like applications
that run in the ubiquitous browser, where the richness of the user interface is limited only by the developer’s
imagination.

This book focuses on the more advanced aspects of GWT that you need to implement real-world
applications with rich user interfaces but without the heavy lifting of JavaScript and other Ajax-related
technologies. Each solution in this practical, hands-on book is more than a recipe. The sample programs
are carefully explained in detail to help you quickly master advanced GWT techniques, such as implementing
drag-and-drop, integrating JavaScript libraries, and using advanced event handling methodologies.


Solutions covered include
• Building custom GWT widgets, including both high-level composites
and low-level components
• Implementing a viewport class that includes iPhone-style automated
scrolling
• Integrating web services with GWT applications
• Incorporating the Script.aculo.us
JavaScript framework into GWT applications
• Combining Hibernate and GWT to implement database-backed
web applications
• Extending the GWT PopupPanel class to implement a draggable and resizable
window
• Creating a drag-and-drop module, complete with drag sources and drop targets
•
Deploying GWT applications to an external server
• Dynamically resizing flex tables
•
Using GWT widgets in legacy applications developed with other frameworks, such as Struts and JavaServer
Faces

Complete Sample Code Available at Для просмотра ссылки Войди или Зарегистрируйся

All of the code used in this book
has been tested, both in hosted and web modes, and in an external version of Tomcat (version 5.5.17), under
Windows, Linux, and Mac OS X. For Windows and Linux, we used 1.4.60, and for the Mac we used 1.4.61. NOTE:
There are three separate versions of the code. Please download the correct JAR file for the operating
system you are using.


Foreword xiii
Preface xvi
Acknowledgments xviii
About the Authors xix


Solution 1: GWT Fundamentals and Beyond 1
Solution 2: JavaScript Integration 53
Solution 3: Custom
Widget Implementation 71
Solution 4: Viewports and Maps 103
Solution 5: Access to Online Web Services
133
Solution 6: Drag and Drop 167
Solution 7: Simple Windows 199
Solution 8: Flex Tables 237
Solution
9: File Uploads 283
Solution 10: Hibernate Integration 303
Solution 11: Deployment to an External
Server 325
Solution 12: GWT and Legacy Code 343
Index 371





eBook:Prentice.Hall.Google.Web.Toolkit.Solutions.Nov.2007.eBook-BBL hash [bXHiPZQMYQYuQwmHE2X/q1L0SF8]
file:2008_0210_wrz_pre-hal.goo.web.too.sol.nov.200.ebo.bbl.izp (10,196) KB

Код:
[color=magenta]http://rapidshare.com/files/90975633/2008_0210_wrz_pre-hal.goo.web.too.sol.nov.200.ebo.bbl.izp.html
[/color]
 

LarryLaffer

Местный
Регистрация
2 Апр 2005
Сообщения
35
Реакции
48
Credits
64
211Cjo8XE-L.jpg



How to Cheat at Configuring VmWare ESX Server (How to Cheat) (How to Cheat)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Rule
ISBN: 1597491942
ISBN-13: 9781597491945
Publisher: Syngress
Year: 2007
Pages: 408

Product Description
This book will detail the default and custom installation of VMwares ESX server as well as basic and advanced
virtual machine configurations. It will then walk the reader through post installation configurations
including installation and configuration of VirtualCenter. From here, readers will learn to efficiently
create and deploy virtual machine templates. Best practices for securing and backing up your virtual
environment are also provided. The book concludes with a series of handy, time-saving command and configuration
for: bash shell keystrokes, Linux commands, configuration files, common/proc files, VMware ESX commands,
and troubleshooting.*Follows Syngress' proven "How to Cheat" pedagogy providing readers with everything
they need and nothing they don't*Gartner has stated that if companies have not begun or have planned to
begin a virtualization effort; they are quickly falling behind the mainstream for IT organizations*Currently,
VMware has 2.5 million users and more than 5,500 enterprise server customers for their products

Please, add the rapidshare link for this item.
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Morgan.Kaufmann.Joe.Celkos.Thinking.in.Sets.Auxiliary.Temporal.and.Virtual.Tables.in.SQL.Jan.2008.eBook-BBL
2. Morgan.Kaufmann.VHDL.2008.Just.the.New.Stuff.Dec.2007.eBook-BBL




31BJ3WGMETL.jpg



Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL (The Morgan Kaufmann Series in Data Management Systems)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Joe Celko
ISBN: 0123741378
ISBN-13: 9780123741370
Publisher: Morgan Kaufmann
Year: 2008
Pages: 384

Product Description
Joe Celko has looked deep into the code of novice SQL programmers and found a consistent and troubling
pattern. These programmers have not changed their approach from writing code for a procedural language,
like C, to a declarative language--which is what SQL is. As a result they are not fully using the power and
capability inherent in SQL and that translates into writing more code than they need to write, more complex
code than is needed, and ultimately lower productivity.Thinking in sets reveals the conceptual shift
these programmers need to make. Through detailed examples and clear explanations, Joe enables readers
to concepualize database problems as rooted in sets and solvable through declarative programming techniques.
The book focuses on three main table-based SQL techniques that not only demonstrate this set characteristic
of SQL but also dramatically simplify application development. For each table type--auxillary, temporal
and virrual--Joe teaches not only the new kind of thinking required to use them effectively but also how
to choose the right table technique to apply and why.* Joe brings you comprehensive treatment of SQL programming
techniques that make use of tables rather than procedural code. * The focus on real world examples and
Joe's creative teaching style enable SQL programmers to conquer a common weak spot, while learning these
new tools.* A unique contribution, many techniques which are novel and unavailable elsewhere.

eBook:Morgan.Kaufmann.Joe.Celkos.Thinking.in.Sets.Auxiliary.Temporal.and.Virtual.Tables.in.SQL.Jan.2008.eBook-BBL hash [5TYw6fPeY4RcLezBph8BY7HecfY]
file:2008_0212_wrz_mor-kau.joe.cel.thi.in.set.aux.tem.and.vir.tab.in.sql.jan.200.ebo.bbl.izp (1,281) KB

Код:
[color=magenta]http://rapidshare.com/files/93356797/2008_0212_wrz_mor-kau.joe.cel.thi.in.set.aux.tem.and.vir.tab.in.sql.jan.200.ebo.bbl.izp.html
[/color]


21pzvIxvXHL.jpg



VHDL 2008: Just the New Stuff (Systems on Silicon)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Peter J. Ashenden,Jim Lewis
ISBN: 0123742498
ISBN-13: 9780123742490
Publisher: Morgan Kaufmann
Year: 2007
Pages: 256

Product Description
VHDL-2008: Just the New Stuff, as its title says, introduces the new features added to the latest revision
of the IEEE standard for the VHDL hardware description language. Written by the Chair and Technical Editor
of the IEEE working group, the book is an authoritative guide to how the new features work and how to use
them to improve design productivity. It will be invaluable for early adopters of the new language version,
for tool implementers, and for those just curious about where VHDL is headed.* First in the market describing
the new features of VHDL 2008;* Just the new features, so existing users and implementers can focus on
what's new; * Helps readers to learn the new features soon, rather than waiting for new editions of complete
VHDL reference books. * Authoritative, written by experts in the area; * Tutorial style, making it more
accessible than the VHDL Standard Language Reference Manual.

eBook:Morgan.Kaufmann.VHDL.2008.Just.the.New.Stuff.Dec.2007.eBook-BBL hash [iyzH9py7RSCWz+0gG7p35Z9W6Uk]
file:2008_0212_wrz_mor-kau.vhd.200.jus.the.new.stu.dec.200.ebo.bbl.izp (787) KB

Код:
[color=magenta]http://rapidshare.com/files/93356847/2008_0212_wrz_mor-kau.vhd.200.jus.the.new.stu.dec.200.ebo.bbl.izp.html
[/color]

Добавлено позднее:

1. MOC.COURSE.6461A.VISUAL.STUDIO.2008.WINDOWS.COMMUNICATION.FOUNDATION.TRAINER-JGT


eBook:MOC.COURSE.6461A.VISUAL.STUDIO.2008.WINDOWS.COMMUNICATION.FOUNDATION.TRAINER-JGT
hash [nAmzDAtEQDWYvDP175G1Jjiuf8k]
file:2008_0215_wrz_moc-cou.646.vis.stu.200.win.com.fou.tra.jgt.izp (43,959) KB

Код:
[color=magenta]http://rapidshare.com/files/93359412/2008_0215_wrz_moc-cou.646.vis.stu.200.win.com.fou.tra.jgt.izp.html[/color]

Добавлено позднее:

1. ACTUALTESTS.MICROSOFT.070-294.EXAMCHEATSHEET.v15.02.08.DIRFIX-JGT
2. MOC.COURSE.5178A.IMPLEMENTING.AND.MAINTAINING.AUD-VID.CONF.AND.WEB.CONF.USING.MS.OFFICE.COMMUNICATIONS.SERVER.2007-JGT
3. MOC.COURSE.8910A.WHATS.NEW.IN.MICROSOFT.DYNAMICS.CRM.v4.0-JGT
4. MOC.COURSE.8911A.INSTALLATION.AND.DEPLOYMENT.IN.MICROSOFT.DYNAMICS.CRM.v4.0-JGT
5. MOC.COURSE.8913A.MICROSOFT.DYNAMICS.CRM.v4.0.APPLICATIONS-JGT




eBook:ACTUALTESTS.MICROSOFT.070-294.EXAMCHEATSHEET.v15.02.08.DIRFIX-JGT hash [084ShjDU4PMA9MTFzLgh01R8WKY]
file:2008_0217_wrz_act-mic.070.294.exa.v15.02.08.dir.jgt.izp (3) KB

Код:
[color=magenta]http://rapidshare.com/files/93366060/2008_0217_wrz_act-mic.070.294.exa.v15.02.08.dir.jgt.izp.html
[/color]


eBook:MOC.COURSE.5178A.IMPLEMENTING.AND.MAINTAINING.AUD-VID.CONF.AND.WEB.CONF.USING.MS.OFFICE.COMMUNICATIONS.SERVER.2007-JGT hash [5kE/COBpaUZKlQ2ScjVQKSp/R6E]
file:2008_0217_wrz_moc-cou.517.imp.and.mai.aud.vid.con.and.web.con.usi.ms.off.com.ser.200.jgt.izp (25,822) KB

Код:
[color=magenta]http://rapidshare.com/files/93365156/2008_0217_wrz_moc-cou.517.imp.and.mai.aud.vid.con.and.web.con.usi.ms.off.com.ser.200.jgt.izp.html
[/color]


eBook:MOC.COURSE.8910A.WHATS.NEW.IN.MICROSOFT.DYNAMICS.CRM.v4.0-JGT hash [DeMnjwev5sPSiJlYqXvBF567WXo]
file:2008_0217_wrz_moc-cou.891.wha.new.in.mic.dyn.crm.v4.0.jgt.izp (4,158) KB

Код:
[color=magenta]http://rapidshare.com/files/93366049/2008_0217_wrz_moc-cou.891.wha.new.in.mic.dyn.crm.v4.0.jgt.izp.html
[/color]


eBook:MOC.COURSE.8911A.INSTALLATION.AND.DEPLOYMENT.IN.MICROSOFT.DYNAMICS.CRM.v4.0-JGT hash [sm9mTSvTBwTvTofUS+6demxlhxg]
file:2008_0217_wrz_moc-cou.891.ins.and.dep.in.mic.dyn.crm.v4.0.jgt.izp (6,204) KB

Код:
[color=magenta]http://rapidshare.com/files/93365452/2008_0217_wrz_moc-cou.891.ins.and.dep.in.mic.dyn.crm.v4.0.jgt.izp.html
[/color]


eBook:MOC.COURSE.8913A.MICROSOFT.DYNAMICS.CRM.v4.0.APPLICATIONS-JGT hash [Qu/HdlXhNHsIaIVPT0b9oXb1w3I]
file:2008_0217_wrz_moc-cou.891.mic.dyn.crm.v4.0.app.jgt.izp (6,139) KB

Код:
[color=magenta]http://rapidshare.com/files/93365829/2008_0217_wrz_moc-cou.891.mic.dyn.crm.v4.0.app.jgt.izp.html
[/color]
 
Последнее редактирование модератором:

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Focal.Press.Digital.Television.3rd.Edition.Feb.2008.eBook-BBL
2. For.Dummies.iPhone.For.Dummies.Sep.2007.eBook-BBL
3. For.Dummies.Microsoft.Office.Publisher.2007.For.Dummies.Dec.2007.eBook-BBL
4. IOS.Press.Designing.Mobile.Service.Systems.Sep.2007.eBook-BBL
5. McGraw.Hill.Hacking.Exposed.Windows.3rd.Edition.Dec.2007.eBook-BBL
6. SAS.Publishing.Carpenters.Complete.Guide.to.the.SAS.REPORT.Procedure.May.2007.eBook-BBL
7. Sybex.Introducing.Maya.2008.Dec.2007.eBook-BBL
8. Syngress.How.to.Cheat.at.Administering.Office.Communicator.2007.Oct.2007.eBook-BBL
9. Wiley.Microsoft.Expression.Blend.Bible.Jun.2007.eBook-BBL
10. Wiley.Windows.Home.Server.Protect.and.Simplify.your.Digital.Life.Jan.2008.eBook-BBL
11. Wrox.Professional.Python.Frameworks.Web.2.0.Programming.with.Django.and.TurboGears.Oct.2007.eBook-BBL




21DPVskYrFL.jpg



Digital Television, Third Edition: Satellite, Cable, Terrestrial, IPTV, Mobile TV in the DVB Framework
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Herve Benoit
ISBN: 0240520815
ISBN-13: 9780240520810
Publisher: Focal Press
Year: 2008
Pages: 304

Product Description
Digital Television is as an authoritative and complete overview that describes the technology of digital
television broadcasting. It gives you a thorough technical description of the underlying principles
of the DVB standard and the various steps of signal processing. Also included is a complete technical
glossary of terms, abbreviations, and expressions that gives you quick reference. Now in it's 3rd edition,
Digital Television, this book is completely up-to-date with standard and new technologies including:-
DVB and DVB-S2- IPTV- Mobile TV DVB-H- HDTV- High Definition formats 1080i and 720p- Compression including
MPEG, H.264, and VC-1If you are looking for a concise technical briefing that will quickly get you up to
speed without getting lost - this is the book you need.KEY BENEFITS* Enhance your knowledge of digital
television with this authoritative, technical introduction* Learn underlying priciples of the DVB
system, compression technology, IPTV, Mobile TV, and more* Understand analog and digital formats and
signal processing from transmission to reception

eBook:Focal.Press.Digital.Television.3rd.Edition.Feb.2008.eBook-BBL hash [ALwkylS6kCMifdaA5mng27pg4A4]
file:2008_0219_wrz_foc-pre.dig.tel.3rd.edi.feb.200.ebo.bbl.izp (2,356) KB

Код:
[color=magenta]http://rapidshare.com/files/93480745/2008_0219_wrz_foc-pre.dig.tel.3rd.edi.feb.200.ebo.bbl.izp.html
[/color]


21ALJQ1V89L.jpg



iPhone For Dummies (For Dummies (Computer/Tech))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Edward C. Baig,Bob LeVitus
ISBN: 0470174692
ISBN-13: 9780470174692
Publisher: For Dummies
Year: 2007
Pages: 240

Product Description
Get up to speed fast with this full-color guide to Apple’s revolutionary new mobile phone–
widescreen video iPod–Internet communications device. Announced to great fanfare, Apple’s
iPhone promises to reinvent the market for portable electronic devices, combining mobile phone, music
and video player, digital camera, Internet browser, and e-mail in a single sleekly designed, brilliantly
engineered package. Illustrated throughout with full-color screen shots and illustrations, this
fun and easy guide helps you make the most of all the features of this pioneering device. Discover how to:

Make and receive phone calls
Set up iTunes and your iPod
Buy music and videos
Play podcasts, music,
videos, and photo slideshows
Browse the Internet
Send and receive e-mails and instant messages
Take
and organize photos
Sync with your desktop
Troubleshoot common problems

eBook:For.Dummies.iPhone.For.Dummies.Sep.2007.eBook-BBL hash [LqJY3x9NTcTyJSsC63Ga0Y8vPp4]
file:2008_0219_wrz_for-dum.iph.for.dum.sep.200.ebo.bbl.izp (8,858) KB

Код:
[color=magenta]http://rapidshare.com/files/93481317/2008_0219_wrz_for-dum.iph.for.dum.sep.200.ebo.bbl.izp.html
[/color]


31WniktJF%2BL.jpg



Microsoft Office Publisher 2007 For Dummies (For Dummies (Computer/Tech))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jim McCarter,Jacqui Salerno Mabin
ISBN: 0470184965
ISBN-13: 9780470184967
Publisher: For Dummies
Year: 2007
Pages: 366

Product Description
Microsoft Publisher 2007 For Dummies is a 50-75% revision to Microsoft Publisher 2000 For Dummies, covering
both the Publisher 2003 and Publisher 2007 editions. The book focuses on three markets: Small and medium-sized
businesses using Publisher for marketing campaigns; churches using Publisher to communicate via newsletters
and marketing charity events; and schools using Publisher to communicate via newsletters and projects.
New features covered in the 2007 edition include:
Applying branding to materials
Searching for templates

Previewing templates
The Publisher Task pane
Storing and retrieving frequently used design elements

Personalizing e-mail with mail merge
Personalizing hyperlinks
Improving navigation with bookmarks

Combining lists within Publisher
Publishing in PDF or XPS format
Creating press-ready PDFs
Creating
a new marketing campaign
Linking to Business Contacts for tracking
Searching folders
And more!

eBook:For.Dummies.Microsoft.Office.Publisher.2007.For.Dummies.Dec.2007.eBook-BBL hash [BwpVsRnCpMnTQ9hT7A9KrhKbzd8]
file:2008_0219_wrz_for-dum.mic.off.pub.200.for.dum.dec.200.ebo.bbl.izp (5,133) KB

Код:
[color=magenta]http://rapidshare.com/files/93481592/2008_0219_wrz_for-dum.mic.off.pub.200.for.dum.dec.200.ebo.bbl.izp.html
[/color]


219-udrovmL.jpg



Designing Mobile Service Systems (Research in Design Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s):
ISBN: 1586037781
ISBN-13: 9781586037789
Publisher: IOS Press
Year: 2007
Pages: 248

Product Description
This publication is the second in the Research in Design series. Design is an effort that enjoys a growing
attention in the academic world. At Delft University of Technology design is a recognized part of science.
Like other technical universities, Delft is rooted in the engineering field. And in spite of questions
like 'what is design', 'what is engineering' and 'what is science', which can be debated in long sessions,
and differences that are hard to explain, it is possible to feel the differences. In this book the authors
contribute to the development of a design language for the service domain. In general the engineering
discipline is expanding into a field that embraces perspectives of more disciplines and actors, next
to the engineer who is responsible for the artifact. The first volume in this Research in Design Series
stresses the stakeholder oriented approach in the domain of architecture and urban planning (Binnekamp,
van Gunsteren, & van Loon, 2006). The domain in this volume is services. This is a field in which the involvement
of different stakeholders with different interests in the design process is particularly a critical
success factor.

eBook:IOS.Press.Designing.Mobile.Service.Systems.Sep.2007.eBook-BBL hash [HXX/bHKjg0ErBTyZZITKI2U/Lys]
file:2008_0219_wrz_ios-pre.des.mob.ser.sys.sep.200.ebo.bbl.izp (2,193) KB

Код:
[color=magenta]http://rapidshare.com/files/93475614/2008_0219_wrz_ios-pre.des.mob.ser.sys.sep.200.ebo.bbl.izp.html
[/color]


31wf8PkeRYL.jpg



Hacking Exposed Windows: Microsoft Windows Security Secrets and Solutions, Third Edition (Hacking Exposed)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Joel Scambray
ISBN: 007149426X
ISBN-13: 9780071494267
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 451

Product Description
The latest Windows security attack and defense strategies
"Securing Windows begins with reading this
book." --James Costello (CISSP) IT Security Specialist, Honeywell
Meet the challenges of Windows
security with the exclusive Hacking Exposed "attack-countermeasure" approach. Learn how real-world
malicious hackers conduct reconnaissance of targets and then exploit common misconfigurations and
software flaws on both clients and servers. See leading-edge exploitation techniques demonstrated,
and learn how the latest countermeasures in Windows XP, Vista, and Server 2003/2008 can mitigate these
attacks. Get practical advice based on the authors' and contributors' many years as security professionals
hired to break into the world's largest IT infrastructures. Dramatically improve the security of Microsoft
technology deployments of all sizes when you learn to:

Establish business relevance and context for
security by highlighting real-world risks
Take a tour of the Windows security architecture from the
hacker's perspective, exposing old and new vulnerabilities that can easily be avoided
Understand
how hackers use reconnaissance techniques such as footprinting, scanning, banner grabbing, DNS queries,
and Google searches to locate vulnerable Windows systems
Learn how information is extracted anonymously
from Windows using simple NetBIOS, SMB, MSRPC, SNMP, and Active Directory enumeration techniques

Prevent the latest remote network exploits such as password grinding via WMI and Terminal Server, passive
Kerberos logon sniffing, rogue server/man-in-the-middle attacks, and cracking vulnerable services

See up close how professional hackers reverse engineer and develop new Windows exploits
Identify and
eliminate rootkits, malware, and stealth software
Fortify SQL Server against external and insider
attacks
Harden your clients and users against the latest e-mail phishing, spyware, adware, and Internet
Explorer threats
Deploy and configure the latest Windows security countermeasures, including BitLocker,
Integrity Levels, User Account Control, the updated Windows Firewall, Group Policy, Vista Service
Refactoring/Hardening, SafeSEH, GS, DEP, Patchguard, and Address Space Layout Randomization

eBook:McGraw.Hill.Hacking.Exposed.Windows.3rd.Edition.Dec.2007.eBook-BBL hash [KEmsFkL4cZq5biWtmSpgZBI3BXA]
file:2008_0219_wrz_mcg-hil.hac.exp.win.3rd.edi.dec.200.ebo.bbl.izp (4,629) KB

Код:
[color=magenta]http://rapidshare.com/files/93475915/2008_0219_wrz_mcg-hil.hac.exp.win.3rd.edi.dec.200.ebo.bbl.izp.html
[/color]


21xZUICh1eL.jpg



Carpenter's Complete Guide to the SAS REPORT Procedure
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Art Carpenter
ISBN: 1599941953
ISBN-13: 9781599941950
Publisher: SAS Publishing
Year: 2007
Pages: 496

Product Description
Art Carpenter demystifies the powerful REPORT procedure and shows you how to incorporate this highly
flexible and customizable procedure into your SAS reporting programs. Combining his years of SAS experience
with a talent for instruction, Art offers clear and comprehensive coverage that demonstrates how valuable
this procedure is for both summarizing and displaying data. Illustrated with over two hundred examples
and sample exercises to reinforce your learning, this resource provides you with information that you
can put to immediate use. The text is divided into three distinct sections. Part 1 introduces you to PROC
REPORT, showing you how it works and 'thinks.' This section is designed to be read linearly by users who
are unfamiliar with the procedure. Part 2 is a collection of increasingly more complex examples that
feature advanced options and capabilities. It also introduces the relationship between PROC REPORT
and the Output Delivery System (ODS). Part 3 incorporates the options and statements described in Parts
1 and 2 into a series of examples that highlight many of the extended capabilities of PROC REPORT. Included
in this section is a discussion of a few ODS statements and options that might be useful to a PROC REPORT
programmer, plus an in-depth look at the PROC REPORT process itself, especially as it relates to the execution
of compute blocks. Your bonus CD-ROM includes Russ Lavery's "An Animated Guide to the SAS REPORT Procedure,"
coauthored with Art Carpenter and presented with an audio track and example programs; example SAS code;
example SAS data sets; example results; and a compilation of nearly 100 related conference papers.

eBook:SAS.Publishing.Carpenters.Complete.Guide.to.the.SAS.REPORT.Procedure.May.2007.eBook-BBL hash [tYJw+qmJb8NAX9iubsE6NUgj6gk]
file:2008_0219_wrz_sas-pub.car.com.gui.to.the.sas.rep.pro.may.200.ebo.bbl.izp (3,176) KB

Код:
[color=magenta]http://rapidshare.com/files/93476160/2008_0219_wrz_sas-pub.car.com.gui.to.the.sas.rep.pro.may.200.ebo.bbl.izp.html
[/color]


21nPL%2BLJH9L.jpg



Introducing Maya 2008
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Dariush Derakhshani
ISBN: 047018356X
ISBN-13: 9780470183564
Publisher: Sybex
Year: 2007
Pages: 585

Product Description
Learn to build, render, and animate your own digital models and scenes, and begin to develop professional-level
Maya skills with Introducing Maya 2008. This new edition of a perennial bestseller is the ideal initiation
to 3D and Maya. Starting with the basics, it builds from the ground up, combining straightforward text
with practical examples that make it fun and easy to learn Maya’s core tools while introducing
the latest Maya 2008 features. Follow clear-cut, step-by-step lessons while you learn by doing using
a wealth of hands-on files provided on the CD.

eBook:Sybex.Introducing.Maya.2008.Dec.2007.eBook-BBL hash [9yML0J/uNJzJdw3L6NR3T3qVYzE]
file:2008_0219_wrz_syb-int.may.200.dec.200.ebo.bbl.izp (16,579) KB

Код:
[color=magenta]http://rapidshare.com/files/93477318/2008_0219_wrz_syb-int.may.200.dec.200.ebo.bbl.izp.html
[/color]


21A0ZPH5A%2BL.jpg



How to Cheat at Administering Office Communicator 2007 (How to Cheat) (How to Cheat)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Anthony Piltzecker
ISBN: 1597492124
ISBN-13: 9781597492126
Publisher: Syngress
Year: 2007
Pages: 512

Product Description
The perfect reference for the multitasked admin tasked with mastering a major new product release.Communicator
2007 is is a unified communications client (UCC) that provides users with the means to use voice, video,
email, instant messaging and document sharing from a single application on their desktop. It is Microsoft's
latest addition to its suite of corporate productivity tools that includes email (Exchange/Outlook),
document sharing (Sharepoint) and conferencing (NetMeeting). It has been reviewed as a "can't miss"
product based on how fully integrated it is with other strategic Microsoft products such as Office, Vista,
and Outlook. How to Cheat at Administering Office Communications Server 2007 provides the busy system
administrator with any easy to access reference that provides step-by-step instructions on how to intall,
configure, manage and troubleshoot Communicator across their network. It is the perfect tool for those
who simply need to complete a task without reading trhough lots of theory and principles.* A no-nonsense
approach for the busy system administrator* Provides clear instructions on how to integrate Communicator
with Exchange and Outlook* Troubleshoot difficult applications such as web conferencing and telephone
services

eBook:Syngress.How.to.Cheat.at.Administering.Office.Communicator.2007.Oct.2007.eBook-BBL hash [AJDMk/Pu8wn5afjpHPOKYvH1TDg]
file:2008_0219_wrz_syn-how.to.che.at.adm.off.com.200.oct.200.ebo.bbl.izp (26,135) KB

Код:
[color=magenta]http://rapidshare.com/files/93479101/2008_0219_wrz_syn-how.to.che.at.adm.off.com.200.oct.200.ebo.bbl.izp.html
[/color]


31oR08eqBtL.jpg



Microsoft Expression Blend Bible
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Gurdy Leete,Mary Leete
ISBN: 0470055030
ISBN-13: 9780470055038
Publisher: Wiley
Year: 2007
Pages: 734

Product Description

Microsoft Expression Interactive Designer will simplify the development of rich, interactive Web
applications and this comprehensive reference introduces every tool and characteristic of this new
software
Detailing the ins and outs of the program, veteran authors Gurdy and Mary Leete provide professional
Web designers, developers, and serious home users with the know-how they need to create amazing Web sites

Readers interested in online game development will enjoy the coverage of 3D Web animations-something
Flash can't do
Key topics include working with drawings, text, and 3D objects; adding audio, video,
and animation; programming Expression Interactive Designer; and more
Discusses how to integrate
this program with the Vista operating system as well as other components of the Expression suite

eBook:Wiley.Microsoft.Expression.Blend.Bible.Jun.2007.eBook-BBL hash [DB609yECsC56YxPEDmzcNS9Qv6c]
file:2008_0219_wrz_wil-mic.exp.ble.bib.jun.200.ebo.bbl.izp (13,090) KB

Код:
[color=magenta]http://rapidshare.com/files/93480006/2008_0219_wrz_wil-mic.exp.ble.bib.jun.200.ebo.bbl.izp.html
[/color]


21yAVauWckL.jpg



Windows Home Server: Protect and Simplify your Digital Life
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Rick Hallihan
ISBN: 0470186259
ISBN-13: 9780470186251
Publisher: Wiley
Year: 2008
Pages: 287

Product Description
* Windows Home Server (WHS) simplifies the process of backing up PCs, and this complete reference brings
the power of WHS to everyday PCs users * Windows and networking expert Rick Hallihan shows readers how
to develop a strategy for organizing a digital lifestyle, including their documents, photos, movies,
and music * Walks readers through the process of selecting a pre-built hardware solution and setting
up the WHS software package * Provides step-by-step instructions for creating user accounts, installing
the connector software, configuring backups, and making use of WHS's recovery features * Covers setting
up and using the remote access features as well as how third party applications (backup, home automation,
and integration with security systems) can enhance and extend the abilities of WHS

eBook:Wiley.Windows.Home.Server.Protect.and.Simplify.your.Digital.Life.Jan.2008.eBook-BBL hash [pFS/mR05WxFifphJPtDs5nSG8vo]
file:2008_0219_wrz_wil-win.hom.ser.pro.and.sim.you.dig.lif.jan.200.ebo.bbl.izp (4,056) KB

Код:
[color=magenta]http://rapidshare.com/files/93480267/2008_0219_wrz_wil-win.hom.ser.pro.and.sim.you.dig.lif.jan.200.ebo.bbl.izp.html
[/color]


21y7JUbgW9L.jpg



Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears (Programmer to Programmer)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Dana Moore,Raymond Budd,William Wright
ISBN: 0470138092
ISBN-13: 9780470138090
Publisher: Wrox
Year: 2007
Pages: 420

Product Description
As two of the leading MVC web frameworks for Python, Django and TurboGears allow you to develop and launch
sites in a fraction of the time compared to traditional techniques and they provide greater stability,
scalability, and management than alternatives. Packed with examples, this book will help you discover
a new methodology for designing, coding, testing, and deploying rich web applications. A team of expert
authors shows you the power of MVC frameworks and the capabilities of the TurboGears and Django packages.
The Django chapters show you how to automate production of common web development tasks, portal creation,
and content management, so you can focus on higher-level application issues and design. The TurboGears
chapters illustrate how to rapidly create modern, highly interactive Web 2.0 applications. For both
frameworks, you'll create useful applications that exemplify common Web 2.0 design paradigms and their
solutions. Ultimately, you'll leverage your Python skills using Django and TurboGears and go from novice
to RIA expert. What you will learn from this book * How you can use frameworks to save you time and frustration
in the development cycle * The elements, differences, and similarities of the TurboGears and Django
frameworks * Advanced capabilities of both frameworks and how they easily solve issues common to web
applications * Approaches to simplifying your client side JavaScript(r) with MochiKit, a Pythonic
JavaScript library * How to pair TurboGears with Flash for even more possibilities Who this book is for
This book is for Python developers who want to learn rapid Web 2.0 development techniques using frameworks
and incorporating a model-view-controller architecture. Wrox Professional guides are planned and
written by working programmers to meet the real-world needs of programmers, developers, and IT professionals.
Focused and relevant, they address the issues technology professionals face every day. They provide
examples, practical solutions, and expert education in new technologies, all designed to help programmers
do a better job.

eBook:Wrox.Professional.Python.Frameworks.Web.2.0.Programming.with.Django.and.TurboGears.Oct.2007.eBook-BBL hash [Rb7ZLQ1cwkC3oxQUq+hb3yU/bR4]
file:2008_0219_wrz_wro-pro.pyt.fra.web.2.0.pro.wit.dja.and.tur.oct.200.ebo.bbl.izp (4,968) KB

Код:
[color=magenta]http://rapidshare.com/files/93480598/2008_0219_wrz_wro-pro.pyt.fra.web.2.0.pro.wit.dja.and.tur.oct.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Cambridge.Press.Path.Oriented.Program.Analysis.Dec.2007.eBook-BBL
2. Cisco.Press.Application.Acceleration.and.WAN.Optimization.Fundamentals.Jul.2007.eBook-BBL
3. Cisco.Press.Interconnecting.Cisco.Network.Devices.Part.1.ICND1.2nd.Edition.Jan.2008.eBook-BBL
4. Cisco.Press.Interconnecting.Cisco.Network.Devices.Part.2.ICND2.Feb.2008.eBook-BBL
5. Microsoft.Press.Inside.Microsoft.Exchange.Server.2007.Web.Services.Nov.2007.eBook-BBL
6. New.Riders.Press.Bulletproof.Web.Design.2nd.Edition.Aug.2007.eBook-BBL
7. No.Starch.Press.Webbots.Spiders.and.Screen.Scrapers.Mar.2007.eBook-BBL
8. OReilly.C.Sharp.3.0.in.a.Nutshell.3rd.Edition.Sep.2007.eBook-BBL
9. Packt.Publishing.SOA.Approach.to.Integration.Nov.2007.eBook-BBL
10. Sams.SQL.Server.2005.Management.and.Administration.Oct.2007.eBook-BBL
11. SitePoint.The.Art.and.Science.of.JavaScript.Dec.2007.eBook-BBL




21wXCISGV2L.jpg



Path-Oriented Program Analysis
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): J. C. Huang
ISBN: 0521882869
ISBN-13: 9780521882866
Publisher: Cambridge University Press
Year: 2007
Pages: 208

Product Description
This book presents a unique method for decomposing a computer program along its execution paths, for
simplifying the subprograms so produced, and for recomposing a program from its subprograms. This method
enables us to divide and conquer the complexity involved in understanding the computation performed
by a program by decomposing it into a set of subprograms and then simplifying them to the furthest extent
possible. The resulting simplified subprograms are generally more understandable than the original
program as a whole. The method may also be used to simplify a piece of source code by following the path-oriented
method of decomposition, simplication, and recomposition. The analysis may be carried out in such a
way that the derivation of the analysis result constitutes a correctness proof. The method can be applied
to any source code (or portion thereof) that prescribes the computation to be performed in terms of assignment
statements, conditional statements, and loop constructs, regardless of the language or paradigm used.


eBook:Cambridge.Press.Path.Oriented.Program.Analysis.Dec.2007.eBook-BBL hash [+cj3nUk9nadl1U8q8jM6pUk8KuU]
file:2008_0221_wrz_cam-pre.pat.ori.pro.ana.dec.200.ebo.bbl.izp (607) KB

Код:
[color=magenta]http://rapidshare.com/files/94039479/2008_0221_wrz_cam-pre.pat.ori.pro.ana.dec.200.ebo.bbl.izp.html
[/color]


21UoYjLapWL.jpg



Application Acceleration and WAN Optimization Fundamentals
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Ted Grevers,Joel Christner
ISBN: 1587053160
ISBN-13: 9781587053160
Publisher: Cisco Press
Year: 2007
Pages: 384

Product Description
IT organizations face pressure to increase productivity, improve application performance, support
global collaboration, improve data protection, and minimize costs. In today’s WAN-centered
environments, traditional LAN-oriented infrastructure approaches are insufficient to meet these
goals. Application Acceleration and WAN Optimization Fundamentals introduces a better solution:
integrating today’s new generation of accelerator solutions to efficiently and effectively
scale networks beyond traditional capabilities while improving performance and minimizing costs
through consolidation. Ted Grevers and Joel Christner begin by reviewing the challenges network professionals
face in delivering applications to globally distributed workforces. You learn how accelerators are
transforming application business models, enabling IT departments to centralize and consolidate
resources while also delivering consistently superior performance. Grevers and Christner show how
to identify network consumers, prioritize traffic, and guarantee appropriate throughput and response
times to business-critical applications. You learn how to use quality of service techniques such as
packet classification and marking and traffic policing, queuing, scheduling, and shaping. Next, you
compare options for integrating accelerators and optimization services into your network and for optimizing
content delivery. The authors show how to address application protocol-related performance problems
that cannot be resolved through compression or flow optimization alone. In the final chapter, the authors
walk you through several real-world scenarios for utilizing accelerator technology. Ted Grevers,
Jr., is the solution manager for the Cisco® Video IPTV Systems Test and Architecture (C-VISTA) team.
He has extensive experience in the content delivery network (CDN) market, focusing on enterprise and
service provider content delivery and application optimization needs. Joel Christner, CCIE® No. 15311,
is the manager of technical marketing for the Cisco Application Delivery Business Unit (ADBU). He has
extensive experience with application protocols, acceleration technologies, LAN/WAN infrastructure,
and storage networking. Grevers and Christner are key contributors to the design and architecture of
Cisco application delivery and application acceleration solutions. Provide high-performance access
to remote data, content, video, rich media, and applications Understand how accelerators can improve
network performance and minimize bandwidth consumption Use NetFlow to baseline application requirements
and network utilization Ensure network resources are allocated based on business priorities Identify
performance barriers arising from networks, protocols, operating systems, hardware, file systems,
and applications Employ application-specific acceleration components to mitigate the negative impact
of latency and bandwidth consumption Integrate content delivery networks (CDN) to centrally manage
the acquisition, security, and distribution of content to remote locations Leverage WAN optimization
technologies to improve application throughput, mitigate the impact of latency and loss, and minimize
bandwidth consumption Optimize the performance of WANs and business-critical WAN applications This
book is part of the Cisco Press® Fundamentals Series. Books in this series introduce networking professionals
to new networking technologies, covering network topologies, sample deployment concepts, protocols,
and management techniques. Category: Cisco Press/Networking Covers: Network Optimization

eBook:Cisco.Press.Application.Acceleration.and.WAN.Optimization.Fundamentals.Jul.2007.eBook-BBL hash [k8wn4TCBHgobYrp4+KDT3kguSXI]
file:2008_0221_wrz_cis-pre.app.acc.and.wan.opt.fun.jul.200.ebo.bbl.izp (7,248) KB

Код:
[color=magenta]http://rapidshare.com/files/94040013/2008_0221_wrz_cis-pre.app.acc.and.wan.opt.fun.jul.200.ebo.bbl.izp.html
[/color]


21zPOgYniKL.jpg



Interconnecting Cisco Network Devices, Part 1 (ICND1): CCNA Exam 640-802 and ICND1 Exam 640-822 (2nd Edition) (Self-Study Guide)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Stephen McQuerry
ISBN: 1587054620
ISBN-13: 9781587054624
Publisher: Cisco Press
Year: 2008
Pages: 528

Product Description
Interconnecting Cisco Network Devices, Part 1 (ICND1), Second Edition, is a Cisco®-authorized, self-paced
learning tool for CCENT™ and CCNA® foundation learning. This book provides you with the knowledge needed
to configure Cisco switches and routers to operate in corporate internetworks. By reading this book,
you will gain a thorough understanding of concepts and configuration procedures required to build a
multiswitch, multirouter, and multigroup internetwork that uses LAN and WAN interfaces for the most
commonly used routing and routed protocols.

In Interconnecting Cisco Network Devices, Part 1 (ICND1),
you will study installation and configuration information that network administrators need to install
and configure Cisco products. Specific topics include building a simple network, Ethernet LANs, wireless
LANs (WLANs), LAN and WAN connections, and network management. Chapter-ending review questions illustrate
and help solidify the concepts presented in the book.

Whether you are preparing for CCENT or CCNA certification
or simply want to gain a better understanding of how to build small Cisco networks, you will benefit from
the foundation information presented in this book.

Interconnecting Cisco Network Devices, Part
1 (ICND1), is part of a recommended learning path from Cisco that includes simulation and hands-on training
from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about
instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning
Partners worldwide, please visit Для просмотра ссылки Войди или Зарегистрируйся.

Steve McQuerry, CCIE®
No. 6108, is a consulting systems engineer with Cisco. He focuses on data center architecture. Steve
works with enterprise customers in the Midwestern United States to help them plan their data center architectures.
Steve has been an active member of the internetworking community since 1991 and has held multiple certifications
from Novell, Microsoft, and Cisco. Prior to joining Cisco, Steve worked as an independent contractor
with Global Knowledge where he taught and developed coursework around Cisco technologies and certifications.



Understand the principles on which basic networks operate
Explore the operation and configuration
of LANs
Extend the boundaries of the network by implementing and securing wireless connectivity
Configure
routers to provide connectivity between different networks
Learn about IP addressing number conversion

Establish WAN interconnectivity using point-to-point links, DSL, and cable services
Configure
Network Address Translation (NAT)
Use Cisco IOS® commands to determine the layout of a Cisco network
topology
Manage the router startup and work with IOS configuration files and Cisco IOS images
This
volume is in the Certification Self-Study Series offered by Cisco Press®. Books in this series provide
officially developed self-study solutions to help networking professionals understand technology
implementations and prepare for the Cisco Career Certifications examinations.

Category: Cisco
Press–Cisco Certification
Covers: ICND1 Exam 640-822


eBook:Cisco.Press.Interconnecting.Cisco.Network.Devices.Part.1.ICND1.2nd.Edition.Jan.2008.eBook-BBL hash [kt0JLEVDzBr4iT4e7PKBL7QNkZk]
file:2008_0221_wrz_cis-pre.int.cis.net.dev.par.1.icn.2nd.edi.jan.200.ebo.bbl.izp (4,392) KB

Код:
[color=magenta]http://rapidshare.com/files/94040356/2008_0221_wrz_cis-pre.int.cis.net.dev.par.1.icn.2nd.edi.jan.200.ebo.bbl.izp.html
[/color]


21-Q7Eg4d1L.jpg



Interconnecting Cisco Network Devices, Part 2 (ICND2): (CCNA Exam 640-802 and ICND exam 640-816) (3rd Edition) (Self-Study Guide)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Stephen McQuerry
ISBN: 1587054639
ISBN-13: 9781587054631
Publisher: Cisco Press
Year: 2008
Pages: 408

Product Description
Authorized Self-Study Guide Interconnecting Cisco Network Devices, Part 2 (ICND2)
Third Edition Foundation learning for CCNA ICND2 Exam 640-816 Steve McQuerry, CCIE® No. 6108
Interconnecting Cisco Network Devices, Part 2 (ICND2), is a Cisco®-authorized, self-paced
learning tool for CCNA® foundation learning. This book provides you with the knowledge needed to install,
operate, and troubleshoot a small to medium-size branch office enterprise network, including configuring
several switches and routers, connecting to a WAN, and implementing network security. In Interconnecting
Cisco Network Devices, Part 2 (ICND2),
you will study actual router and switch output to aid your
understanding of how to configure these devices. Many notes, tips, and cautions are also spread throughout
the book. Specific topics include constructing medium-size routed and switched networks, OSPF and
EIGRP implementation, access control lists (ACL), address space management, and LAN extensions into
a WAN. Chapter-ending review questions illustrate and help solidify the concepts presented in the book.
Whether you are preparing for CCNA certification or simply want to gain a better understanding of how
to build medium-size Cisco networks, you will benefit from the foundation information presented in
this book. Interconnecting Cisco Network Devices, Part 2 (ICND2), is part of a recommended learning
path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners
and self-study products from Cisco Press. To find out more about instructor-led training, e-learning,
and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit Для просмотра ссылки Войди или Зарегистрируйся.
Steve McQuerry, CCIE® No. 6108, is a consulting systems engineer with Cisco focused on data center architecture.
Steve works with enterprise customers in the Midwestern United States to help them plan their data center
architectures. He has been an active member of the internetworking community since 1991 and has held
multiple certifications from Novell, Microsoft, and Cisco. Before joining Cisco Steve worked as an
independent contractor with Global Knowledge, where he taught and developed coursework around Cisco
technologies and certifications. Review the Cisco IOS® Software command structure for routers and
switches Build LANs and understand how to overcome problems associated with Layer 2 switching Evaluate
the differences between link-state and distance vector routing protocols Configure and troubleshoot
OSPF in a single area Configure and troubleshoot EIGRP Identify and filter traffic with ACLs Use Network
Address Translation (NAT) and Port Address Translation (PAT) to conserve IPv4 address space and implement
IPv6 Connect different sites over WANs or the Internet using IPsec VPN, SSL VPN, leased line, and Frame
Relay connections This volume is in the Certification Self-Study Series offered by Cisco Press®. Books
in this series provide officially developed self-study solutions to help networking professionals
understand technology implementations and prepare for the Cisco Career Certifications examinations.
Category: Cisco Press—Cisco Certification Covers: ICND2 Exam 640-816

eBook:Cisco.Press.Interconnecting.Cisco.Network.Devices.Part.2.ICND2.Feb.2008.eBook-BBL hash [1/x067fXqNKh4tVDICHkge6UmTw]
file:2008_0221_wrz_cis-pre.int.cis.net.dev.par.2.icn.feb.200.ebo.bbl.izp (2,315) KB

Код:
[color=magenta]http://rapidshare.com/files/94040527/2008_0221_wrz_cis-pre.int.cis.net.dev.par.2.icn.feb.200.ebo.bbl.izp.html
[/color]


21PSPdl8bBL.jpg



Inside Microsoft Exchange Server 2007 Web Services
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Sterling,Michael Mainer,Ben Spain,Mark Taylor,Huw Upshall
ISBN: 0735623929
ISBN-13: 9780735623927
Publisher: Microsoft Press
Year: 2007
Pages: 928

Product Description
Dive deep into the architecture of Exchange Web Servicesand master the intricacies for accessing data
with the new, unifying API. Exchange Web Services offers new functionality, replacing old, disparate
APIs. This practical guide introduces developers to Exchange Web Services. It includes comprehensive,
in-depth coverage of the architecture and key features, including messaging, folders, calendaring,
tasks, notifications, searching, availability, and autodiscovery. Developers who are moving applications
using previous APIs to Exchange Web Services will learn how to determine the correct web services constructsand
the implications of those decisions. This book assumes only knowledge of how to write HTTP requests,
but it provides proxy examples in Microsoft Visual C#.

eBook:Microsoft.Press.Inside.Microsoft.Exchange.Server.2007.Web.Services.Nov.2007.eBook-BBL hash [v6mv2zSDEW3K+D+jhldY9Bib1Xs]
file:2008_0221_wrz_mic-pre.ins.mic.exc.ser.200.web.ser.nov.200.ebo.bbl.izp (13,474) KB

Код:
[color=magenta]http://rapidshare.com/files/94035409/2008_0221_wrz_mic-pre.ins.mic.exc.ser.200.web.ser.nov.200.ebo.bbl.izp.html
[/color]


21E9y-aEMUL.jpg



Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Dan Cederholm
ISBN: 0321509021
ISBN-13: 9780321509024
Publisher: New Riders Press
Year: 2007
Pages: 312

Product Description
No matter how visually appealing or content-packed a Web site may be, if it's not adaptable to a variety
of situations and reaching the widest possible audience, it isn't really succeeding. In Bulletproof
Web Desing, author and Web designer extraordinaire, Dan Cederholm outlines standards-based strategies
for building designs that provide flexibility, readability, and user control--key components of every
sucessful site. Each chapter starts out with an example of an unbulletproof site one that employs a traditional
HTML-based approach which Dan then deconstructs, pointing out its limitations. He then gives the site
a make-over using XHTML and Cascading Style Sheets (CSS), so you can see how to replace bloated code with
lean markup and CSS for fast-loading sites that are accessible to all users. Finally, he covers several
popular fluid and elastic-width layout techniques and pieces together all of the page components discussed
in prior chapters into a single-page template.

eBook:New.Riders.Press.Bulletproof.Web.Design.2nd.Edition.Aug.2007.eBook-BBL hash [6/xUGv9Yt1WWdyHFnePNS2yvoT4]
file:2008_0221_wrz_new-rid.pre.bul.web.des.2nd.edi.aug.200.ebo.bbl.izp (34,421) KB

Код:
[color=magenta]http://rapidshare.com/files/94037599/2008_0221_wrz_new-rid.pre.bul.web.des.2nd.edi.aug.200.ebo.bbl.izp.html
[/color]


21V4B9C318L.jpg



Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURL
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Michael Schrenk
ISBN: 1593271204
ISBN-13: 9781593271206
Publisher: No Starch Press
Year: 2007
Pages: 328

Product Description
The Internet is bigger and better than what a mere browser allows. Webbots, Spiders, and Screen Scrapers
is for programmers and businesspeople who want to take full advantage of the vast resources available
on the Web. There's no reason to let browsers limit your online experience-especially when you can easily
automate online tasks to suit your individual needs. Learn how to write webbots and spiders that do all
this and more:
Programmatically download entire websites
Effectively parse data from web pages

Manage cookies
Decode encrypted files
Automate form submissions
Send and receive email
Send SMS
alerts to your cell phone
Unlock password-protected websites
Automatically bid in online auctions

Exchange data with FTP and NNTP servers Sample projects using standard code libraries reinforce these
new skills. You'll learn how to create your own webbots and spiders that track online prices, aggregate
different data sources into a single web page, and archive the online data you just can't live without.
You'll learn inside information from an experienced webbot developer on how and when to write stealthy
webbots that mimic human behavior, tips for developing fault-tolerant designs, and various methods
for launching and scheduling webbots. You'll also get advice on how to write webbots and spiders that
respect website owner property rights, plus techniques for shielding websites from unwanted robots.
As a bonus, visit the author's website to test your webbots on sample target pages, and to download the
scripts and code libraries used in the book. Some tasks are just too tedious-or too important!- to leave
to humans. Once you've automated your online life, you'll never let a browser limit the way you use the
Internet again.

eBook:No.Starch.Press.Webbots.Spiders.and.Screen.Scrapers.Mar.2007.eBook-BBL hash [KdBU008nG/HD2pBE4ZblFcqE1To]
file:2008_0221_wrz_no-sta.pre.web.spi.and.scr.scr.mar.200.ebo.bbl.izp (2,357) KB

Код:
[color=magenta]http://rapidshare.com/files/94037744/2008_0221_wrz_no-sta.pre.web.spi.and.scr.scr.mar.200.ebo.bbl.izp.html
[/color]


21VwntLnCEL.jpg



C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Joseph Albahari,Ben Albahari
ISBN: 0596527578
ISBN-13: 9780596527570
Publisher: O'Reilly Media, Inc.
Year: 2007
Pages: 858

Product Description
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 Framework that such books omit, this one covers in detail.

eBook:OReilly.C.Sharp.3.0.in.a.Nutshell.3rd.Edition.Sep.2007.eBook-BBL hash [ft7G9lnP1emxe5JU1i9RQCJvn/g]
file:2008_0221_wrz_ore-c.sha.3.0.in.a.nut.3rd.edi.sep.200.ebo.bbl.izp (7,395) KB

Код:
[color=magenta]http://rapidshare.com/files/94038205/2008_0221_wrz_ore-c.sha.3.0.in.a.nut.3rd.edi.sep.200.ebo.bbl.izp.html
[/color]


21y40l1%2B6JL.jpg



SOA Approach to Integration
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Matjaz, B. Juric,Ramesh Loganathan,Dr. P., G Sarang
ISBN: 1904811175
ISBN-13: 9781904811176
Publisher: Packt Publishing
Year: 2007
Pages: 384

Product Description
This book for architects and senior developers responsible for setting up Service-Oriented Architecture
(SOA) for intra-enterprise application integration (EAI) and inter-enterprise (B2B) integration
focuses on process-centric SOA to integrate existing (legacy) applications and modern solutions,
using new technologies: web services, XML, Enterprise Services Busses (ESBs), and Business Process
Execution Language (BPEL). Application integration within and between businesses to make up-to-date
information accessible almost anywhere is a difficult task that is growing in importance. This book
shows how to best integrate applications developed in different architectures and programming languages
on different platforms with modern e-business solutions, develop web services, and process and manage
XML documents from the JEE and .NET platforms. It demonstrates how to use ESBs for service integration
and BPEL executable business processes for service composition into business processes.

eBook:Packt.Publishing.SOA.Approach.to.Integration.Nov.2007.eBook-BBL hash [/jBpes6Z3PMA7NQn8RZl1arT4CM]
file:2008_0221_wrz_pac-pub.soa.app.to.int.nov.200.ebo.bbl.izp (5,931) KB

Код:
[color=magenta]http://rapidshare.com/files/94038563/2008_0221_wrz_pac-pub.soa.app.to.int.nov.200.ebo.bbl.izp.html
[/color]


21E8XRQtvkL.jpg



SQL Server 2005 Management and Administration
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Ross Mistry,Chris Amaris,Alec Minty,Rand Morimoto
ISBN: 0672329565
ISBN-13: 9780672329562
Publisher: Sams
Year: 2007
Pages: 700

Product Description
Microsoft SQL Server 2005 Management and Administration, based on Service Pack 2, addresses
the challenges database administrators regularly encounter on SQL Server 2005 by providing detailed
guidance in the areas of management, administration, security, and monitoring. With coverage of the
new features and functionality of SQL Server 2005 Service Pack 2, this book is designed to be comprehensive,
resulting in something for all database administrators—from simple tips to tactical solutions. Microsoft
SQL Server 2005 Management and Administration
goes far beyond the basic installation and setup
information found in many other resources. The book looks at day-to-day administration, best practices,
tips, and step-by-step configurations based on real-world examples found in the industry. Unlike others,
this book includes not only administration and management details on the Database Engine, but also coverage
of other SQL Server 2005 components often overlooked, including Analysis Services, Reporting Services,
and more. Understand how to… Configure and tune the Database Engine, Reporting Services, Analysis Services,
Integration Services, and Notification Services Harden a SQL Server implementation Implement SQL
Server highavailability alternatives, such as Failover Clustering, Log Shipping, Database Mirroring,
and Replication Monitor a SQL Server 2005 infrastructure with Operations Manager 2007, including how
to configure the SQL Server Management Pack and install Operations Manager 2007 Automate SQL Server
routine maintenance Encrypt SQL Server data and communications, including setting up a Certificate
Authority Performance tune and troubleshoot a SQL Server environment Create Integration Services
packages and transfer data On the Web: Download bonus chapters from Для просмотра ссылки Войди или Зарегистрируйся
Introduction 1 Part I Administering SQL Server Components 1 Administering SQL Server 2005 Database
Engine 11 2 Administering SQL Server 2005 Analysis Services 67 3 Administering SQL Server 2005 Reporting
Services 99 4 Administering SQL Server 2005 Notification Services 149 5 Administering SQL Server 2005
Integration Services 183 6 Administering SQL Server Replication 209 Part II Managing SQL Server 2005
7 Conducting a SQL Server 2005 Health Check 261 8 SQL Server 2005 Maintenance Practices 289 9 Managing
and Optimizing SQL Server 2005 Indexes 317 10 Managing Full-Text Catalogs 353 11 Creating Packages and
Transferring Data 387 Part III Securing the SQL Server Implementation 12 Hardening a SQL Server 2005
Environment 435 13 Administering SQL Server Security 469 14 Encrypting SQL Server Data and Communications
509 The following chapters are located online: Part IV SQL Server 2005 Overview (located online) 15 SQL
Server 2005 Technology Primer 537 16 Tools of the Trade 571 Part V Disaster Recovery and High Availability
(located online) 17 Backing Up and Restoring the SQL Server 2005 Environment 597 18 Administering and
Managing Failover Clustering 647 19 Administering and Managing Database Mirroring 691 20 Administering
and Managing Log Shipping 721 Part VI Monitoring and Troubleshooting SQL Server (located online) 21
Monitoring SQL Server 2005 753 22 Performance Tuning and Troubleshooting SQL Server 2005 787 Appendix
SQL Server 2005 Management and Administration 821

eBook:Sams.SQL.Server.2005.Management.and.Administration.Oct.2007.eBook-BBL hash [waA9ssCv4S+Vk2tAO3YPLXAWsyM]
file:2008_0221_wrz_sam-sql.ser.200.man.and.adm.oct.200.ebo.bbl.izp (9,435) KB

Код:
[color=magenta]http://rapidshare.com/files/94039165/2008_0221_wrz_sam-sql.ser.200.man.and.adm.oct.200.ebo.bbl.izp.html
[/color]


21rrrHNy-OL.jpg



The Art & Science of JavaScript
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Cameron Adams,James Edwards,Christian Heilmann,Michael Mahemoff,Ara Pehlivanian,Dan Webb,Simon Willison
ISBN: 0980285844
ISBN-13: 9780980285840
Publisher: SitePoint
Year: 2007
Pages: 300

Product Description
We've assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational
techniques you'll ever use. From creating impressive mashups and stunning, dynamic graphics, to more
subtle user-experience enhancements, you're about to be amazed by the true potential of this powerful
language. With an all star line-up of authors including James Edwards, Michael Mahemoff, Ara Pehlivanian,
Cameron Adams, Dan Webb, Christian Heilmann, and Simon Willison, this superb book will show you how to:

Create a slick Google Maps and Flickr mashup.
Build your own fully accessible 3D maze.
Create stunning
vector graphics using the canvas element.
Have some fun with draggable and sortable table columns.

Give your site some extra personality with client-side badges.
Write better code faster using metaprogramming
techniques.
Become a debugging expert using pro-level Firebug tricks. This book is perfect for intermediate
JavaScript developers wanting to take their JavaScript skills to the next level without sacrificing
web accessibility or best practice. If you've never written a line of JavaScript before, this probably
isn't the right book for you. If you have only a small amount of experience with JavaScript, but are comfortable
enough programming in another language such as PHP or Java, you'll be just fine-we'll hold your hand along
the way, and all of the code is available for you to download and experiment with on your own.

eBook:SitePoint.The.Art.and.Science.of.JavaScript.Dec.2007.eBook-BBL hash [zMDawXK5N18j879pZcjp5dWliHQ]
file:2008_0221_wrz_sit-the.art.and.sci.of.jav.dec.200.ebo.bbl.izp (3,756) KB

Код:
[color=magenta]http://rapidshare.com/files/94039412/2008_0221_wrz_sit-the.art.and.sci.of.jav.dec.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Sams.ASP.NET.3.5.Unleashed.Jan.2008.eBook-BBL
2. Sams.Microsoft.ISA.Server.2006.Unleashed.Dec.2007.eBook-BBL
3. Sams.openSUSE.Linux.Unleashed.Nov.2007.eBook-BBL




21m7urkGXaL.jpg



ASP.NET 3.5 Unleashed
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Stephen Walther
ISBN: 0672330113
ISBN-13: 9780672330117
Publisher: Sams
Year: 2008
Pages: 1920

Product Description
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5
Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced. This edition
covers all the new features of ASP.NET 3.5. It explains Microsoft LINQ to SQL in detail. It includes a chapter
on the two new data access controls introduced with the ASP.NET 3.5 Framework: ListView and DataPager.
With its coverage of ASP.NET AJAX, this book shows you how to take advantage of Microsoft’s server-side
AJAX framework to retrofit existing ASP.NET applications with AJAX functionality. It also demonstrates
how to use Microsoft’s client-side AJAX framework to build the web applications of the future:
pure client-side AJAX applications. All code samples are written in the C# programming language. (Visual
Basic versions of all code samples are included on the CD-ROM that accompanies this book.) Take advantage
of Microsoft’s new database query language, LINQ to SQL, to easily build database-driven web
applications Learn how to use the new ListView and DataPager data access controls to build flexible user
interfaces Take advantage of ASP.NET AJAX when building both server-side and client-side web applications
Use the AJAX Control Toolkit to create auto-complete text fields, draggable panels, masked edit fields,
and complex animations Design ASP.NET websites Secure your ASP.NET applications Create custom components
Build highly interactive websites that can scale to handle thousands of simultaneous users Learn to
build a complete ASP.NET 3.5 website from start to finish–the last chapter of the book includes
a sample ASP.NET 3.5 web application written with LINQ to SQL and ASP.NET AJAX CD-ROM includes all examples
and source code presented in this book in both C# and Visual Basic.

eBook:Sams.ASP.NET.3.5.Unleashed.Jan.2008.eBook-BBL hash [/zeUcEr9TyTgwhXnLDGmeecfHJk]
file:2008_0225_wrz_sam-asp.net.3.5.unl.jan.200.ebo.bbl.izp (20,786) KB

Код:
[color=magenta]http://rapidshare.com/files/95441291/2008_0225_wrz_sam-asp.net.3.5.unl.jan.200.ebo.bbl.izp.html
[/color]


21gQoIpbAgL.jpg



Microsoft ISA Server 2006 Unleashed
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Michael Noel
ISBN: 0672329190
ISBN-13: 9780672329197
Publisher: Sams
Year: 2007
Pages: 600

Product Description
ISA Server 2006 is a robust application layer firewall that provides organizations with the ability
to secure critical business infrastructure from the exploits and threats of the modern computing world.
ISA’s ability to act as an edge firewall, a Virtual Private Networking solution, a reverse proxy
server, or a content caching device give it unprecedented flexibility and position it as a valuable security
tool for many types of organizations. ISA Server 2006 Unleashed provides insight into the inner
workings of the product, as well as providing best-practice advice on design and implementation concepts
for ISA. In addition to detailing commonly requested topics such as securing Outlook Web Access, deploying
ISA in a firewall DMZ, and monitoring ISA traffic, this book provides up-to-date information about the
new enhancements made to the 2006 version of the product. The author draws upon his experience deploying
and managing enterprise ISA environments to present real-world scenarios, outline tips and tricks,
and provide step-by-step guides to securing infrastructure using ISA.

eBook:Sams.Microsoft.ISA.Server.2006.Unleashed.Dec.2007.eBook-BBL hash [icTMUNVgoxBmepKAsTd3tAvMiy4]
file:2008_0225_wrz_sam-mic.isa.ser.200.unl.dec.200.ebo.bbl.izp (11,229) KB

Код:
[color=magenta]http://rapidshare.com/files/95438042/2008_0225_wrz_sam-mic.isa.ser.200.unl.dec.200.ebo.bbl.izp.html
[/color]


21PBAQ78VuL.jpg



openSUSE Linux Unleashed
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Michael McCallister
ISBN: 067232945X
ISBN-13: 9780672329456
Publisher: Sams
Year: 2007
Pages: 744

Product Description
DVD Includes openSUSE 10.3 openSUSE Linux Unleashed presents comprehensive coverage of the
community version of SUSE Linux, one of the most popular and most complete Linux distributions in the
world. This book provides detailed information on installing, using, and administering openSUSE.
You’ll learn how to unleash the vast array of software products included in openSUSE so that you
can use it as a desktop computer, as a professional workstation, or as a powerful server. openSUSE
Linux Unleashed
includes a broad range of coverage: from using software you need everyday–such
as email clients, web browsers, and productivity software including the OpenOffice.org productivity
suite–to configuring and administering a wide range of network and server products, such as the
Apache web server, and MySQL database. Additionally, this book provides details on openSUSE’s
acclaimed YaST administration tools, web programming, networking, and choosing from a wide selection
of graphical interfaces and desktop environments, including both KDE and GNOME. Plan your openSUSE
installation based on your computing needs Configure and use the X Window System–the Linux graphical
interface–and the two primary desktop environments for Linux–KDE and GNOME Run OpenOffice.org
and other productivity tools Create your own websites and weblogs Manage the kernel and its modules Set
up networks Run the Apache web server Use the LAMP web programming suite: Linux, Apache, MySQL, and the
scripting languages Perl, Python, and PHP Play music, video, and games Preserve an existing Windows
installation for dual-boot launching DVD-ROM includes: The complete openSUSE 10.3 binary distribution–the
equivalent of five CDs–packed with thousands of applications and utilities The latest Apache
web server Samba for Windows-based file and printer sharing The OpenOffice.org office productivity
suite Games for the desktop Hundreds of additional programs, utilities, and development tools Register
your book at Для просмотра ссылки Войди или Зарегистрируйся for convenient access to updates and other resources
related to this book. Michael McCallister has been making computing easier for the full spectrum of users
for more than a decade. Currently a technical writing consultant with Compuware, he is also a senior member
of the Society for Technical Communication and the National Writers Union. He has run a SUSE Linux installation
since version 5.3 and knows firsthand how far the distribution has come over the years. Besides SUSE
Linux Unleashed
, he is the author of Computer Certification Handbook (Arco Press), and
has had articles published in Linux Journal, SearchEnterpriseLinux.com, Java Developer’s
Journal
, Internet Voyager, and Isthmus. Category: Operating Systems/Linux Covers:
openSUSE Linux 10.3 User Level: Intermediate???Advanced $49.99 USA / $56.99 CAN / ??35.99 Net UK (inc.
of VAT)®

eBook:Sams.openSUSE.Linux.Unleashed.Nov.2007.eBook-BBL hash [ZOZ596s2nlNSVJDtUVCm68bfE10]
file:2008_0225_wrz_sam-ope.lin.unl.nov.200.ebo.bbl.izp (23,389) KB

Код:
[color=magenta]http://rapidshare.com/files/95439684/2008_0225_wrz_sam-ope.lin.unl.nov.200.ebo.bbl.izp.html
[/color]

Добавлено позднее:

1. Focal.Press.Flash.plus.After.Effects.Feb.2008.eBook-BBL
2. McGraw.Hill.eBay.QuickSteps.2nd.Edition.Oct.2007.eBook-BBL
3. McGraw.Hill.Hacking.Exposed.Web.2.0.Dec.2007.eBook-BBL
4. McGraw.Hill.Linux.plus.Certification.Study.Guide.Aug.2007.eBook-BBL
5. McGraw.Hill.Microsoft.Office.SharePoint.Server.2007.A.Beginners.Guide.Sep.2007.eBook-BBL
6. McGraw.Hill.Oracle.Database.11g.DBA.Handbook.Dec.2007.eBook-BBL
7. Morgan.Kaufmann.Game.Design.Workshop.2nd.Edition.Feb.2008.eBook-BBL




21f2AKIeJOL.jpg



Flash + After Effects
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Chris Jackson
ISBN: 0240810317
ISBN-13: 9780240810317
Publisher: Focal Press
Year: 2008
Pages: 304

Product Description
Flash Designers: push Flash to the next level with After Effects robust toolset.* Add motion graphics
and visual effects to your Flash projects* Fuse 3D depth into 2D animations* Prepare Flash animations
for broadcast* Save development time in executing animationsCombine these two powerhouse applications
to expand your multimedia horizons. Flash + After Effects gives the experienced Flash designer a working
understanding of the After Effects toolset with professional techniques that raise the design bar for
Web, broadcast, or CD/DVD delivery. The companion DVD contains project media that permit you to practice
essential After Effects skills that include: * Working with video and the AE timeline* Using alpha channels
for keying and enhancing interactivity* Putting vector animation to work with Text and Shape Layers,
and animation presets* Creating 3D backgrounds with cameras and lights* Animating with Behaviors,
Parenting, Expressions and the Puppet ToolYou also get a video primer, render and file optimization
techniques, and publishing and streaming guidelines.Combine two powerhouse applications to:* Add
motion graphics and visual effects* Fuse 3D depth into 2D animations* Prepare Flash animations for broadcast*
Save development time

eBook:Focal.Press.Flash.plus.After.Effects.Feb.2008.eBook-BBL hash [NuHvSNfVrSMuThg5pOrHW5A3eQo]
file:2008_0226_wrz_foc-pre.fla.plu.aft.eff.feb.200.ebo.bbl.izp (12,730) KB

Код:
[color=magenta]http://rapidshare.com/files/95447733/2008_0226_wrz_foc-pre.fla.plu.aft.eff.feb.200.ebo.bbl.izp.html
[/color]


2104pD-oT7L.jpg



eBay® QuickSteps, 2nd Edition (Quicksteps)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Carole Matthews,John Cronan
ISBN: 0071485597
ISBN-13: 9780071485593
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 240

Product Description
Step-by-Step, Full-Color Graphics!Get started using eBay right away-the QuickSteps way. Color screenshots
and clear instructions show you how to buy and sell just about anything. You'll learn to navigate eBay,
become a member, and develop strategies for buying at the lowest prices. You'll also find out how to list
your items well and price them to sell, research other buyers and sellers, protect yourself from fraud,
and much more. It's easy to flip straight to the information you need using the color-coded tabs. Get the
book that gets you up-and-running on eBay in no time.
Use these handy guideposts:

Shortcuts for accomplishing
common tasks
Need-to-know facts in concise narrative
Helpful reminders or alternate ways of doing
things
Bonus information related to the topic being covered
Errors and pitfalls to avoid


eBook:McGraw.Hill.eBay.QuickSteps.2nd.Edition.Oct.2007.eBook-BBL hash [LDH4Y4dm9989xOq2fkTutWvN6GY]
file:2008_0226_wrz_mcg-hil.eba.qui.2nd.edi.oct.200.ebo.bbl.izp (14,302) KB

Код:
[color=magenta]http://rapidshare.com/files/95448649/2008_0226_wrz_mcg-hil.eba.qui.2nd.edi.oct.200.ebo.bbl.izp.html
[/color]


31IRtzrL10L.jpg



Hacking Exposed Web 2.0: Web 2.0 Security Secrets and Solutions (Hacking Exposed)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Rich Cannings,Himanshu Dwivedi,Zane Lackey
ISBN: 0071494618
ISBN-13: 9780071494618
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 258

Product Description
Lock down next-generation Web services
"This book concisely identifies the types of attacks which
are faced daily by Web 2.0 sites, and the authors give solid, practical advice on how to identify and mitigate
these threats." --Max Kelly, CISSP, CIPP, CFCE, Senior Director of Security, Facebook
Protect your
Web 2.0 architecture against the latest wave of cybercrime using expert tactics from Internet security
professionals. Hacking Exposed Web 2.0 shows how hackers perform reconnaissance, choose their entry
point, and attack Web 2.0-based services, and reveals detailed countermeasures and defense techniques.
You'll learn how to avoid injection and buffer overflow attacks, fix browser and plug-in flaws, and secure
AJAX, Flash, and XML-driven applications. Real-world case studies illustrate social networking site
weaknesses, cross-site attack methods, migration vulnerabilities, and IE7 shortcomings.

Plug
security holes in Web 2.0 implementations the proven Hacking Exposed way
Learn how hackers target and
abuse vulnerable Web 2.0 applications, browsers, plug-ins, online databases, user inputs, and HTML
forms
Prevent Web 2.0-based SQL, XPath, XQuery, LDAP, and command injection attacks
Circumvent XXE,
directory traversal, and buffer overflow exploits
Learn XSS and Cross-Site Request Forgery methods
attackers use to bypass browser security controls
Fix vulnerabilities in Outlook Express and Acrobat
Reader add-ons
Use input validators and XML classes to reinforce ASP and .NET security
Eliminate unintentional
exposures in ASP.NET AJAX (Atlas), Direct Web Remoting, Sajax, and GWT Web applications
Mitigate ActiveX
security exposures using SiteLock, code signing, and secure controls
Find and fix Adobe Flash vulnerabilities
and DNS rebinding attacks

eBook:McGraw.Hill.Hacking.Exposed.Web.2.0.Dec.2007.eBook-BBL hash [n9+xcS18Q6MC07LbEFAG7hclEq0]
file:2008_0226_wrz_mcg-hil.hac.exp.web.2.0.dec.200.ebo.bbl.izp (4,089) KB

Код:
[color=magenta]http://rapidshare.com/files/95443169/2008_0226_wrz_mcg-hil.hac.exp.web.2.0.dec.200.ebo.bbl.izp.html
[/color]


31OctdVjJcL.jpg



Linux+ Certification Study Guide (Certification Study Guides)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Robb Tracy
ISBN: 007148874X
ISBN-13: 9780071488747
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 1038

Product Description
The most exam-focused CompTIA Linux+ study guide available
This fully integrated study system delivers
trusted and up-to-date coverage of the newly revised CompTIA Linux+ certification exam. Featuring
more than 200 review questions, step-by-step exercises, and in-depth explanations, this is the only
study guide to include platform-independent practice exams. The CD-ROM contains sample questions,
video training, and more.


eBook:McGraw.Hill.Linux.plus.Certification.Study.Guide.Aug.2007.eBook-BBL hash [BuVStp7gm56moqaTOBoTFE3Lqzg]
file:2008_0226_wrz_mcg-hil.lin.plu.cer.stu.gui.aug.200.ebo.bbl.izp (17,417) KB

Код:
[color=magenta]http://rapidshare.com/files/95444460/2008_0226_wrz_mcg-hil.lin.plu.cer.stu.gui.aug.200.ebo.bbl.izp.html
[/color]


21nmHUzL5gL.jpg



Microsoft® Office SharePoint® Server 2007: A Beginner's Guide (Beginner's Guide (Osborne Mcgraw Hill))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Ron Gilster
ISBN: 0071493271
ISBN-13: 9780071493277
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 625

Product Description
Set up and administer a SharePoint Server 2007 environment
Get started on Microsoft Office SharePoint
Server 2007 quickly and easily with help from this step-by-step guide. Using clear instructions, Microsoft
Office SharePoint Server 2007: A Beginner's Guide shows you how to set up and configure SharePoint Server,
collect and store data, build lists and libraries, and enable enterprise search capabilities. You'll
learn how to create portals and Web pages, secure your SharePoint Server 2007 environment, and optimize
performance. Microsoft Office 2007 integration techniques are also covered.

Install and configure
SharePoint Server 2007
Secure your SharePoint Server network and data
Easily locate files and folders
using the Search feature
Simplify data collection using forms and workflows
Logically organize content
into lists and libraries
Monitor, maintain, and back up your SharePoint Server environment
Build
Web applications and portals from reusable, modular Web Parts
Improve efficiency using customized
views and metadata schemes
Seamlessly integrate with Microsoft Office Outlook 2007

eBook:McGraw.Hill.Microsoft.Office.SharePoint.Server.2007.A.Beginners.Guide.Sep.2007.eBook-BBL hash [qWzpZr7J2HD38bZ+oF5VmRPwG0U]
file:2008_0226_wrz_mcg-hil.mic.off.sha.ser.200.a.beg.gui.sep.200.ebo.bbl.izp (17,134) KB

Код:
[color=magenta]http://rapidshare.com/files/95445708/2008_0226_wrz_mcg-hil.mic.off.sha.ser.200.a.beg.gui.sep.200.ebo.bbl.izp.html
[/color]


21BX-ChjW2L.jpg



Oracle Database 11g DBA Handbook (Osborne Oracle Press)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Bob Bryla,Kevin Loney
ISBN: 0071496637
ISBN-13: 9780071496636
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 670

Product Description
The bestselling, comprehensive guide to Oracle database administration, fully revised for the new
release
This essential resource for Oracle DBAs has been completely updated to cover the new features
of Oracle Database 11g, the industry standard Web-enabled enterprise database system. Oracle Database 11g
DBA Handbook details each topic with an emphasis on the big picture, enabling you to achieve effective
and efficient database management.
You will learn to get up-and-running on Oracle Database 11g, develop
and implement applications, manage storage space, and create reliable system backups. New and revised
sections cover high availability, performance optimization, information management, and security
procedures. Real-world examples and case studies illustrate each concept along the way.


eBook:McGraw.Hill.Oracle.Database.11g.DBA.Handbook.Dec.2007.eBook-BBL hash [SHurQjVT1gAZObiC8VAFuyP6N2k]
file:2008_0226_wrz_mcg-hil.ora.dat.11g.dba.han.dec.200.ebo.bbl.izp (5,172) KB

Код:
[color=magenta]http://rapidshare.com/files/95446098/2008_0226_wrz_mcg-hil.ora.dat.11g.dba.han.dec.200.ebo.bbl.izp.html
[/color]


21Psht%2B%2Bu0L.jpg



Game Design Workshop, Second Edition: A Playcentric Approach to Creating Innovative Games
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Tracy Fullerton
ISBN: 0240809742
ISBN-13: 9780240809748
Publisher: Morgan Kaufmann
Year: 2008
Pages: 496

Product Description
Master the craft of game design so you can create that elusive combination of challenge, competition,
and interaction that players seek. This design workshop begins with an examination of the fundamental
elements of game design; then puts you to work in prototyping, playtesting and redesigning your own games
with exercises that teach essential design skills. Workshop exercises require no background in programming
or artwork, releasing you from the intricacies of electronic game production, so you can develop a working
understanding of the essentials of game design.Features:* A design methodology used in the USC Interactive
Media program, a cutting edge program funded in part of Electronic Arts. * Hands-on exercises demonstrate
key concepts, and the design methodology* Insights from top industry game designers, including Noah
Falstein, American McGee, Peter Molyneux

eBook:Morgan.Kaufmann.Game.Design.Workshop.2nd.Edition.Feb.2008.eBook-BBL hash [PkGUjAwV2kkVX1L1aUQpq+kJsf8]
file:2008_0226_wrz_mor-kau.gam.des.wor.2nd.edi.feb.200.ebo.bbl.izp (9,516) KB

Код:
[color=magenta]http://rapidshare.com/files/95446832/2008_0226_wrz_mor-kau.gam.des.wor.2nd.edi.feb.200.ebo.bbl.izp.html
[/color]
 
Последнее редактирование модератором:

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Focal.Press.Flash.plus.After.Effects.Feb.2008.eBook-BBL
2. McGraw.Hill.eBay.QuickSteps.2nd.Edition.Oct.2007.eBook-BBL
3. McGraw.Hill.Hacking.Exposed.Web.2.0.Dec.2007.eBook-BBL
4. McGraw.Hill.Linux.plus.Certification.Study.Guide.Aug.2007.eBook-BBL
5. McGraw.Hill.Microsoft.Office.SharePoint.Server.2007.A.Beginners.Guide.Sep.2007.eBook-BBL
6. McGraw.Hill.Oracle.Database.11g.DBA.Handbook.Dec.2007.eBook-BBL
7. Morgan.Kaufmann.Game.Design.Workshop.2nd.Edition.Feb.2008.eBook-BBL




21f2AKIeJOL.jpg



Flash + After Effects
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Chris Jackson
ISBN: 0240810317
ISBN-13: 9780240810317
Publisher: Focal Press
Year: 2008
Pages: 304

Product Description
Flash Designers: push Flash to the next level with After Effects robust toolset.* Add motion graphics
and visual effects to your Flash projects* Fuse 3D depth into 2D animations* Prepare Flash animations
for broadcast* Save development time in executing animationsCombine these two powerhouse applications
to expand your multimedia horizons. Flash + After Effects gives the experienced Flash designer a working
understanding of the After Effects toolset with professional techniques that raise the design bar for
Web, broadcast, or CD/DVD delivery. The companion DVD contains project media that permit you to practice
essential After Effects skills that include: * Working with video and the AE timeline* Using alpha channels
for keying and enhancing interactivity* Putting vector animation to work with Text and Shape Layers,
and animation presets* Creating 3D backgrounds with cameras and lights* Animating with Behaviors,
Parenting, Expressions and the Puppet ToolYou also get a video primer, render and file optimization
techniques, and publishing and streaming guidelines.Combine two powerhouse applications to:* Add
motion graphics and visual effects* Fuse 3D depth into 2D animations* Prepare Flash animations for broadcast*
Save development time

eBook:Focal.Press.Flash.plus.After.Effects.Feb.2008.eBook-BBL hash [NuHvSNfVrSMuThg5pOrHW5A3eQo]
file:2008_0226_wrz_foc-pre.fla.plu.aft.eff.feb.200.ebo.bbl.izp (12,730) KB

Код:
[color=magenta]http://rapidshare.com/files/95447733/2008_0226_wrz_foc-pre.fla.plu.aft.eff.feb.200.ebo.bbl.izp.html
[/color]


2104pD-oT7L.jpg



eBay® QuickSteps, 2nd Edition (Quicksteps)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Carole Matthews,John Cronan
ISBN: 0071485597
ISBN-13: 9780071485593
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 240

Product Description
Step-by-Step, Full-Color Graphics!Get started using eBay right away-the QuickSteps way. Color screenshots
and clear instructions show you how to buy and sell just about anything. You'll learn to navigate eBay,
become a member, and develop strategies for buying at the lowest prices. You'll also find out how to list
your items well and price them to sell, research other buyers and sellers, protect yourself from fraud,
and much more. It's easy to flip straight to the information you need using the color-coded tabs. Get the
book that gets you up-and-running on eBay in no time.
Use these handy guideposts:

Shortcuts for accomplishing
common tasks
Need-to-know facts in concise narrative
Helpful reminders or alternate ways of doing
things
Bonus information related to the topic being covered
Errors and pitfalls to avoid


eBook:McGraw.Hill.eBay.QuickSteps.2nd.Edition.Oct.2007.eBook-BBL hash [LDH4Y4dm9989xOq2fkTutWvN6GY]
file:2008_0226_wrz_mcg-hil.eba.qui.2nd.edi.oct.200.ebo.bbl.izp (14,302) KB

Код:
[color=magenta]http://rapidshare.com/files/95448649/2008_0226_wrz_mcg-hil.eba.qui.2nd.edi.oct.200.ebo.bbl.izp.html
[/color]


31IRtzrL10L.jpg



Hacking Exposed Web 2.0: Web 2.0 Security Secrets and Solutions (Hacking Exposed)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Rich Cannings,Himanshu Dwivedi,Zane Lackey
ISBN: 0071494618
ISBN-13: 9780071494618
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 258

Product Description
Lock down next-generation Web services
"This book concisely identifies the types of attacks which
are faced daily by Web 2.0 sites, and the authors give solid, practical advice on how to identify and mitigate
these threats." --Max Kelly, CISSP, CIPP, CFCE, Senior Director of Security, Facebook
Protect your
Web 2.0 architecture against the latest wave of cybercrime using expert tactics from Internet security
professionals. Hacking Exposed Web 2.0 shows how hackers perform reconnaissance, choose their entry
point, and attack Web 2.0-based services, and reveals detailed countermeasures and defense techniques.
You'll learn how to avoid injection and buffer overflow attacks, fix browser and plug-in flaws, and secure
AJAX, Flash, and XML-driven applications. Real-world case studies illustrate social networking site
weaknesses, cross-site attack methods, migration vulnerabilities, and IE7 shortcomings.

Plug
security holes in Web 2.0 implementations the proven Hacking Exposed way
Learn how hackers target and
abuse vulnerable Web 2.0 applications, browsers, plug-ins, online databases, user inputs, and HTML
forms
Prevent Web 2.0-based SQL, XPath, XQuery, LDAP, and command injection attacks
Circumvent XXE,
directory traversal, and buffer overflow exploits
Learn XSS and Cross-Site Request Forgery methods
attackers use to bypass browser security controls
Fix vulnerabilities in Outlook Express and Acrobat
Reader add-ons
Use input validators and XML classes to reinforce ASP and .NET security
Eliminate unintentional
exposures in ASP.NET AJAX (Atlas), Direct Web Remoting, Sajax, and GWT Web applications
Mitigate ActiveX
security exposures using SiteLock, code signing, and secure controls
Find and fix Adobe Flash vulnerabilities
and DNS rebinding attacks

eBook:McGraw.Hill.Hacking.Exposed.Web.2.0.Dec.2007.eBook-BBL hash [n9+xcS18Q6MC07LbEFAG7hclEq0]
file:2008_0226_wrz_mcg-hil.hac.exp.web.2.0.dec.200.ebo.bbl.izp (4,089) KB

Код:
[color=magenta]http://rapidshare.com/files/95443169/2008_0226_wrz_mcg-hil.hac.exp.web.2.0.dec.200.ebo.bbl.izp.html
[/color]


31OctdVjJcL.jpg



Linux+ Certification Study Guide (Certification Study Guides)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Robb Tracy
ISBN: 007148874X
ISBN-13: 9780071488747
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 1038

Product Description
The most exam-focused CompTIA Linux+ study guide available
This fully integrated study system delivers
trusted and up-to-date coverage of the newly revised CompTIA Linux+ certification exam. Featuring
more than 200 review questions, step-by-step exercises, and in-depth explanations, this is the only
study guide to include platform-independent practice exams. The CD-ROM contains sample questions,
video training, and more.


eBook:McGraw.Hill.Linux.plus.Certification.Study.Guide.Aug.2007.eBook-BBL hash [BuVStp7gm56moqaTOBoTFE3Lqzg]
file:2008_0226_wrz_mcg-hil.lin.plu.cer.stu.gui.aug.200.ebo.bbl.izp (17,417) KB

Код:
[color=magenta]http://rapidshare.com/files/95444460/2008_0226_wrz_mcg-hil.lin.plu.cer.stu.gui.aug.200.ebo.bbl.izp.html
[/color]


21nmHUzL5gL.jpg



Microsoft® Office SharePoint® Server 2007: A Beginner's Guide (Beginner's Guide (Osborne Mcgraw Hill))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Ron Gilster
ISBN: 0071493271
ISBN-13: 9780071493277
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 625

Product Description
Set up and administer a SharePoint Server 2007 environment
Get started on Microsoft Office SharePoint
Server 2007 quickly and easily with help from this step-by-step guide. Using clear instructions, Microsoft
Office SharePoint Server 2007: A Beginner's Guide shows you how to set up and configure SharePoint Server,
collect and store data, build lists and libraries, and enable enterprise search capabilities. You'll
learn how to create portals and Web pages, secure your SharePoint Server 2007 environment, and optimize
performance. Microsoft Office 2007 integration techniques are also covered.

Install and configure
SharePoint Server 2007
Secure your SharePoint Server network and data
Easily locate files and folders
using the Search feature
Simplify data collection using forms and workflows
Logically organize content
into lists and libraries
Monitor, maintain, and back up your SharePoint Server environment
Build
Web applications and portals from reusable, modular Web Parts
Improve efficiency using customized
views and metadata schemes
Seamlessly integrate with Microsoft Office Outlook 2007

eBook:McGraw.Hill.Microsoft.Office.SharePoint.Server.2007.A.Beginners.Guide.Sep.2007.eBook-BBL hash [qWzpZr7J2HD38bZ+oF5VmRPwG0U]
file:2008_0226_wrz_mcg-hil.mic.off.sha.ser.200.a.beg.gui.sep.200.ebo.bbl.izp (17,134) KB

Код:
[color=magenta]http://rapidshare.com/files/95445708/2008_0226_wrz_mcg-hil.mic.off.sha.ser.200.a.beg.gui.sep.200.ebo.bbl.izp.html
[/color]


21BX-ChjW2L.jpg



Oracle Database 11g DBA Handbook (Osborne Oracle Press)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Bob Bryla,Kevin Loney
ISBN: 0071496637
ISBN-13: 9780071496636
Publisher: McGraw-Hill Osborne Media
Year: 2007
Pages: 670

Product Description
The bestselling, comprehensive guide to Oracle database administration, fully revised for the new
release
This essential resource for Oracle DBAs has been completely updated to cover the new features
of Oracle Database 11g, the industry standard Web-enabled enterprise database system. Oracle Database 11g
DBA Handbook details each topic with an emphasis on the big picture, enabling you to achieve effective
and efficient database management.
You will learn to get up-and-running on Oracle Database 11g, develop
and implement applications, manage storage space, and create reliable system backups. New and revised
sections cover high availability, performance optimization, information management, and security
procedures. Real-world examples and case studies illustrate each concept along the way.


eBook:McGraw.Hill.Oracle.Database.11g.DBA.Handbook.Dec.2007.eBook-BBL hash [SHurQjVT1gAZObiC8VAFuyP6N2k]
file:2008_0226_wrz_mcg-hil.ora.dat.11g.dba.han.dec.200.ebo.bbl.izp (5,172) KB

Код:
[color=magenta]http://rapidshare.com/files/95446098/2008_0226_wrz_mcg-hil.ora.dat.11g.dba.han.dec.200.ebo.bbl.izp.html
[/color]


21Psht%2B%2Bu0L.jpg



Game Design Workshop, Second Edition: A Playcentric Approach to Creating Innovative Games
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Tracy Fullerton
ISBN: 0240809742
ISBN-13: 9780240809748
Publisher: Morgan Kaufmann
Year: 2008
Pages: 496

Product Description
Master the craft of game design so you can create that elusive combination of challenge, competition,
and interaction that players seek. This design workshop begins with an examination of the fundamental
elements of game design; then puts you to work in prototyping, playtesting and redesigning your own games
with exercises that teach essential design skills. Workshop exercises require no background in programming
or artwork, releasing you from the intricacies of electronic game production, so you can develop a working
understanding of the essentials of game design.Features:* A design methodology used in the USC Interactive
Media program, a cutting edge program funded in part of Electronic Arts. * Hands-on exercises demonstrate
key concepts, and the design methodology* Insights from top industry game designers, including Noah
Falstein, American McGee, Peter Molyneux

eBook:Morgan.Kaufmann.Game.Design.Workshop.2nd.Edition.Feb.2008.eBook-BBL hash [PkGUjAwV2kkVX1L1aUQpq+kJsf8]
file:2008_0226_wrz_mor-kau.gam.des.wor.2nd.edi.feb.200.ebo.bbl.izp (9,516) KB

Код:
[color=magenta]http://rapidshare.com/files/95446832/2008_0226_wrz_mor-kau.gam.des.wor.2nd.edi.feb.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Auerbach.Interpreting.the.CMMI.A.Process.Improvement.Approach.2nd.Edition.Mar.2008.eBook-BBL
2. McGraw.Hill.CNET.Do.It.Yourself.Home.Networking.Projects.Dec.2007.eBook-BBL




21TTelhy4YL.jpg



Interpreting the CMMI (R): A Process Improvement Approach, Second Edition
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Margaret K. Kulpa,Kent A. Johnson
ISBN: 142006052X
ISBN-13: 9781420060522
Publisher: AUERBACH
Year: 2008
Pages: 424

Product Description
Written by experienced process improvement professionals who have developed and implemented computer
based systems in organizations around the world, Interpreting the CMMI?: A Process Improvement Approach,
Second Edition provides you with specific techniques for performing process improvement. Employing
everyday language and supported by real world examples, the authors describe the fundamental concepts
of the CMMI model, covering goals, practices, architecture, and definitions, and provide a structured
approach for implementing the concepts of the CMMI into any organization. They discuss getting started
in the process improvement effort, as well as how to continue on to high maturity. They walk you through
the myriad of charts and graphs involved in statistical process control and offer practical recommendations.
They also provide information on blending different process improvement initiatives into organizational
programs (including agile development), and in this edition include more in-depth information. The
authors distill the knowledge gained in their combined 70 years of experience in project management,
software engineering, systems engineering, metrics, quality assurance, appraisals, training, process
improvement, and team building. Whether you are new to process improvement or an experienced professional,
this volume will save you time wasted on false starts, false promises by marketers, and failed deadlines.
The authors have been responsible for successfully implementing process improvement in several different
organizations. This book is based on real-life experience, not on academic theories. It provides workable
solutions to inherent challenges such as appropriate roles and responsibility, resistance to change,
and meaningful documentation, thus transforming CMMI concepts into practical applications.

eBook:Auerbach.Interpreting.the.CMMI.A.Process.Improvement.Approach.2nd.Edition.Mar.2008.eBook-BBL hash [sHB+z0on949ZHr7k0EbUtj12YMA]
file:2008_0228_wrz_aue-int.the.cmm.a.pro.imp.app.2nd.edi.mar.200.ebo.bbl.izp (5,014) KB

Код:
[color=magenta]http://rapidshare.com/files/96786227/2008_0228_wrz_aue-int.the.cmm.a.pro.imp.app.2nd.edi.mar.200.ebo.bbl.izp.html
[/color]


21to0to0ivL.jpg



CNET Do-It-Yourself Home Networking Projects (Cnet Do-It-Yourself)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jim Aspinwall
ISBN: 0071486623
ISBN-13: 9780071486620
Publisher: McGraw-Hill/TAB Electronics
Year: 2007
Pages: 173

Product Description
Set up a high-speed home network
Network the computers and peripheral devices in your home or small office
with the fun and practical projects packed inside this hands-on guide. Produced in conjunction with
CNET.com, the place you go for the latest in tech and consumer electronics, this book shows you how to create
a wired or wireless network so you can share files, printers, and other resources. You'll also learn to
set up a server and secure and expand your network.
Inside, you'll find 24 self-contained projects,
step-by-step instructions, a list of tools needed at the beginning of each project, and hundreds of clear
photos and screenshots. CNET Do-It-Yourself Home Networking Projects takes you from beginning through
advanced tasks with ease!

Control other PCs remotely
Share network storage without a server
Set
up a webcam server
Enable and share a cellular data connection
Watch live TV from anywhere via a Sling
Media bridge
Integrate IM and VoIP applications into your network
Run your own PC weather station

Connect TiVo to your home network

eBook:McGraw.Hill.CNET.Do.It.Yourself.Home.Networking.Projects.Dec.2007.eBook-BBL hash [ldeRNPaLu0mUwVwWAxLnmgRRjhE]
file:2008_0228_wrz_mcg-hil.cne.do.it.you.hom.net.pro.dec.200.ebo.bbl.izp (9,138) KB

Код:
[color=magenta]http://rapidshare.com/files/96785849/2008_0228_wrz_mcg-hil.cne.do.it.you.hom.net.pro.dec.200.ebo.bbl.izp.html
[/color]
 

QAWRA

Местный
Регистрация
8 Мар 2005
Сообщения
264
Реакции
5
Credits
0
Подскажите пожайлуста как правильно открывать скачанные книжки .Формат видимо правильно надо назвать "ebo.bbl"
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Addison.Wesley.GPU.Gems.3.Aug.2007.eBook-BBL
2. Microsoft.Press.MCITP.Self.Paced.Training.Kit.Exam.70-441.Sep.2007.eBook-BBL
3. Microsoft.Press.MCITP.Self.Paced.Training.Kit.Exam.70-622.Sep.2007.eBook-BBL
4. Microsoft.Press.MCTS.Self.Paced.Training.Kit.Exam.70-445.Sep.2007.eBook-BBL
5. Microsoft.Press.Microsoft.Exchange.Server.2007.Administrators.Companion.Jun.2007.eBook-BBL
6. Microsoft.Press.Microsoft.Expression.Web.Step.by.Step.Nov.2007.eBook-BBL
7. New.Riders.Press.Stylin.with.CSS.A.Designers.Guide.2nd.Edition.Dec.2007.eBook-BBL
8. OReilly.Linux.Networking.Cookbook.Nov.2007.eBook-BBL
9. OReilly.Network.Security.Assessment.2nd.Edition.Nov.2007.eBook-BBL
10. OReilly.The.Art.of.Agile.Development.Oct.2007.eBook-BBL




21e14y-wdQL.jpg



Ajax Security
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Billy Hoffman,Bryan Sullivan
ISBN: 0321491939
ISBN-13: 9780321491930
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 504

Product Description
The Hands-On, Practical Guide to Preventing Ajax-Related Security Vulnerabilities More and more Web
sites are being rewritten as Ajax applications; even traditional desktop software is rapidly moving
to the Web via Ajax. But, all too often, this transition is being made with reckless disregard for security.
If Ajax applications aren’t designed and coded properly, they can be susceptible to far more dangerous
security vulnerabilities than conventional Web or desktop software. Ajax developers desperately
need guidance on securing their applications: knowledge that’s been virtually impossible to
find, until now. Ajax Security systematically debunks today’s most dangerous
myths about Ajax security, illustrating key points with detailed case studies of actual exploited Ajax
vulnerabilities, ranging from MySpace’s Samy worm to MacWorld’s conference code validator.
Even more important, it delivers specific, up-to-the-minute recommendations for securing Ajax applications
in each major Web programming language and environment, including .NET, Java, PHP, and even Ruby on Rails.
You’ll learn how to: · Mitigate unique risks associated with Ajax, including overly granular
Web services, application control flow tampering, and manipulation of program logic · Write new Ajax
code more safely—and identify and fix flaws in existing code · Prevent emerging Ajax-specific attacks,
including JavaScript hijacking and persistent storage theft · Avoid attacks based on XSS and SQL Injection—including
a dangerous SQL Injection variant that can extract an entire backend database with just two requests
· Leverage security built into Ajax frameworks like Prototype, Dojo, and ASP.NET AJAX Extensions—and
recognize what you still must implement on your own · Create more secure “mashup” applications Ajax
Security
will be an indispensable resource for developers coding or maintaining Ajax applications;
architects and development managers planning or designing new Ajax software, and all software security
professionals, from QA specialists to penetration testers.


21Vok8ZEjPL.jpg



GPU Gems 3
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Hubert Nguyen
ISBN: 0321515269
ISBN-13: 9780321515261
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 1008

Product Description
”The GPU Gems series features a collection of the most essential algorithms required by Next-Generation
3D Engines.”—Martin Mittring, Lead Graphics Programmer, CrytekThis third volume of
the best-selling GPU Gems series provides a snapshot of today’s latest Graphics Processing Unit
(GPU) programming techniques. The programmability of modern GPUs allows developers to not only distinguish
themselves from one another but also to use this awesome processing power for non-graphics applications,
such as physics simulation, financial analysis, and even virus detection—particularly with
the CUDA architecture. Graphics remains the leading application for GPUs, and readers will find that
the latest algorithms create ultra-realistic characters, better lighting, and post-rendering compositing
effects.
Major topics include

Geometry
Light and Shadows
Rendering
Image Effects
Physics Simulation

GPU ComputingContributors are from the following corporations and universities:
3DfactoAdobe SystemsAppleBudapest
University of Technology and EconomicsCGGVeritasThe Chinese University of Hong KongCornell UniversityCrytekCzech
Technical University in PragueDartmouth CollegeDigital Illusions Creative EntertainmentEindhoven
University of TechnologyElectronic ArtsHavokHelsinki University of TechnologyImperial College
LondonInfinity WardJuniper NetworksLaBRI–INRIA, University of Bordeauxmental imagesMicrosoft
ResearchMove InteractiveNCsoft CorporationNVIDIA CorporationPerpetual EntertainmentPlaylogic
Game FactoryPolytimeRainbow StudiosSEGA CorporationUFRGS (Brazil)Ulm UniversityUniversity of
California, DavisUniversity of Central FloridaUniversity of CopenhagenUniversity of GironaUniversity
of Illinois at Urbana-ChampaignUniversity of North Carolina Chapel HillUniversity of TokyoUniversity
of Waterloo
Section Editors include NVIDIA engineers: Cyril Zeller, Evan Hart, Ignacio Casta?o, Kevin
Bjorke, Kevin Myers, and Nolan Goodnight.
The accompanying DVD includes complementary examples and
sample programs.


eBook:Addison.Wesley.GPU.Gems.3.Aug.2007.eBook-BBL hash [qaKBwhf8x56FIzGI5KMMi9b3zz0]
file:2008_0311_wrz_add-wes.gpu.gem.3.aug.200.ebo.bbl.izp (26,235) KB

Код:
[color=magenta]http://rapidshare.com/files/99534555/2008_0311_wrz_add-wes.gpu.gem.3.aug.200.ebo.bbl.izp.html
[/color]


21zLVAIiSwL.jpg



MCITP Self-Paced Training Kit (Exam 70-441): Designing Database Solutions by Using Microsoft SQL Server(TM) 2005 (Self-Paced Training Kits)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Dejan Sarka,Andy Leonard,Javier Loria,Adolfo Wiernik
ISBN: 0735623422
ISBN-13: 9780735623422
Publisher: Microsoft Press
Year: 2007
Pages: 656

Product Description
This 2-in-1 training kit delivers in-depth preparation plus practice for 70-441, an exam for the MCITP:
Database Developer certification. Ace your exam prepand build real-world job skillswith lessons,
case scenarios, practice tests, and more.

eBook:Microsoft.Press.MCITP.Self.Paced.Training.Kit.Exam.70-441.Sep.2007.eBook-BBL hash [e95HptL9IT0WpTHwNHETzPR2aN4]
file:2008_0311_wrz_mic-pre.mci.sel.pac.tra.kit.exa.70.441.sep.200.ebo.bbl.izp (10,293) KB

Код:
[color=magenta]http://rapidshare.com/files/99535137/2008_0311_wrz_mic-pre.mci.sel.pac.tra.kit.exa.70.441.sep.200.ebo.bbl.izp.html
[/color]


21MskZbEQYL.jpg



MCITP Self-Paced Training Kit (Exam 70-622): Supporting and Troubleshooting Applications on a Windows Vista Client for Enterprise Support Technicians (Pro - Certification)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Tony Northrup,J.C. Mackin
ISBN: 0735624089
ISBN-13: 9780735624085
Publisher: Microsoft Press
Year: 2007
Pages: 624

Product Description
Announcing an all-new MCITP Self-Paced Training Kit designed to help maximize your performance on 70-622,
the required exam for the new Microsoft Certified IT Professional (MCITP): Windows Vista Client Enterprise
Support Technician certification. This 2-in-1 kit includes the official Microsoft study guide, plus
practice tests on CD to help you assess your skills.

eBook:Microsoft.Press.MCITP.Self.Paced.Training.Kit.Exam.70-622.Sep.2007.eBook-BBL hash [VyrqgvNBTF9O4AriNPKRLXxRAEA]
file:2008_0311_wrz_mic-pre.mci.sel.pac.tra.kit.exa.70.622.sep.200.ebo.bbl.izp (23,495) KB

Код:
[color=magenta]http://rapidshare.com/files/99536561/2008_0311_wrz_mic-pre.mci.sel.pac.tra.kit.exa.70.622.sep.200.ebo.bbl.izp.html
[/color]


21qv3JWWDaL.jpg



MCTS Self-Paced Training Kit (Exam 70-445): Microsoft SQL Server 2005
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Erik Veerman,Teo Lachev,Dejan Sarka,Javier Loria,Solid Quality Learning
ISBN: 0735623414
ISBN-13: 9780735623415
Publisher: Microsoft Press
Year: 2007
Pages: 608

Product Description
This 2-in-1 training kit delivers in-depth preparation plus practice for 70-445, an exam for the MCTS:
SQL Server 2005 Business Intelligence certification. Ace exam prepand build real-world job skillswith
lessons, labs, practice tests, and more. Work at your own pace through the lessons and lab exercises.


eBook:Microsoft.Press.MCTS.Self.Paced.Training.Kit.Exam.70-445.Sep.2007.eBook-BBL hash [8MudXlRBWaGy0h6KcmDWolsu5ZY]
file:2008_0311_wrz_mic-pre.mct.sel.pac.tra.kit.exa.70.445.sep.200.ebo.bbl.izp (33,180) KB

Код:
[color=magenta]http://rapidshare.com/files/99538580/2008_0311_wrz_mic-pre.mct.sel.pac.tra.kit.exa.70.445.sep.200.ebo.bbl.izp.html
[/color]


21cI8%2B7nz-L.jpg



Microsoft® Exchange Server 2007 Administrator's Companion (Pro - Administrator's Companion)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Walter Glenn,Scott Lowe,Joshua Maher
ISBN: 0735623503
ISBN-13: 9780735623507
Publisher: Microsoft Press
Year: 2007
Pages: 720

Product Description
Get your mission-critical messaging and collaboration systemsup and running with the essential guide
to deploying and managing ExchangeServer 2007. This comprehensive administrator's reference covers
the fullrange of server and client deployments, unified communications, messagingsecurity, performance
optimization, troubleshooting, and disaster recovery.With special emphasis on security, the top
concern for messagingadministrators, this book includes chapters on messaging security, policy,and
tools and techniques to mitigate e-mail viruses, spam, and phishing.This book delivers the definitive
information-messaging that professionalsneed to deploy and operate effective, reliable, and more-secure
messagingand collaboration services. The companion CD features a fully searchableeBook and job aids--everything
you need to help build enterprisecollaboration solutions that improve worker productivity, save time,
andhelp reduce IT deployment and management costs.

eBook:Microsoft.Press.Microsoft.Exchange.Server.2007.Administrators.Companion.Jun.2007.eBook-BBL hash [0PS7YWqfP8UGkcUCYB/Y4Q6EL+4]
file:2008_0311_wrz_mic-pre.mic.exc.ser.200.adm.com.jun.200.ebo.bbl.izp (34,391) KB

Код:
[color=magenta]http://rapidshare.com/files/99540597/2008_0311_wrz_mic-pre.mic.exc.ser.200.adm.com.jun.200.ebo.bbl.izp.html
[/color]


31zgD0FXktL.jpg



Microsoft Expression Web Step by Step (Microsoft)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Chris Leeds
ISBN: 0735624402
ISBN-13: 9780735624405
Publisher: Microsoft Press
Year: 2007
Pages: 448

Product Description
The smart way to learn Microsoft Expression Web one step at a time! Work at your own pace through the easy
numbered steps, practice files on CD, hands-on exercises, and master the fundamentals of creating effective
Web sites. You ll work with advanced design technologies and discover the powerful and easy-to-use Web
design experience that Expression Web delivers. You'll learn how to create professional-looking Web
pages, work with powerful design tools and task panes, and incorporate support for XML, Microsoft ASP.NET,
Extensible HTML (XHTML), and Web pages built using Microsoft Office FrontPage®. You ll also learn how
to build templates, work with sophisticated cascading style sheets and other design features that help
you to precisely control your work, and take advantage of built-in support for today s Web standards.
With STEP BY STEP, you can take just the lessons you need or work from cover to cover. Either way, you drive
the instruction, building and practicing the skills you need, just when you need them! Includes an easy-search
companion CD with files for practicing the book s lessons, a complete eBook, and more!Covers the fundamentals
for building dynamic, interactive pages that meet today s Web standardsFeatures easy-to-follow lessons
and hands-on skill-building exercisesIncludes an easy-search companion CD with practice files, a
complete eBook, and other resources

eBook:Microsoft.Press.Microsoft.Expression.Web.Step.by.Step.Nov.2007.eBook-BBL hash [yeGWvEUuS7noMBvPXrAJjXtCOSY]
file:2008_0311_wrz_mic-pre.mic.exp.web.ste.by.ste.nov.200.ebo.bbl.izp (53,423) KB

Код:
[color=magenta]http://rapidshare.com/files/99543838/2008_0311_wrz_mic-pre.mic.exp.web.ste.by.ste.nov.200.ebo.bbl.izp.html
[/color]


319cx0i5T9L.jpg



Stylin' with CSS: A Designer's Guide (2nd Edition) (Voices That Matter)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Charles Wyke-Smith
ISBN: 0321525566
ISBN-13: 9780321525567
Publisher: New Riders Press
Year: 2007
Pages: 312

Product Description
Cascading Style Sheets enable you to rapidly create web designs that can be shared by hundreds or even
thousands of web pages. It accelerates development cycles by centralizing text and layout information
for easy editing and updates. This book teaches you everything you need to know to start using CSS in your
web development work, from the basics of marking up your content and styling text, through the creation
of multi-column page layouts without the use of tables. Learn to create interface components, such as
drop-down menus, navigation links, and animated graphical buttons, using only CSS (no JavaScript required).
Discover how to design code that works on the latest standard-compliant browsers, such as IE7 and current
versions of Firefox, Safari, and Opera, while working around the quirks of the older ones. With a mastery
of CSS, your web design capabilities will move to a new level, and everything you need to know to get started
and build your skills is right here in this book. You’ll be stylin’ in no time!

eBook:New.Riders.Press.Stylin.with.CSS.A.Designers.Guide.2nd.Edition.Dec.2007.eBook-BBL hash [WNoVeiqZwy/B2MnQ3WBzl90au80]
file:2008_0311_wrz_new-rid.pre.sty.wit.css.a.des.gui.2nd.edi.dec.200.ebo.bbl.izp (10,326) KB

Код:
[color=magenta]http://rapidshare.com/files/99544435/2008_0311_wrz_new-rid.pre.sty.wit.css.a.des.gui.2nd.edi.dec.200.ebo.bbl.izp.html
[/color]


21hF1AJD7kL.jpg



Linux Networking Cookbook (Linux)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Carla Schroder
ISBN: 0596102488
ISBN-13: 9780596102487
Publisher: O'Reilly Media, Inc.
Year: 2007
Pages: 638

Product Description
This soup-to-nuts collection of recipes covers everything you need to know to perform your job as a Linux
network administrator, whether you're new to the job or have years of experience. With Linux Networking
Cookbook, you'll dive straight into the gnarly hands-on work of building and maintaining a computer
network. Running a network doesn't mean you have all the answers. Networking is a complex subject with
reams of reference material that's difficult to keep straight, much less remember. If you want a book
that lays out the steps for specific tasks, that clearly explains the commands and configurations, and
does not tax your patience with endless ramblings and meanderings into theory and obscure RFCs, this
is the book for you. You will find recipes for: Building a gateway, firewall, and wireless access point
on a Linux network Building a VoIP server with Asterisk Secure remote administration with SSH Building
secure VPNs with OpenVPN, and a Linux PPTP VPN server Single sign-on with Samba for mixed Linux/Windows
LANs Centralized network directory with OpenLDAP Network monitoring with Nagios or MRTG Getting acquainted
with IPv6 Setting up hands-free networks installations of new systems Linux system administration
via serial console And a lot more. Each recipe includes a clear, hands-on solution with tested code, plus
a discussion on why it works. When you need to solve a network problem without delay, and don't have the
time or patience to comb through reference books or the Web for answers, Linux Networking Cookbook gives
you exactly what you need.

eBook:OReilly.Linux.Networking.Cookbook.Nov.2007.eBook-BBL hash [V9WJ/QsnWcMVkkGijxR1eqpyAq0]
file:2008_0311_wrz_ore-lin.net.coo.nov.200.ebo.bbl.izp (3,275) KB

Код:
[color=magenta]http://rapidshare.com/files/99544658/2008_0311_wrz_ore-lin.net.coo.nov.200.ebo.bbl.izp.html
[/color]


21GEy94dR2L.jpg



Network Security Assessment: Know Your Network
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Chris McNab
ISBN: 0596510306
ISBN-13: 9780596510305
Publisher: O'Reilly Media, Inc.
Year: 2007
Pages: 504

Product Description
How secure is your network? The best way to find out is to attack it. Network Security Assessment provides
you with the tricks and tools professional security consultants use to identify and assess risks in Internet-based
networks-the same penetration testing model they use to secure government, military, and commercial
networks. With this book, you can adopt, refine, and reuse this testing model to design and deploy networks
that are hardened and immune from attack. Network Security Assessment demonstrates how a determined
attacker scours Internet-based networks in search of vulnerable components, from the network to the
application level. This new edition is up-to-date on the latest hacking techniques, but rather than
focus on individual issues, it looks at the bigger picture by grouping and analyzing threats at a high-level.
By grouping threats in this way, you learn to create defensive strategies against entire attack categories,
providing protection now and into the future. Network Security Assessment helps you assess:
Web services,
including Microsoft IIS, Apache, Tomcat, and subsystems such as OpenSSL, Microsoft FrontPage, and
Outlook Web Access (OWA)
Web application technologies, including ASP, JSP, PHP, middleware, and backend
databases such as MySQL, Oracle, and Microsoft SQL Server
Microsoft Windows networking components,
including RPC, NetBIOS, and CIFS services
SMTP, POP3, and IMAP email services
IP services that provide
secure inbound network access, including IPsec, Microsoft PPTP, and SSL VPNs
Unix RPC services on Linux,
Solaris, IRIX, and other platforms
Various types of application-level vulnerabilities that hacker
tools and scripts exploit Assessment is the first step any organization should take to start managing
information risks correctly. With techniques to identify and assess risks in line with CESG CHECK and
NSA IAM government standards, Network Security Assessment gives you a precise method to do just that.


eBook:OReilly.Network.Security.Assessment.2nd.Edition.Nov.2007.eBook-BBL hash [NuX7OSbovZxGcRcHa44No8Bz790]
file:2008_0311_wrz_ore-net.sec.ass.2nd.edi.nov.200.ebo.bbl.izp (4,256) KB

Код:
[color=magenta]http://rapidshare.com/files/99544940/2008_0311_wrz_ore-net.sec.ass.2nd.edi.nov.200.ebo.bbl.izp.html
[/color]


21WtyawvNIL.jpg



The Art of Agile Development
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): James Shore,Shane Warden
ISBN: 0596527675
ISBN-13: 9780596527679
Publisher: O'Reilly Media, Inc.
Year: 2007
Pages: 430

Product Description
The Art of Agile Development contains practical guidance for anyone considering or applying agile development
for building valuable software. Plenty of books describe what agile development is or why it helps software
projects succeed, but very few combine information for developers, managers, testers, and customers
into a single package that they can apply directly. This book provides no-nonsense advice on agile planning,
development, delivery, and management taken from the authors' many years of experience with Extreme
Programming (XP). You get a gestalt view of the agile development process, including comprehensive
guidance for non-technical readers and hands-on technical practices for developers and testers. The
Art of Agile Development gives you clear answers to questions such as:
How can we adopt agile development?

Do we really need to pair program?
What metrics should we report?
What if I can't get my customer to participate?

How much documentation should we write?
When do we design and architect?
As a non-developer, how should
I work with my agile team?
Where is my product roadmap?
How does QA fit in? The book teaches you how to adopt
XP practices, describes each practice in detail, then discusses principles that will allow you to modify
XP and create your own agile method. In particular, this book tackles the difficult aspects of agile development:
the need for cooperation and trust among team members. Whether you're currently part of an agile team,
working with an agile team, or interested in agile development, this book provides the practical tips
you need to start practicing agile development. As your experience grows, the book will grow with you,
providing exercises and information that will teach you first to understand the rules of agile development,
break them, and ultimately abandon rules altogether as you master the art of agile development. "Jim
Shore and Shane Warden expertly explain the practices and benefits of Extreme Programming. They offer
advice from their real-world experiences in leading teams. They answer questions about the practices
and show contraindications - ways that a practice may be mis-applied. They offer alternatives you can
try if there are impediments to applying a practice, such as the lack of an on-site customer. --Ken Pugh,
Author of Jolt Award Winner, Prefactoring "I will leave a copy of this book with every team I visit." --Brian
Marick, Exampler Consulting

eBook:OReilly.The.Art.of.Agile.Development.Oct.2007.eBook-BBL hash [FJzTo/KsyF+fwkMWB9oDJ6Mwu70]
file:2008_0311_wrz_ore-the.art.of.agi.dev.oct.200.ebo.bbl.izp (8,680) KB

Код:
[color=magenta]http://rapidshare.com/files/99545489/2008_0311_wrz_ore-the.art.of.agi.dev.oct.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Apress.Beginning.PHP.and.MySQL.3rd.Edition.Mar.2008.eBook-BBL
2. Apress.Pro.SQL.Server.Disaster.Recovery.Mar.2008.eBook-BBL
3. Apress.Pro.VB.2008.and.the.dot.NET.3.5.Platform.3rd.Edition.Mar.2008.eBook-BBL




215CHc%2BpSIL.jpg



Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): W. Jason Gilmore
ISBN: 1590598628
ISBN-13: 9781590598627
Publisher: Apress
Year: 2007
Pages: 1080

Product Description
Beginning PHP and MySQL: From Novice to Professional, Third Edition offers a comprehensive introduction
to two of the most prominent open source technologies on the planet: the PHP scripting language and the
MySQL database server. Updated to introduce the features found in MySQLs most significant release to
date, readers learn how to take advantage of the latest features of both technologies to build powerful,
manageable, and stable web applications.
Essentially three books in one, readers not only profit from
extensive introductions to the core features of each technology, but also learn how to effectively integrate
the two in order to build robust data-driven applications. Packed with practical examples and insight
into the real-world challenges faced by developers based on author W. Jason Gilmore's 7 years of expertise
working with these technologies, readers will repeatedly return to this book as both a valuable instructional
tool and reference guide.
What youll learn
The PHP language
How to back your web site with MySQL
Templating
so that you can apply a consistent design across all pages on your site
How to authenticate your web site
users
How to use cookies to maintain information (such as items in a shopping cart) while a user is browsing
your site Who is this book for? This book is written for developers seeking to take advantage of the PHP
language and MySQL database to create powerful web applications.
About the Apress Beginning Series
The Beginning series from Apress is the right choice to get the information you need to land that crucial
entry-level job. These books will teach you a standard and important technology from the ground up because
they are explicitly designed to take you from "novice to professional." Youll start your journey by seeing
what you need to knowbut without needless theory and filler. Youll build your skill set by learning how
to put together real-world projects step by step. So whether your goal is your next career challenge or
a new learning opportunity, the Beginning series from Apress will take you thereit is your trusted guide
through unfamiliar territory!
Related Titles
Beginning PHP 5 and MySQL E-Commerce: From Novice to
Professional
Beginning Ajax with PHP: From Novice to Professional
PHP 5 Recipes: A Problem-Solution
Approach
Pro PHP Security
PHP 5 Objects, Patterns, and Practice

eBook:Apress.Beginning.PHP.and.MySQL.3rd.Edition.Mar.2008.eBook-BBL hash [yvXATfSqGg2fDMOSLw5vmXLseB8]
file:2008_0327_wrz_apr-beg.php.and.mys.3rd.edi.mar.200.ebo.bbl.izp (8,785) KB

Код:
[color=magenta]http://rapidshare.com/files/104121003/2008_0327_wrz_apr-beg.php.and.mys.3rd.edi.mar.200.ebo.bbl.izp.html
[/color]


21s6kUuV4wL.jpg



Pro SQL Server Disaster Recovery (Pro)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): James Luetkehoelter
ISBN: 1590599675
ISBN-13: 9781590599679
Publisher: Apress
Year: 2008
Pages: 368

Product Description
The process of disaster recovery involves mitigating the likelihood of a disaster and returning the
system to a normal state. This book shows you how to implement an effective disaster recovery strategy
for SQL Server 2005 databases. With the arrival of SQL Server 2005, you have access to enhanced existing
features and powerful new tools, like database snapshots and mirroring, for data backup and disaster
recovery. The book also covers fundamental changes to disaster recovery capabilities, and common issues
to expect when using new features.
The book examines the technical details of disaster recovery features,
and then applies that information to practical scenarios. As businesses become increasingly reliant
on the information they store in their various databases, effective data protection becomes ever more
critical. Potential disasters can arise from natural causes, user errors, and media or hardware failure.
This book will help you ensure that day–to–day activities can continue, regardless of
the problem.


eBook:Apress.Pro.SQL.Server.Disaster.Recovery.Mar.2008.eBook-BBL hash [HxjIKylIBNp3/gYZv5bbUT/EI6U]
file:2008_0327_wrz_apr-pro.sql.ser.dis.rec.mar.200.ebo.bbl.izp (3,603) KB

Код:
[color=magenta]http://rapidshare.com/files/104118711/2008_0327_wrz_apr-pro.sql.ser.dis.rec.mar.200.ebo.bbl.izp.html
[/color]


21O4CCIwWrL.jpg



Pro VB 2008 and the .NET 3.5 Platform, Third Edition (Windows.Net)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Andrew Troelsen
ISBN: 1590598229
ISBN-13: 9781590598221
Publisher: Apress
Year: 2008
Pages: 1400

Product Description
Whether you’re moving to .NET for the first time, or you’re already writing applications
on .NET 2.0 or .NET 3.0, Pro VB 2008 and the .NET 3.5 Platform, Third Edition will provide you with a solid
grounding in this new technology and serve as a comprehensive reference throughout your coding career:


Explore five new chapters of content—including the grammar of the common intermediate language (CIL),
.NET generics, and object serialization services.
Discover all the new .NET 3.5 features—nullable
types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms “Strip” controls, and much
more.
Get a professional foothold—targeted to appeal to experienced software professionals and/or
graduate students of computer science (so don’t expect three chapters on iteration or decision
constructs!).
Gain a rock–solid foundation in programming using Visual Basic.
Get comfortable
with all the core aspects of the .NET platform—including assemblies, remoting, Windows Forms, Web Forms,
ADO.NET, XML web services, and much more. Once you’ve digested the information contained in the
25 chapters of this 1000+ page book, you’ll be ready to apply this knowledge to your specific programming
assignments and well equipped to explore the .NET universe on your own.
What you’ll learn
Everything
you need to put .NET 3.5 and Visual Basic 2008 to use in your professional workbefore anyone else!
Insights
and techniques from the author’s experience since .NET 1.0
Complete coverage of .NET 3.5—WPF,
WCF and WF Who is this book for? Anyone with some software development experience interested in the new
.NET 3.5 Platform and the Visual Basic language. Whether you’re moving to .NET for the first time
or you’re already writing applications on .NET 2.0 or .NET 3.0, this book will provide you with
a solid grounding in this new technology and serve as a comprehensive reference throughout your coding
career.
Related Titles
Beginning VB 2008 Databases: From Novice to Professional
Beginning ASP.NET
3.5 in VB 2008: From Novice to Professional
Visual Basic 2008 Recipes: A Problem-Solution Approach

Pro WPF in VB 2008: Windows Presentation Foundation in .NET 3.5 About the Apress Pro Series You have gotten
the job; now you need to hone your skills in these tough competitive times. The Apress Pro series expands
your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always
be able to get the job done in a professional development project. Written by experts in their field, Pro
series books from Apress give you the hard-won solutions to problems you will face in your professional
programming career.


eBook:Apress.Pro.VB.2008.and.the.dot.NET.3.5.Platform.3rd.Edition.Mar.2008.eBook-BBL hash [qaZHxKAHOMo3nDRfOtiOzh//Xlk]
file:2008_0327_wrz_apr-pro.vb.200.and.the.dot.net.3.5.pla.3rd.edi.mar.200.ebo.bbl.izp (18,615) KB

Код:
[color=magenta]http://rapidshare.com/files/104119850/2008_0327_wrz_apr-pro.vb.200.and.the.dot.net.3.5.pla.3rd.edi.mar.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Addison.Wesley.Emergent.Design.Mar.2008.eBook-BBL




21QKlsimPwL.jpg



Emergent Design: The Evolutionary Nature of Professional Software Development (Net Objectives Product Development Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Scott L. Bain
ISBN: 0321509366
ISBN-13: 9780321509369
Publisher: Addison-Wesley Professional
Year: 2008
Pages: 448

Product Description
For software to consistently deliver promised results, software development must mature into a true
profession. Emergent Design points the way. As software continues to evolve and mature, software
development processes become more complicated, relying on a variety of methodologies and approaches.
This book illuminates the path to building the next generation of software. Author Scott L. Bain integrates
the best of today’s most important development disciplines into a unified, streamlined, realistic,
and fully actionable approach to developing software. Drawing on patterns, refactoring, and test-driven
development, Bain offers a blueprint for moving efficiently through the entire software lifecycle,
smoothly managing change, and consistently delivering systems that are robust, reliable, and cost-effective.
Reflecting a deep understanding of the natural flow of system development, Emergent Design
helps developers work with the flow, instead of against it. Bain introduces the principles and practices
of emergent design one step at a time, showing how to promote the natural evolution of software systems
over time, making systems work better and provide greater value. To illuminate his approach, Bain presents
code examples wherever necessary and concludes with a complete project case study. This book provides
developers, project leads, and testers powerful new ways to collaborate, achieve immediate goals,
and build systems that improve in quality with each iteration. Coverage includes How to design software
in a more natural, evolutionary, and professional way How to use the “open-closed” principle to mitigate
risks and eliminate waste How and when to test your design throughout the development process How to translate
design principles into practices that actually lead to better code How to determine how much design is
enough How refactoring can help you reduce over-design and manage change more effectively The book’s
companion Web site, Для просмотра ссылки Войди или Зарегистрируйся, provides updates, links to related materials,
and support for discussions of the book’s content.

eBook:Addison.Wesley.Emergent.Design.Mar.2008.eBook-BBL hash [Cr6qTgQQrQ15mtazidHuoqkPJus]
file:2008_0330_wrz_add-wes.eme.des.mar.200.ebo.bbl.izp (10,484) KB

Код:
[color=magenta]http://rapidshare.com/files/104316995/2008_0330_wrz_add-wes.eme.des.mar.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Apress.Beginning.PivotTables.in.Excel.2007.Sep.2007.eBook-BBL
2. Apress.Foundations.of.ASP.NET.AJAX.Nov.2007.eBook-BBL
3. Apress.Windows.Home.Server.Users.Guide.Oct.2007.eBook-BBL
4. No.Starch.Press.Hacking.The.Art.of.Exploitation.2nd.Edition.Feb.2008.eBook-BBL
5. OReilly.ADO.NET.3.5.Cookbook.2nd.Edition.Mar.2008.eBook-BBL
6. OReilly.iPhone.Open.Application.Development.Mar.2008.eBook-BBL
7. OReilly.JUNOS.Enterprise.Routing.Mar.2008.eBook-BBL
8. OReilly.Mac.OS.X.Leopard.The.Missing.Manual.Dec.2007.eBook-BBL
9. OReilly.ScreenOS.Cookbook.Feb.2008.eBook-BBL
10. OReilly.Switching.to.the.Mac.The.Missing.Manual.Leopard.Edition.Feb.2008.eBook-BBL
11. OReilly.Windows.Server.2008.The.Definitive.Guide.Mar.2008.eBook-BBL
12. Packt.Publishing.AsteriskNOW.Feb.2008.eBook-BBL
13. Packt.Publishing.BlackBerry.Enterprise.Server.for.Microsoft.Exchange.Oct.2007.eBook-BBL




21zT8ffdrZL.jpg



Beginning PivotTables in Excel 2007: From Novice to Professional (Beginning from Novice to Professional)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Debra Dalgleish
ISBN: 1590598903
ISBN-13: 9781590598900
Publisher: Apress
Year: 2007
Pages: 295

Product Description
Beginning PivotTables in Excel 2007 explains what Pivot Tables are, how you can benefit from using them,
how to create them and modify them, and how to use their enhanced features. Using a Pivot Table in Microsoft
Office Excel 2007 is a quick and exciting way to slice and dice a large amount of data.

Carefully explains
the benefits of using Pivot Tables for fast data analysis
Provides a step-by-step approach to those
new to Pivot Tables
Offers tips and tricks that cannot be found elsewhere What you’ll learn
Summarize
thousands of records in a Pivot Table with a few clicks of the mouse.
Quickly change the Pivot Table layout
to view a different summary of the data.
Filter a Pivot Table to focus on one region or the top 10 products.

Add colors or icons to highlight the high or low results.
Use calculations to enhance the Pivot Table
summaries.
Create visual impact with a pivot chart. Who is this book for? This book is for Excel users
who want to learn about Pivot Tables. If you work with financial data, logistics records, sales orders,
customer service reports, web site statistics, resource tracking, event planning, or any other set
of records, a Pivot Table can help you review, analyze, monitor, and report on the data. When your reporting
requirements change, you can make minor adjustments to the Pivot Table, instead of starting a worksheet
summary from scratch.
About the Apress Beginning Series The Beginning series from Apress is the right
choice to get the information you need to land that crucial entry-level job. These books will teach you
a standard and important technology from the ground up because they are explicitly designed to take you
from ?novice to professional.? Youll start your journey by seeing what you need to knowbut without needless
theory and filler. Youll build your skill set by learning how to put together real-world projects step
by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning
series from Apress will take you thereit is your trusted guide through unfamiliar territory!
Related
Titles from Apress
Excel PivotTables Recipe Book: A Problem-Solution Approach
Beginning Excel What-If
Data Analysis Tools: Getting Started with Goal Seek, Data Tables, Scenarios, and Solver
Beginning
SharePoint with Excel: From Novice to Professional
Excel 2007: Beyond the Manual
Excel as Your Database

Definitive Guide to Excel VBA, Second Edition

eBook:Apress.Beginning.PivotTables.in.Excel.2007.Sep.2007.eBook-BBL hash [i5M7WbiPCvV9x5gXU9gWvKX9Pfo]
file:2008_0329_wrz_apr-beg.piv.in.exc.200.sep.200.ebo.bbl.izp (6,324) KB

Код:
[color=magenta]http://rapidshare.com/files/106706336/2008_0329_wrz_apr-beg.piv.in.exc.200.sep.200.ebo.bbl.izp.html
[/color]


21fujs2E79L.jpg



Foundations of ASP.NET AJAX (Expert's Voice in .Net)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Robin Pars,Laurence Moroney,John Grieb
ISBN: 1590598288
ISBN-13: 9781590598283
Publisher: Apress
Year: 2007
Pages: 268

Product Description
Since the emergence of Google Maps 12 months ago, Ajax programming techniques have become one of the hottest
topics in the programming arena. To date, the frameworks available for creating these applications
have been complex and have separated the development of the client–side Ajax (on the user’s
machine) from the server–side supporting technology (on the company’s machines). This
separation has made development slow and difficult.
ASP.NET AJAX is Microsoft’s solution to
this problem. ASP.NET AJAX (formerly code–named Atlas) is a set of extensions to the existing
ASP.NET 2.0 technology that provides you with a fast-and-simple environment to create Ajax applications.
Microsoft has combined Ajax with ASP.NET technology and provided a unified set of development tools
within Visual Studio 2005. For the first time, Ajax applications can be developed seamlessly in conjunction
with a supporting technology.
Foundations of ASP.NET AJAX (written by Laurence Moroney the author
of Apress successful Foundations of Atlas) gives you a detailed grounding in how ASP.NET AJAX works.
It takes you swiftly through the basic principles of Ajax, then deep into the heart of the technology,
where every namespace is discussed and every function considered. By the end of the book, you’ll
know all the essentials to confidently produce cutting-edge ASP.NET AJAX applications swiftly and
professionally. You will not need any reference beyond this book.


eBook:Apress.Foundations.of.ASP.NET.AJAX.Nov.2007.eBook-BBL hash [tm64OYPxl/42Y79GP2fZjbcqUdg]
file:2008_0329_wrz_apr-fou.of.asp.net.aja.nov.200.ebo.bbl.izp (4,465) KB

Код:
[color=magenta]http://rapidshare.com/files/106706632/2008_0329_wrz_apr-fou.of.asp.net.aja.nov.200.ebo.bbl.izp.html
[/color]


21DnZDnHTmL.jpg



Windows Home Server Users Guide (Expert's Voice)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Andrew Edney
ISBN: 1590598989
ISBN-13: 9781590598986
Publisher: Apress
Year: 2007
Pages: 334

Product Description
If you’re searching for a practical and comprehensive guide to installing, configuring, and
troubleshooting Microsofts Windows Home Server, look no further. Inside Windows Home Server User’s
Guide, you’ll learn how to install, configure, and use Windows Home Server and understand how
to connect to and manage different clients such as Windows XP, Windows Vista, Windows Media Center, and
more. It’s straightforward and easy-to-understand style will help you maximize all the benefits
that Windows Home Server can bring. This guide includes the following:

Step-by-step instructions
for configurations
Lots of troubleshooting tips
Comprehensive coverage of different clients that
can connect to, manage and be managed by Windows Home Server
Many useful illustrations for a quick-to-learn
approach Packed with handy hints, tips, and extensive walkthroughs to get you up and running as quickly
and painlessly as possible, author Andrew Edney is your expert guide to help you get the most out of Windows
Home Server. What you’ll learn
Discover the benefits of Windows Home Server.
Centrally back
up all of your home machines.
Manage the configuration and operation of all computers in your household.

Configure centralized storage so all computers can store files in one location.
Bring many of the benefits
of a Windows Server–based domain to your house without the overhead and expense of a traditional
server product.
Understand how to monitor and maintain the health of all of your machines. Who is this
book for? This book is for IT administrators, or anyone with some professional IT experience, who wants
to learn about the Windows Home Server and how it can be used in their homes. Experience with Windows Server
will be beneficial, but even with only some general computing experience, you will find this book a valuable
companion to Windows Home Server.
Related Titles from Apress
Windows Vista: Beyond the Manual

eBook:Apress.Windows.Home.Server.Users.Guide.Oct.2007.eBook-BBL hash [kw/db3XCqZr/Agihd6tEtmdRurM]
file:2008_0329_wrz_apr-win.hom.ser.use.gui.oct.200.ebo.bbl.izp (10,593) KB

Код:
[color=magenta]http://rapidshare.com/files/106707313/2008_0329_wrz_apr-win.hom.ser.use.gui.oct.200.ebo.bbl.izp.html
[/color]


21OaCRWD2dL.jpg



Hacking: The Art of Exploitation, 2nd Edition
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jon Erickson
ISBN: 1593271441
ISBN-13: 9781593271442
Publisher: No Starch Press
Year: 2008
Pages: 488

Product Description
Hacking is the art of creative problem solving, whether that means finding an unconventional solution
to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers,
but few have the strong technical foundation needed to really push the envelope. Rather than merely showing
how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work.
To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation,
2nd Edition introduces the fundamentals of C programming from a hacker's perspective. The included
LiveCD provides a complete Linux programming and debugging environment-all without modifying your
current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge
and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers,
hijacking network communications, bypassing protections, exploiting cryptographic weaknesses,
and perhaps even inventing new exploits. This book will teach you how to:
Program computers using C,
assembly language, and shell scripts
Corrupt system memory to run arbitrary code using buffer overflows
and format strings
Inspect processor registers and system memory with a debugger to gain a real understanding
of what is happening
Outsmart common security measures like nonexecutable stacks and intrusion detection
systems
Gain access to a remote server using port-binding or connect-back shellcode, and alter a server's
logging behavior to hide your presence
Redirect network traffic, conceal open ports, and hijack TCP
connections
Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks
using a password probability matrix Hackers are always pushing the boundaries, investigating the unknown,
and evolving their art. Even if you don't already know how to program, Hacking: The Art of Exploitation,
2nd Edition will give you a complete picture of programming, machine architecture, network communications,
and existing hacking techniques. Combine this knowledge with the included Linux environment, and all
you need is your own creativity.

eBook:No.Starch.Press.Hacking.The.Art.of.Exploitation.2nd.Edition.Feb.2008.eBook-BBL hash [vfZS8EGrkXbzX2FkjU+2LNsu7mg]
file:2008_0329_wrz_no-sta.pre.hac.the.art.of.exp.2nd.edi.feb.200.ebo.bbl.izp (4,783) KB

Код:
[color=magenta]http://rapidshare.com/files/106698100/2008_0329_wrz_no-sta.pre.hac.the.art.of.exp.2nd.edi.feb.200.ebo.bbl.izp.html
[/color]


21bmaHGYrtL.jpg



ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Bill Hamilton
ISBN: 0596101406
ISBN-13: 9780596101404
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 980

Product Description
This guide is strikingly different from other books on Microsoft ADO.NET. Rather than load you down with
theory, the new edition of ADO.NET 3.5 Cookbook gives you more than 200 coding solutions and best practices
for real problems you're likely to face with this technology using Visual Studio 2008 and the .NET 3.5
platform. Organized to help you find the topic and specific recipe you need quickly and easily, this book
is more than just a handy compilation of cut-and-paste C# code. ADO.NET 3.5 Cookbook also offers clear
explanations of how and why each code solution works, and warns you of potential pitfalls so you can learn
to adapt the book's problem-solving techniques to different situations. This collection of timesaving
recipes covers vital topics including: Connecting to data Retrieving and managing data Transforming
and analyzing data Modifying data Binding data to .NET user interfaces Optimizing .NET data access Enumerating
and maintaining database objects Maintaining database integrity Ideal for ADO.NET programmers at
all levels, from the relatively inexperienced to the most sophisticated, this new edition covers the
significant 3.5 upgrade, including new programming tools such as LINQ. ADO.NET 3.5 Cookbook offers
a painless way for those of you who prefer to learn by doing when it comes to expanding your skills and productivity.


eBook:OReilly.ADO.NET.3.5.Cookbook.2nd.Edition.Mar.2008.eBook-BBL hash [s8VRe++pfr9YSGknEr3AXTHM8NU]
file:2008_0329_wrz_ore-ado.net.3.5.coo.2nd.edi.mar.200.ebo.bbl.izp (16,620) KB

Код:
[color=magenta]http://rapidshare.com/files/106699114/2008_0329_wrz_ore-ado.net.3.5.coo.2nd.edi.mar.200.ebo.bbl.izp.html
[/color]


21woflgbQVL.jpg



iPhone Open Application Development: Write Native Objective-C Applications for the iPhone
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jonathan Zdziarski
ISBN: 0596518552
ISBN-13: 9780596518554
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 280

Product Description
Certain technologies bring out everyone's hidden geek, and iPhone did the moment it was released. Even
though Apple created iPhone as a closed device, tens of thousands of developers bought them with the expressed
purpose of designing and running third-party software. In this clear and concise book, veteran hacker
Jonathan Zdziarski -- one of the original hackers of the iPhone -- explains the iPhone's native environment
and how you can build software for this device using its Objective-C, C, and C++ development frameworks.
iPhone Open Application Development walks you through the iPhone's proprietary development environment,
offers an overview of the Objective-C language you'll use with it, and supplies background for the iPhone
operating system. You also get detailed recipes and working examples for everyone's favorite iPhone
features -- graphics and audio programming, interfaces for adding multitouch functionality to games,
the use of hardware sensors, and the device's vast user interface kit. This book explains: How to access
the iPhone's underlying operating system The makeup of an iPhone application How to get the open source
tool chain running on your desktop The iPhone's core user interface framework, which is heavily tied
to major application-level functions Using the many touted iPhone features such as multitouch, hardware
sensors, and gestures Intercepting and handling event notifications for many iPhone-related events
Raw video surfaces and 3D transformations that take you deeper into advanced graphics on the iPhone How
to record and play simple sounds and intercept sound events Advanced digital audio output using Apple's
new Audio Toolbox framework Advanced user interfacecomponents such as section lists, keyboards, and
image manipulation The Appendix includes a compendium of miscellaneous code examples for cool application
features, such as using the camera and creating a CoverFlow(R)-like album browser. This book is a true
hacker's book, designed for the millions of users who have run third party applications on their iPhone,
but its concepts and code examples have shown to be remarkably similar to Apple's official SDK, making
this book a valuable resource for both camps. Any programmer can use this book to write applications with
the same spectacular effects that made the device an immediate hit, and impress users just as much as the
official iPhone software does. That programmer can easily be you.

eBook:OReilly.iPhone.Open.Application.Development.Mar.2008.eBook-BBL hash [d4FdF+igw0L5KKIGjXl4jnrryro]
file:2008_0329_wrz_ore-iph.ope.app.dev.mar.200.ebo.bbl.izp (726) KB

Код:
[color=magenta]http://rapidshare.com/files/106699162/2008_0329_wrz_ore-iph.ope.app.dev.mar.200.ebo.bbl.izp.html
[/color]


211qFadWOlL.jpg



JUNOS Enterprise Routing: A Practical Guide to JUNOS Software and Enterprise Certification
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Doug Marschke,Harry Reynolds
ISBN: 0596514425
ISBN-13: 9780596514426
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 812

Product Description
Written by the instructors and creators of the JNTCP-ER Certification Exams, JUNOS Enterprise Routing
is the only comprehensive book for Juniper enterprise and edge routing environments. It offers complete
coverage of all the services available to the JUNOS administrator, including JUNOS Enhanced Services
(ES). This book is the official study guide for all three Juniper Enterprise Routing certification exams,
and is highly recommended reading to pass the exams. With its field-guide emphasis on practical solutions,
you can easily take the book beyond the classroom and into working networks as a design, maintenance,
and troubleshooting reference par excellence. JUNOS Enterprise Routing covers all three certification
exams in this track: Juniper Networks Certified Internet Associate (JNCIA-ER) Juniper Networks Certified
Internet Specialist (JNCIS-ER) Juniper Networks Certified Internet Expert (JNCIE-ER) With more services
such as voice, conference, and multicast on the IP router platform, the market for enterprise routers
is growing exponentially, and the need for certified engineers to keep up with network developments
in protocols and security is paramount. For everyone who works with Juniper enterprise and edge routing
environments, this is a must-have book.

eBook:OReilly.JUNOS.Enterprise.Routing.Mar.2008.eBook-BBL hash [Ls9COY3+wvZ+WAxDGXv7+I/CWu8]
file:2008_0329_wrz_ore-jun.ent.rou.mar.200.ebo.bbl.izp (6,925) KB

Код:
[color=magenta]http://rapidshare.com/files/106699623/2008_0329_wrz_ore-jun.ent.rou.mar.200.ebo.bbl.izp.html
[/color]


211IQ7g2ehL.jpg



Mac OS X Leopard: The Missing Manual
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Pogue
ISBN: 059652952X
ISBN-13: 9780596529529
Publisher: Pogue Press
Year: 2007
Pages: 912

Product Description
With Leopard, Apple has unleashed the greatest version of Mac OS X yet, and David Pogue is back with another
meticulous Missing Manual to cover the operating system with a wealth of detail. The new Mac OS X 10.5,
better known as Leopard, is faster than its predecessors, but nothing's too fast for Pogue and this Missing
Manual. It's just one of reasons this is the most popular computer book of all time. Mac OS X: The Missing
Manual, Leopard Edition is the authoritative book for Mac users of all technical levels and experience.
If you're new to the Mac, this book gives you a crystal-clear, jargon-free introduction to the Dock, the
Mac OS X folder structure, and the Mail application. There are also mini-manuals on iLife applications
such as iMovie, iDVD, and iPhoto, and a tutorial for Safari, Mac's web browser. This Missing Manual book
is amusing and fun to read, but Pogue doesn't take his subject lightly. Which new Leopard features work
well and which do not? What should you look for? What should you avoid? Mac OS X: The Missing Manual, Leopard
Edition offers an objective and straightforward instruction for using: Leopard's totally revamped
Finder Spaces to group your windows and organize your Mac tasks Quick Look to view files before you open
them The Time Machine, Leopard's new backup feature Spotlight to search for and find anything in your
Mac Front Row, a new way to enjoy music, photos, and videos Enhanced Parental Controls that come with Leopard
Quick tips for setting up and configuring your Mac to make it your own There's something new on practically
every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of
them. Mac's brought a new catto town and Mac OS X: The Missing Manual, Leopard Edition is a great new way
to tame it.

eBook:OReilly.Mac.OS.X.Leopard.The.Missing.Manual.Dec.2007.eBook-BBL hash [dA5Rj3Ed72ABWv+jzor+hXhpJHc]
file:2008_0329_wrz_ore-mac.os.x.leo.the.mis.man.dec.200.ebo.bbl.izp (23,803) KB

Код:
[color=magenta]http://rapidshare.com/files/106701257/2008_0329_wrz_ore-mac.os.x.leo.the.mis.man.dec.200.ebo.bbl.izp.html
[/color]


21Hk0%2BkfvrL.jpg



ScreenOS Cookbook
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Stefan Brunner,Vik Davar,Joe Kelly,Ken Draper,David Delcourt,Sunil Wadhwa
ISBN: 0596510039
ISBN-13: 9780596510039
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 838

Product Description
Written by key members of Juniper Network's ScreenOS development team, this one-of-a-kind Cookbook
helps you troubleshoot secure networks that run ScreenOS firewall appliances. Scores of recipes address
a wide range of security issues, provide step-by-step solutions, and include discussions of why the
recipes work, so you can easily set up and keep ScreenOS systems on track. ScreenOS Cookbook gives you
real-world fixes, techniques, and configurations that save time -- not hypothetical situations out
of a textbook. The book comes directly from the experience of engineers who have seen and fixed every conceivable
ScreenOS network topology, from small branch office firewalls to appliances for large core enterprise
and government, to the heavy duty protocol driven service provider network. Its easy-to-follow format
enables you to find the topic and specific recipe you need right away and match it to your network and security
issue. Topics include: Configuring and managing ScreenOS firewalls NTP (Network Time Protocol) Interfaces,
Zones, and Virtual Routers Mitigating Denial of Service Attacks DDNS, DNS, and DHCP IP Routing Policy-Based
Routing Elements of Policies Authentication Application Layer Gateway (SIP, H323, RPC, RTSP, etc.,
) Content Security Managing Firewall Policies IPSEC VPN RIP, OSPF, BGP, and NSRP Multicast -- IGPM, PIM,
Static Mroutes Wireless Along with the usage and troubleshooting recipes, you will also find plenty
of tricks, special considerations, ramifications, and general discussions of interesting tangents
and network extrapolation. For the accurate, hard-nosed information you require to get your ScreenOS
firewall network secure and operating smoothly, no bookmatches ScreenOS Cookbook.

eBook:OReilly.ScreenOS.Cookbook.Feb.2008.eBook-BBL hash [3MKiAyuHGAkTwSiSKTM4qmvLe3U]
file:2008_0329_wrz_ore-scr.coo.feb.200.ebo.bbl.izp (29,761) KB

Код:
[color=magenta]http://rapidshare.com/files/106703450/2008_0329_wrz_ore-scr.coo.feb.200.ebo.bbl.izp.html
[/color]


21ZVVYsTfjL.jpg



Switching to the Mac: The Missing Manual, Leopard Edition (Missing Manual)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Pogue
ISBN: 0596514123
ISBN-13: 9780596514129
Publisher: Pogue Press
Year: 2008
Pages: 608

Product Description
Is Windows giving you pause? Ready to make the leap to the Mac instead? There has never been a better time
to switch from Windows to Mac, and this incomparable guide will help you make a smooth transition. New
York Times columnist and Missing Manuals creator David Pogue gets you past three challenges: transferring
your stuff, assembling Mac programs so you can do what you did with Windows, and learning your way around
Mac OS X. Why is this such a good time to switch? Upgrading from one version of Windows to another used to
be simple. But now there's Windows Vista, a veritable resource hog that forces you to relearn everything.
Learning a Mac is not a piece of cake, but once you do, the rewards are oh-so-much better. No viruses, worms
or spyware. No questionable firewalls, inefficient permissions, or other strange features. Just a
beautiful machine with a thoroughly reliable system. And if you're still using Windows XP, we've got
you covered, too. If you're ready to take on Mac OS X Leopard, the latest edition of this bestselling guide
tells you everything you need to know: Transferring your stuff -- Moving photos, MP3s, and Microsoft
Office documents is the easy part. This book gets you through the tricky things: extracting your email,
address book, calendar, Web bookmarks, buddy list, desktop pictures, and MP3 files. Re-creating your
software suite -- Big-name programs (Word, Photoshop, Firefox, Dreamweaver, and so on) are available
in both Mac and Windows versions, but hundreds of other programs are available only for Windows. This
guide identifies the Mac equivalents and explains how to move your data to them. Learning Leopard -- Once
you've moved into the Mac, a final task awaits: Learning your way around. Fortunately, you're in good
hands with the author of Mac OS X: The Missing Manual, the #1 bestselling guide to the Macintosh. Moving
from Windows to a Mac successfully and painlessly is the one thing Apple does not deliver. Switching to
the Mac: The Missing Manual, Leopard Edition is your ticket to a new computing experience.

eBook:OReilly.Switching.to.the.Mac.The.Missing.Manual.Leopard.Edition.Feb.2008.eBook-BBL hash [qExAjlWgO7V45B9xUVnTAmBWv84]
file:2008_0329_wrz_ore-swi.to.the.mac.the.mis.man.leo.edi.feb.200.ebo.bbl.izp (12,359) KB

Код:
[color=magenta]http://rapidshare.com/files/106704313/2008_0329_wrz_ore-swi.to.the.mac.the.mis.man.leo.edi.feb.200.ebo.bbl.izp.html
[/color]


21TX2Bs2AEL.jpg



Windows Server 2008: The Definitive Guide
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Jonathan Hassell
ISBN: 0596514115
ISBN-13: 9780596514112
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 492

Product Description
This practical guide has exactly what you need to work with Windows Server 2008. Inside, you'll find step-by-step
procedures for using all of the major components, along with discussions on complex concepts such as
Active Directory replication, DFS namespaces and replication, network access protection, the Server
Core edition, Windows PowerShell, server clustering, and more. All of this with a more compact presentation
and a tighter focus on tasks than you'll find in bulkier references. Windows Server 2008: The Definitive
Guide takes a refreshing approach. You won't find the history of Windows NT, or discussions on the way
things used to work. Instead, you get only the information you need to use this server. If you're a beginning
or intermediate system administrator, you learn how the system works, and how to administer machines
running it. The expert administrators among you discover new concepts and components outside of your
realm of expertise. Simply put, this is the most thorough reference available for Windows Server 2008,
with complete guides to: Installing the server in a variety of different environments File services
and the Windows permission structure How the domain name system (DNS) works Active Directory, including
its logical and physical structure, hierarchical components, scalability, and replication Group
Policy's structure and operation Managing security policy with predefined templates and customized
policy plans Architectural improvements, new features, and daily administration of IIS 7 Terminal
Services from both the administrator's user's point of view Networking architecture including DNS,
DHCP, VPN, RADIUS server, IAS, and IPSec Windows clustering services ---applications, grouping machines,
capacity and network planning, user account management Windows PowerShell scripting and command-line
technology With Windows Server 2008: The Definitive Guide, you to come away with a firm understanding
of what's happening under the hood, but without the sense that you're taking a graduate course in OS theory.
If you intend to work with this server, this is the only book you need.

eBook:OReilly.Windows.Server.2008.The.Definitive.Guide.Mar.2008.eBook-BBL hash [qu/eaT4OEzXqy9jNaM16yEcnWQk]
file:2008_0329_wrz_ore-win.ser.200.the.def.gui.mar.200.ebo.bbl.izp (13,868) KB

Код:
[color=magenta]http://rapidshare.com/files/106705181/2008_0329_wrz_ore-win.ser.200.the.def.gui.mar.200.ebo.bbl.izp.html
[/color]


21bJxE7gIaL.jpg



AsteriskNOW
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Nir Simionovich
ISBN: 1847192882
ISBN-13: 9781847192882
Publisher: Packt Publishing
Year: 2008
Pages: 204

Product Description
AsteriskNOW is an open-source Software Appliance from Digium: a customized Linux distribution, which
includes Asterisk (the leading open-source telephony engine and tool kit), the AsteriskGUI, and all
the other software needed for an Asterisk telephony system. AsteriskNOW is easy to install. It allows
you to deploy Asterisk quickly and easily, and offers flexibility, functionality and features that
are available only in expensive proprietary business systems.

eBook:Packt.Publishing.AsteriskNOW.Feb.2008.eBook-BBL hash [XQ/OvtmndrTG61F8TNXnCgsH4DE]
file:2008_0329_wrz_pac-pub.ast.feb.200.ebo.bbl.izp (5,603) KB

Код:
[color=magenta]http://rapidshare.com/files/106705541/2008_0329_wrz_pac-pub.ast.feb.200.ebo.bbl.izp.html
[/color]


210veV%2BMMVL.jpg



BlackBerry Enterprise Server for Microsoft® Exchange
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Dan Renfroe,Mitesh Desai
ISBN: 1847192467
ISBN-13: 9781847192462
Publisher: Packt Publishing
Year: 2007
Pages: 188

Product Description
This book for IT professionals and network administrators describes installation, configuration
and administration of BlackBerry Enterprise Server for Microsoft Exchange, with detailed information
on planning and implementing BlackBerry Enterprise Server deployment. It also provides background
information on the BlackBerry architecture, security, and disaster recovery planning, picking up
where the manufacturer's documentation leaves off. Written by mobile and wireless technology experts,
its approach to setting up the server, provisioning users and devices, and implementing administrative
techniques is straightforward. The BlackBerry Enterprise Server platform extends corporate messaging
and collaboration services to BlackBerry devices, from the IBM Lotus Domino and Novell GroupWise messaging
platforms as well as Microsoft Exchange. It supports management and administration of those devices,
and also supports deployment of third-party applications to the BlackBerry device platform.

eBook:Packt.Publishing.BlackBerry.Enterprise.Server.for.Microsoft.Exchange.Oct.2007.eBook-BBL hash [pjFVElpx0hU+EJZ0XE5AQhrz1Jg]
file:2008_0329_wrz_pac-pub.bla.ent.ser.for.mic.exc.oct.200.ebo.bbl.izp (8,579) KB

Код:
[color=magenta]http://rapidshare.com/files/106705926/2008_0329_wrz_pac-pub.bla.ent.ser.for.mic.exc.oct.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. Adobe.Press.A.Designers.Guide.to.Adobe.InDesign.and.XML.Dec.2007.eBook-BBL
2. Apress.Practical.DWR.2.Projects.Jan.2008.eBook-BBL
3. Apress.Practical.Reporting.with.Ruby.and.Rails.Jan.2008.eBook-BBL
4. Cisco.Press.Network.Security.Technologies.and.Solutions.Mar.2008.eBook-BBL
5. FriendsofED.Foundation.Flash.CS3.Video.Mar.2008.eBook-BBL
6. Peachpit.Press.Mac.OS.X.10.5.Leopard.Visual.QuickStart.Guide.Nov.2007.eBook-BBL
7. Prentice.Hall.Ajax.Construction.Kit.Building.Plug.and.Play.Ajax.Applications.Jul.2007.eBook-BBL
8. Prentice.Hall.AJAX.Rich.Internet.Applications.and.Web.Development.for.Programmers.Feb.2008.eBook-BBL
9. Prentice.Hall.Core.Servlets.and.JavaServer.Pages.Advanced.Technologies.Volume.2.2nd.Edition.Dec.2007.eBook-BBL
10. Que.CCNA.Exam.Cram.Exam.640-802.3rd.Edition.Jan.2008.eBook-BBL
11. Que.CompTIA.A.Plus.Practice.Questions.Exam.Cram.2nd.Edition.Jan.2008.eBook-BBL
12. Sams.System.Center.Operations.Manager.2007.Unleashed.Feb.2008.eBook-BBL




21OzKeeSUdL.jpg



A Designer's Guide to Adobe InDesign and XML: Harness the Power of XML to Automate your Print and Web Workflows
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): James J. Maivald,Cathy Palmer
ISBN: 0321503554
ISBN-13: 9780321503558
Publisher: Adobe Press
Year: 2007
Pages: 336

Product Description
Is this book for programmers? Written specifically for graphic designers and production artists already
comfortable working with Adobe InDesign, this book teaches you how to automate publishing without learning
a lot of scary code. XML simplifies the process of moving content in and out of your layouts and can speed
up any print or Web assignment. Why should I care about XML? If you’re managing data-intensive
layout projects, and you want to keep that data consistent, accurate, and up-to-date, then incorporating
XML can help. You can also use XML to automate processes like importing text and large numbers of graphics
into a layout, or repurposing content from one application to another. Do I need additional plug-ins
or special software? You need only the powerful features built into InDesign CS2 or CS3 to use this book.
How will I learn XML? This guide includes nine easy-to-follow projects with downloadable support files.
With these hands-on tutorials, you will learn XML in context. By the final project, XML will no longer
be a mystery, but a powerful tool you can use to support your company or clients. These real-world projects
will teach you: l Business cards: Create a structured layout in InDesign and then import XML. Format text
automatically and flow the text into multiple examples. l Product catalog: Learn how to import XML data
into a structured layout using nested styles and cloned text. l Direct mail and variable data printing:
Use XML and InDesign to create sophisticated direct mail pieces without costly plug-ins or third-party
software. l Magazine and newspaper: Build and export magazine-style publications for online distribution.
l Web: Transform XML into XHTML to incorporate directly into your Web pages, or use Cascading Style Sheets
to instantly format your exported XML.

eBook:Adobe.Press.A.Designers.Guide.to.Adobe.InDesign.and.XML.Dec.2007.eBook-BBL hash [eAvgiqF3rbIjy9DX8uwIKVyL+80]
file:2008_0407_wrz_ado-pre.a.des.gui.to.ado.ind.and.xml.dec.200.ebo.bbl.izp (8,005) KB

Код:
[color=magenta]http://rapidshare.com/files/106737273/2008_0407_wrz_ado-pre.a.des.gui.to.ado.ind.and.xml.dec.200.ebo.bbl.izp.html
[/color]


21-4D5ifZML.jpg



Practical DWR 2 Projects (Expert's Voice in Java)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Frank Zammetti
ISBN: 1590599411
ISBN-13: 9781590599419
Publisher: Apress
Year: 2008
Pages: 540

Product Description
The Ajax craze is sweeping the world, and there is no shortage of libraries from which to choose to make
it all easier to develop. One of those libraries has risen near the top in the Java space, and that library
is DWR. DWR, or Direct Web Remoting, allows you to treat your Java classes running on the server as if they
were local objects running in the browser, bringing the full power of your server–side business
logic to the client without the usual problems that entails. In this book

You’ll explore DWR
and all it offers.
You’ll find six full, working applications that use DWR, instead of a lot of
theoretical musings.
You’ll learn by example, more importantly, by doing, as you tear the applications
apart, see what makes them tick, and even extend them at your own pace. In the end, you’ll have a great
feel for what DWR offers and how Ajax can bring the world of Web 2.0 to your doorstep, and you’ll have
a good time doing it.
What you’ll learn
Call a server–side object in a snap and make it look
like any local JavaScript call to boot.
Provide a strong security mechanism for securing your server-side
code.
Integrate with many of the most popular frameworks out there.
Provide not only Ajax but Comet
capabilities (sometimes called reverse Ajax).
Dig into Ajax using DWR in a practical and hacking kind
of way starting with a webmail client and Wiki projects.
Build a simple file manager application and
an online timesheet system.
Complete a DWR–based game project. Who is this book for? Web application
developers, senior projects leads, and application architects
About the Apress Practical Series
The Practical series from Apress is your best choice for getting the job done, period. From professional
to expert, this series lets you apply project–motivated templates (or frameworks) step by step
in a very direct, practical, and efficient manner toward current real–world projects that may
be sitting on your desk. So whatever your career goal, Apress can be your trusted guide to take you where
you want to go on your IT career empowerment path.
Related Titles
Pro Ajax and Java Frameworks
Practical
Ajax Projects with Java Technology
Foundations of Ajax

eBook:Apress.Practical.DWR.2.Projects.Jan.2008.eBook-BBL hash [D7+yv3Nv7qRdwNcXmO4rXN3S8YU]
file:2008_0407_wrz_apr-pra.dwr.2.pro.jan.200.ebo.bbl.izp (7,410) KB

Код:
[color=magenta]http://rapidshare.com/files/106718809/2008_0407_wrz_apr-pra.dwr.2.pro.jan.200.ebo.bbl.izp.html
[/color]


21URRR8BJCL.jpg



Practical Reporting with Ruby and Rails (Expert's Voice in Open Source)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): David Berube
ISBN: 1590599330
ISBN-13: 9781590599334
Publisher: Apress
Year: 2008
Pages: 312

Product Description
Business intelligence and real–time reporting mechanisms play a major role in any of today’s
forward–looking business plans. With many of these solutions being moved to the Web, the popular
Rails framework and its underlying Ruby language are playing a major role alongside web services in building
the reporting solutions of tomorrow.
Practical Reporting with Ruby and Rails is the first book to comprehensively
introduce this popular framework, guiding readers through a wide–ranging array of features.
Note this isn’t a staid guide to generating traditional reports, but rather it shows you how the
Ruby language and Rails framework can create truly compelling reporting services by plugging into popular
third-party applications and services such as Google AdWords, UPS.com, iTunes, and SalesForce.com.

What you’ll learn
Create reporting solutions for both the Web and the desktop.
Integrate with
powerful third–party retail solutions such as eBay, and Amazon.com in order to monitor your sales
campaigns in real–time.
Build an invoice reporting system using Rails and PayPal.
Monitor
your sales performance by taking advantage of SugarCRM’s web service offerings. Who is this book
for? Ruby and Rails developers seeking to create compelling business intelligence and reporting solutions
using a wide variety of applications and services.
About the Apress Practical Series The Practical
series from Apress is your best choice for getting the job done, period. From professional to expert,
this series lets you apply project–motivated templates (or frameworks) step by step in a very
direct, practical, and efficient manner toward current real–world projects that may be sitting
on your desk. So whatever your career goal, Apress can be your trusted guide to take you where you want to
go on your IT career empowerment path.
Related Titles
Beginning Ruby: From Novice to Professional

Practical Ruby Gems
Beginning Google Maps Applications with Rails and Ajax: From Novice to Professional


eBook:Apress.Practical.Reporting.with.Ruby.and.Rails.Jan.2008.eBook-BBL hash [A0yxGbUWSN04BB3KsSyZx/TyU0g]
file:2008_0407_wrz_apr-pra.rep.wit.rub.and.rai.jan.200.ebo.bbl.izp (2,687) KB

Код:
[color=magenta]http://rapidshare.com/files/106718985/2008_0407_wrz_apr-pra.rep.wit.rub.and.rai.jan.200.ebo.bbl.izp.html
[/color]


21Jq%2B-e0agL.jpg



Network Security Technologies and Solutions (CCIE Professional Development Series) (CCIE Professional Development)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Yusuf Bhaiji
ISBN: 1587052466
ISBN-13: 9781587052460
Publisher: Cisco Press
Year: 2008
Pages: 840

Product Description
CCIE Professional Development Network Security Technologies and Solutions A comprehensive,
all-in-one reference for Cisco network security Yusuf Bhaiji, CCIE No. 9305 Network Security Technologies
and Solutions is a comprehensive reference to the most cutting-edge security products and methodologies
available to networking professionals today. This book helps you understand and implement current,
state-of-the-art network security technologies to ensure secure communications throughout the network
infrastructure. With an easy-to-follow approach, this book serves as a central repository of security
knowledge to help you implement end-to-end security solutions and provides a single source of knowledge
covering the entire range of the Cisco network security portfolio. The book is divided into five parts
mapping to Cisco security technologies and solutions: perimeter security, identity security and access
management, data privacy, security monitoring, and security management. Together, all these elements
enable dynamic links between customer security policy, user or host identity, and network infrastructures.
With this definitive reference, you can gain a greater understanding of the solutions available and
learn how to build integrated, secure networks in today’s modern, heterogeneous networking
environment. This book is an excellent resource for those seeking a comprehensive reference on mature
and emerging security tactics and is also a great study guide for the CCIE Security exam. “Yusuf’s
extensive experience as a mentor and advisor in the security technology field has honed his ability to
translate highly technical information into a straight-forward, easy-to-understand format. If you’re
looking for a truly comprehensive guide to network security, this is the one! ” –Steve Gordon,
Vice President, Technical Services, Cisco Yusuf Bhaiji, CCIE No. 9305 (R&S and Security), has been with
Cisco for seven years and is currently the program manager for Cisco CCIE Security certification. He
is also the CCIE Proctor in the Cisco Dubai Lab. Prior to this, he was technical lead for the Sydney TAC Security
and VPN team at Cisco. Filter traffic with access lists and implement security features on switches Configure
Cisco IOS router firewall features and deploy ASA and PIX Firewall appliances Understand attack vectors
and apply Layer 2 and Layer 3 mitigation techniques Secure management access with AAA Secure access control
using multifactor authentication technology Implement identity-based network access control Apply
the latest wireless LAN security solutions Enforce security policy compliance with Cisco NAC Learn
the basics of cryptography and implement IPsec VPNs, DMVPN, GET VPN, SSL VPN, and MPLS VPN technologies
Monitor network activity and security incident response with network and host intrusion prevention,
anomaly detection, and security monitoring and correlation Deploy security management solutions
such as Cisco Security Manager, SDM, ADSM, PDM, and IDM Learn about regulatory compliance issues such
as GLBA, HIPPA, and SOX This book is part of the Cisco CCIE Professional Development Series from Cisco
Press, which offers expert-level instruction on network design, deployment, and support methodologies
to help networking professionals manage complex networks and prepare for CCIE exams. Category: Network
Security Covers: CCIE Security Exam

eBook:Cisco.Press.Network.Security.Technologies.and.Solutions.Mar.2008.eBook-BBL hash [2E0adHb1oQEk8hnScRdHyfMh0z4]
file:2008_0407_wrz_cis-pre.net.sec.tec.and.sol.mar.200.ebo.bbl.izp (26,654) KB

Код:
[color=magenta]http://rapidshare.com/files/106720718/2008_0407_wrz_cis-pre.net.sec.tec.and.sol.mar.200.ebo.bbl.izp.html
[/color]


217NcgyMUmL.jpg



Foundation Flash CS3 Video (Foundation)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Tom Green,Adam Thomas
ISBN: 159059956X
ISBN-13: 9781590599563
Publisher: friends of ED
Year: 2008
Pages: 450

Product Description
Video is one of the most exciting features on today's Internet, with widespread adoption being made possible
by advances in bandwidth and software. But simply streaming video clips to Web users is only the tip of
the iceberg! Flash CS3 offers a whole host of advanced video features, allowing you to create breathtaking
user experiences.
And this book, the 2nd edition of the critically-acclaimed Foundation Flash 8 Video,
shows you how to make the most of video in Flash CS3. The authors start with the basics of creating video
ready for use on the web using popular applications such as Windows Movie Maker and iMovie, creating FLV
(Flash video) using both Flash and other applications such as Sorenson Squeeze, and importing that video
into Flash.
With that out the way, then turn their attention to essential practical techniques such
as creating and customizing video players, applying blends and filters to Flash Video, effective use
of video alpha channel and masks, captioning, cue points, interactivity using the Camera object, going
full screen, and much more.
This edition is fully-updated for Flash CS3 and ActionScript 3.0, and includes
many new examples.

Learn how to create video for the web using popular applications such as iMovie and
Movie Maker, and turn it into Flash Video using Flash, and other tools such as Sorenson Squeeze
Learn
several essential practical techniques for manipulating video in Flash
New edition fully-updated
for Flash CS3 and ActionScript 3.0, with new examples What you'll learn
All the essential video features
of Flash CS3 and ActionScript 3.0
How to create video using iMovie and Windows Movie Maker
How to process
that video into Flash Video (FLV) using Flash, Sorenson Squeeze, and Flix Pro
How to create a video player
and customize it
How to apply fantastic filters and blend modes to your video
How to use masks with video

How to create applications with multiple videos
How to allow the user to interact with your Flash using
the camera object
How to add captions to your video
How to work will full screen video
A whole host of
tips and special effects Who is this book for? This book is for anyone who wants to learn Flash video from
the ground up.


eBook:FriendsofED.Foundation.Flash.CS3.Video.Mar.2008.eBook-BBL hash [Lvc5T9fw8LXdHfaM9/v6wcKrhVU]
file:2008_0407_wrz_fri-fou.fla.cs3.vid.mar.200.ebo.bbl.izp (7,710) KB

Код:
[color=magenta]http://rapidshare.com/files/106721242/2008_0407_wrz_fri-fou.fla.cs3.vid.mar.200.ebo.bbl.izp.html
[/color]


21VmcN6n25L.jpg



Mac OS X 10.5 Leopard: Visual QuickStart Guide
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Maria Langer
ISBN: 0321496000
ISBN-13: 9780321496003
Publisher: Peachpit Press
Year: 2007
Pages: 696

Product Description
Apple’s next version of its OS, code-named Leopard, will keep Mac users in the forefront of making
the most from their computers. Respected, best-selling author Maria Langer takes readers through Mac
OS X’s groundbreaking capabilities, including new applications such as Time Machine and Spaces
and revamped applications such as Mail, Dashboard, Spotlight, and iCal. With plenty of screenshots
to clearly illustrate techniques, this reasonably priced guide is a great reference to the essentials
of Mac OS X Leopard.
Easy visual approach uses pictures to guide you through Mac OS X and show you what to
do.
Concise steps and explanations let you get up and running in no time.
Page for page, the best content
and value around.
Companion Web site offers tips, links, updates, and more at Для просмотра ссылки Войди или Зарегистрируйся.

Maria Langer has written more than 70 computer books, including best-selling Visual QuickStart Guides
on Mac OS X, Microsoft Word, and Microsoft Excel, as well as hundreds of articles for magazines and Web
sites. A Macintosh user since 1989, Maria never tires of teaching her Macs new tricks. When she’s
not writing, Maria is working hard to build her helicopter tour and charter business, Flying M Air. Visit
Maria on the Web at Для просмотра ссылки Войди или Зарегистрируйся.

eBook:Peachpit.Press.Mac.OS.X.10.5.Leopard.Visual.QuickStart.Guide.Nov.2007.eBook-BBL hash [KYVyJ1JWCHnq/2E4KpCactibXxM]
file:2008_0407_wrz_pea-pre.mac.os.x.10.5.leo.vis.qui.gui.nov.200.ebo.bbl.izp (28,777) KB

Код:
[color=magenta]http://rapidshare.com/files/106722845/2008_0407_wrz_pea-pre.mac.os.x.10.5.leo.vis.qui.gui.nov.200.ebo.bbl.izp.html
[/color]


21vaPOsBg7L.jpg



Ajax Construction Kit: Building Plug-and-Play Ajax Applications (Negus Live Linux Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Michael Morrison
ISBN: 0132350084
ISBN-13: 9780132350082
Publisher: Prentice Hall PTR
Year: 2007
Pages: 312

Product Description
Supercharge Your Sites with Ajax Right Now...No Scripting Expertise Needed!
You’ve heard how
great Ajax is--how it can help make your Web sites more usable, more interactive, more responsive, more
successful. Ajax Construction Kit lets you put Ajax to work right now, even if you’ve never written
a script! Just learn a few essentials, check out a few examples, then run the live CD and discover all the
plug-and-play code you need to hit the ground running. Ajax Construction Kit’s built-in applications
work right out of the box. And with easy guidance from Michael Morrison, you’ll gradually deepen
your understanding--learn how to customize, extend, and reuse these applications---and even build
skills for creating new ones. Walk away an expert.

Use Ajax Construction Kit’s ten complete
applications to

Dynamically load Web data
Dynamically populate lists
Tap into RSS news feeds
Use
AutoComplete to reduce input errors
Create more responsive GUIs with real-time validation
Build
a killer interface for viewing images
Present information or advertising with slick pop-ups
Provide
an up-to-the-minute weather forecast
Build an e-commerce product shipping calculator
Add ratings
tools to your site And more...

CD-ROM Includes

Your complete Ajax projects: Run the Ajax projects
(HTML, JavaScript, and PHP source code) that are included on the CD from your Windows, Mac OS X, or Linux
system.
Your complete Ajax environment: Boot the CD as an Ubuntu Linux live CD to immediately begin working
with the Ajax projects (no setup required).
Ready-to-run tools on the CD include the XAMPP Web server,
Firefox Web browser, and Bluefish HTML editor. System Requirements:

Platform: Windows, Linux, Mac
(OS X or higher)
Processor: Intel-based processor (Pentium or higher)
Memory: 128 MB RAM or more
Disk
space: None required; USB thumb drive optional to store data
Optical drive: CD reader Negus Live Linux
Series
Your Practical, Hands-On Guides to Getting Real Results with Free Software
Add the free software
and examples from the book’s CD to your Windows, Mac OS X, or Linux system to follow along with the
projects described in the book. Or boot the CD directly to use a complete, prepackaged set of free software
tools to play, display, and modify those projects. Start as a novice, by trying out examples...and finish
with professional Ajax-enabled Web content!

SERIES EDITOR CHRISTOPHER NEGUS is the bestselling
author of the Red Hat Linux Bible series, Linux Toys series, and this series’ flagship title, Linux
Live CDs.



eBook:Prentice.Hall.Ajax.Construction.Kit.Building.Plug.and.Play.Ajax.Applications.Jul.2007.eBook-BBL hash [VjCNU2mdLVpWktwXMRWbBeQ7XSg]
file:2008_0407_wrz_pre-hal.aja.con.kit.bui.plu.and.pla.aja.app.jul.200.ebo.bbl.izp (22,832) KB

Код:
[color=magenta]http://rapidshare.com/files/106724215/2008_0407_wrz_pre-hal.aja.con.kit.bui.plu.and.pla.aja.app.jul.200.ebo.bbl.izp.html
[/color]


21xPoTm5wYL.jpg



AJAX, Rich Internet Applications, and Web Development for Programmers (Deitel Developer Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Paul J. Deitel,Harvey M. Deitel
ISBN: 0131587382
ISBN-13: 9780131587380
Publisher: Prentice Hall PTR
Year: 2008
Pages: 1040

Product Description
The practicing programmer's DEITEL® guide to AJAX, Rich Internet Applications, and web-application
developmentThis book applies the Deitel signature live-code approach to teaching Web 2.0 application
development. The book presents concepts in the context of more than 180 fully tested programs (18,000+
lines of code), complete with syntax shading, detailed descriptions, and sample outputs. It features
hundreds of tips that will help you build robust applications.Start with a concise introduction to XHTML,
CSS, and JavaScript before rapidly moving on to more advanced client-side development with DOM, XML,
AJAX, JSON, and other RIA technologies. Then proceed to server-side development with web servers, databases,
PHP, Ruby on Rails, ASP.NET, JavaServer Faces, and web services. When you're finished, you'll have everything
you need to build Web 2.0 applications.The DEITEL Developer Series is designed for practicing programmers.
The series presents focused treatments of emerging technologies, including .NET, JavaTM, web services,
Internet and web development, and more.Practical, example-rich coverage of:
Web 2.0
XHTML, CSS,
JavaScript
DOM, XML, RSS
AJAX-Enabled Rich Internet Applications
JSON, Dojo, Script.aculo.us

Adobe® Flash CS3 and Flex
Web Servers (IIS and Apache)
Database (SQL, MySQL, ADO.NET and Java DB)
PHP,
Ruby on Rails
ASP.NET, ASP.NET AJAX
JavaServer Faces (JSF)
SOAP-Based Web Services in Java
REST-Based
Web Services in ASP.NET
Mashups
And more...Visit Для просмотра ссылки Войди или Зарегистрируйся to:
Download code examples
Check
out the growing list of programming, Web 2.0, and software-related Resource Centers
To receive updates
on this book, subscribe to the free DEITEL® BUZZ ONLINE e-mail newsletter at Для просмотра ссылки Войди или Зарегистрируйся

Read archived Issues of the DEITEL BUZZ ONLINE
Contact [email protected] for information on corporate
training courses delivered on-site worldwidePre-Publication Reviewer Testimonials"This book is
easily the most comprehensive resource of its kind I've seen yet." --Jesse James Garrett, Adaptive Path"A
one-stop shop for learning the essentials of web programming."--Anand Narayanaswamy, ASPAlliance.com"Excellent
for learning to develop standards-compliant web applications...takes you from the browser to the server
and the database, covering web development across many programming languages."--Paul Vencill, MITRE,
Inc."Cements the browser as a first-class development platform."--Johnvey Hwang, Splunk, Inc."Congratulations
on this excellent work. The [Dive Into Web 2.0] chapter is simply astonishing! It's one of the better--if
not the best--references on Web 2.0."--Jos? Antonio Gonz?lez Seco, Parlamento de Andalucia"The CSS
chapter is compact, concise, and full of useful info!"--Billy B. L. Lim, Illinois State University"One
of the best introductions to JavaScript."--Raymond Wisman, Indiana University Southeast"A good introduction
to the DOM; doesn't trip over cross-browser incompatibilities."--Eric Lawrence, Microsoft"Exceptionally
clear Ajax tutorial; best I've reviewed! Great solutions for the very cool type-ahead and edit-in-place
AJAX features. 'Libraries to Help Eliminate Cross-Browser Compatibility Issues' is fantastic. This
book and your web sites will be often-visited resources (if not best practices in themselves)."--John
Peterson, Insync and V.I.O. Inc."Great chapter [on building Flash games]."--Jennifer Powers, University
of Albany"A solid introduction to Adobe Flex with some very cool applications."--Matt Chotin, Adobe"A
solid introduction to the capabilities and flexibilities of PHP. Inspired me to tighten up my own code!
Easy to follow JSF development with database, Virtual Forms, and Google Maps."--John Peterson, Insync
and V.I.O. Inc."Excellent coverage of developing ASP.NET applications, with plenty of sample code."--Peter
Bromberg, VOIP, Inc."The web services chapter concludes a comprehensive education on Web 2.0. The examples
go a long way to support the Web 2.0 mission of this book."--George Semeczko, Independent Consultant


eBook:Prentice.Hall.AJAX.Rich.Internet.Applications.and.Web.Development.for.Programmers.Feb.2008.eBook-BBL hash [U8YRdk+U8fFjFF2/5K8rCNq+ex8]
file:2008_0407_wrz_pre-hal.aja.ric.int.app.and.web.dev.for.pro.feb.200.ebo.bbl.izp (59,884) KB

Код:
[color=magenta]http://rapidshare.com/files/106727829/2008_0407_wrz_pre-hal.aja.ric.int.app.and.web.dev.for.pro.feb.200.ebo.bbl.izp.html
[/color]


21KrO0HfZvL.jpg



Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Marty Hall,Larry Brown,Yaakov Chaikin
ISBN: 0131482602
ISBN-13: 9780131482609
Publisher: Prentice Hall PTR
Year: 2007
Pages: 736

Product Description
Java EE is the technology of choice for e-commerce applications, interactive Web sites, and Web-enabled
services. Servlet and JSP technology provides the link between Web clients and server-side applications
on this platform. Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies, Second Edition,
is the definitive guide to the advanced features and capabilities provided by servlets and JSP.
Volume
2 presents advanced capabilities like custom tag libraries, filters, declarative security, JSTL,
and Struts. Like the first volume, it teaches state-of-the-art techniques and best practices illustrated
with complete, working, fully documented programs.
Volume 2 explains in detail the advanced tools
and techniques needed to build robust, enterprise-class applications. You'll learn how to control
application behavior through the web.xml deployment descriptor file, how to enhance application security
through both declarative and programmatic methods, and how to use servlet and JSP filters to encapsulate
common behavior. You'll also learn how to control major application lifecycle events, best practices
for using JSTL, and how to build custom tag libraries. Volume 2 concludes with an in-depth introduction
to the Jakarta Struts framework.
Complete source code for all examples is available free for unrestricted
use at Для просмотра ссылки Войди или Зарегистрируйся. For information on Java training from Marty Hall, go to courses.coreservlets.com.
Volume
1 presents comprehensive coverage of the servlets and JSP specifications, including HTTP headers,
cookies, session tracking, JSP scripting elements, file inclusion, the MVC architecture, and the JSP
expression language. It also covers HTML forms, JDBC, and best practices for design and implementation.



eBook:Prentice.Hall.Core.Servlets.and.JavaServer.Pages.Advanced.Technologies.Volume.2.2nd.Edition.Dec.2007.eBook-BBL hash [3wMzcWvsK6wjYsmoU45vcYqXWTY]
file:2008_0407_wrz_pre-hal.cor.ser.and.jav.pag.adv.tec.vol.2.2nd.edi.dec.200.ebo.bbl.izp (35,914) KB

Код:
[color=magenta]http://rapidshare.com/files/106730041/2008_0407_wrz_pre-hal.cor.ser.and.jav.pag.adv.tec.vol.2.2nd.edi.dec.200.ebo.bbl.izp.html
[/color]


21bsYCEkgrL.jpg



CCNA Exam Cram (Exam 640-802) (3rd Edition) (Exam Cram)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Michael Hayes Valentine,Andrew John Whitaker
ISBN: 0789737124
ISBN-13: 9780789737120
Publisher: Que
Year: 2008
Pages: 552

Product Description
CCNA® Exam Cram Third Edition Michael Valentine Andrew Whitaker Exam 640-802 The Smart Way to Study™
“The CCNA exam is difficult and I would not have passed it if I did not have this book with me. The CCNA Exam
Cram is an indispensable resource that guided me from the introduction of networking fundamentals to
the application of networking theories. Whether you need to learn from scratch or just need a quick reference,
this book is an excellent guide that will definitely reinforce your knowledge of Cisco networking and
prepare you for the CCNA.” –Vincent Gov, CCNA In this book, you learn how to: Develop perfect fluency
in subnetting Connect Cisco® equipment, make initial configurations, and connect to other devices
to build a network Configure Cisco routers and back up and restore your Cisco IOS® Software configurations
Explain the functions of Ethernet switching and the Spanning Tree Protocol (STP) Configure PPP and Frame
Relay for WAN connectivity Understand and apply wireless LAN concepts Mitigate network security threats
and secure network devices Build scalable routed systems using dynamic routing protocols including
RIPv2, EIGRP, and OSPF Create VLANs and distribute VLAN information using the VLAN Trunking Protocol
(VTP) Filter traffic from one network to another with access control lists (ACL) Understand and implement
IPv6 Deploy Network Address Translation (NAT) WRITTEN BY CCNA Experts! Mike Valentine has been in the
IT field for 12 years, focusing on network design and implementation. He is currently a Cisco trainer
with Skyline Advanced Technology Services and specializes in Cisco Unified Communications instruction
as well as CCNA® and CCNP® courses. Andrew Whitaker is the director of enterprise InfoSec and networking
and senior training instructor for Training Camp. He has achieved several Cisco certifications and
has written on several Cisco topics. CD features new simulation questions! This book includes a CD-ROM
that features: Complete coverage of CCNA exam objectives Realistic exam questions for effective practice
Detailed explanations of correct and incorrect answers Multiple exam modes Flash Card format An electronic
copy of the book

eBook:Que.CCNA.Exam.Cram.Exam.640-802.3rd.Edition.Jan.2008.eBook-BBL hash [Zeo79NyzzNcCOqePtQQ12jepMVA]
file:2008_0407_wrz_que-ccn.exa.cra.exa.640.802.3rd.edi.jan.200.ebo.bbl.izp (11,321) KB

Код:
[color=magenta]http://rapidshare.com/files/106730672/2008_0407_wrz_que-ccn.exa.cra.exa.640.802.3rd.edi.jan.200.ebo.bbl.izp.html
[/color]


21H4w2uONKL.jpg



CompTIA A+ Practice Questions Exam Cram (Essentials, Exams 220-602, 220-603, 220-604) (2nd Edition) (Exam Cram 2)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Charles J. Brooks
ISBN: 0789735660
ISBN-13: 9780789735669
Publisher: Que
Year: 2008
Pages: 408

Product Description
The Smart Way to Study™ Covers the critical information you’ll need to know to score higher on the
A+ Exams! Features more than 850 questions organized according to the Essentials, IT Technician, Remote
Support Technician, and Depot Technician exam objectives so you can easily assess your knowledge of
each topic. Each question includes a detailed explanation of answers. Use our innovative Quick-Check
Answer System™ to quickly find answers as you work your way through the questions. WRITTEN BY A LEADING
A+ EXPERT Charles J. Brooks is currently co-owner and vice president of Educational Technologies Group
Inc., as well as co-owner of eITPrep LLP, an online training company. He is in charge of research and product
development at both organizations. A former electronics instructor and technical writer with the National
Education Corporation, Charles taught and wrote on post-secondary EET curriculum, including introductory
electronics, transistor theory, linear integrated circuits, basic digital theory, industrial electronics,
microprocessors, and computer peripherals. Charles has authored several books, including the first
five editions of A+ Certification Training Guide, The Complete Introductory Computer Course,
and IBM PC Peripheral Troubleshooting and Repair. He also writes about networking, residential
technology integration, and convergence. CD Features MeasureUp Practice Questions! All questions
in this book are included on the CD, giving you yet another effective tool to assess your readiness for
all four A+ exams. MeasureUp’s innovative test product features multiple test modes and questions
that simulate an actual A+ Exam, and detailed answer explanations of correct and incorrect answers,
among other features. Random questions and order of answers. U.S. $34.99 / CAN. $37.99 / U.K. ?24.99 (inc.
of VAT) Для просмотра ссылки Войди или Зарегистрируйся ISBN-13: 978-0-7897-3566-9 ISBN-10: 0-7897-3566-0

eBook:Que.CompTIA.A.Plus.Practice.Questions.Exam.Cram.2nd.Edition.Jan.2008.eBook-BBL hash [3zOMuhwReIjE4K/8Xay6+g8jNv4]
file:2008_0407_wrz_que-com.a.plu.pra.que.exa.cra.2nd.edi.jan.200.ebo.bbl.izp (811) KB

Код:
[color=magenta]http://rapidshare.com/files/106730718/2008_0407_wrz_que-com.a.plu.pra.que.exa.cra.2nd.edi.jan.200.ebo.bbl.izp.html
[/color]


21eMj8bL3oL.jpg



System Center Operations Manager 2007 Unleashed
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Kerrie Meyler,Cameron Fuller,John Joyner,Andy Dominey
ISBN: 0672329557
ISBN-13: 9780672329555
Publisher: Sams
Year: 2008
Pages: 1416

Product Description
This book is your most complete source for in-depth information about Microsoft System Center Operations
Manager 2007! System Center Operations Manager 2007 Unleashed is a comprehensive guide to System
Center Operations Manager (OpsMgr) 2007. Like its MOM 2005 predecessor, OpsMgr 2007 helps you implement
operations management, but with a far different and more holistic approach from MOM 2005’s focus
on individual servers. This book guides you through designing, deploying, and configuring OpsMgr 2007.
You will find detailed information and hands-on experience on topics such as estimating database sizes
and designing redundant OpsMgr configurations. You learn how to tackle challenges such as setting up
ACS, establishing client monitoring, using and creating synthetic transactions and distributed applications,
and developing management packs and reports. Size your OpsMgr databases Architect for redundancy and
performance Install or migrate to OpsMgr 2007 Secure OpsMgr Back up OpsMgr components Understand how
monitors and rules work Manage different aspects, including ACS, client monitoring, synthetic transactions,
and distributed applications Extend OpsMgr Develop management packs and reports CD-ROM includes:
Database sizing spreadsheet Utilities, management packs, and reports Microsoft’s best practices
for rule and monitor targeting and PowerShell Cheat Sheet Live Links--more than 200 hypertext links
and references to materials, connectors, sites, and newsgroups related to OpsMgr Contents Introduction
1 Part I Operations Management Overview and Concepts 1 Operations Management Basics 11 2 What’s
New 63 3 Looking Inside OpsMgr 97 Part II Planning and Installation 4 Planning Your Operations Manager
Deployment 137 5 Planning Complex Configurations 203 6 Installing Operations Manager 2007 233 7 Migrating
to Operations Manager 2007 277 Part III Moving Toward Application-Centered Management 8 Configuring
and Using Operations Manager 2007 303 9 Installing and Configuring Agents 369 10 Complex Configurations
425 11 Securing Operations Manager 2007 471 Part IV Administering Operations Manager 2007 12 Backup
and Recovery 539 13 Administering Management Packs 593 14 Monitoring with Operations Manager 647 Part
V Service-Oriented Monitoring 15 Monitoring Audit Collection Services 739 16 Client Monitoring 797
17 Monitoring Network Devices 845 18 Using Synthetic Transactions 903 19 Managing a Distributed Environment
949 Part VI Beyond Operations Manager 20 Automatically Adapting Your Environment 1005 21 Reading for
the Service Provider: Remote Operations Manager 1047 22 Interoperability 1095 23 Developing Management
Packs and Reports 1141 Part VII Appendixes A OpsMgr by Example: Configuring and Tuning Management Packs
1229 B Performance Counters 1261 C Registry Settings 1271 D Active Directory and Exchange 2003 Management
Pack Parameters 1295 E Reference URLs 1305 F On the CD 1323 Index 1329

eBook:Sams.System.Center.Operations.Manager.2007.Unleashed.Feb.2008.eBook-BBL hash [Iz1W9zPoeBixU/8q8Fkf6TSNkPQ]
file:2008_0407_wrz_sam-sys.cen.ope.man.200.unl.feb.200.ebo.bbl.izp (100,183) KB

Код:
[color=magenta]http://rapidshare.com/files/106736802/2008_0407_wrz_sam-sys.cen.ope.man.200.unl.feb.200.ebo.bbl.izp.html
[/color]
 

wrz.netz

Местный
Регистрация
10 Дек 2004
Сообщения
923
Реакции
840
Credits
88
1. No.Starch.Press.The.Book.of.Wireless.2nd.Edition.Jan.2008.eBook-BBL
2. OReilly.Adobe.AIR.for.JavaScript.Developers.Pocket.Guide.Apr.2008.eBook-BBL
3. OReilly.Essential.Silverlight.2.Up.to.Date.Apr.2008.eBook-BBL
4. OReilly.Java.Power.Tools.Apr.2008.eBook-BBL
5. OReilly.Learning.Flash.Media.Server.3.Mar.2008.eBook-BBL
6. Packt.Publishing.Building.Dynamic.Web.2.0.Websites.with.Ruby.on.Rails.Apr.2008.eBook-BBL
7. Packt.Publishing.ZK.Developers.Guide.Dec.2007.eBook-BBL
8. Pragmatic.Bookshelf.FXRuby.Create.Lean.and.Mean.GUIs.with.Ruby.Apr.2008.eBook-BBL
9. Pragmatic.Bookshelf.Rails.for.PHP.Developers.Feb.2008.eBook-BBL
10. Prentice.Hall.Core.Java.Volume.2.Advanced.Features.8th.Edition.Apr.2008.eBook-BBL
11. Que.Microsoft.Expression.Web.2.On.Demand.Apr.2008.eBook-BBL
12. Sams.Windows.Server.2008.Unleashed.Feb.2008.eBook-BBL




51l0bZ965KL._SL160_.jpg



The Book of Wireless: A Painless Guide to Wi-Fi and Broadband Wireless
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): John Ross
ISBN: 1593271697
ISBN-13: 9781593271695
Publisher: No Starch Press
Year: 2008
Pages: 352

Product Description
Broadband wireless networks bring us closer to the Internet's ultimate destiny of interconnecting
everyone, everywhere. But wireless networking can be a bit geeky and nerve-wracking without a proper
guide. Let's face it: Networking can be hard. If you're one of the last holdouts still connected to the
Internet by a wire, The Book of Wireless, 2nd Edition is the book for you. You'll learn how to set up your
own home (or small office) wireless network and how to use public wireless networks, safely and securely.
This plain-English guide demystifies configuring and using wireless networks-everything from shopping
for parts to securing your network. Learn how to:
Select and configure hardware and software for your
Wi-Fi network and configure access points to minimize interference
Discover open networks and maintain
your privacy while surfing in public
Use VoIP over a wireless connection to talk on the phone for next
to nothing
Evaluate wireless data services based on cost, speed, and coverage
Extend your network
to give your neighbors free wireless Internet access You'll also learn about new and forthcoming broadband
wireless standards and how to choose the right service provider and equipment. With up-to-date information
on wireless routers, network interface cards, antennas, security, and software, The Book of Wireless,
2nd Edition will help you navigate the confusing wireless landscape to find the perfect solution.

eBook:No.Starch.Press.The.Book.of.Wireless.2nd.Edition.Jan.2008.eBook-BBL hash [YG/OA90zD9SLaKw8yzGxdaHRMtg]
file:2008_0413_wrz_no-sta.pre.the.boo.of.wir.2nd.edi.jan.200.ebo.bbl.izp (9,186) KB

Код:
[color=magenta]http://rapidshare.com/files/108923970/2008_0413_wrz_no-sta.pre.the.boo.of.wir.2nd.edi.jan.200.ebo.bbl.izp.html
[/color]


51fqWX5nY%2BL._SL160_.jpg



Adobe AIR for JavaScript Developers Pocket Guide (Pocket Guides)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Mike Chambers,Daniel Dura,Kevin Hoyt,Dragos Georgita
ISBN: 0596518374
ISBN-13: 9780596518370
Publisher: Adobe Dev Library
Year: 2008
Pages: 204

Product Description
This book is the official guide to Adobe (R) AIR[TM], written by members of the AIR team. With Adobe AIR,
web developers can use technologies like HTML and JavaScript to build and deploy web applications to
the desktop. Packed with examples, this book explains how AIR works and features recipes for performing
common runtime tasks. Part of the Adobe Developer Library, this concise pocket guide explains: What
Adobe AIR is, and the problems this runtime aims to solve How to set up your development environment The
HTML and JavaScript environments within AIR How to create your first AIR application using HTML and JavaScript
Ways to perform an array of common tasks with this runtime Also included is a guide to AIR packages, classes,
and command line tools. Once you understand the basics of building HTML- and JavaScript-based AIR applications,
this book makes an ideal reference for tackling specific problems. It offers a quick introduction to
a significant new development technology, which lets you combine the reach and ease of the Web with the
power of the desktop.

eBook:OReilly.Adobe.AIR.for.JavaScript.Developers.Pocket.Guide.Apr.2008.eBook-BBL hash [jkLsEU4bvHyG/yI1683I5TifTGE]
file:2008_0413_wrz_ore-ado.air.for.jav.dev.poc.gui.apr.200.ebo.bbl.izp (1,416) KB

Код:
[color=magenta]http://rapidshare.com/files/108924046/2008_0413_wrz_ore-ado.air.for.jav.dev.poc.gui.apr.200.ebo.bbl.izp.html
[/color]


51U9eZeXhuL._SL160_.jpg



Essential Silverlight 2 Up-to-Date
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Christian Wenz
ISBN: 0596519982
ISBN-13: 9780596519988
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 212

Product Description
Now you can design rich Internet applications (RIAs) for the Web using Silverlight 2, the latest version
of Microsoft's hot new runtime application -- without waiting for the official release. That's right.
With Essential Silverlight 2 Up-to-Date, you not only get a concise, easy-to-understand introduction
to Silverlight 2, but thorough coverage of the CTPs, betas, and RTM releases as they become available.
Once you buy this Up-to-Date edition, you'll be able to download free PDFs of all the revisions to Silverlight
-- pages that you can print and insert right into the book's unique binder format. Pre-printed updates
will also be available for purchase. It combines the the speed of technology with convenience of a book.
With Essential Silverlight 2 Up-to-Date, you learn to take advantage of Microsoft's cross-browser
Silverlight plug-in with tools for animation, vector graphics, and video playback, as well as new .NET
support for web services, networking and LINQ (language integrated query). This guide gives you complete
step-by-step instructions for using everything Silverlight has to offer, along with: Clever ways to
create interactive UIs that are more robust and easier to debug and test than what you can achieve on other
platforms Scores of tested JavaScript and C# code examples that you can reuse in your own applications
Expert guidance from an author who understands RIA technologies, including ASP.NET, Flash, PHP, and
JavaScript Ready to deliver a more complete Web experience? Now there's no reason to wait. Essential
Silverlight 2 Up to Date offers a whole new world of possibilities.

eBook:OReilly.Essential.Silverlight.2.Up.to.Date.Apr.2008.eBook-BBL hash [w/6hcGK7zybUGhUHeQCBr3o9e+s]
file:2008_0413_wrz_ore-ess.sil.2.up.to.dat.apr.200.ebo.bbl.izp (5,063) KB

Код:
[color=magenta]http://rapidshare.com/files/108924363/2008_0413_wrz_ore-ess.sil.2.up.to.dat.apr.200.ebo.bbl.izp.html
[/color]


51IjVH0I64L._SL160_.jpg



Java Power Tools
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): John Ferguson Smart
ISBN: 0596527934
ISBN-13: 9780596527938
Publisher: O'Reilly Media, Inc.
Year: 2008
Pages: 910

Product Description
All true craftsmen need the best tools to do their finest work, and programmers are no different. Java
Power Tools delivers 30 open source tools designed to improve the development practices of Java developers
in any size team or organization. Each chapter includes a series of short articles about one particular
tool -- whether it's for build systems, version control, or other aspects of the development process
-- giving you the equivalent of 30 short reference books in one package. No matter which development method
your team chooses, whether it's Agile, RUP, XP, SCRUM, or one of many others available, Java Power Tools
provides practical techniques and tools to help you optimize the process. The book discusses key Java
development problem areas and best practices, and focuses on open source tools that can help increase
productivity in each area of the development cycle, including: Build tools including Ant and Maven 2
Version control tools such as CVS and Subversion, the two most prominent open source tools Quality metrics
tools that measure different aspects of code quality, including CheckStyle, PMD, FindBugs and Jupiter
Technical documentation tools that can help you generate good technical documentation without spending
too much effort writing and maintaining it Unit Testing tools including JUnit 4, TestNG, and the open
source coverage tool Cobertura Integration, Load and Performance Testing to integrate performance
tests into unit tests, load-test your application, and automatically test web services, Swing interfaces
and web interfaces Issue management tools including Bugzilla and Trac Continuous Integration tools
such as Continuum, Cruise Control, LuntBuild and Hudson If you area Java developer, these tools can help
improve your development practices, and make your life easier in the process. Lead developers, software
architects and people interested in the wider picture will be able to gather from these pages some useful
ideas about improving your project infrastructure and best practices.

eBook:OReilly.Java.Power.Tools.Apr.2008.eBook-BBL hash [C4Uv0e9PU/jTTj7Iznv7Ti5CDMU]
file:2008_0413_wrz_ore-jav.pow.too.apr.200.ebo.bbl.izp (25,007) KB

Код:
[color=magenta]http://rapidshare.com/files/108925746/2008_0413_wrz_ore-jav.pow.too.apr.200.ebo.bbl.izp.html
[/color]


eBook:OReilly.Learning.Flash.Media.Server.3.Mar.2008.eBook-BBL hash [3Yimk8+Ccmeb8xBTQsMIMo/CHr8]
file:2008_0413_wrz_ore-lea.fla.med.ser.3.mar.200.ebo.bbl.izp (8,923) KB

Код:
[color=magenta]http://rapidshare.com/files/108926185/2008_0413_wrz_ore-lea.fla.med.ser.3.mar.200.ebo.bbl.izp.html
[/color]


51-xRMeua3L._SL160_.jpg



Building Dynamic Web 2.0 Websites with Ruby on Rails
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): A P Rajshekhar
ISBN: 1847193412
ISBN-13: 9781847193414
Publisher: Packt Publishing
Year: 2008
Pages: 232

Product Description


eBook:Packt.Publishing.Building.Dynamic.Web.2.0.Websites.with.Ruby.on.Rails.Apr.2008.eBook-BBL hash [aR1OshnaSWRhRvtXjJxpthskY74]
file:2008_0413_wrz_pac-pub.bui.dyn.web.2.0.web.wit.rub.on.rai.apr.200.ebo.bbl.izp (6,255) KB

Код:
[color=magenta]http://rapidshare.com/files/108926540/2008_0413_wrz_pac-pub.bui.dyn.web.2.0.web.wit.rub.on.rai.apr.200.ebo.bbl.izp.html
[/color]


51boRw3s9pL._SL160_.jpg



ZK Developer's Guide
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Markus Staeuble,Juergen Schumacher
ISBN: 1847192009
ISBN-13: 9781847192004
Publisher: Packt Publishing
Year: 2007
Pages: 184

Product Description
ZK is an open-source web development framework that enables web applications to have the rich user experiences
and low development costs that desktop applications have had for years. ZK includes an Ajax-based event-driven
engine, rich sets of XML User Interface Language (XUL) and XHTML components, and a markup language.

eBook:Packt.Publishing.ZK.Developers.Guide.Dec.2007.eBook-BBL hash [yCyEb+yNm4IWDYEUysDiJxWqT9w]
file:2008_0413_wrz_pac-pub.zk.dev.gui.dec.200.ebo.bbl.izp (2,583) KB

Код:
[color=magenta]http://rapidshare.com/files/108926690/2008_0413_wrz_pac-pub.zk.dev.gui.dec.200.ebo.bbl.izp.html
[/color]


41IBOacJjdL._SL160_.jpg



FXRuby: Create Lean and Mean GUIs with Ruby
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Lyle Johnson
ISBN: 1934356077
ISBN-13: 9781934356074
Publisher: Pragmatic Bookshelf
Year: 2008
Pages: 228

Product Description
FXRuby is a highly object-oriented toolkit for building lean, mean, cross-platform graphical user
interfaces in Ruby. Since its initial release in 2001, FXRuby has become one of the most popular GUI choices
for Ruby developers. This book is your best resource for rapidly learning how to develop powerful, sophisticated
GUIs in your favorite programming language. If you're a newcomer to GUI programming, this book will introduce
you to the basics of FXRuby programming by leading you through building a GUI application with FXRuby
from start to finish. If you're an experienced software developer who just needs to get up to speed on FXRuby
and what it can do for you, this book will help you put FXRuby to work in your Ruby-based applications. Along
the way, you'll learn how to leverage FXRuby's vast collection of user interface elements to build visually
rich user interfaces. You'll see how FXRuby uses the concept of sending messages between objects to implement
event-driven applications, and how you can most effectively use layout managers to construct flexible
user interfaces. Go beyond the basics with proven, practical knowledge and techniques for developing
real-world GUI programs in Ruby.

eBook:Pragmatic.Bookshelf.FXRuby.Create.Lean.and.Mean.GUIs.with.Ruby.Apr.2008.eBook-BBL hash [UmUPRqU90oSGcLCWdQGOPGMR0T0]
file:2008_0413_wrz_pra-boo.fxr.cre.lea.and.mea.gui.wit.rub.apr.200.ebo.bbl.izp (3,267) KB

Код:
[color=magenta]http://rapidshare.com/files/108926882/2008_0413_wrz_pra-boo.fxr.cre.lea.and.mea.gui.wit.rub.apr.200.ebo.bbl.izp.html
[/color]


412PVrctGJL._SL160_.jpg



Rails for PHP Developers (Pragmatic Programmers)
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Derek DeVries,Mike Naberezny
ISBN: 1934356042
ISBN-13: 9781934356043
Publisher: Pragmatic Bookshelf
Year: 2008
Pages: 430

Product Description
As a PHP developer, you have some great tools for developing web applications. Ruby on Rails is another
key tool to add to your web development toolbox. Rails is a high-level web development framework that
emphasizes high productivity and clean code. However, the Ruby language and Rails framework take a different
approach from the way many PHP developers write applications. Ruby lies at the foundation of Rails, and
we'll teach you the Ruby language from the beginning by building on your existing foundation of PHP. We'll
explore Ruby through parallel code examples that illustrate the differences between the languages,
and help you understand the Ruby idioms and how they differ from popular PHP code and style. You'll then
learn the Rails framework by iteratively building a complete application, starting from the home page
through to a finished product. Along the way, you'll build your skills as a Rails developer by learning
the Rails fundamentals such as MVC structure, domain modeling, and testing. In addition to serving as
a guide to learning both Ruby and Rails from a PHP developer's perspective, this book includes two extensive
reference chapters. They map the most common PHP tasks to their equivalents in the Ruby and Rails world,
giving you at-a-glance information that you'll refer to often.

eBook:Pragmatic.Bookshelf.Rails.for.PHP.Developers.Feb.2008.eBook-BBL hash [1odyMiW7ePGcZI3jKwKwGSAPNJY]
file:2008_0413_wrz_pra-boo.rai.for.php.dev.feb.200.ebo.bbl.izp (10,255) KB

Код:
[color=magenta]http://rapidshare.com/files/108920848/2008_0413_wrz_pra-boo.rai.for.php.dev.feb.200.ebo.bbl.izp.html
[/color]


eBook:Prentice.Hall.Core.Java.Volume.2.Advanced.Features.8th.Edition.Apr.2008.eBook-BBL hash [KpzqpKWp+RMeEstptmxOsD+dS3g]
file:2008_0413_wrz_pre-hal.cor.jav.vol.2.adv.fea.8th.edi.apr.200.ebo.bbl.izp (20,427) KB

Код:
[color=magenta]http://rapidshare.com/files/108921828/2008_0413_wrz_pre-hal.cor.jav.vol.2.adv.fea.8th.edi.apr.200.ebo.bbl.izp.html
[/color]


51fE8Qi9JEL._SL160_.jpg



Microsoft Expression Web 2 On Demand
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Steve Johnson,Perspection Inc.
ISBN: 078973785X
ISBN-13: 9780789737854
Publisher: Que
Year: 2008
Pages: 456

Product Description
Microsoft Expression Web 2 on Demand FOR THOSE WHO WOULD RATHER BE SHOWN HOW THAN TOLD HOW SEE HOW TO •
Create Web sites using drag and drop controls • Insert Flash, Windows Media, and Photoshop content
• Create Cascading Style Sheet layouts • Integrate media and interactive Web applications
using Microsoft Silverlight • Create a page design using layout tables • Explore the capabilities
of Microsoft Expression Studio • Add interactive buttons and create hyperlinks • Create
dynamic Web templates to reuse • Create forms to gather online information • Write, edit,
and optimize code and scripts • Use IntelliSense to help reduce coding errors • Retrieve and
present data from live RSS feeds • Integrate data from databases or XML data • Create dynamic
Web content using ASP.NET technology On the Web This book uses real world examples to give you a context
in which to use the task. This book also includes workshops to help you put together individual tasks into
projects. The Expression Web 2 example files that you need for project tasks are available at Для просмотра ссылки Войди или Зарегистрируйся
Perspection has written and produced books on a variety of computer software, including Adobe Flash
CS3 and 8, Adobe Photoshop CS3 and CS2, Adobe Dreamweaver CS3, Microsoft Office 2007 and 2003, Microsoft
Windows Vista and XP, Microsoft Expression Web, and Apple Mac OS X Leopard. Perspection was founded in
1991, and is committed to providing information and training to help people use software more effectively.
Perspection has written more than 80 computer books, and sold more than 5 million copies.

eBook:Que.Microsoft.Expression.Web.2.On.Demand.Apr.2008.eBook-BBL hash [1S2QZWPR6GPlA5Xmo/SYOnqh3HA]
file:2008_0413_wrz_que-mic.exp.web.2.on.dem.apr.200.ebo.bbl.izp (156,278) KB

Код:
[color=magenta]http://rapidshare.com/files/108929405/2008_0413_wrz_que-mic.exp.web.2.on.dem.apr.200.ebo.bbl.part1.rar.html
http://rapidshare.com/files/108931996/2008_0413_wrz_que-mic.exp.web.2.on.dem.apr.200.ebo.bbl.part2.rar.html
http://rapidshare.com/files/108934547/2008_0413_wrz_que-mic.exp.web.2.on.dem.apr.200.ebo.bbl.part3.rar.html
http://rapidshare.com/files/108936468/2008_0413_wrz_que-mic.exp.web.2.on.dem.apr.200.ebo.bbl.part4.rar.html
[/color]


51CJqmbOboL._SL160_.jpg



Windows Server 2008 Unleashed
Для просмотра ссылки Войди или Зарегистрируйся

Product Details
Author(s): Rand Morimoto,Michael Noel,Omar Droubi,Ross Mistry,Chris Amaris
ISBN: 0672329301
ISBN-13: 9780672329302
Publisher: Sams
Year: 2008
Pages: 1488

Product Description
Windows Server 2008 Unleashed covers the planning, design, prototype testing, implementation,
migration, administration, and support of a Windows 2008 and Active Directory environment, based on
more than three and a half years of early adopter experience in full production environments. This book
addresses not only what is new with Windows 2008 compared to previous versions of the Windows Server product,
but also what is different and how the similarities and differences affect an organization’s
migration to Windows 2008. Chapters are dedicated to the migration process from Windows 2000/2003 to
Windows 2008, how to properly use Group Policies in Windows 2008, and tips and tricks on managing and administering
a Windows 2008 environment. The authors cover the technologies new to Windows 2008, such as IPv6, Network
Access Protection (NAP), Network Policy Server (NPS), Terminal Services Remote Programs, Windows
Deployment Services (WDS), Hyper-V virtualization, and more! This book doesn’t just describe
the features and functions included in Windows 2008--there are notes throughout the book explaining
how organizations have successfully used the technologies to fulfill core business needs. Tips, tricks,
and best practices share lessons learned from hundreds of implementations of Windows 2008 in real-world
environments. Detailed information on how to… Plan and migrate from Windows 2000/2003 to Windows 2008
Leverage new tools and utilities that simplify system and network administration functions Enable
the latest security technologies to improve secured enterprise computing Better manage a Windows 2008
Active Directory environment Optimize a Windows 2008 environment for better scalability and enhanced
performance Implement Windows 2008 for better branch office and remote office integration Design a
Windows 2008 environment to support the latest in clustering, stretched clusters, fault tolerance,
and redundant systems technologies Take advantage of add-on technologies available for Windows 2008,
including Windows SharePoint Services, Microsoft Hyper-V virtualization, Windows Media Services,
and IIS 7 web server solutions Rand, Michael, Ross, and Chris work for Convergent Computing, an IT consulting
firm in the San Francisco Bay area that has three and a half years of early adopter experience with Windows
2008. In collaboration with co-author Omar Droubi, the authors helped organizations of all sizes plan,
migrate, implement, and test Windows 2008 in production environments. The book was written from direct
experiences where Windows 2008 was put into enterprise production environments focused to meet specific
strategic business requirements. Category: Windows Server Covers: Windows Server 2008 User Level:
Intermediate--Advanced Introduction xlix Part I: Windows Server 2008 Overview 1: Windows Server 2008
Technology Primer 3 2: Planning, Prototyping, Migrating, and Deploying Windows Server 2008 Best Practices
39 3: Installing Windows Server 2008 and Server Core 73 Part II: Windows Server 2008 Active Directory
4: Active Directory Domain Services Primer 105 5: Designing a Windows Server 2008 Active Directory 139
6: Designing Organizational Unit and Group Structure 165 7: Active Directory Infrastructure 185 8:
Creating Federated Forests and Lightweight Directories 217 9: Integrating Active Directory in a UNIX
Environment 235 Part III: Networking Services 10: Domain Name System and IPv6 251 11: DHCP/WINS/Domain
Controllers 297 12: Internet Information Services 331 Part IV: Security 13: Server-Level Security
375 14: Transport-Level Security 399 15: Security Policies, Network Policy Server, and Network Access
Protection 415 Part V: Migrating to Windows Server 2008 16: Migrating from Windows 2000/2003 to Windows
Server 2008 439 17: Compatibility Testing for Windows Server 2008 473 Part VI: Windows Server 2008 Administration
and Management 18: Windows Server 2008 Administration 499 19: Windows Server 2008 Group Policies and
Policy Management 533 20: Windows Server 2008 Management and Maintenance Practices 581 21: Automating
Tasks Using PowerShell Scripting 639 22: Documenting a Windows Server 2008 Environment 685 23: Integrating
Systems Center Operations Manager 2007 with Windows Server 2008 715 Part VII: Remote and Mobile Technologies
24: Server-to-Client Remote and Mobile Access 737 25: Terminal Services 783 Part VIII: Desktop Administration
26: Windows Server Administration Tools for Desktops 839 27: Group Policy Management for Network Clients
865 Part IX: Fault Tolerance Technologies 28: File System Management and Fault Tolerance 935 29: System-Level
Fault Tolerance (Clustering/Network Load Balancing) 993 30: Backing Up the Windows Server 2008 Environment
1043 31: Recovering from a Disaster 1077 Part X: Optimizing, Tuning, Debugging, and Problem Solving
32: Optimizing Windows Server 2008 for Branch Office Communications 1111 33: Logging and Debugging
1145 34: Capacity Analysis and Performance Optimization 1189 Part XI: Integrated Windows Application
Services 35: Windows SharePoint Services 3.0 1233 36: Windows Media Services 1281 37: Deploying and
Using Windows Virtualization 1313 Index 1339

eBook:Sams.Windows.Server.2008.Unleashed.Feb.2008.eBook-BBL hash [n5OZxfjQToNqVarFR0i5FCdAVno]
file:2008_0413_wrz_sam-win.ser.200.unl.feb.200.ebo.bbl.izp (31,377) KB

Код:
[color=magenta]http://rapidshare.com/files/108923500/2008_0413_wrz_sam-win.ser.200.unl.feb.200.ebo.bbl.izp.html
[/color]
 
Статус
В этой теме нельзя размещать новые ответы.