1. Addison.Wesley.Domain.Specific.Development.with.Visual.Studio.DSL.Tools.May.2007.eBook-BBL
2. Addison.Wesley.Visual.Studio.Team.System.Better.Software.Development.for.Agile.Teams.May.2007.eBook-BBL
3. Addison.Wesley.xUnit.Test.Patterns.Refactoring.Test.Code.May.2007.eBook-BBL
4. Adison.Wesley.Essential.SharePoint.2007.Jun.2007.eBook-BBL
5. NAP.Understanding.Business.Dynamics.An.Integrated.Data.System.May.2007.eBook-BOOKLEET
6. Packt.Publishing.Hacking.Vim.May.2007.eBook-BBL
7. Packt.Publishing.Project.Management.with.dotProject.May.2007.eBook-BBL
8. Peachpit.Press.The.Nintendo.Wii.Pocket.Guide.Apr.2007.eBook-BBL
9. Que.Tricks.of.the.Microsoft.Windows.Vista.Masters.May.2007.eBook-BBL
10. Sams.Alison.Balters.Mastering.Microsoft.Office.Access.2007.Development.May.2007.eBook-BBL
11. Sams.Microsoft.SharePoint.2007.Development.Unleashed.May.2007.eBook-BBL
12. Sams.Teach.Yourself.Java.6.in.21.Days.May.2007.eBook-BBL
13. Sams.VBScript.WMI.and.ADSI.Unleashed.May.2007.eBook-BBL
14. Wrox.Access.2007.VBA.Programmers.Reference.May.2007.eBook-BBL
15. Wrox.Professional.BizTalk.Server.2006.May.2007.eBook-BBL
16. Wrox.Professional.Excel.Services.Apr.2007.eBook-BBL
17. Wrox.Professional.Search.Engine.Optimization.with.PHP.Apr.2007.eBook-BBL
18. Wrox.Professional.WPF.Programming.May.2007.eBook-BBL
Domain-Specific Development with Visual Studio DSL Tools (Microsoft .NET Development Series)
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Steve Cook,Gareth Jones,Stuart Kent,Alan Cameron Wills
ISBN: 0321398203
ISBN-13: 9780321398208
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 576
Product Description
Domain-Specific Languages (DSLs)--languages geared to specific vertical or horizontal areas of interest--are
generating growing excitement from software engineers and architects. DSLs bring new agility to the
creation and evolution of software, allowing selected design aspects to be expressed in terms much closer
to the system requirements than standard program code, significantly reducing development costs in
large-scale projects and product lines. In this breakthrough book, four leading experts reveal exactly
how DSLs work, and how you can make the most of them in your environment.
With Domain-Specific Development
with Visual Studio DSL Tools, you'll begin by mastering DSL concepts and techniques that apply to all
platforms. Next, you'll discover how to create and use DSLs with the powerful new Microsoft DSL Tools--a
toolset designed by this book's authors. Learn how the DSL Tools integrate into Visual Studio--and how
to define DSLs and generate Visual Designers using Visual Studio's built-in modeling technology.
In-depth
coverage includes
Determining whether DSLs will work for you
Comparing DSLs with other approaches
to model-driven development
Defining, tuning, and evolving DSLs: models, presentation, creation,
updates, serialization, constraints, validation, and more
Creating Visual Designers for new DSLs
with little or no coding
Multiplying productivity by generating application code from your models
with easy-to-use text templates
Automatically generating configuration files, resources, and other
artifacts
Deploying Visual Designers across the organization, quickly and easily
Customizing Visual
Designers for specialized process needs List of Figures List of Tables Foreword Preface About the Authors
Chapter 1 Domain-Specific Development Chapter 2 Creating and Using DSLs Chapter 3 Domain Model Definition
Chapter 4 Presentation Chapter 5 Creation, Deletion, and Update Behavior Chapter 6 Serialization Chapter
7 Constraints and Validation Chapter 8 Generating Artifacts Chapter 9 Deploying a DSL Chapter 10 Advanced
DSL Customization Chapter 11 Designing a DSL Index
eBook:Addison.Wesley.Domain.Specific.Development.with.Visual.Studio.DSL.Tools.May.2007.eBook-BBL hash [UAogBoCISwbHxK5IcMXZ5t8B+jw]
file:2007_0603_wrz_add-wes.dom.spe.dev.wit.vis.stu.dsl.too.may.200.ebo.bbl.izp (5466) KB
Код:
[color=magenta]http://rapidshare.com/files/36386951/2007_0603_wrz_add-wes.dom.spe.dev.wit.vis.stu.dsl.too.may.200.ebo.bbl.izp.html[/color]
eBook:Addison.Wesley.Visual.Studio.Team.System.Better.Software.Development.for.Agile.Teams.May.2007.eBook-BBL hash [UxM+rgHsAzAVf0omzg1lfP6plhw]
file:2007_0603_wrz_add-wes.vis.stu.tea.sys.bet.sof.dev.for.agi.tea.may.200.ebo.bbl.izp (7725) KB
Код:
[color=magenta]http://rapidshare.com/files/35709488/2007_0603_wrz_add-wes.vis.stu.tea.sys.bet.sof.dev.for.agi.tea.may.200.ebo.bbl.izp.html[/color]
xUnit Test Patterns: Refactoring Test Code (The Addison-Wesley Signature Series)
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Gerard Meszaros
ISBN: 0131495054
ISBN-13: 9780131495050
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 944
Product Description
Automated testing is a cornerstone of agile development. An effective testing strategy will deliver
new functionality more aggressively, accelerate user feedback, and improve quality. However, for
many developers, creating effective automated tests is a unique and unfamiliar challenge.
xUnit Test
Patterns is the definitive guide to writing automated tests using xUnit, the most popular unit testing
framework in use today. Agile coach and test automation expert Gerard Meszaros describes 68 proven patterns
for making tests easier to write, understand, and maintain. He then shows you how to make them more robust
and repeatable--and far more cost-effective.
Loaded with information, this book feels like three
books in one. The first part is a detailed tutorial on test automation that covers everything from test
strategy to in-depth test coding. The second part, a catalog of 18 frequently encountered "test smells,"
provides trouble-shooting guidelines to help you determine the root cause of problems and the most applicable
patterns. The third part contains detailed descriptions of each pattern, including refactoring instructions
illustrated by extensive code samples in multiple programming languages.
Topics covered include
Writing better tests--and writing them faster
The four phases of automated tests: fixture setup,
exercising the system under test, result verification, and fixture teardown
Improving test coverage
by isolating software from its environment using Test Stubs and Mock Objects
Designing software for
greater testability
Using test "smells" (including code smells, behavior smells, and project smells)
to spot problems and know when and how to eliminate them
Refactoring tests for greater simplicity, robustness,
and execution speedThis book will benefit developers, managers, and testers working with any agile
or conventional development process, whether doing test-driven development or writing the tests last.
While the patterns and smells are especially applicable to all members of the xUnit family, they also
apply to next-generation behavior-driven development frameworks such as RSpec and JBehave and to other
kinds of test automation tools, including recorded test tools and data-driven test tools such as Fit
and FitNesse.
eBook:Addison.Wesley.xUnit.Test.Patterns.Refactoring.Test.Code.May.2007.eBook-BBL hash [Rb89N6Y8TLXFVh01YOMeX6RfxMU]
file:2007_0603_wrz_add-wes.xun.tes.pat.ref.tes.cod.may.200.ebo.bbl.izp (3656) KB
Код:
[color=magenta]http://rapidshare.com/files/35709655/2007_0603_wrz_add-wes.xun.tes.pat.ref.tes.cod.may.200.ebo.bbl.izp.html[/color]
Essential SharePoint 2007
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Scott Jamison,Mauro Cardarelli,Susan Hanley
ISBN: 0321421744
ISBN-13: 9780321421746
Publisher: Addison-Wesley Professional
Year: 2007
Pages: 456
Product Description
Essential SharePoint® 2007 focuses on utilizing Microsoft Office
SharePoint 2007 to improve collaboration
and decision-making,
streamline processes, and solve real-world business problems.
Three leading
SharePoint consultants systematically address the
crucial success factors, intangibles, and "gotchas"
in SharePoint
deployment—showing exactly how to maximize business value and
reduce project risk.
Drawing on their unsurpassed experience, the authors walk you through
planning and architecting
successful SharePoint solutions around the
unique needs of your business. Next, they address the operational
support
and end-user functionality needed to make SharePoint 2007 work—with
special attention given
to the organizational and political issues that can
make or break your project. Learn how to:
Define
optimal, workable collaboration strategies
Build SharePoint applications people want to use
Architect
SharePoint infrastructure for superior performance, reliability, and value. Provide your customers
with state-of-the-art sites, blogs, and wikis
Use SharePoint content management to integrate documents,
records, and Web content, and make it all searchable
Implement forms-based workflow to optimize virtually
any business process
Quickly build business intelligence solutions using Web-base dashboards and
server-based Excel Services
Organize and staff SharePoint support teams
Migrate efficiently from
SharePoint 2003
Whether you're a project manager, consultant, analyst, line-of-business executive,
or developer, this book helps you align your SharePoint project
Preface
Chapter 1 Your Collaboration
Strategy: Ensuring Success
Chapter 2 Office SharePoint Server 2007: High-Impact Collaboration
Across the Extended Enterprise
Chapter 3 Introduction to the 2007 Office System as a Collaboration
and Solutions Platform
Chapter 4 SharePoint Architecture Fundamentals
Chapter 5 Planning Your Information
Architecture
Chapter 6 Planning Your Move from SharePoint 2003 to 2007:
Upgrade or Rebuild?
Chapter
7 Disaster Recovery Planning
Chapter 9 Enterprise Content Management: Documents,
Records, and
Web
Chapter 10 Enterprise Search
Chapter 11 Making Business Processes Work: Workflow and Forms
Chapter
12 Office 2007: Offline Options for MOSS 2007
Chapter 13 Providing Business Intelligence
Appendix
A SharePoint User Tasks
Appendix B OS/Browser/Office Compatibility
Index
eBook:Adison.Wesley.Essential.SharePoint.2007.Jun.2007.eBook-BBL hash [3gehSKLBoykueEYrbbDt3yc4NH8]
file:2007_0603_wrz_adi-wes.ess.sha.200.jun.200.ebo.bbl.izp (25922) KB
Код:
[color=magenta]http://rapidshare.com/files/36676135/2007_0603_wrz_adi-wes.ess.sha.200.jun.200.ebo.bbl.izp.html[/color]
Understanding Business Dynamics: An Integrated Data System for America's Future
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s):
ISBN: 0309104920
ISBN-13:
Publisher: Natl Academy Pr
Year: 2007
Pages: 200
Product Description
eBook:NAP.Understanding.Business.Dynamics.An.Integrated.Data.System.May.2007.eBook-BOOKLEET hash [2UCpMbFFyKZZsgLOoLrPGmjrsXI]
file:2007_0603_wrz_nap-und.bus.dyn.an.int.dat.sys.may.200.ebo.boo.izp (1344) KB
Код:
[color=magenta]http://rapidshare.com/files/35709713/2007_0603_wrz_nap-und.bus.dyn.an.int.dat.sys.may.200.ebo.boo.izp.html[/color]
eBook:Packt.Publishing.Hacking.Vim.May.2007.eBook-BBL hash [oErOrRlzrlL3LdzyLdwJphZWDGc]
file:2007_0603_wrz_pac-pub.hac.vim.may.200.ebo.bbl.izp (2630) KB
Код:
[color=magenta]http://rapidshare.com/files/35705221/2007_0603_wrz_pac-pub.hac.vim.may.200.ebo.bbl.izp.html[/color]
Project Management with dotProject: Implement, Configure, Customize, and Maintain your DotProject Installation
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Lee Jordan
ISBN: 1847191649
ISBN-13: 9781847191649
Publisher: Packt Publishing
Year: 2007
Pages: 232
Product Description
This is a simple but complete guide to setting up an internal project management solution quickly and
at zero cost using dotProject, the most popular open-source project management system. Maintained
by committed volunteers, dotProject is a multi-user, multi-language-enabled project management
environment with a sensible web-based user interface and is free to anyone needing to create, track,
and maintain any kind of project. This fast-paced, practical beginner's guide to getting things done
with dotProject is for people who need an efficient and flexible project management tool, whether they
are IT professionals or have only basic computer and internet skills. Real-world examples and detailed
walkthroughs help readers without previous experience of project management get the most from this
powerful tool, covering installing and configuring dotProject, using and administering it, customizing
its look and feel to fit a corporate identity, and finally Charts, Reports, and Extensions.
eBook:Packt.Publishing.Project.Management.with.dotProject.May.2007.eBook-BBL hash [kRDlmCaPOvr7oCfsm8SFLQnqaCw]
file:2007_0603_wrz_pac-pub.pro.man.wit.dot.may.200.ebo.bbl.izp (9210) KB
Код:
[color=magenta]http://rapidshare.com/files/35705451/2007_0603_wrz_pac-pub.pro.man.wit.dot.may.200.ebo.bbl.izp.html[/color]
eBook:Peachpit.Press.The.Nintendo.Wii.Pocket.Guide.Apr.2007.eBook-BBL hash [AY94X4Jw0ZCqWj6QQbSxOp+E7G8]
file:2007_0603_wrz_pea-pre.the.nin.wii.poc.gui.apr.200.ebo.bbl.izp (3875) KB
Код:
[color=magenta]http://rapidshare.com/files/35705571/2007_0603_wrz_pea-pre.the.nin.wii.poc.gui.apr.200.ebo.bbl.izp.html[/color]
Tricks of the Microsoft(R) Windows Vista(TM) Masters
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Peter Bruzzese
ISBN: 0789736896
ISBN-13: 9780789736895
Publisher: Que
Year: 2007
Pages: 384
Product Description
All over the world, Windows gurus have been working overtime to uncover the hottest new Windows Vista
tips, tricks, and tweaks. Now, J. Peter Bruzzese has collected all their best discoveries in one place:
Tricks of the Microsoft® Windows VistaTM Masters! Bruzzese has interviewed top Windows professionals,
instructors, and power users; scoured the Web (so
you won't have to); and rigorously tested every
single tip. Only the most valuable tips tecnhiques and tips made the cut to improve your efficiency, take
total control of your digital media and data; use Internet Explorer 7, Windows Mail, and Calendar;
configure Windows Defender and Firewall; avoid, troubleshoot, and fix problems; make Windows Vista
work better, faster, smarter, safer,
and more fun too! Introduction . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . 1 1 General Tips and Tricks of the Masters . . . . . . . . . . . . . . . . . 7 2 Mastering the
Control Panel . . . . . . . . . . . . . . . . . . . . . . . . . . 51 3 Mastering Administration . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . 101 4 Security Enhancements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 5 Disk Configuration and
Volume Tricks . . . . . . . . . . . . . . . . . 181 6 Office 2007 Tricks for Vista Masters . . . . . . . . . . . . . . . . . . . . 209
7 Master Vista Networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 8 System Recovery and Diagnostic Tricks
. . . . . . . . . . . . . . . . 259 9 Mastering the New Vista Apps . . . . . . . . . . . . . . . . . . . . . . . . 297 10 Group Policy Power
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . 339
eBook:Que.Tricks.of.the.Microsoft.Windows.Vista.Masters.May.2007.eBook-BBL hash [rtuyByohL6dF89Kc53ZSgejmbaY]
file:2007_0603_wrz_que-tri.of.the.mic.win.vis.mas.may.200.ebo.bbl.izp (12296) KB
Код:
[color=magenta]http://rapidshare.com/files/35705898/2007_0603_wrz_que-tri.of.the.mic.win.vis.mas.may.200.ebo.bbl.izp.html[/color]
Alison Balter's Mastering Microsoft(R) Office Access 2007 Development
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Alison Balter
ISBN: 0672329328
ISBN-13: 9780672329326
Publisher: Sams
Year: 2007
Pages: 1248
Product Description
Microsoft Office 2007 is a major upgrade from the last version of Office; Access will also be greatly revised.
Alison Balter is the name that Access developers will trust to guide them through Access 2007's new features.
She has the rare ability to take complex topics and explain them clearly, as shown by the success of her
ten previous books on Access. Balter is known for providing real-world solutions to specific Access
development problems. She also is known for her ability to back up her practical examples with just enough
underlying theory to give the reader a good overall understanding of Access. In short, this book will
provide beginning and intermediate Access developers with everything that they need to know to design
and build Access 2007 applications. It should also appeal to DBAs and power users who want or need to get
started building custom Access apps. This latest book in her Mastering Access series will not disappoint
her many fans who anxiously await each new version, and should win her new fans as well.
eBook:Sams.Alison.Balters.Mastering.Microsoft.Office.Access.2007.Development.May.2007.eBook-BBL hash [oc9FWzRp38xOnN/1LDFJ6kRdqBU]
file:2007_0603_wrz_sam-ali.bal.mas.mic.off.acc.200.dev.may.200.ebo.bbl.izp (54232) KB
Код:
[color=magenta]http://rapidshare.com/files/35707359/2007_0603_wrz_sam-ali.bal.mas.mic.off.acc.200.dev.may.200.ebo.bbl.izp.html[/color]
Microsoft(R) SharePoint(R) 2007 Development Unleashed
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Kevin Hoffman,Robert Foster
ISBN: 0672329034
ISBN-13: 9780672329036
Publisher: Sams
Year: 2007
Pages: 432
Product Description
This is the most comprehensive, practical guide to building enterpriseclass applications with SharePoint
2007, ASP.NET 2.0, Visual C# 2005, and the Microsoft Office 2007 system.
Microsoft SharePoint 2007
Development Unleashed is designed for every working .NET developer: both those with SharePoint
experience and those new to SharePoint. The authors thoroughly introduce SharePoint 2007 as a development
platform and offer in-depth, example-rich coverage of every significant tool for programmers--from
“Features and Solutions” to list events, from user profiles to Web Parts. You’ll walk step-by-step
through building each major type of SharePoint application. You’ll also find in-depth coverage
of SharePoint 2007’s rich collection of built-in Web services, including services for building
document workspaces, centralizing the management of Excel spreadsheets, ensuring security, and much
more. Detailed information on how to… Use CAML, SharePoint’s XML-based language for defining
content, manipulating searches, and more Work with the SharePoint Object Model Build reusable packages
for easy deployment to SharePoint server farms Program SharePoint webs, sites, document libraries,
and files Leverage SharePoint 2007’s improved lists and new list events Manipulate and query
meetings and Meeting Workspaces Integrate external business data into SharePoint applications Construct
business workflows for enterprise content management and other applications Program ASP.NET-based
SharePoint Web Parts, from the basics to state-of-the-art techniques Create Web Parts that can provide
and consume data through connections Use SharePoint 2007’s built-in Web services for managing
document and Meeting Workspaces, imaging, and lists Centralize spreadsheet storage and management
with Excel Services Manage user profiles and enhance application security Debug and deploy SharePoint
2007 applications Work with Records Repositories and metadata Introduction 1 1 Collaborative Application
Markup Language (CAML) Primer 5 Part I Programming with the SharePoint Object Model 2 Introduction to
the SharePoint Object Model 15 3 Programming with Features and Solutions 25 4 Working with Sites and Webs
35 5 Managing SharePoint Lists 47 6 Advanced List Management 59 7 Handling List Events 69 8 Working with
Document Libraries and Files 83 9 Working with Meetings 97 Part II Enterprise Content Management 10 Integrating
Business Data 109 11 Creating Business Data Applications 121 12 Working with User Profiles 135 13 Building
Workflows 147 Part III Programming SharePoint Web Parts 14 ASP.NET Server Control Primer 163 15 Introduction
to Web Parts 173 16 Developing Full-Featured Web Parts 191 17 Building Web Parts for Maintaining SharePoint
2007 Lists 205 18 Building Connected Web Parts 217 19 Debugging and Deploying Web Parts 229 Part IV Programming
the SharePoint 2007 Web Services 20 Using the Document Workspace Web Service 241 21 Using the Imaging
Web Service 255 22 Using the Lists Web Service 273 23 Using the Meeting Workspace Web Service 291 24 Working
with User Profiles and Security 307 25 Using Excel Services 321 26 Working with the Web Part Pages Web Service
337 27 Using the Business Data Catalog Web Services 347 28 Using the Workflow Web Service 359 29 Working
with Records Repositories 369 30 Additional Web Services 377 Index 387
eBook:Sams.Microsoft.SharePoint.2007.Development.Unleashed.May.2007.eBook-BBL hash [8CJjDKVUQ+4qT2/4+7+gK/DRpZ4]
file:2007_0603_wrz_sam-mic.sha.200.dev.unl.may.200.ebo.bbl.izp (7401) KB
Код:
[color=magenta]http://rapidshare.com/files/35707590/2007_0603_wrz_sam-mic.sha.200.dev.unl.may.200.ebo.bbl.izp.html[/color]
Sams Teach Yourself Java 6 in 21 Days (5th Edition) (Sams Teach Yourself)
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Rogers Cadenhead,Laura Lemay
ISBN: 0672329433
ISBN-13: 9780672329432
Publisher: Sams
Year: 2007
Pages: 720
Product Description
“If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days” –PC Magazine In just
21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java:
applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.
No previous programming experience required. By following the 21 carefully organized lessons in this
book, anyone can learn the basics of Java programming. Learn at your own pace. You can work through each
chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies,
or you can focus on specific lessons to learn the techniques that interest you most. Test your knowledge.
Each chapter ends with a Workshop section filled with questions, answers, and exercises for further
study. There are even certification practice questions. “Sams Teach Yourself Java is one of the best
introductions to hands-on Java programming. If you buy one book on Java, this is the one to buy!” –Independent
Web Review Completely revised, updated, and expanded to cover the latest features of Java 6 Learn to develop
standalone Java applications, web servlets, JavaServer Pages, and Java Web Start applications Easy-to-understand,
practical examples clearly illustrate the fundamentals of Java programming Discover how Swing can
help you quickly develop programs with a graphical user interface Find out about JDBC database programming,
Internet client/server programming, and XML parsing with the open source XOM class library Covers new
features of version 6 such as Java DB, the new relational database that is now a built-in part of Java Rogers
Cadenhead is a web application developer who has written 22 books on Internet-related topics, including
Sams Teach Yourself Java 2 in 24 Hours. He maintains this book’s official website at
Для просмотра ссылки Войди или Зарегистрируйся.
Laura Lemay is one of the world’s most popular authors on Web development topics. She is the author
of the bestselling Sams Teach Yourself Web Publishing with HTML, as well as Sams Teach Yourself Perl in
21 Days. CD-ROM includes: Source code for the examples developed in the book Java™ SE Development Kit
6 NetBeans™ IDE 5.5 Bonus materials Category: Java Programming Covers: Java 6 Platform Standard Edition
User Level: Beginning—Intermediate $44.99 USA / $55.99 CAN / £31.99 Net UK (inc. of VAT)
eBook:Sams.Teach.Yourself.Java.6.in.21.Days.May.2007.eBook-BBL hash [GmIGjvKqIsQc6PrWvcYU+oyBD8I]
file:2007_0603_wrz_sam-tea.you.jav.6.in.21.day.may.200.ebo.bbl.izp (3723) KB
Код:
[color=magenta]http://rapidshare.com/files/35707696/2007_0603_wrz_sam-tea.you.jav.6.in.21.day.may.200.ebo.bbl.izp.html[/color]
VBScript, WMI, and ADSI Unleashed: Using VBScript, WMI, and ADSI to Automate Windows Administration
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Don Jones
ISBN: 0321501713
ISBN-13: 9780321501714
Publisher: Sams
Year: 2007
Pages: 576
Product Description
If you’re a Windows administrator, scripting expertise can liberate you from boring, repetitive
work–so you can take on the sophisticated, high-value projects you really want. Top scripting
guru Don Jones has written the definitive administrator’s guide to getting results with Microsoft’s
key scripting technologies: VBScript, WMI, and ADSI. Jones draws on his unsurpassed experience training
Windows administrators in conferences, classes, and from his enormously popular site, ScriptingAnswers.com.
You’ll learn how to use VBScript, WMI, and ADSI to gain administrative control over nearly every
aspect of every recent Windows server or client, including Windows Server 2003, Vista, XP, 2000, and
NT. As you gain experience, Jones introduces more advanced techniques, ranging from modular scripting
and script encryption to integrating VBScript with HTML code. Jones concludes with a full section of
ready-to-run, real-world examples–from logon/logoff scripts to automated domain and network
administration, from querying WMI to creating Active Directory groups. Every script is explained line-by-line,
with challenging techniques described in even greater detail. Detailed information on how to… Decide
what you can script: a framework for getting started fast Understand how scripts are designed, assembled,
and run Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much
more Use scripting objects for tasks ranging from retrieving network information to mapping drives
Utilize FileSystemObject to manipulate the Windows filesystem Write ADSI scripts to manipulate any
directory service your company uses, from Active Directory to Novell NDS Modify domain information,
users, groups, and policies Query WMI information–from basic to advanced Plan for errors, and
test and debug your scripts Build your own “resource kit” of reusable script components ON THE WEB: Download
all examples and source code presented in this book from ScriptingAnswers.com, where you’ll
also be able to post follow-up questions directly to the author in a moderated, active community. Introduction
1 Part I: Introduction to Windows Administrative Scripting 11 Chapter 1: Scripting Concepts and Terminology
13 Chapter 2: Running Scripts 21 Chapter 3: The Components of a Script 39 Chapter 4: Designing a Script
55 Part II: VBScript Tutorial 73 Chapter 5: Functions, Objects, Variables, and More 75 Chapter 6: Input
and Output 101 Chapter 7: Manipulating Numbers 115 Chapter 8: Manipulating Strings 129 Chapter 9: Manipulating
Other Types of Data 145 Chapter 10: Controlling the Flow of Execution 155 Chapter 11: Built-In Scripting
Objects 173 Chapter 12: Working with the File System 193 Chapter 13: Putting It All Together: Creating
Your First Script from Scratch 219 Part III: Windows Management Instrumentation and Active Directory
Services Interface 245 Chapter 14: Working with ADSI Providers 247 Chapter 15: Manipulating Domains
257 Chapter 16: Manipulating Users and Groups 271 Chapter 17: Understanding WMI 283 Chapter 18: Querying
Basic WMI Information 299 Chapter 19: Querying Complex WMI Information 317 Chapter 20: Putting It All
Together: Your First WMI/ADSI Script 335 Chapter 21: Testing and Debugging WMI and ADSI Queries 357 Part
IV: Advanced Scripting Techniques 371 Chapter 22: Modular Script Programming 373 Chapter 23: Scripts
Packaging and Protection 389 Chapter 24: Scripting Security 399 Chapter 25: Introduction to HTML Applications
409 Chapter 26: Debugging Tips, Tools, and Techniques 421 Part V: Ready-to-Run Examples 437 Chapter
27: Logon and Logoff Scripts 439 Chapter 28: Windows and Domain Administration Scripts 455 Chapter 29:
Network Administration Scripts 481 Chapter 30: WMI and ADSI Scripts 497 Appendix 509 Index 523 .
eBook:Sams.VBScript.WMI.and.ADSI.Unleashed.May.2007.eBook-BBL hash [/pEvJidtp1vYS3ZdHMzRVrR0gFc]
file:2007_0603_wrz_sam-vbs.wmi.and.ads.unl.may.200.ebo.bbl.izp (4296) KB
Код:
[color=magenta]http://rapidshare.com/files/35707837/2007_0603_wrz_sam-vbs.wmi.and.ads.unl.may.200.ebo.bbl.izp.html[/color]
Access 2007 VBA Programmer's Reference
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Teresa Hennig,Rob Cooper,Geoffrey L. Griffith,Armen Stein
ISBN: 0470047038
ISBN-13: 9780470047033
Publisher: Wrox
Year: 2007
Pages: 1152
Product Description
Providing complete and authoritative coverage of all aspects of VBA programming for Access applications,
this book uses real-world code examples to demonstrate each programming topic
Introductory chapters
provide a brief overview of VBA and highlight what's new in Access 2007, the most popular database system
in the world
Shows experienced VBA developers and programmers how to create secure VBA code and examines
how to use VBA with ADO, SQL, APIs, or other Office applications
Demonstrates how to use the Access object
model, the Windows registry, and ADE tools, and explains how to use VBA to create and enhance forms and
reports
The companion Web site includes updates to the book and links to useful resources
eBook:Wrox.Access.2007.VBA.Programmers.Reference.May.2007.eBook-BBL hash [A2CEP5FxY4EbBSYQdoR460sIvdc]
file:2007_0603_wrz_wro-acc.200.vba.pro.ref.may.200.ebo.bbl.izp (14010) KB
Код:
[color=magenta]http://rapidshare.com/files/35708356/2007_0603_wrz_wro-acc.200.vba.pro.ref.may.200.ebo.bbl.izp.html[/color]
Professional BizTalk Server 2006
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Darren Jefford,Kevin B. Smith,Ewan Fairweather
ISBN: 0470046422
ISBN-13: 9780470046425
Publisher: Wrox
Year: 2007
Pages: 696
Product Description
This book provides insight into how industry experts have successfully architected, developed, and
maintained Microsoft BizTalk Server in mission-critical environments. Authored by highly-regarded
consultants with a wealth of knowledge on designing, building, and operating enterprise applications
using BizTalk, this comprehensive guide gives you the techniques and best practices you'll need to develop
effective projects.
eBook:Wrox.Professional.BizTalk.Server.2006.May.2007.eBook-BBL hash [HgfM4N6hf8uhiilK+VkHuzZs4Bc]
file:2007_0603_wrz_wro-pro.biz.ser.200.may.200.ebo.bbl.izp (8544) KB
Код:
[color=magenta]http://rapidshare.com/files/35708705/2007_0603_wrz_wro-pro.biz.ser.200.may.200.ebo.bbl.izp.html[/color]
Professional Excel Services (Programmer to Programmer)
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Shahar Prish
ISBN: 0470104864
ISBN-13: 9780470104866
Publisher: Wrox
Year: 2007
Pages: 480
Product Description
Professional Excel Services With this unique resource, you'll discover how to unlock the power behind
Excel Services in order to effectively utilize server-side spreadsheet calculation and rendering.
It walks you through all programming aspects of Excel Services, covering everything from APIs to UDFs
(User Defined Functions). You'll quickly gain a strong understanding of what Excel Services is, how
to work with it, and how to develop applications using its robust features. Written by the senior software
development engineer for Excel Services, this book first provides you with detailed explanations about
the various programmability options Excel Services offers. You'll then gain an inside look into the
problematic areas that you must avoid. And you'll find ideas for solutions that you can create using this
server technology. This information will help you extend and work against Excel Services as you develop
business-critical applications. What you will learn from this book
Steps for streamlining work with
the Excel Web Services API
In-depth explanations about Excel Services UDFs, including various ways
to make them work in Excel 2007
How to use Excel Models to extend your applications
Various techniques
used to employ both Excel and Excel Services in end-to-end solutions.
How to streamline processes that
rely on Excel spreadsheets, such as modeling, handling, and storing data
Tools used for generating
Excel Workbook-based custom Web services, RSS feeds, and more
Hints for building your own mashups using
Excel Services Who this book is for This book is for developers who have built applications on Excel or
have used a spreadsheet as a starting point for code. You should be comfortable working in the .NET environment.
"More solutions are built on Microsoft Excel than any other Office tool. Excel Services extends Excel
to the server and opens up a whole new world of applications. This book is a must read for developers looking
to take advantage of this new server functionality." —PJ Hough, Director of Program Managment,
Microsoft Office, Microsoft Corporation "Excel is probably the most used end-user tool among our Microsoft
customers, and Excel 2007 is emphasizing this trend even more. By adding Excel Services to the Microsoft
Business Intelligence stack, our customers have the ground to create better and more manageable enterprise-oriented
solutions while using Excel! This book helps you understand what Excel Services is, how it works, and
how to develop solutions using the web services API it provides. It is a great resource for any serious
developer looking to leverage the power of Excel in enterprise applications." —Stig Torngaard
Hammeken, VP of Consulting, Platon A/S 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.Excel.Services.Apr.2007.eBook-BBL hash [mw2wv5jJlklePV8u6HzfvoKXxhw]
file:2007_0603_wrz_wro-pro.exc.ser.apr.200.ebo.bbl.izp (6785) KB
Код:
[color=magenta]http://rapidshare.com/files/35708956/2007_0603_wrz_wro-pro.exc.ser.apr.200.ebo.bbl.izp.html[/color]
Professional Search Engine Optimization with PHP: A Developer's Guide to SEO
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Jaimie Sirovich,Cristian Darie
ISBN: 0470100923
ISBN-13: 9780470100929
Publisher: Wrox
Year: 2007
Pages: 350
Product Description
Maybe you’re a great programmer or IT professional, but marketing isn’t your thing. Or
perhaps you’re a tech-savvy search engine marketer who wants a peek under the hood of a search engine
optimized web site. Search engine marketing is a field where technology and marketing are both critical
and interdependent, because small changes in the implementation of a web site can make you or break you
in search engine rankings. Furthermore, the fusion of technology and marketing know-how can create
web site features that attract more visitors. The mission of this book is to help web developers create
web sites that rank well with the major search engines, and to teach search engine marketers how to use
technology to their advantage. We assert that neither marketing nor IT can exist in a vacuum, and it is
essential that they not see themselves as opposing forces in an organization. They must work together.
This book aims to educate both sides in that regard.
eBook:Wrox.Professional.Search.Engine.Optimization.with.PHP.Apr.2007.eBook-BBL hash [XqmZ9dXcU8reQLPi4KZfpvrWuk4]
file:2007_0603_wrz_wro-pro.sea.eng.opt.wit.php.apr.200.ebo.bbl.izp (8223) KB
Код:
[color=magenta]http://rapidshare.com/files/36676284/2007_0603_wrz_wro-pro.sea.eng.opt.wit.php.apr.200.ebo.bbl.izp.html[/color]
Professional WPF Programming: .NET Development with the Windows Presentation Foundation (Wrox Professional Guides)
Для просмотра ссылки Войди или Зарегистрируйся
Product Details
Author(s): Chris Andrade,Shawn Livermore,Mike Meyers,Scott Van Vliet
ISBN: 0470041803
ISBN-13: 9780470041802
Publisher: Wrox
Year: 2007
Pages: 480
Product Description
Professional WPF Programming If you want to learn how to build killer user interfaces for Windows and
the web, then this book is for you. It arms you with the tools and code you'll need to effectively utilize
the Windows Presentation Foundation (WPF). From creating appealing graphics and animated structures
to enhancing performance and security, you'll be programming in no time. First you'll explore the WPF
framework and learn how to develop basic applications with ASP.NET or Visual Basic(r). Next you'll discover
how to build more sophisticated WPF interfaces using Microsoft(r) ExpressionBlend and then progress
to more advanced programming techniques. Throughout the book, you'll find best practices for enterprise
architectures using the WPF and its underlying technology. All this will help you quickly learn how to
develop next-generation applications on the .NET 2.0 platform using the WPF. What you will learn from
this book
How to write applications with identical UIs on both Windows and the web
Tips for collaborating
design and code development with Microsoft(r) Expression Blend
All about the object models, built-in
server controls, HTML markup, code-behind, and the coordinative structure of each file
How to migrate
Win32 applications to WPF
Techniques for integrating special effects and custom controls into an application
Advanced development concepts, including building workflows and a WCF service Who this book is for
This book is for experienced .NET developers who want to begin creating WPF web and desktop applications.
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.WPF.Programming.May.2007.eBook-BBL hash [YuqhV3ihFUs88Ev01RqOgGOL1zA]
file:2007_0603_wrz_wro-pro.wpf.pro.may.200.ebo.bbl.izp (5736) KB
Код:
[color=magenta]http://rapidshare.com/files/35709176/2007_0603_wrz_wro-pro.wpf.pro.may.200.ebo.bbl.izp.html[/color]