Sebanyak 383 item atau buku ditemukan

Packet Guide to Routing and Switching

This book will cover structure, behavior and fields, all of which will be supported by packet captures and analysis. This second installment will cover layers 2 and 3 and is concerned with the key protocols and operations. It is meant to be a follow up to the first book in the sense that these are more advanced ideas that assume and/or build on the previous ideas. For example, it is difficult to understand routing without first understanding IP. This book will be written to a depth that will serve experts and those first learning about these topics.

This book will cover structure, behavior and fields, all of which will be supported by packet captures and analysis.

NetBeans: The Definitive Guide

As the Java programming language has increased in both functionality and complexity, developers have demanded more of their program editors. Gone are the days when a simple visual editor is sufficient for even small programming projects. While there are numerous IDEs available today for use by Java developers, one stands above the rest, not only for its functionality, but for its extensibility: NetBeans.In NetBeans: The Definitive Guide, you'll find out how to use this IDE to its fullest, making your Java programming more efficient and productive than ever before. You'll understand the basics of the IDE, and quickly be utilizing the various editor and explorer windows. You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework.In addition to teaching you how to use the existing features of NetBeans, this work goes on to cover developing additional modules for NetBeans. Through this instructional portion of the book, you will master the NetBeans APIs, and learn how to enhance NetBeans for your own specific needs. Whether you need to add customized behavior to handle your proprietary file formats, or want to redistribute NetBeans as a proprietary product, NetBeans: The Definitive Guide will allow you to master this open source IDE and all of its advanced features. Whether you are an enterprise developer looking for an IDE that can handle your complex program tasks, an open source developer looking to integrate NetBeans into your own visual projects, or a manager trying to maximize your team's development potential,NetBeans: The Definitive Guide is the book for you.

You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework.In addition to teaching you how to use the existing features ...

NetBeans: The Definitive Guide

This is the authoritative reference for understanding and using the NetBeans Integrated Development Environment for creating new software with Java. Contains a detailed tutorial.

This is the authoritative reference for understanding and using the NetBeans Integrated Development Environment for creating new software with Java. Contains a detailed tutorial.

The Art of Community

Building the New Age of Participation

Online communities provide a wide range of opportunities for supporting a cause, marketing a product or service, or building open source software. The Art of Community helps you recruit members, motivate them, and manage them as active participants. Author Jono Bacon offers experiences and observations from his 14-year effort to build and manage communities, including his current position as manager for Ubuntu. Discover how your community can become a reliable support network, a valuable source of new ideas, and a powerful marketing force. This expanded edition shows you how to keep community projects on track, make use of social media, and organize collaborative events. Interviews with 12 community management leaders, including Linus Torvalds, Tim O’Reilly, and Mike Shinoda, provide useful insights. Develop specific objectives and goals for building your community Build processes to help contributors perform tasks, work together, and share successes Provide tools and infrastructure that enable members to work quickly Create buzz around your community to get more people involved Harness social media to broadcast information, collaborate, and get feedback Use several techniques to track progress on community goals Identify and manage conflict, such as dealing with divisive personalities

... and we expect you to take those consequences into account when making
decisions. For example, when we are in a feature freeze, please don't upload
dramatically new versions of critical system software, as other people will be
testing the ...

The Art of Lean Software Development

A Practical and Incremental Approach

This succinct book explains how you can apply the practices of Lean software development to dramatically increase productivity and quality. Based on techniques that revolutionized Japanese manufacturing, Lean principles are being applied successfully to product design, engineering, the supply chain, and now software development. With The Art of Lean Software Development, you'll learn how to adopt Lean practices one at a time rather than taking on the entire methodology at once. As you master each practice, you'll see significant, measurable results. With this book, you will: Understand Lean's origins from Japanese industries and how it applies to software development Learn the Lean software development principles and the five most important practices in detail Distinguish between the Lean and Agile methodologies and understand their similarities and differences Determine which Lean principles you should adopt first, and how you can gradually incorporate more of the methodology into your process Review hands-on practices, including descriptions, benefits, trade-offs, and roadblocks Learn how to sell these principles to management The Art of Lean Software Development is ideal for busy people who want to improve the development process but can't afford the disruption of a sudden and complete transformation. The Lean approach has been yielding dramatic results for decades, and with this book, you can make incremental changes that will produce immediate benefits. "This book presents Lean practices in a clear and concise manner so readers are motivated to make their software more reliable and less costly to maintain. I recommend it to anyone looking for an easy-to-follow guide to transform how the developer views the process of writing good software."-- Bryan Wells, Boeing Intelligence & Security Sytems Mission System "If you're new to Lean software development and you're not quite sure where to start, this book will help get your development process going in the right direction, one step at a time."-- John McClenning, software development lead, Aclara

