Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • 2005-2009  (58)
  • 2008  (58)
  • Sebastopol, Calif. : O'Reilly Media  (58)
  • Electronic books ; local  (58)
  • (Produktform)Electronic book text
Datasource
Material
Language
Years
  • 2005-2009  (58)
Year
  • 1
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media
    Language: English
    Pages: 1 online resource (267 p.)
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: iPhone (Smartphone) ; Cell phones ; Pocket computers ; Mobile computing ; Electronic books ; local
    Abstract: 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 express 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 native 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 interface components 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®-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.
    Note: Description based on print version record. - "Write native, objective-C applications for the iPhone"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596519247 , 0596519249
    Language: English
    Pages: ix, 161 p , ill. , 18 cm
    Edition: 1st ed.
    Keywords: Microsoft LINQ ; C♯ (Computer program language) ; Microsoft .NET Framework ; Query languages (Computer science) ; Electronic books ; local
    Abstract: Ready to take advantage of LINQ with C# 3.0? This guide has the detail you need to grasp Microsoft's new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply LINQ, the book serves as an on-the-job reference when you need immediate reminders. All the examples in the LINQ Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ. This reference explains: LINQ's key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions The differences between local and interpreted queries C# 3.0's query syntax in detail-including multiple generators, joining, grouping, query continuations, and more Query syntax versus lambda syntax, and mixed syntax queries Composition and projection strategies for complex queries All of LINQ's 40-plus query operators How to write efficient LINQ to SQL queries How to build expression trees from scratch All of LINQ to XML's types and their advanced use LINQ promises to be the locus of a thriving ecosystem for many years to come. This small book gives you a huge head start. "The authors built a tool (LINQPad) that lets you experiment with LINQ interactively in a way that the designers of LINQ themselves don't support, and the tool has all kinds of wonderful features that LINQ, SQL and Regular Expression programmers alike will want to use regularly long after they've read the book."-Chris Sells, Connected Systems Program Manager, Microsoft
    Note: "LINQPad enabled."--Cover. - Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518370 , 0596518374
    Language: English
    Pages: xviii, 185 p , ill. , 18 cm
    Edition: 1st ed.
    Keywords: Flex (Computer file) ; Internet programming ; Application software ; Development ; Web site development ; Computer programs ; Electronic books ; local
    Abstract: This book is the official guide to Adobe ® 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.
    Note: Includes index. - "Adobe Developer Library"--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514976 , 0596514972
    Language: English
    Pages: xv, 277 p , ill. , 24 cm
    Edition: 1st ed.
    Keywords: SQL (Computer program language) ; Database management ; Electronic books ; local
    Abstract: What can you do when database performance doesn't meet expectations? Before you turn to expensive hardware upgrades to solve the problem, reach for this book. Refactoring SQL Applications provides a set of tested options for making code modifications to dramatically improve the way your database applications function. Backed by real-world examples, you'll find quick fixes for simple problems, in-depth answers for more complex situations, and complete solutions for applications with extensive problems. Learn to: Determine if and where you can expect performance gains Apply quick fixes, such as limiting calls to the database in stored functions and procedures Refactor tasks, such as replacing application code by a stored procedure, or replacing iterative, procedural statements with sweeping SQL statements Refactor flow by increasing parallelism and switching business-inducted processing from synchronous to asynchronous Refactor design using schema extensions, regular views, materialized views, partitioning, and more Compare before and after versions of a program to ensure you get the same results once you make modifications Refactoring SQL Applications teaches you to recognize and assess code that needs refactoring, and to understand the crucial link between refactoring and performance. If and when your application bogs down, this book will help you get it back up to speed.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596529963 , 0596529961
    Language: English
    Pages: xxii, 243 p , ill. , 23 cm
    Keywords: Information technology ; Management ; Management information systems ; Project management ; Data processing ; Computer software ; Development ; Electronic books ; local
    Abstract: Web 2.0 makes headlines, but how does it make money? This concise guide explains what's different about Web 2.0 and how those differences can improve your company's bottom line. Whether you're an executive plotting the next move, a small business owner looking to expand, or an entrepreneur planning a startup, Web 2.0: A Strategy Guide illustrates through real-life examples how businesses, large and small, are creating new opportunities on today's Web. This book is about strategy. Rather than focus on the technology, the examples concentrate on its effect. You will learn that creating a Web 2.0 business, or integrating Web 2.0 strategies with your existing business, means creating places online where people like to come together to share what they think, see, and do. When people come together over the Web, the result can be much more than the sum of the parts. The customers themselves help build the site, as old-fashioned "word of mouth" becomes hypergrowth. Web 2.0: A Strategy Guide demonstrates the power of this new paradigm by examining how: Flickr, a classic user-driven business, created value for itself by helping users create their own value Google made money with a model based on free search, and changed the rules for doing business on the Web-opening opportunities you can take advantage of Social network effects can support a business-ever wonder how FaceBook grew so quickly? Businesses like Amazon tap into the Web as a source of indirect revenue, using creative new approaches to monetize the investments they've made in the Web Written by Amy Shuen, an authority on Silicon Valley business models and innovation economics, Web 2.0: A Strategy Guide explains how to transform your business by looking at specific practices for integrating Web 2.0 with what you do. If you're executing business strategy and want to know how the Web is changing business, this book is for you.
    Note: Title from title screen. - Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596527938 , 0596527934
    Language: English
    Pages: xxxv, 871 p , ill. , 23 cm
    Edition: 1st ed.
    Keywords: Java (Computer program language) ; Open source software ; Electronic books ; local
    Abstract: Focuses on open source tools that can increase productivity in each area of the development cycle, including: Ant, Maven 2, CVS, Subversion, CheckStyle, PMD, FindBugs, Jupiter, JUnit 4, TestNG, Cobertura, Bugzilla, Trac, Continuum, CruiseControl, LuntBuild, and Hudson.
    Note: Includes bibliographical references (p. 855-856) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596520700 , 0596520700
    Language: English
    Pages: [200] p
    Edition: 1st ed.
    Keywords: Ruby on rails (Electronic resource) ; Web site development ; Ruby (Computer program language) ; Electronic books ; local
    Abstract: Rails 2.1 brings a new level of stability and power to thisacclaimed web development framework, but keeping track of itsnumerous moving parts is still a chore. Rails PocketReference offers you a painless alternative to hunting forresources online, with brief yet thorough explanations of the mostfrequently used methods and structures supported by Rails 2.1,along with key concepts you need to work through the framework'smost tangled corners.Organized to help you quickly find what you need, this book willnot only get you up to speed on how Rails works, it also provides ahandy reference you can use anywhere, anytime. Inside, you'll findessential information on how to: Install Rails with RubyGems Build, compile, and process files with Rake Test Rails applications using assertions and fixtures Use Rails with Ajax Connect objects to a database using ActiveRecord Make web requests with the Action Controller framework Use REST web service APIs And much more. Save yourself hours of frustration: If you useRails daily and just want the facts -- fast -- this is yourbook.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596519407 , 0596519400
    Language: English
    Pages: vii, 100 p , ill. , 23 cm
    Edition: 1st ed.
    Keywords: Ruby (Computer program language) ; Database management ; Relational databases ; Query languages (Computer science) ; Electronic books ; local
    Abstract: With the introduction of Ferret, Ruby users now have one of the fastest and most flexible search libraries available. And it's surprisingly easy to use. This book will show you how to quickly get up and running with Ferret. You'll learn how to index different document types such as PDF, Microsoft Word, and HTML, as well as how to deal with foreign languages and different character encodings. Ferret describes the Ferret Query Language in detail along with the object-oriented approach to building queries. You will also be introduced to sorting, filtering, and highlighting your search results, with an explanation of exactly how you need to set up your index to perform these tasks. You will also learn how to optimize a Ferret index for lightning fast indexing and split-second query results.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596519186 , 0596519184
    Language: English
    Pages: [120] p
    Keywords: Facebook ; Application software ; Development ; Document markup languages ; Electronic books ; local
    Abstract: Do you have an idea for a Facebook application? With FBML Essentials , you'll learn how to build it quickly using the Facebook Markup Language (FBML) and other easy-to-use tools in the site's framework. If you can develop a website with HTML, writing a Facebook application with the help of this book will be a breeze. Of course, Facebook is not just another website. Any applications you write for it will have a potential audience of 16 million dedicated users. It's not just another social networking site, either. Under the surface, Facebook is pretty sophisticated, with a development toolkit that includes it's own modified version of HTML -- FBML -- to customize the look and feel of your Facebook applications. With FBML Essentials , you not only learn how to get started with this toolkit, you also get a complete reference on every FBML tag Facebook has ever written, with examples of how each tag works and advice on the best ways to use these tags in your code. This book includes: A walkthrough of a sample Facebook application Design rules for using images, CSS, JavaScript, and forms Specific chapters on tags -- authorization tags, logic tags, user/group tags, profile-specific tags, and more Messaging and alerts using FBML Creating forms with FBML Facebook navigation Notifications and requests Dynamic FBML attributes, including MockAJAX How to test your FBML code A chapter on FBJS, Facebook's version of JavaScript If you want to try your hand at writing a Facebook application, you have a willing audience, an easy-to-use toolkit, and the perfect guide to get you started. FBML Essentials will help you take your idea from conception to working application in no time.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518455 , 0596518455
    Language: English
    Pages: xvii, 588 p , ill. , 24 cm
    Keywords: Active server pages ; Internet programming ; Ajax (Web site development technology) ; Microsoft .NET ; Electronic books ; local
    Abstract: With this book, you will learn how to create engaging and interactive web applications using the latest version of the world's most popular web development platform: ASP.NET with AJAX, built on the productivity-enhancing features of Visual Studio 2008. All you need to get started is a basic knowledge of HTML and a desire to produce professional quality websites. Learning ASP.NET 3.5 introduces new skills in each new chapter and offers fully annotated and fully functional examples that you can put to work immediately. Each chapter adds detailed summaries, practice questions to ensure comprehension, and exercises so you can apply what you've learned to new situations. Written by the bestselling author team of Jesse Liberty, Dan Hurwitz, and Brian MacDonald, Learning ASP.NET 3.5 offers complete, up-to-date coverage of ASP.NET 3.5 and AJAX. The book includes: Chapters that are designed as a series of tutorials on different aspects of web development Examples in each chapter that illustrate how a new concept works. Different chapters feature either a single running example with several stages, or a series of smaller examples A single large example in the final chapter offers that uses everything the reader has learned VB, JavaScript, and SQL Cheat Sheet sidebars to help readers with no little or no background with those topics AJAX-style fully integrated into ASP.NET programming -- the way it should be taught and used If you want to get up to speed with the world's most popular web development technology, Learning ASP.NET 3.5 is the best resource for the job.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516680 , 0596516681
    Language: English
    Pages: xxxii, 879 p , ill. , 24 cm
    Edition: 2nd ed.
    Keywords: JavaServer pages ; Java (Computer program language) ; Servlets ; Electronic data processing personnel ; Certification ; Study guides ; Electronic books ; local
    Abstract: Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep). Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c:out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately. Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.
    Note: Title from title screen. - "Passing the Sun certified Web component developer exam"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515812 , 0596515812
    Language: English
    Pages: xvi, 581 p , ill. , 24 cm
    Keywords: Internet programming ; Web services ; Electronic books ; local
    Abstract: Building on the success of its storefront and fulfillment services, Amazon now allows businesses to "rent" computing power, data storage and bandwidth on its vast network platform. This book demonstrates how developers working with small- to mid-sized companies can take advantage of Amazon Web Services (AWS) such as the Simple Storage Service (S3), Elastic Compute Cloud (EC2), Simple Queue Service (SQS), Flexible Payments Service (FPS), and SimpleDB to build web-scale business applications. With AWS, Amazon offers a new paradigm for IT infrastructure: use what you need, as you need it, and pay as you go. Programming Amazon Web Services explains how you can access Amazon's open APIs to store and run applications, rather than spend precious time and resources building your own. With this book, you'll learn all the technical details you need to: Store and retrieve any amount of data using application servers, unlimited data storage, and bandwidth with the Amazon S3 service Buy computing time using Amazon EC2's interface to requisition machines, load them with an application environment, manage access permissions, and run your image using as many or few systems as needed Use Amazon's web-scale messaging infrastructure to store messages as they travel between computers with Amazon SQS Leverage the Amazon FPS service to structure payment instructions and allow the movement of money between any two entities, humans or computers Create and store multiple data sets, query your data easily, and return the results using Amazon SimpleDB. Scale up or down at a moment's notice, using these services to employ as much time and space as you need Whether you're starting a new online business, need to ramp up existing services, or require an offsite backup for your home, Programming Amazon Web Services gives you the background and the practical knowledge you need to start using AWS. Other books explain how to build web services. This book teaches businesses how to take make use of existing services from an established technology leader.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515096 , 059651509X
    Language: English
    Pages: xvi, 638 p , ill. (some col.) , 24 cm
    Edition: 1st ed.
    Keywords: Computer graphics ; Web sites ; Design ; Electronic books ; local
    Abstract: Do you think that only professionals with expensive tools and years of experience can work with web graphics? This guide tosses that notion into the trash bin. Painting the Web is the first comprehensive book on web graphics to come along in years, and author Shelley Powers demonstrates how readers of any level can take advantage of the graphics and animation capabilities built into today's powerful browsers. She covers GIFs, JPEGs, and PNGs, raster and vector graphics, CSS, Ajax effects, the canvas objects, SVG, geographical applications, and more -- everything that designers (and non-designers) use to literally paint the Web. More importantly, Shelley's own love of web graphics shines through in every example. Not only can you master the many different techniques, you also can have fun doing it. Topics in Painting the Web include: GIF, JPEG, PNG, lossy versus lossless compression, color management, and optimization Photo workflow, from camera to web page, including a review of photo editors, workflow tools, and RAW photo utilities Tricks for best displaying your photos online Non-photographic raster images (icons and logos), with step-by-step tutorials for creating popular "Web 2.0" effects like reflection, shiny buttons, inlays, and shadows Vector graphics An SVG tutorial, with examples of all the major components Tips and tricks for using CSS Interactive effects with Ajax such as accordions and fades The canvas object implemented in most browsers Geographical applications such as Google Maps and Yahoo Maps, with programming and non-programming examples Visual effects such as forms and data displays in table or graphics Web design for the non-designer Graphics are not essential to the web experience, but they do make the difference between a site that's functional and one that's lively, compelling, and exciting. Whether you want to spruce up a website, use photos to annotate your stories, create hot graphics, or provide compelling displays for your data, this is the book for you.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online
    ISBN: 9780596514556 , 0596514557
    Language: English
    Pages: xiii, 366 p , ill. , 24 cm
    Keywords: Java (Computer program language) ; Web site development ; Web sites ; Authoring programs ; Processing (Web site development technology) ; Electronic books ; local
    Abstract: Provides information on the methods of visualizing data on the Web, along with example projects and code.
    Note: Includes bibliographical references (p. 345-348) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514921 , 0596514921
    Language: English
    Pages: xv, 415 p , ill. (some col.) , 25 cm
    Edition: 1st ed.
    Series Statement: DIY science
    Keywords: Chemistry ; Experiments ; Chemistry ; Laboratory manuals ; Chemistry ; Popular works ; Electronic books ; local
    Abstract: For students, DIY hobbyists, and science buffs, who can no longer get real chemistry sets, this one-of-a-kind guide explains how to set up and use a home chemistry lab, with step-by-step instructions for conducting experiments in basic chemistry -- not just to make pretty colors and stinky smells, but to learn how to do real lab work: Purify alcohol by distillation Produce hydrogen and oxygen gas by electrolysis Smelt metallic copper from copper ore you make yourself Analyze the makeup of seawater, bone, and other common substances Synthesize oil of wintergreen from aspirin and rayon fiber from paper Perform forensics tests for fingerprints, blood, drugs, and poisons and much more From the 1930s through the 1970s, chemistry sets were among the most popular Christmas gifts, selling in the millions. But two decades ago, real chemistry sets began to disappear as manufacturers and retailers became concerned about liability. ,em〉The Illustrated Guide to Home Chemistry Experiments steps up to the plate with lessons on how to equip your home chemistry lab, master laboratory skills, and work safely in your lab. The bulk of this book consists of 17 hands-on chapters that include multiple laboratory sessions on the following topics: Separating Mixtures Solubility and Solutions Colligative Properties of Solutions Introduction to Chemical Reactions & Stoichiometry Reduction-Oxidation (Redox) Reactions Acid-Base Chemistry Chemical Kinetics Chemical Equilibrium and Le Chatelier's Principle Gas Chemistry Thermochemistry and Calorimetry Electrochemistry Photochemistry Colloids and Suspensions Qualitative Analysis Quantitative Analysis Synthesis of Useful Compounds Forensic Chemistry With plenty of full-color illustrations and photos, Illustrated Guide to Home Chemistry Experiments offers introductory level sessions suitable for a middle school or first-year high school chemistry laboratory course, and more advanced sessions suitable for students who intend to take the College Board Advanced Placement (AP) Chemistry exam. A student who completes all of the laboratories in this book will have done the equivalent of two full years of high school chemistry lab work or a first-year college general chemistry laboratory course. This hands-on introduction to real chemistry -- using real equipment, real chemicals, and real quantitative experiments -- is ideal for the many thousands of young people and adults who want to experience the magic of chemistry.
    Note: Title from title screen. - "Includes complete illustrated guide to setting up your home laboratory, equipment lists and instructions, comprehensive charts and photographs, dozens of experiments you can try at home"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514426 , 0596514425
    Language: English
    Pages: xxv, 783 p , ill. , 24 cm
    Edition: 1st ed.
    Keywords: Juniper Networks, Inc ; Routers (Computer networks) ; Computer network protocols ; Computer networks ; Equipment and supplies ; Electronic books ; local
    Abstract: 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.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514129 , 0596514123
    Language: English
    Pages: xiv, 590 p , ill. , 24 cm
    Edition: Leopard ed.
    Series Statement: Missing manual
    Keywords: Mac OS ; Macintosh (Computer) ; Electronic books ; local
    Abstract: 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.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596529857 , 0596529856
    Language: English
    Pages: xxiv, 673 p , ill. , 24 cm
    Keywords: Flex (Computer file) ; Internet programming ; Application software ; Development ; Web site development ; Computer programs ; Electronic books ; local
    Abstract: The best way to showcase a powerful new technology is to demonstrate its real-world results, and that's exactly what this new Cookbook does with Adobe Flex 3. Wide ranging and highly practical, Flex 3 Cookbook contains more than 300 proven recipes for developing interactive Rich Internet Applications and Web 2.0 sites. You'll find everything from Flex basics, to solutions for working with visual components and data access, to tips on application development, unit testing, and using Adobe AIR. You also get ideas from the development community. Through its Flex Cookbook website (www.adobe.com/devnet/), Adobe invited Flex developers to post their own solutions for working with this technology, and from hundreds of posts, the authors chose the best and most useful solutions to supplement Flex 3 Cookbook . Each recipe inside provides a solution to a common problem, explains how and why it works, and offers sample code that you can put to use immediately. Topics include: Containers and dialogues Working with Text Data driven components DataGrid and Advanced DataGrid ItemRenderers and Editors Images, bitmaps, videos, and sounds CSS, styling, and skinning States and effects Working with Collections, arrays, and DataProviders Using DataBinding Validation, formatting, and regular expressions Using Charts and data visualization Services and Data Access Using RSLs and Modules Working with Adobe AIR Whether you're a committed Flex developer or still evaluating the technology, you'll discover how to get quick results with Flex 3 using the recipes in this Cookbook. It's an ideal way to jumpstart your next web application.
    Note: Title from title screen. - "The Adobe developer library guide for rich Internet application developers"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596529833 , 059652983X
    Language: English
    Pages: [475] p , ill.
    Edition: 7th ed. /
    Keywords: UNIX (Computer file) ; Text editors (Computer programs) ; Electronic books ; local
    Abstract: There's nothing that hard-core Unix and Linux users are more fanatical about than their text editor. Editors are the subject of adoration and worship, or of scorn and ridicule, depending upon whether the topic of discussion is your editor or someone else's. vi has been the standard editor for close to 30 years. Popular on Unix and Linux, it has a growing following on Windows systems, too. Most experienced system administrators cite vi as their tool of choice. And since 1986, this book has been the guide for vi . However, Unix systems are not what they were 30 years ago, and neither is this book. While retaining all the valuable features of previous editions, the 7th edition of Learning the vi and vim Editors has been expanded to include detailed information on vim , the leading vi clone. vim is the default version of vi on most Linux systems and on Mac OS X, and is available for many other operating systems too. With this guide, you learn text editing basics and advanced tools for both editors, such as multi-window editing, how to write both interactive macros and scripts to extend the editor, and power tools for programmers -- all in the easy-to-follow style that has made this book a classic. Learning the vi and vim Editors includes: A complete introduction to text editing with vi: How to move around vi in a hurry Beyond the basics, such as using buffers vi's global search and replacement Advanced editing, including customizing vi and executing Unix commands How to make full use of vim: Extended text objects and more powerful regular expressions Multi-window editing and powerful vim scripts How to make full use of the GUI version of vim , called gvim vim's enhancements for programmers, such as syntax highlighting, folding and extended tags Coverage of three other popular vi clones -- nvi , elvis , and vile -- is also included. You'll find several valuable appendixes, including an alphabetical quick reference to both vi and ex mode commands for regular vi and for vim , plus an updated appendix on vi and the Internet. Learning either vi or vim is required knowledge if you use Linux or Unix, and in either case, reading this book is essential. After reading this book, the choice of editor will be obvious for you too.
    Note: Previous ed.: published as Learning the vi editor. Sebastopol, Calif.: O'Reilly & Associates, 1998. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596522483 , 0596522487
    Language: English
    Pages: xvi, 557 p , 23 cm
    Series Statement: Missing manual
    Keywords: Quicken (Computer file) ; Finance, Personal ; Data processing ; Electronic books ; local
    Abstract: Quicken is a convenient way to keep track of personal finances, but many people are unaware of Quicken's power and end up using only the basic features. Sometimes Quicken raises more questions than it answers: Return of capital from stock? Net worth? What are they and why do you need to know about them? Luckily, Quicken 2009: The Missing Manual picks up where Quicken's help resources leave off. You'll find step-by-step instructions for using Quicken on your Windows PC, including useful features such as budgeting, recording investment transactions, and archiving Quicken data files. You also learn why and when to use specific features, and which ones would be most useful in a given situation. This book helps you: Set up Quicken to take care of your specific needs Follow your money from the moment you earn it Make deposits, pay for expenses, and track the things you own and how much you owe Take care of financial tasks online, and quickly reconcile your accounts Create and use budgets and track your investments Generate reports to prepare your tax returns and evaluate your financial fitness And a lot more. Quicken 2009: The Missing Manual accommodates readers at every technical level, whether you're a first-time or advanced Quicken user. For a topic as important as your personal finances, why trust anything else?
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596522346 , 0596522347
    Language: English
    Pages: xix, 274 p , col. ill. , 23 cm
    Edition: 1st ed.
    Keywords: Business presentations ; Visual communication ; Presentation graphics software ; Electronic books ; local
    Abstract: No matter where you are on the organizational ladder, the odds are high that you've delivered a high-stakes presentation to your peers, your boss, your customers, or the general public. Presentation software is one of the few tools that requires professionals to think visually on an almost daily basis. But unlike verbal skills, effective visual expression is not easy, natural, or actively taught in schools or business training programs. slide:ology fills that void. Written by Nancy Duarte, President and CEO of Duarte Design, the firm that created the presentation for Al Gore's Oscar-winning film, An Inconvenient Truth , this book is full of practical approaches to visual story development that can be applied by anyone. The book combines conceptual thinking and inspirational design, with insightful case studies from the world's leading brands. With slide:ology you'll learn to: Connect with specific audiences Turn ideas into informative graphics Use sketching and diagramming techniques effectively Create graphics that enable audiences to process information easily Develop truly influential presentations Utilize presentation technology to your advantage Millions of presentations and billions of slides have been produced -- and most of them miss the mark. slide:ology will challenge your traditional approach to creating slides by teaching you how to be a visual thinker. And it will help your career by creating momentum for your cause.
    Note: Includes bibliographical references (p. 262-263) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596520625 , 059652062X
    Language: English
    Pages: [380] p , ill.
    Edition: 4th ed.
    Keywords: Mac OS ; UNIX (Computer file) ; Electronic books ; local
    Abstract: If you're a developer or system administrator lured to Mac OS X because of its Unix roots, you'll quickly discover that performing Unix tasks on a Mac is different than what you're accustomed to. Mac OS X for Unix Geeks serves as a bridge between Apple's Darwin OS and the more traditional Unix systems. This clear, concise guide gives you a tour of Mac OS X's Unix shell in both Leopard and Tiger, and helps you find the facilities that replace or correspond to standard Unix utilities. You'll learn how to perform common Unix tasks in Mac OS X, such as using Directory Services instead of the standard Unix /etc/passwd and /etc/group, and you'll be able to compile code, link to libraries, and port Unix software using either Leopard and Tiger. This book teaches you to: Navigate the Terminal and understand how it differs from an xterm Use Open Directory (LDAP) and NetInfo as well as Directory Services Compile your code with GCC 4 Port Unix programs to Mac OS X with Fink Use MacPorts to install free/open source software Search through metadata with Spotlight's command-line utilities Build the Darwin kernel And there's much more. Mac OS X for Unix Geeks is the ideal survival guide to tame the Unix side of Leopard and Tiger. If you're a Unix geek with an interest in Mac OS X, you'll soon find that this book is invaluable.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596520144 , 059652014X
    Language: English
    Pages: [232] p , ill.
    Edition: 1st ed.
    Keywords: Microsoft SharePoint (Electronic resource) ; Project management ; Data processing ; Electronic books ; local
    Abstract: "If you are a project manager looking for a technology-based, easily implemented, and usable solution for project communications, document management, and general project organization, this book is for you!"-Susan Weese, PgMP, President and Founder, Rhyming Planet Most companies don't understand SharePoint's power, and use it simply to share documents or spreadsheets. This hands-on book demonstrates how SharePoint can also help you organize and manage complex projects. With SharePoint for Project Management , you'll not only understand how to apply common and practical project management concepts in SharePoint, you'll learn how to build a Project Management Information System (PMIS), customized to your project, that can efficiently coordinate communication and collaboration among team members. With this book, you will: Learn to apply key project management techniques by leveraging SharePoint as a PMIS Track a case study that illustrates the circumstances and processes of an effective SharePoint PMIS Appropriately define access permissions for project stakeholders and team members Centralize project documents and keep track of document history with version control Automate project reporting mechanisms and generate on-demand status reports Track project schedules, control changes, and manage project risks Integrate project management tools such as Excel, Microsoft Project, PowerPoint, and Outlook Each chapter includes activities that let you practice what you learn. Most SharePoint books are either too introductory (for end users), or too technical (for system administrators). SharePoint for Project Management is just what project managers like you need to learn how to harness the organizational abilities of this powerful software.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online
    ISBN: 9780596519988 , 0596519982
    Language: English
    Pages: [212] p
    Keywords: Silverlight (Electronic resource) ; Multimedia systems ; Web sites ; Design ; Application software ; Development ; Electronic books ; local
    Abstract: Design rich Internet applications (RIAs) for the Web usingSilverlight 2, Microsoft's hot runtime application. Available onlyas an ebook, this concise, easy-to-understand introduction providescomplete step-by-step instructions for using everything Silverlight2 has to offer, including tools for animation, vector graphics,video playback, .NET support for web services and networking, aswell as LINQ, Microsoft's native data querying tool. Essential Silverlight 2 helps you take advantage ofMicrosoft's cross-browser plug-in with: Clever ways to create interactive UIs that are more robust andeasier to debug and test than what you can achieve on otherplatforms Scores of tested JavaScript and C# code examples that you canreuse in your own applications Expert guidance from an author who understands RIAtechnologies, including ASP.NET, Flash, PHP, and JavaScript Ready to deliver a more complete Web experience? EssentialSilverlight 2 offers a world of possibilities.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596519223 , 0596519222
    Language: English
    Pages: xi, 230 p , ill. , 18 cm
    Edition: 2nd ed.
    Keywords: C# (Computer program language) ; Electronic books ; local
    Abstract: Offers a reference to key C# programming concepts, covering language elements, syntax, datatypes, and tasks.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596517724 , 0596517726
    Language: English
    Pages: xiv, 363 p , ill. , 24 cm
    Keywords: Hibernate (Electronic resource) ; Java (Computer program language) ; Middleware ; Relational databases ; Electronic books ; local
    Abstract: Harnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, Harnessing Hibernate lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals. The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away. Harnessing Hibernate teaches you how to: Perform Object/Relational mapping Work with persistent data from Java code Work with groups and relationships between objects Extend Hibernate's rich type support for your own needs Simplify query creation using criteria and examples Use the Hibernate Query Language (HQL) and understand how it differs from SQL Use Hibernate in conjunction with Spring Use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. All background material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, Harnessing Hibernate offers you an effective and trouble-free method for working with the information you store in your applications.
    Note: Includes index. - "A step-by-step guide to Java persistence"--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516246 , 059651624X
    Language: English
    Pages: xv, 343, [25] p , ill.
    Series Statement: In a nutshell
    Keywords: Computer algorithms ; Electronic books ; local
    Abstract: Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will: Solve a particular coding problem or improve on the performance of an existing solution Quickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to use Get algorithmic solutions in C, C++, Java, and Ruby with implementation tips Learn the expected performance of an algorithm, and the conditions it needs to perform at its best Discover the impact that similar design decisions have on different algorithms Learn advanced data structures to improve the efficiency of algorithms With Algorithms in a Nutshell , you'll learn how to improve the performance of key algorithms essential for the success of your software applications.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515829 , 0596515820
    Language: English
    Pages: xix, 433 p , 24 cm
    Keywords: UNIX (Computer file) ; Linux ; Python (Computer program language) ; Electronic books ; local
    Abstract: Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them. Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you: Read text files and extract information Run tasks concurrently using the threading and forking options Get information from one process to another using network facilities Create clickable GUIs to handle large and complex utilities Monitor large clusters of machines by interacting with SNMP programmatically Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application Solve unique data backup challenges with customized scripts Interact with MySQL, SQLite, Oracle, Postgres, Django ORM, and SQLAlchemy With this book, you'll learn how to package and deploy your Python applications and libraries, and write code that runs equally well on multiple Unix platforms. You'll also learn about several Python-related technologies that will make your life much easier.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514839 , 0596514832
    Language: English
    Pages: xxiii, 285 p , ill. , 23 cm
    Edition: 1st ed.
    Keywords: Web sites ; Security measures ; Computer software ; Validation ; Electronic books ; local
    Abstract: Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how developers and testers can check for the most common web security issues, while conducting unit tests, regression tests, or exploratory tests. Unlike ad hoc security assessments, these recipes are repeatable, concise, and systematic-perfect for integrating into your regular test suite. Recipes cover the basics from observing messages between clients and servers to multi-phase tests that script the login and execution of web application features. By the end of the book, you'll be able to build tests pinpointed at Ajax functions, as well as large multi-step tests for the usual suspects: cross-site scripting and injection attacks. This book helps you: Obtain, install, and configure useful-and free-security testing tools Understand how your application communicates with users, so you can better simulate attacks in your tests Choose from many different methods that simulate common attacks such as SQL injection, cross-site scripting, and manipulating hidden form fields Make your tests repeatable by using the scripts and examples in the recipes as starting points for automated tests Don't live in dread of the midnight phone call telling you that your site has been hacked. With Web Security Testing Cookbook and the free tools used in the book's examples, you can incorporate security coverage into your test suite, and sleep in peace.
    Note: Title from title screen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596514112 , 0596514115
    Language: English
    Pages: xv, 474 p , ill. , 23 cm
    Edition: 1st ed.
    Keywords: Microsoft Windows server ; Operating systems (Computers) ; Electronic books ; local
    Abstract: 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.
    Note: Title from title screen. - Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596155346 , 0596155344
    Language: English
    Pages: xii, 253 p , ill. , 24 cm
    Edition: 2nd ed.
    Keywords: iPhone (Smartphone) ; Cellular telephones ; Pocket computers ; Mobile computing ; Electronic books ; local
    Abstract: "Great for beginners -- even if you don't know object-oriented programming, you can learn from examples on the 'Net and be on your way very soon. You will be able to confidently build apps that rival the ones included by Apple itself."-- Josh Content, iPhone Developer Developers everywhere are eager to create applications for the iPhone, and many of them prefer the open source, community-developed tool chain to Apple's own toolkit. In this new edition of iPhone Open Application Development , author Jonathan Zdziarski covers the latest version of the open toolkit -- now updated for Apple's iPhone 2.x software and iPhone 3G -- and explains in clear language how to create applications using Objective-C and the iPhone API. Zdziarski, who cracked the iPhone code and built the first fully-functional application with the open toolkit, includes detailed recipes and complete examples for graphics and audio programming, games programming with the CoreSurfaces and CoreImage interfaces, working with iTunes, and using sensors. With the open toolkit and this book, you can build iPhone applications that: Display status bars, preference tables, and other standard elements of the iPhone user interface Play pre-recorded files or program-generated sounds Read and write plain text files and HTML files, including pages from the Web, and control display elements, such as scrollbars Read and respond to changes in orientation when the user turns the phone around And more. The first edition of this book developed an instant following and became the center of a movement. The second edition of iPhone Open Application Development will make this open source toolkit an indispensable part of iPhone application development.
    Note: Title from title screen. - Includes index. - Previous ed.: 2008
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596153588 , 0596153589
    Language: English
    Pages: xv, 120 p , ill. , 24 cm
    Edition: 1st ed.
    Keywords: iPhone (Smartphone) ; iPod (Digital music player) ; Cellular telephone systems ; Security measures ; Mobile computing ; Security measures ; Internet programming ; Multimedia systems ; Electronic books ; local
    Abstract: "This book is a must for anyone attempting to examine the iPhone. The level of forensic detail is excellent. If only all guides to forensics were written with this clarity!"-Andrew Sheldon, Director of Evidence Talks, computer forensics experts With iPhone use increasing in business networks, IT and security professionals face a serious challenge: these devices store an enormous amount of information. If your staff conducts business with an iPhone, you need to know how to recover, analyze, and securely destroy sensitive data. iPhone Forensics supplies the knowledge necessary to conduct complete and highly specialized forensic analysis of the iPhone, iPhone 3G, and iPod Touch. This book helps you: Determine what type of data is stored on the device Break v1.x and v2.x passcode-protected iPhones to gain access to the device Build a custom recovery toolkit for the iPhone Interrupt iPhone 3G's "secure wipe" process Conduct data recovery of a v1.x and v2.x iPhone user disk partition, and preserve and recover the entire raw user disk partition Recover deleted voicemail, images, email, and other personal data, using data carving techniques Recover geotagged metadata from camera photos Discover Google map lookups, typing cache, and other data stored on the live file system Extract contact information from the iPhone's database Use different recovery strategies based on case needs And more. iPhone Forensics includes techniques used by more than 200 law enforcement agencies worldwide, and is a must-have for any corporate compliance and disaster recovery plan.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596101718 , 0596101716
    Language: English
    Pages: [712] p , ill.
    Edition: 2nd ed. /
    Keywords: MySQL (Electronic resource) ; SQL (Computer program language) ; Electronic books ; local
    Abstract: High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.
    Note: Title from title screen. - Includes index. - Previous ed.: published as by Jeremy Zawodny and Derek Balling. 2004
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596522001 , 0596522002
    Language: English
    Pages: xi, 202 p , ill. , 24 cm
    Edition: 2nd ed.
    Keywords: Ruby (Computer program language) ; Web site development ; Electronic books ; local
    Abstract: In just a matter of days, you can develop powerful web applications with Rails that once took weeks or months to produce with other web frameworks. If that sounds too good to be true, it isn't. Find out for yourself with Rails: Up and Running, the concise and popular book that not only explains how Rails works, but guides you through a complete test drive. Perfect for beginning web developers, this thoroughly revised edition teaches you the basics of installing and using Rails 2.1 and the Ruby scripting language. While Rails is praised for its simplicity, there are still a few tricky steps to master along the way. Rails: Up and Running offers lots of examples and covers just about everything you need to build functional Rails applications right away. Learn how to: Create simple database-backed applications, and build dynamic user-centric web pages using Ajax and REST Exploit the Rails service frameworks to send emails and implement web services Map data to an imperfect table, traverse complex relationships, and build custom finders Use techniques to solve common database performance problems See how fast you can go on Rails, and how reliable it's become with the stability and power of version 2.1. With Rails: Up and Running , you'll discover why Rails is a remarkable new way to build database-driven web applications.
    Note: Title from title screen. - Originally published: as Ruby on Rails. 2006. - Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596521745 , 059652174X
    Language: English
    Pages: 62 p , ill.
    Keywords: Wikipedia ; Electronic encyclopedias ; Electronic books ; local
    Abstract: You don't have to understand how to edit Wikipedia in order to find the information you need and join the conversation. This booklet gives you just what you need to know in friendly, concise form so you can research any subject without getting lost in Wikipedia's labyrinth. With it, you'll be able to unlock the mysteries of the many links on every Wikipedia page and the sometimes cryptic buzzwords you see on Talk pages. And, while this booklet focuses on Wikipedia readers, it also includes a tutorial for first-time editors and explains Wikipedia's editing tools. You'll find valuable advice on how to alert editors to flaws in articles and how to contribute to Talk pages without getting caught up in pointless disputes. The author of Wikipedia Reader's Guide: The Missing Manual has edited more than 15,000 Wikipedia articles, and has written a comprehensive index to Wikipedia for editors to use in their daily work. His knowledge of Wikipedia is limitless and his passion is contagious. With this guide, you'll catch on quickly.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596519780 , 0596519788
    Language: English
    Pages: xiii, 206 p , ill. , 23 cm
    Keywords: Computer programming ; Computer programmers ; Computer software ; Development ; Software engineering ; Electronic books ; local
    Abstract: Anyone who develops software for a living needs a proven way to produce it better, faster, and cheaper. The Productive Programmer offers critical timesaving and productivity tools that you can adopt right away, no matter what platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity-how to work smarter, spurn interruptions, get the most out your computer, and avoid repetition-he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team. You'll learn to: Write the test before you write the code Manage the lifecycle of your objects fastidiously Build only what you need now, not what you might need later Apply ancient philosophies to software development Question authority, rather than blindly adhere to standards Make hard things easier and impossible things possible through meta-programming Be sure all code within a method is at the same level of abstraction Pick the right editor and assemble the best tools for the job This isn't theory, but the fruits of Ford's real-world experience as an Application Architect at the global IT consultancy ThoughtWorks. Whether you're a beginner or a pro with years of experience, you'll improve your work and your career with the simple and straightforward principles in The Productive Programmer .
    Note: Includes index. - "Anyone who develops software for a living needs a proven way to produce it better, faster, and cheaper. The Productive Programmer offers critical time-saving advice and productivity tools that you can adopt right away, regardless of which platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity - how to work smarter, spurn interruptions, get the most out of your computer, and avoid repetition - he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team."--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518578 , 0596518579
    Language: English
    Pages: [192] p , ill.
    Edition: 1st ed.
    Keywords: Computer capacity ; Planning ; Computer capacity ; Management ; Web sites ; Design ; Electronic books ; local
    Abstract: Success on the web is measured by usage and growth. Web-based companies live or die by the ability to scale their infrastructure to accommodate increasing demand. This book is a hands-on and practical guide to planning for such growth, with many techniques and considerations to help you plan, deploy, and manage web application infrastructure. The Art of Capacity Planning is written by the manager of data operations for the world-famous photo-sharing site Flickr.com, now owned by Yahoo! John Allspaw combines personal anecdotes from many phases of Flickr's growth with insights from his colleagues in many other industries to give you solid guidelines for measuring your growth, predicting trends, and making cost-effective preparations. Topics include: Evaluating tools for measurement and deployment Capacity analysis and prediction for storage, database, and application servers Designing architectures to easily add and measure capacity Handling sudden spikes Predicting exponential and explosive growth How cloud services such as EC2 can fit into a capacity strategy In this book, Allspaw draws on years of valuable experience, starting from the days when Flickr was relatively small and had to deal with the typical growth pains and cost/performance trade-offs of a typical company with a Web presence. The advice he offers in The Art of Capacity Planning will not only help you prepare for explosive growth, it will save you tons of grief.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518431 , 0596518439
    Language: English
    Pages: xx, 757 p , ill. , 23 cm
    Keywords: Microsoft Visual BASIC ; Internet programming ; Electronic books ; local
    Abstract: Ever since Visual Basic was merged into .NET, it's become the core language for creating business applications with Windows. The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. Programming Visual Basic 2008 fills the void. Written in a lively and engaging style by a developer who's grown up with Visual Basic, including both VB 6 and VB .NET, this hands-on guide addresses the core topics of the new VB, from basic to complex, with plenty of code examples. Programming Visual Basic 2008 also examines .NET programming from the application level with a chapter-by-chapter plan for developing, documenting, and deploying a full data-driven application. You learn, step-by-step, how to build and deploy a library management system, complete with patron, inventory, and barcode support. The book's broad range of topics include: VB language and its syntax An overview of the .NET Framework Object-oriented development in VB and .NET Generic objects, collections, and nullable types Design and management of software projects Integrating desktop features with Windows Forms Database design with SQL Server 2008 Database interface design with ADO.NET The new LINQ feature, and how to use it within VB and .NET Embedding XML within application source code Encryption and authentication in .NET Interacting with data stored in files and directories Web development using ASP.NET Deploying an application to a user's workstation And much more Programming Visual Basic 2008 is ideal for VB 6 programmers who are ready to move to .NET, as well as VB.NET programmers who wish to improve their project-focused software development skills. Programming novices and developers coming from other languages will find the book valuable because of its language instruction and project design knowledge. Once you finish the book, you will have a firm grasp of VB 2008's core concepts and language elements, and understand how to build VB projects as they were intended -- as complete, cohesive solutions.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596517748 , 0596517742
    Language: English
    Pages: xiii, 153 p , ill. , 24 cm
    Edition: 1st ed.
    Keywords: JavaScript (Computer program language) ; Electronic books ; local
    Abstract: Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts , Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts , you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online
    ISBN: 9780596517694 , 0596517696
    Language: English
    Pages: xviii, 268 p , col. ill. , 23 cm
    Edition: 1st. ed.
    Keywords: Facebook (Firm) ; Facebook.com ; Facebook (Electronic resource) ; Facebook ; Parodies, imitations, etc ; Web sites ; Design ; Online social networks ; Social networks ; Computer network resources ; Electronic books ; local
    Abstract: Facebook is the wildly popular, free social networking site that combines the best of blogs, online forums, photo sharing, clever applications, and interaction among friends. The one thing it doesn't have is a user's guide to help you truly take advantage of it. This book gives you a crystal clear and entertaining look at everything this fascinating Facebook phenomenon has to offer. It outlines tasks, such as signing up, networking, shopping, joining groups, finding or filling a job, and a whole lot more. You'll discover how to create your page and make connections with other members in no time. gain instant access to the personal and professional details of all the folks you're connected with, the people they're connected with, and so on, and so on. Learn how to: join a network, receive automatic updates from Facebook friends and send updates of your own, participate in groups of particular interest and meet up with members face-to-face, buy and sell merchandise using Facebook's marketplace and classified ads, find a job or hire employees by combing through the member pool, and play it safe by using a multi-pronged approach to ensuring your privacy. Think of Facebook as a 30-million plus searchable Rolodex.
    Note: "The book that should have been in the box"--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596517717 , 0596517718
    Language: English
    Pages: xiii, 392 p , ill. , 22 cm
    Edition: 1st ed.
    Keywords: Project management ; Leadership ; Electronic books ; local
    Abstract: In the updated edition of this critically acclaimed and bestselling book, Microsoft project veteran Scott Berkun offers a collection of essays on field-tested philosophies and strategies for defining, leading, and managing projects. Each essay distills complex concepts and challenges into practical nuggets of useful advice, and the new edition now adds more value for leaders and managers of projects everywhere. Based on his nine years of experience as a program manager for Internet Explorer, and lead program manager for Windows and MSN, Berkun explains to technical and non-technical readers alike what it takes to get through a large software or web development project. Making Things Happen doesn't cite specific methods, but focuses on philosophy and strategy. Unlike other project management books, Berkun offers personal essays in a comfortable style and easy tone that emulate the relationship of a wise project manager who gives good, entertaining and passionate advice to those who ask. Topics in this new edition include: How to make things happen Making good decisions Specifications and requirements Ideas and what to do with them How not to annoy people Leadership and trust The truth about making dates What to do when things go wrong Complete with a new forward from the author and a discussion guide for forming reading groups/teams, Making Things Happen offers in-depth exercises to help you apply lessons from the book to your job. It is inspiring, funny, honest, and compelling, and definitely the one book that you and your team need to have within arm's reach throughout the life of your project. Coming from the rare perspective of someone who fought difficult battles on Microsoft's biggest projects and taught project design and management for MSTE, Microsoft's internal best practices group, this is valuable advice indeed. It will serve you well with your current work, and on future projects to come.
    Note: Title from title screen. - Updated ed. of: The art of project management, O'Reilly, 2005. - Includes bibliographical references (p. 361-367) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516833 , 0596516835
    Language: English
    Pages: viii, 178 p , ill. , 23 cm
    Edition: 1st ed.
    Keywords: New products ; Management ; Product management ; Consumers ; Attitudes ; Consumer behavior ; Business planning ; Electronic books ; local
    Abstract: "To achieve success in today's ever-changing and unpredictable markets, competitive businesses need to rethink and reframe their strategies across the board. In Subject to Change: Creating Great Products and Services for an Uncertain World, Adaptive Path, a leading experience strategy and design company, demonstrates how successful businesses can--and should--use customer experiences to inform and shape the product development process, from start to finish."--Publisher's website.
    Note: Title from title screen. - "Adaptive Path". - Includes bibliographical references (p. [165]-169) and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516215 , 0596516215
    Language: English
    Pages: xx, 636 p , ill. , 24 cm
    Keywords: Flex (Computer file) ; Electronic books ; local
    Abstract: If you want to try your hand at developing rich Internet applications with Adobe's Flex 3, and already have experience with frameworks such as .NET or Java, this is the ideal book to get you started. Programming Flex 3 gives you a solid understanding of Flex 3's core concepts, and valuable insight into how, why, and when to use specific Flex features. Numerous examples and sample code demonstrate ways to build complete, functional applications for the Web, using the free Flex SDK, and RIAs for the desktop, using Adobe AIR. This book is an excellent companion to Adobe's Flex 3 reference documentation. With this book, you will: Learn the underlying details of the Flex framework Program with MXML and ActionScript Arrange the layout and deal with UI components Work with media Manage state for applications and components Use transitions and effects Debug your Flex applications Create custom components Embed Flex applications in web browsers Build AIR applications for the desktop Flex 3 will put you at the forefront of the RIA revolution on both the Web and the desktop. Programming Flex 3 will help you get the most from this amazing and sophisticated technology.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516147 , 0596516142
    Language: English
    Pages: xi, 215 p , ill. , 24 cm
    Keywords: Web databases ; Python (Computer program language) ; SQL (Computer program language) ; Electronic books ; local
    Abstract: Essential SQLAlchemy introduces a high-level open-source code library that makes it easier for Python programmers to access relational databases such as Oracle, DB2, MySQL, PostgreSQL, and SQLite. SQLAlchemy has become increasingly popular since its release, but it still lacks good offline documentation. This practical book fills the gap, and because a developer wrote it, you get an objective look at SQLAlchemy's tools rather than an advocate's description of all the "cool" features. SQLAlchemy includes both a database server-independent SQL expression language and an object-relational mapper (ORM) that lets you map "plain old Python objects" (POPOs) to database tables without substantially changing your existing Python code. Essential SQLAlchemy demonstrates how to use the library to create a simple database application, walks you through simple queries, and explains how to use SQLAlchemy to connect to multiple databases simultaneously with the same Metadata. You also learn how to: Create custom types to be used in your schema, and when it's useful to use custom rather than built-in types Run queries, updates, and deletes with SQLAlchemy's SQL expression language Build an object mapper with SQLAlchemy, and understand the differences between this and active record patterns used in other ORMs Create objects, save them to a session, and flush them to the database Use SQLAlchemy to model object oriented inheritance Provide a declarative, active record pattern for use with SQLAlchemy using the Elixir extension Use the SQLSoup extension to provide an automatic metadata and object model based on database reflection In addition, you'll learn how and when to use other extensions to SQLAlchemy, including AssociationProxy, OrderingList, and more. Essential SQLAlchemy is the much-needed guide for every Python developer using this code library. Instead of a feature-by-feature documentation, this book takes an "essentials" approach that gives you exactly what you need to become productive with SQLAlchemy right away.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515799 , 0596515790
    Language: English
    Pages: xxviii, 711 p , ill. , 24 cm
    Edition: 1st ed.
    Series Statement: Missing manual
    Keywords: Google Apps ; Web sites ; Authoring programs ; Application software ; Electronic books ; local
    Abstract: Among its many amazing applications, Google now has web-based alternatives to many of the applications in Microsoft Office. This comprehensive and easy-to-follow new book enables you to explore Google's new office applications in detail. Once you do, you'll be in good company -- more than 100,000 small businesses and some corporations are already looking to take advantage of these free Google offerings. Google Apps: The Missing Manual teaches you how to use three relatively new applications from Google: "Docs and Spreadsheets", which provide many of the same core tools that you find in Word and Excel; and Google Calendar and Gmail, the applications that offer an alternative to Outlook. This book demonstrates how these applications together can ease your ability to collaborate with others, and allow you access to your documents, mail and appointments from any computer at any location. Of course, as remarkable as these applications are, Google's office suite is definitely a work-in-progress. Navigating what you can and can't do and -- more importantly -- understanding how to do it isn't always easy. And good luck finding enough help online. Google Apps: The Missing Manual is the one book you need to get the most out of this increasingly useful part of the Google empire. This book: Explains how to create, save and share each of Google's web-based office applications Offers separate sections for Docs and Spreadsheets, Google Calendar, and Gmail Demonstrates how to use these applications in conjunction with one another Gives you crystal-clear and jargon-free explanations that will satisfy users of all technical levels Many of you already use Gmail, but do you know its full potential? Do you know how you can increase its power by using Gmail with Doc and Spreadsheets and Google Calendar? You'll find out with Google Apps: The Missing Manual . You'll also come to understand why large corporations such as General Electric and Proctor & Gamble are taking a long, hard look at these applications.
    Note: Includes Index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515089 , 0596515081
    Language: English
    Pages: [xxiii, 367] p , ill. , 24 cm
    Keywords: Web sites ; Design ; Internet programming ; Business ; Computer networks ; Electronic commerce ; Electronic books ; local
    Abstract: Remember when an optimized website was one that merely didn't take all day to appear? Times have changed. Today, website optimization can spell the difference between enterprise success and failure, and it takes a lot more know-how to achieve success. This book is a comprehensive guide to the tips, techniques, secrets, standards, and methods of website optimization. From increasing site traffic to maximizing leads, from revving up responsiveness to increasing navigability, from prospect retention to closing more sales, the world of 21st century website optimization is explored, exemplified and explained. Website Optimization combines the disciplines of online marketing and site performance tuning to attain the competitive advantage necessary on today's Web. You'll learn how to improve your online marketing with effective paid and natural search engine visibility strategies, strengthened lead creation and conversion to sales methods, and gold-standard ad copywriting guidelines. Plus, your increased site speed, reduced download footprint, improved reliability, and improved navigability will work synergistically with those marketing methods to optimize your site's total effectiveness. In this book for business and IT managers, author Andrew King, president of Website Optimization, LLC, has assembled experts in several key specialties to teach you: Search engine optimization -- addressing best (and worst) practices to improve search engine visibility, including step-by-step keyword optimization guidelines, category and tag cloud creation, and guerilla PR techniques to boost inbound links and improve rankings Pay-per-click optimization -- including ad copywriting guidelines, setting profit-driven goals, calculating and optimizing bids, landing page optimization, and campaign management tips Optimizing conversion rates -- increasing leads with site landing page guidelines, such as benefit-oriented copy, credibility-based design, value hierarchies, and tips on creating unique selling propositions and slogans Web performance tuning -- optimizing ways to use (X)HTML, CSS, and Ajax to increase speed, reduce your download footprint, and increase reliability Advanced tuning -- including client-side techniques such as on-demand content, progressive enhancement, and inline images to save HTTP requests. Plus server-side tips include improving parallelism, using cache control, browser sniffing, HTTP compression, and URL rewriting to remap links and preserve t...
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596102371 , 0596102372
    Language: English
    Pages: xliv, 895 p , ill. , 23 cm
    Edition: 1st ed.
    Series Statement: O'Reilly's Head first series
    Keywords: Physics ; Popular works ; Mechanics ; Popular works ; Electronic books ; local
    Abstract: An introduction to how things work in the natural world using real-life scenarios, simple experiments, hypothetical projects, and plenty of illustrations to bring physics to life.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596529826 , 0596529821
    Language: English
    Pages: xi, 627 p , ill. , 25 cm
    Edition: 1st ed.
    Series Statement: Hacks
    Keywords: Mac OS ; Macintosh (Computer) ; Handbooks, manuals, etc ; Apple computer ; Operating systems (Computers) ; Electronic books ; local
    Abstract: Bigger in size, longer in length, broader in scope, and even more useful than our original Mac OS X Hacks, the new Big Book of Apple Hacks offers a grab bag of tips, tricks and hacks to get the most out of Mac OS X Leopard, as well as the new line of iPods, iPhone, and Apple TV. With 125 entirely new hacks presented in step-by-step fashion, this practical book is for serious Apple computer and gadget users who really want to take control of these systems. Many of the hacks take you under the hood and show you how to tweak system preferences, alter or add keyboard shortcuts, mount drives and devices, and generally do things with your operating system and gadgets that Apple doesn't expect you to do. The Big Book of Apple Hacks gives you: Hacks for both Mac OS X Leopard and Tiger, their related applications, and the hardware they run on or connect to Expanded tutorials and lots of background material, including informative sidebars "Quick Hacks" for tweaking system and gadget settings in minutes Full-blown hacks for adjusting Mac OS X applications such as Mail, Safari, iCal, Front Row, or the iLife suite Plenty of hacks and tips for the Mac mini, the MacBook laptops, and new Intel desktops Tricks for running Windows on the Mac, under emulation in Parallels or as a standalone OS with Bootcamp The Big Book of Apple Hacks is not only perfect for Mac fans and power users, but also for recent -- and aspiring -- "switchers" new to the Apple experience. Hacks are arranged by topic for quick and easy lookup, and each one stands on its own so you can jump around and tweak whatever system or gadget strikes your fancy. Pick up this book and take control of Mac OS X and your favorite Apple gadget today!
    Note: Title from title screen. - Includes index. - "Proven techniques from the experts at MAKE Magazine and O'Reilly Media"--P. [4] of cover. - Includes hacks for peripheral devices such as iPod, iPhone and Apple TV, and also tips for running other operating systems such as Windows on a Macintosh computer
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596521677 , 0596521677
    Language: English
    Pages: xii, 359 p , col. ill. , 23 cm
    Edition: 2nd ed.
    Series Statement: Missing manual
    Keywords: iPhone (Smartphone) ; Electronic books ; local
    Abstract: The new iPhone 3G is here, and New York Times tech columnist David Pogue is on top of it with a thoroughly updated edition of iPhone: The Missing Manual . With its faster downloads, touch-screen iPod, and best-ever mobile Web browser, the new affordable iPhone is packed with possibilities. But without an objective guide like this one, you'll never unlock all it can do for you. In this new edition, there are new chapters on the App Store, with special troubleshooting and sycning issues with iTunes; Apple's new MobileMe service, and what it means to the iPhone; and Microsoft Exchange ActiveSync compatibility. Each custom designed page in iPhone: The Missing Manual helps you accomplish specific tasks with complete step-by-step instructions for everything from scheduling to web browsing to watching videos. You'll learn how to: Use the iPhone as a phone -- get a guided tour of 3G's phone features and learn how much time you can save with things like Visual Voicemail, contact searching, and more Figure out what 3G means and how it affects battery life, internet speed, and even phone call audio quality. Treat the iPhone as an iPod -- listen to music, upload and view photos, and fill the iPhone with TV shows and movies Take the iPhone online -- learn how to get online, use email, browse the Web, and use the GPS Go beyond the iPhone -- discover how to use iPhone with iTunes, sync it with your calendar, and learn about The App Store where you can pick from hundreds of iPhone-friendly programs Teeming with high-quality color graphics and filled with humor, tips, tricks, and surprises, iPhone: The Missing Manual quickly teaches you how to set up, accessorize, and troubleshoot your iPhone. Instead of fumbling around, take advantage of this device with the manual that should have been in the box. It's your call.
    Note: Previous ed.: Sebastopol, Calif.: O'Reilly, 2007. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596521332 , 0596521332
    Language: English
    Pages: xiii, 575 p , col. ill. , 24 cm
    Series Statement: Missing manual
    Keywords: Adobe Photoshop elements ; Photography ; Digital techniques ; Electronic books ; local
    Abstract: Photoshop Elements 7 includes lots of new tools for sprucing up your photos, like the Scene Cleaner that lets you get rid of unwanted elements and the Smart Brush that makes touch-ups a breeze. But the one thing you won't find in Elements is reader-friendly guidance on how to get the most out of this powerful program. Enter Photoshop Elements 7: The Missing Manual , ready to explain not only how the tools and commands work, but when to use them. With this bestselling book (now in its 5th edition), you'll learn everything from the basics of loading photos into Elements to the new online photo-sharing and storage service that Adobe's offering (for free!) at Photoshop.com. There's so much to Elements 7 that knowing what to do -- and when to do it -- is tricky. That's why this book carefully explains all the tools and options by putting each one into a clear, easy-to-understand context. Learn to import, organize, and fix photos quickly and easily Repair and restore old and damaged photos , and retouch any image Jazz up your pictures with dozens of filters, frames, and special effects Learn which tools the pros use -- you'll finally understand how layers work! Create collages and photo layout pages for scrapbooks and other projects Fix your photos online and synch the changes to your own photo library As always, author Barbara Brundage lets you know which features work well, which don't, and why -- all with a bit of wit and good humor. Dive into Adobe's outstanding photo editor and find out why this Missing Manual is the bestselling book on the topic.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518257 , 0596518250
    Language: English
    Pages: xxii, 228 p , ill. (chiefly col.) , 26 cm
    Edition: 1st ed.
    Keywords: Photography ; Digital techniques ; Photography ; Digital techniques ; Miscellanea ; Electronic books ; local
    Abstract: For six years, digital photography expert Tim Grey has answered readers' questions on his website and daily mailing list, "DDQ (Digital Darkroom Questions)." As a member of the Photoshop World Dream Team of instructors, Grey knows his stuff -- and after answering hoards of questions from photographers, he knows the most persistent and burning issues. In his new book, Take Your Best Shot , Tim Grey answers the most-often asked questions about the digital darkroom and more in an easy-to-read format, organized by subject, and illustrated with beautiful photographs and instructive screenshots. The book includes several new topics not covered on Grey's website Tim Grey . The topic list includes: Digital Fundamentals -- resolution, bit-depth, and imaging sensors Digital Cameras & Tools -- SLR vs. point-and-shoot, megapixels, field storage, sensor cleaning, CompactFlash card speed, and digital lenses Digital Photography -- JPEG vs. RAW, ISO settings, white balance Digital Darkroom -- Windows vs. Mac, LCD vs. CRT, Lightroom vs. Photoshop, storage, backup, image downloading, and film and print scanning Color Management -- Monitor calibration and color temperature, printer profiling, when the printer doesn't match the monitor, and when prints lack shadow detail Image Optimization -- RAW conversion, tonal adjustments, curves, color balance, hue/saturation, clone stamp, spot healing brush, and healing brush Creative Effects -- Dodge and burn, black and white conversion, sepia tone, and artistic edge Image Problem-Solving -- Noise, washed-out sky, color cast, and color contamination Printing -- Printer choice, print resolution, raster image processors, paper choice, and print services Digital Sharing -- Preventing image theft, slideshow solutions, Web galleries, and sharing websites You may know him from the series of popular "Tim Grey Guides" (Sybex), or from the hundreds of articles he's written for publications such as Outdoor Photographer , Digital Photo Pro and PC Photo . In Take Your Best Shot , Grey answers questions in the same clear and accessible style. If you want to know the "why" along with the "how", this book is the one you want -- the straight scoop from an expert who knows his business.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596517786 , 0596517785
    Language: English
    Pages: xi, 261 p , ill. (chiefly col.) , 23 cm
    Edition: 1st ed.
    Series Statement: Missing manual
    Keywords: Mental discipline ; Mental efficiency ; Thought and thinking ; Brain ; Electronic books ; local
    Abstract: Puzzles and brain twisters to keep your mind sharp and your memory intact are all the rage today. More and more people -- Baby Boomers and information workers in particular -- are becoming concerned about their gray matter's ability to function, and with good reason. As this sensible and entertaining guide points out, your brain is easily your most important possession. It deserves proper upkeep. Your Brain: The Missing Manual is a practical look at how to get the most out of your brain -- not just how the brain works, but how you can use it more effectively . What makes this book different than the average self-help guide is that it's grounded in current neuroscience. You get a quick tour of several aspects of the brain, complete with useful advice about: Brain Food : The right fuel for the brain and how the brain commands hunger (including an explanation of the different chemicals that control appetite and cravings) Sleep : The sleep cycle and circadian rhythm, and how to get a good night's sleep (or do the best you can without it) Memory : Techniques for improving your recall Reason : Learning to defeat common sense; logical fallacies (including tactics for winning arguments); and good reasons for bad prejudices Creativity and Problem-Solving : Brainstorming tips and thinking not outside the box, but about the box -- in other words, find the assumptions that limit your ideas so you can break through them Understanding Other People's Brains : The battle of the sexes and babies developing brains Learn about the built-in circuitry that makes office politics seem like a life-or-death struggle, causes you to toss important facts out of your memory if they're not emotionally charged, and encourages you to eat huge amounts of high-calorie snacks. With Your Brain: The Missing Manual you'll discover that, sometimes, you can learn to compensate for your brain or work around its limitations -- or at least to accept its eccentricities. Exploring your brain is the greatest adventure and biggest mystery you'll ever face. This guide has exactly the advice you need.
    Note: Title from title screen. - Includes index. - Statement of responsibility from t.p. verso
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596517328 , 0596517327
    Language: English
    Pages: xvii, 283 p , ill. , 25 cm
    Edition: 1st ed.
    Keywords: Flex (Computer file) ; Internet programming ; Electronic books ; local
    Abstract: How soon can you learn Adobe Flex 3? With this book's unique hands-on approach, you will be able to tinker with examples right away, and create your own Rich Internet Applications with Flex within the first few chapters. As you progress, you learn how to build a layout, add interactivity, work with data, and deploy your applications to either the Web or the desktop. Learning Flex 3 offers step-by-step instructions that are clear and concise, along with tips and tricks that author Alaric Cole has gathered after years of using Flex and teaching it to fellow developers at Yahoo! You'll understand how Flex works, how to use the MXML markup language and work with ActionScript, how to deploy RIAs to the desktop using Adobe AIR, and much more. Whether you're a beginner, or an experienced web developer coming to Flex from another platform, Learning Flex 3 is the ideal way to learn how to: Set up your environment with FlexBuilder and Eclipse Create a new Flex project Use the different design views in Flex Write code with MXML Lay out your Flex application Embed images and graphics Build a user interface Add interactivity with ActionScript Handle user input Move, display, and collect data Add custom components with MXML Add sound effects, filters, and transitions Style your applications with CSS, skins, and themes Deploy applications to the Web, or to the desktop using Adobe AIR Also included are brief explanations of objects, classes, components, properties, methods, types, and other Flex attributes. You will find that Learning Flex 3 is not only the most complete tutorial for Flex, it's also the quickest way to get going with the latest version of this powerful framework.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596516482 , 0596516487
    Language: English
    Pages: xxxi, 451 p , ill. , 24 cm
    Edition: 1st ed.
    Keywords: Web site development ; JavaScript (Computer program language) ; Electronic books ; local
    Abstract: Of all the Ajax-specific frameworks that have popped up in recent years, one clearly stands out as the industrial strength solution. Dojo is not just another JavaScript toolkit-it's the JavaScript toolkit-and Dojo: The Definitive Guide demonstrates how to tame Dojo's extensive library of utilities so that you can build rich and responsive web applications like never before. Dojo founder Alex Russell gives a foreword that explains the "why" of Dojo and of this book. Dojo provides an end-to-end solution for development in the browser, including everything from the core JavaScript library and turnkey widgets to build tools and a testing framework. Its vibrant open source community keeps adding to Dojo's arsenal, and this book provides an ideal companion to Dojo's official documentation. Dojo: the Definitive Guide gives you the most thorough overview of this toolkit available, showing you everything from how to create complex layouts and form controls closely resembling those found in the most advanced desktop applications with stock widgets, to advanced JavaScript idioms to AJAX and advanced communication transports. With this definitive reference you get: Get a concise introduction to Dojo that's good for all 1.x versions Well-explained examples, with scores of tested code samples, that let you see Dojo in action A comprehensive reference to Dojo's standard JavaScript library (including fundamental utilities in Base, Dojo's tiny but powerful kernel) that you'll wonder how you ever lived without An extensive look at additional Core features, such as animations, drag-and-drop, back-button handling, animations like wipe and slide, and more Exhaustive coverage of out-of-the-box Dijits (Dojo widgets) as well as definitive coverage on how to create your own, either from scratch or building on existing ones An itemized inventory of DojoX subprojects, the build tools, and the DOH, Dojo's unit-testing framework that you can use with Dojo-or anywhere else If you're a DHTML-toting web developer, you need to read this book-whether you're a one-person operation or part of an organization employing scores of developers. Dojo packs the standard JavaScript library you've always wanted, and Dojo: The Definitive Guide helps you transform your ideas into working applications quickly by leveraging design concepts you already know.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596515904 , 0596515901
    Language: English
    Pages: [260] p , ill.
    Series Statement: Adobe developer library
    Keywords: Flash (Computer file) ; Streaming technology (Telecommunications) ; Web servers ; Multimedia communications ; Electronic books ; local
    Abstract: If you're interested in recording and streaming media using Flash Media Server 3 (FMS3) and Adobe's Real-Time Messaging Protocol, this unique 267-page PDF-only book is the perfect primer. It is not a reference, but a systematic guide to developing FMS3 applications using ActionScript 3.0, with chapters that focus on specific aspects of the server and how they work. FMS3 is very different from regular web servers. Because its open-socket server technology stays connected until users quit the application, you can stream audio, video, text, and other media in real time. FMS3 is also quite different from previous versions, a fact that web developers familiar with Flash Media Server 2 or Flash Communication Server 1.5 will quickly discover. Don't worry. With Learning Flash Media Server 3 and a little experience with Flash CS3 and ActionScript 3.0, anyone can get up to speed in no time. You'll learn how to install FMS3, organize your development environment with Apache web server, and use the management console before diving into the whys and hows of: Recording and playing back streaming audio and video in VP6 and H.264 formats Using the new Flash Media Encoder to stream and record video Camera and microphone settings Non-persistent client-side remote shared objects Two-way audio-video communications Broadcasting and server-side bandwidth control Working with server-side files: the file class Server-side shared objects Server-side streams Setting up a software load handler using FMS3's new server-side NetStream Bringing in data and working with configuration files At the heart of every chapter is a core set of code that shows the minimum requirements needed for different procedures. Beyond that, Learning Flash Media Server 3 provides you with plenty of options for using FMS3's different versions -- the full-feature server, the streaming-only server, and the limited-user development server. It's a whole new world of media, and this book puts you right at the doorstep. Ready to enter?
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online
    ISBN: 9780596514044 , 0596514042
    Language: English
    Pages: vii,170 p , 18 cm
    Edition: 4th ed.
    Keywords: Oracle (Computer file) ; Relational databases ; PL/SQL (Computer program language) ; Electronic books ; local
    Abstract: "The new edition describes such Oracle Database 11g elements as PL/SQL's function result cache, compound triggers, the CONTINUE statement, the SIMPLE_INTEGER datatype, and improvements to native compilation, regular expressions, and compiler optimization (including intra-unit inlining). In addition, this book now includes substantial new sections on Oracle's built-in functions and packages"--Cover.
    Note: Previous ed.: 2004. - "A guide to Oracle PL/SQL language fundamentals"--Cover. - "Covers Oracle database 11g" --Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596510497 , 0596510497
    Language: English
    Pages: xxi, 452 p , ill. , 23 cm
    Keywords: Statistics ; Statistics ; Problems, exercises, etc ; Electronic books ; local
    Abstract: Need to learn statistics as part of your job, or want some help passing a statistics course? Statistics in a Nutshell is a clear and concise introduction and reference that's perfect for anyone with no previous background in the subject. This book gives you a solid understanding of statistics without being too simple, yet without the numbing complexity of most college texts. You get a firm grasp of the fundamentals and a hands-on understanding of how to apply them before moving on to the more advanced material that follows. Each chapter presents you with easy-to-follow descriptions illustrated by graphics, formulas, and plenty of solved examples. Before you know it, you'll learn to apply statistical reasoning and statistical techniques, from basic concepts of probability and hypothesis testing to multivariate analysis. Organized into four distinct sections, Statistics in a Nutshell offers you: Introductory material: Different ways to think about statistics Basic concepts of measurement and probability theory Data management for statistical analysis Research design and experimental design How to critique statistics presented by others Basic inferential statistics: Basic concepts of inferential statistics The concept of correlation, when it is and is not an appropriate measure of association Dichotomous and categorical data The distinction between parametric and nonparametric statistics Advanced inferential techniques: The General Linear Model Analysis of Variance (ANOVA) and MANOVA Multiple linear regression Specialized techniques: Business and quality improvement statistics Medical and public health statistics Educational and psychological statistics Unlike many introductory books on the subject, Statistics in a Nutshell doesn't omit important material in an effort to dumb it down. And this book is far more practical than most college texts, which tend to over-emphasize calculation without teaching you when and how to apply different statistical tests. With Statistics in a Nutshell , you learn how to perform most common statistical analyses, and understand statistical techniques presented in research articles. If you need to know how to use a wide range of statistical techniques without getting in over your head, this is the book you want.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596518882 , 0596518889
    Language: English
    Pages: [180] p
    Edition: 2nd ed.
    Keywords: Apache (Computer file : Apache Group) ; Handbooks, manuals, etc ; Web servers ; Computer programs ; Handbooks, manuals, etc ; Electronic books ; local
    Abstract: Even if you know the Apache web server inside and out, you still need an occasional on-the-job reminder -- especially if you're moving to the newer Apache 2.x. Apache 2 Pocket Reference gives you exactly what you need to get the job done without forcing you to plow through a cumbersome, doorstop-sized reference. This Book provides essential information to help you configure and maintain the server quickly, with brief explanations that get directly to the point. It covers Apache 2.x, giving web masters, web administrators, and programmers a quick and easy reference solution. This pocket reference includes: Summaries of command-line options, configuration directives, and modules Key information about Apache support utilities What you need to know about URL rewriting, filters, caching, proxying and security Whether you manage huge e-commerce operations, corporate intranets, or small personal websites, Apache 2 Pocket Reference is ideal for savvy administrators who no longer need detailed tutorials and just want a convenient, on-the-job reference.
    Note: Title from title screen. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...