Author: D. F. Scott
Publisher:
ISBN: 9780764533303
Category : Computers
Languages : en
Pages : 1010
Book Description
Aimed at knowledgeable professionals, this guide is geared toward developers whose job is to maintain a business' fundamental applications using Office 2000. The CD-ROM contains third-party controls and development tools, along with the full source code of the many applications featured in the book.
Microsoft Office 2000 Developer's Guide
Author: D. F. Scott
Publisher:
ISBN: 9780764533303
Category : Computers
Languages : en
Pages : 1010
Book Description
Aimed at knowledgeable professionals, this guide is geared toward developers whose job is to maintain a business' fundamental applications using Office 2000. The CD-ROM contains third-party controls and development tools, along with the full source code of the many applications featured in the book.
Publisher:
ISBN: 9780764533303
Category : Computers
Languages : en
Pages : 1010
Book Description
Aimed at knowledgeable professionals, this guide is geared toward developers whose job is to maintain a business' fundamental applications using Office 2000. The CD-ROM contains third-party controls and development tools, along with the full source code of the many applications featured in the book.
VBA Developer's Handbook
Author: Ken Getz
Publisher: John Wiley & Sons
ISBN: 9780782153330
Category : Computers
Languages : en
Pages : 1105
Book Description
WRITE BULLETPROOF VBA CODE FOR ANY SITUATION This book is the essential resource for developers working withany of the more than 300 products that employ the Visual Basic forApplications programming language. Written by recognized VBAexperts, it provides detailed coverage of a wide range of specificVBA programming challenges. Its careful, step-by-step instructionsand thousands of lines of code offer answers, while teaching you todevise new and creative solutions. The instruction applies equallyto all VBA environments, whether you are building standaloneapplications or customizing commercial products using theirbuilt-in VBA programmability. Coverage Includes Manipulating text, numbers, and dates Using automation to control other applications Creating objects using VBA class modules Using standard search and sort algorithms from within VBA Creating standard dynamic data structures, including linkedlists, binary trees, stacks, and queues Working with Windows system information, including memorystatus, screen info, mouse, keyboard, and power status Working with Windows Registry data Retrieving and setting Windows networking information Working with the Windows file system, iterating throughfolders, creating and deleting files Adding sound and movies to VBA apps using Windows multimediaextensions Tapping the system capabilities provided by the WindowsScripting Runtime library Writing add-ins for the Visual Basic environment Note: CD-ROM/DVD and other supplementary materials arenot included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 9780782153330
Category : Computers
Languages : en
Pages : 1105
Book Description
WRITE BULLETPROOF VBA CODE FOR ANY SITUATION This book is the essential resource for developers working withany of the more than 300 products that employ the Visual Basic forApplications programming language. Written by recognized VBAexperts, it provides detailed coverage of a wide range of specificVBA programming challenges. Its careful, step-by-step instructionsand thousands of lines of code offer answers, while teaching you todevise new and creative solutions. The instruction applies equallyto all VBA environments, whether you are building standaloneapplications or customizing commercial products using theirbuilt-in VBA programmability. Coverage Includes Manipulating text, numbers, and dates Using automation to control other applications Creating objects using VBA class modules Using standard search and sort algorithms from within VBA Creating standard dynamic data structures, including linkedlists, binary trees, stacks, and queues Working with Windows system information, including memorystatus, screen info, mouse, keyboard, and power status Working with Windows Registry data Retrieving and setting Windows networking information Working with the Windows file system, iterating throughfolders, creating and deleting files Adding sound and movies to VBA apps using Windows multimediaextensions Tapping the system capabilities provided by the WindowsScripting Runtime library Writing add-ins for the Visual Basic environment Note: CD-ROM/DVD and other supplementary materials arenot included as part of eBook file.
Microsoft Office Programming
Author: Rod Stephens
Publisher: Apress
ISBN: 1430207957
Category : Computers
Languages : en
Pages : 725
Book Description
This "smackdown" provides fast-paced, in-depth information for experienced VBA and VB coders on how to program Office XP applications
Publisher: Apress
ISBN: 1430207957
Category : Computers
Languages : en
Pages : 725
Book Description
This "smackdown" provides fast-paced, in-depth information for experienced VBA and VB coders on how to program Office XP applications
PC Mag
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 282
Book Description
PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Publisher:
ISBN:
Category :
Languages : en
Pages : 282
Book Description
PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
SQL Server's Developer's Guide to OLAP with Analysis Services
Author: Mike Gunderloy
Publisher: John Wiley & Sons
ISBN: 0782153178
Category : Computers
Languages : en
Pages : 480
Book Description
The Skills You Need to Develop OLAP Solutions with SQL Server 2000 This one-of-a-kind book teaches you everything you need to know to use Microsoft's Analysis Services software to build, implement, and manage effective OLAP solutions. Expert advice and in-depth explanations combine to help you and your company take full advantage of the affordable power of SQL Server's built-in OLAP functionality. Coverage Includes: Analyzing large volumes of data effectively with Analysis Services Architecting and designing data analysis applications Querying OLAP data using MDX Programming applications using ADO/MD Managing Analysis Services servers with DSO Building data mining solutions with Analysis Services Using English Query for natural language querying of OLAP data Choosing appropriate client tools for exploring OLAP data Using the PivotTable Service for client-side data analysis Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 0782153178
Category : Computers
Languages : en
Pages : 480
Book Description
The Skills You Need to Develop OLAP Solutions with SQL Server 2000 This one-of-a-kind book teaches you everything you need to know to use Microsoft's Analysis Services software to build, implement, and manage effective OLAP solutions. Expert advice and in-depth explanations combine to help you and your company take full advantage of the affordable power of SQL Server's built-in OLAP functionality. Coverage Includes: Analyzing large volumes of data effectively with Analysis Services Architecting and designing data analysis applications Querying OLAP data using MDX Programming applications using ADO/MD Managing Analysis Services servers with DSO Building data mining solutions with Analysis Services Using English Query for natural language querying of OLAP data Choosing appropriate client tools for exploring OLAP data Using the PivotTable Service for client-side data analysis Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Definitive Guide to Excel VBA
Author: Michael Kofler
Publisher: Apress
ISBN: 1430208619
Category : Computers
Languages : en
Pages : 873
Book Description
In this book, Michael Kofler provides definitive coverage of Visual Basic for Applications (VBA) for Excel by showing how it can be used to implement real-world business solutions. Designed to be useful to programmers who have never used VBA before, it also covers advanced topics needed for users already familiar with VBA. First, Kofler introduces VBA and gives examples of the kinds of tasks that it can perform. He then introduces the Excel object model, focusing on the unique characteristics of programming and debugging code that are associated with spreadsheets. The next few chapters cover menus, toolbars, forms, and templatesthe tools for creating customized user interfaces and full-featured applications. Kofler then moves on to a broad range of advanced topics, including automating graphs and diagrams, accessing external databases from Excel, and analyzing data using grouping and pivot tables. He even covers Excel-related features of Office Developer, such as the development of COM Add-Ins. Throughout the book, the author never loses sight of the real-world problems faced by Excel programmers. The book also explores ways to avoid undocumented problems that may arise when programming Excel VBA practical knowldege that was gained through years of hard experience.
Publisher: Apress
ISBN: 1430208619
Category : Computers
Languages : en
Pages : 873
Book Description
In this book, Michael Kofler provides definitive coverage of Visual Basic for Applications (VBA) for Excel by showing how it can be used to implement real-world business solutions. Designed to be useful to programmers who have never used VBA before, it also covers advanced topics needed for users already familiar with VBA. First, Kofler introduces VBA and gives examples of the kinds of tasks that it can perform. He then introduces the Excel object model, focusing on the unique characteristics of programming and debugging code that are associated with spreadsheets. The next few chapters cover menus, toolbars, forms, and templatesthe tools for creating customized user interfaces and full-featured applications. Kofler then moves on to a broad range of advanced topics, including automating graphs and diagrams, accessing external databases from Excel, and analyzing data using grouping and pivot tables. He even covers Excel-related features of Office Developer, such as the development of COM Add-Ins. Throughout the book, the author never loses sight of the real-world problems faced by Excel programmers. The book also explores ways to avoid undocumented problems that may arise when programming Excel VBA practical knowldege that was gained through years of hard experience.
Developer's Guide to Web Application Security
Author: Michael Cross
Publisher: Elsevier
ISBN: 0080504094
Category : Computers
Languages : en
Pages : 513
Book Description
Over 75% of network attacks are targeted at the web application layer. This book provides explicit hacks, tutorials, penetration tests, and step-by-step demonstrations for security professionals and Web application developers to defend their most vulnerable applications.This book defines Web application security, why it should be addressed earlier in the lifecycle in development and quality assurance, and how it differs from other types of Internet security. Additionally, the book examines the procedures and technologies that are essential to developing, penetration testing and releasing a secure Web application. Through a review of recent Web application breaches, the book will expose the prolific methods hackers use to execute Web attacks using common vulnerabilities such as SQL Injection, Cross-Site Scripting and Buffer Overflows in the application layer. By taking an in-depth look at the techniques hackers use to exploit Web applications, readers will be better equipped to protect confidential. - The Yankee Group estimates the market for Web application-security products and services will grow to $1.74 billion by 2007 from $140 million in 2002 - Author Michael Cross is a highly sought after speaker who regularly delivers Web Application presentations at leading conferences including: Black Hat, TechnoSecurity, CanSec West, Shmoo Con, Information Security, RSA Conferences, and more
Publisher: Elsevier
ISBN: 0080504094
Category : Computers
Languages : en
Pages : 513
Book Description
Over 75% of network attacks are targeted at the web application layer. This book provides explicit hacks, tutorials, penetration tests, and step-by-step demonstrations for security professionals and Web application developers to defend their most vulnerable applications.This book defines Web application security, why it should be addressed earlier in the lifecycle in development and quality assurance, and how it differs from other types of Internet security. Additionally, the book examines the procedures and technologies that are essential to developing, penetration testing and releasing a secure Web application. Through a review of recent Web application breaches, the book will expose the prolific methods hackers use to execute Web attacks using common vulnerabilities such as SQL Injection, Cross-Site Scripting and Buffer Overflows in the application layer. By taking an in-depth look at the techniques hackers use to exploit Web applications, readers will be better equipped to protect confidential. - The Yankee Group estimates the market for Web application-security products and services will grow to $1.74 billion by 2007 from $140 million in 2002 - Author Michael Cross is a highly sought after speaker who regularly delivers Web Application presentations at leading conferences including: Black Hat, TechnoSecurity, CanSec West, Shmoo Con, Information Security, RSA Conferences, and more
PC Mag
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 254
Book Description
PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
Publisher:
ISBN:
Category :
Languages : en
Pages : 254
Book Description
PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.
InfoWorld
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 80
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Publisher:
ISBN:
Category :
Languages : en
Pages : 80
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Web Matrix Developer's Guide
Author: John Mueller
Publisher: Apress
ISBN: 1430211113
Category : Computers
Languages : en
Pages : 459
Book Description
Expert author John Mueller provides a complete view of Microsoft's free Web site creation program.
Publisher: Apress
ISBN: 1430211113
Category : Computers
Languages : en
Pages : 459
Book Description
Expert author John Mueller provides a complete view of Microsoft's free Web site creation program.