C# tests using NUnit namespace account { using NUnit.Framework; [TestFixture]
public class AccountTest { [Test] public void TransferFunds() { Account source =
new Account(); source.Deposit(200.00F); Account destination = new Account(); ...

The Art of Application Performance Testing

Help for Programmers and Quality Assurance

This practical book provides a step-by-step approach to testing mission-critical applications for scalability and performance before they're deployed -- a vital topic to which other books devote one chapter, if that. Businesses today live and die by network applications and web services. Because of the increasing complexity of these programs, and the pressure to deploy them quickly, many professionals don't take the time to ensure that they'll perform well and scale effectively. The Art of Application Performance Testing explains the complete life cycle of the testing process, and demonstrates best practices to help you plan, gain approval for, coordinate, and conduct performance tests on your applications. With this book, you'll learn to: Set realistic performance testing goals Implement an effective application performance testing strategy Interpret performance test results Cope with different application technologies and architectures Use automated performance testing tools Test traditional local applications, web-based applications, and web services (SOAs) Recognize and resolves issues that are often overlooked in performance tests Written by a consultant with 30 years of experience in the IT industry and over 12 years experience with performance testing, this easy-to-read book is illustrated with real-world examples and packed with practical advice. The Art of Application Performance Testing thoroughly explains the pitfalls of an inadequate testing strategy and offers you a robust, structured approach for ensuring that your applications perform well and scale effectively when the need arises. "Ian has maintained a vendor-agnostic methodology beautifully in this material. The metrics and graphs, along with background information provided in his case studies, eloquently convey to the reader, 'Methodology above all, tools at your discretion...' Ian's expertise shines through throughout the entire reading experience."-- Matt St. Onge, Enterprise Solution Architect, HCL Technologies America / Teradyne

This practical book provides a step-by-step approach to testing mission-critical applications for scalability and performance before they're deployed -- a vital topic to which other books devote one chapter, if that.

Effective UI

The Art of Building Great User Experience in Software

People expect effortless, engaging interaction with desktop and web applications, but producing software that generates enjoyable user experiences is much harder than many companies anticipate. With Effective UI, you'll learn proven user-experience strategies that will satisfy your clients and customers, drive business value, and increase brand strength. This book shows you how to capture the collaborative and cooperative spirit among designers, engineers, and management required for building engaging software. You'll also learn valuable methods for maintaining focus throughout the process -- whether you're a product manager who needs a clear roadmap, a developer or designer looking for guidance and advocacy, or a businessperson who wants to understand and manage user-experience software initiatives. Learn how to build software that will: Generate engaging and interactive experiences between consumers and businesses, or between businesspeople and their information systems Account for how people work with, think about, and consume information Establish a richer means of collaboration and communication Reduce frustration by streamlining complex tasks and creating processes that are more intuitive Distinguish products, services, and brands to create a competitive advantage Create scalable systems that adapt to changing user needs and behaviors

This book shows you how to capture the collaborative and cooperative spirit among designers, engineers, and management required for building engaging software.

Learning PHP, MySQL, JavaScript, CSS & HTML5

A Step-by-Step Guide to Creating Dynamic Websites

Build interactive, data-driven websites with the potent combination of open-source technologies and web standards, even if you only have basic HTML knowledge. With this popular hands-on guide, you’ll tackle dynamic web programming with the help of today’s core technologies: PHP, MySQL, JavaScript, CSS, and HTML5. Explore each technology separately, learn how to use them together, and pick up valuable web programming practices along the way. At the end of the book, you’ll put everything together to build a fully functional social networking site. Learn PHP in-depth, along with the basics of object-oriented programming Explore MySQL, from database structure to complex queries Create dynamic PHP web pages that tailor themselves to the user Manage cookies and sessions, and maintain a high level of security Master the JavaScript language and use it to create interactive web pages Use Ajax calls for background browser/server communication Acquire CSS2 & CSS3 skills for professionally styling your web pages Implement all the new HTML5 features, including geolocation, audio, video, and the canvas

Explore each technology separately, learn how to use them together, and pick up valuable web programming practices along the way. At the end of the book, you’ll put everything together to build a fully functional social networking site.

Maintainable JavaScript

An introduction to writing code with JavaScript covers such topics as style guidelines, programming practices, and automation.

An introduction to writing code with JavaScript covers such topics as style guidelines, programming practices, and automation.

HTML5 and JavaScript Web Apps

Provides inforamtion on using HTML5, JavaScript, and W3C specifications to create mobile and desktop Web applications for all browsers and devices.

Provides inforamtion on using HTML5, JavaScript, and W3C specifications to create mobile and desktop Web applications for all browsers and devices.