Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (935)
  • English  (935)
  • 2010-2014  (933)
  • 1995-1999  (2)
  • Electronic books ; lcgft  (935)
Datasource
Material
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    Durham and London : Duke University Press
    ISBN: 0822399067 , 9780822399063
    Language: English
    Pages: 1 Online-Ressource (x, 421 pages) , illustrations
    Parallel Title: Erscheint auch als
    DDC: 791.45/72
    RVK:
    Keywords: Mad men (Television program) ; Mad Men ; Electronic books ; lcgft ; Television programs / Social aspects / United States ; Television programs / History and criticism / United States ; Geschlechterrolle ; Rassendiskriminierung ; Politik ; Konferenzschrift Ill.,2010 ; Mad Men ; Politik ; Geschlechterrolle ; Rassendiskriminierung
    Abstract: Maddening times : Mad men in its history / Dana Polan -- Mad space / Dianne Harris -- Representing the mad margins of the early sixties : Northern civil rights and the blues idiom / Clarence Lang -- After the sex, what? A feminist reading of reproductive history in Mad Men / Leslie J. Reagan -- The writer as producer; or, The hip figure after HBO / Michael Szalay -- The shock of the banal : Mad Men's progressive realism / Caroline Levine -- Mod men / Jim Hansen -- Swing skirts and swinging singles : Mad men, fashion, and cultural memory / Mabel Rosenheck -- Against depth : looking at surface through the Kodak carousel / Irene Small -- "It will shock you how much this never happened" : Antonioni and Mad men / Robert A. Rushing -- Media madness : multiple identity (dis)orders in Mad men / Lynne Joyrich -- "Maidenform" : Masculinity as Masquerade / Lilya Kaganovsky -- History gets in your eyes : Mad men, misrecognition, and the masculine mystique / Jeremy Varon -- The homosexual and the single girl / Alexander Doty -- Mad men's postracial figuration of a racial past / Kent Ono -- The mad men in the attic : seriality and identity in the modern Babylon / Lauren M.E. Goodlad -- Change is gonna come, same as it ever was / Michael Bérubé
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Go (Computer program language) ; Programming languages (Electronic computers) ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience Today's most exciting new programming language, Go, is designed from the ground up to help you easily leverage all the power of today's multicore hardware. With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, Programming in Go brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes Quickly getting and installing Go, and building and running Go programs Exploring Go's syntax, features, and extensive standard library Programming Boolean values, expressions, and numeric types Creating, comparing, indexing, slicing, and formatting strings Understanding Go's highly efficient built-in collection types: slices and maps Using Go as a procedural programming language Discovering Go's unusual and flexible approach to object orientation Mastering Go's unique, simple, and natural approach to fine-grained concurrency Reading and writing binary, text, JSON, and XML files Importing and using standard library packages, custom packages, and third-party packages Creating, documenting, unit testing, and benchmarking custom packages
    Note: Cover title. - Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Que
    Language: English
    Pages: 1 online resource (1 v.) , ill., maps.
    Edition: 2nd ed.
    Keywords: iPhone (Smartphone) ; iPad (Computer) ; Application software ; Marketing ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Easy, Step-by-Step Guide to Marketing Your iPhone/iPad Apps-Now Fully Updated! Grab your share of the multibillion-dollar iPhone/iPad app market! Top mobile app marketer Jeffrey Hughes will show you how to create an app that will sell, find customers who'll buy it, and motivate them to lay down their hard-earned cash, right now! Don't just throw your app out there; learn how to get noticed and make sales no matter how crowded the App Store gets! Completely revised for today's iPhone/iPad marketplace, this book walks you through building a winning marketing plan, positioning your app, crafting your message, using the latest social marketing techniques, connecting with your best customers, and more! Absolutely no marketing experience is needed. With plenty of examples, screen shots, and step-by-step directions, this book makes iPhone/iPad app marketing easy! You'll Learn How To: • Create an app with unique value to customers who'll pay for it • Cut through the clutter in an App Store with more than 475,000 apps • Target and segment your audience-and reach it with pinpoint accuracy • Identify your true competitors, learn from them, and successfully sell against them • Use social media to build strong relationships with thousands of potential buyers • Learn how to maximize social media tools such as Facebook, Twitter, and YouTube and gain the exposure your app needs • Create an integrated, consistent total message: naming, icons, graphics, website, App Store text, and more • Utilize social media to generate positive word-of-mouth • Get promoted in traditional media at surprisingly low costs • Time your launch and marketing activities for maximum impact • Write, publish, and distribute winning press releases • Price your app carefully and adjust pricing to maximize long-term revenue
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Scala (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Scala is a modern programming language for the Java Virtual Machine (JVM) that combines the best features of object-oriented and functional programming languages. Using Scala, you can write programs more concisely than in Java, as well as leverage the full power of concurrency. Since Scala runs on the JVM, it can access any Java library and is interoperable with Java frameworks. Scala for the Impatient concisely shows developers what Scala can do and how to do it. In this book, Cay Horstmann, the principal author of the international best-selling Core Java™, offers a rapid, code-based introduction that's completely practical. Horstmann introduces Scala concepts and techniques in "blog-sized" chunks that you can quickly master and apply. Hands-on activities guide you through well-defined stages of competency, from basic to expert. Coverage includes Getting started quickly with Scala's interpreter, syntax, tools, and unique idioms Mastering core language features: functions, arrays, maps, tuples, packages, imports, exception handling, and more Becoming familiar with object-oriented programming in Scala: classes, inheritance, and traits Using Scala for real-world programming tasks: working with files, regular expressions, and XML Working with higher-order functions and the powerful Scala collections library Leveraging Scala's powerful pattern matching and case classes Creating concurrent programs with Scala actors Implementing domain-specific languages Understanding the Scala type system Applying advanced "power tools" such as annotations, implicits, and delimited continuations Scala is rapidly reaching a tipping point that will reshape the experience of programming. This book will help object-oriented programmers build on their existing skills, allowing them to immediately construct useful applications as they gradually master advanced programming techniques.
    Note: Title from resource description page (viewed July 27, 2011)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    New York, NY : American Management Association
    ISBN: 9780814417331 , 0814417337
    Language: English
    Pages: 1 online resource (xiii, 287 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Influence (Psychology) ; Leadership ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: It can be found in a smile, a handshake, or a friendly chat. Knowing how to influence others is a crucial element of success. We succeed in business and in life when we influence how others think, feel, and act: getting them to accept our point of view, follow our lead, join our cause, feel our excitement, or buy our products and services. The act of influencing is such a part of our daily lives that we often don't even realize when we (or others) are doing it. But to succeed, we need to know how influence works...and how to use it. Influencing effectively requires adaptability, perceptiveness, and insight into other people and cultures. Based on 20 years of research, Elements of Influence shows readers how to: Understand why people allow themselves to be influenced-and why they resist • Choose the right approach for each situation • Be influential when they have no formal authority • Succeed in every kind of organization-even in other countries Filled with exercises and practical applications, this book shows how anyone can increase his or her influence to achieve greater success.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9780132786904 , 0132786907
    Language: English
    Pages: 1 online resource (xix, 485 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Android is the world's #1 mobile development platform, and with the new Android 3.0, it's becoming as popular for tablets as it is for smartphones. If you are a beginner, in just 24 lessons of one hour or less, this friendly, full-color book will help you master modern Android development. You can build a fully-featured app from scratch, learning all the skills you'll need to create¿your own. Each lesson builds on prior chapters, providing a solid foundation for success. This edition is thoroughly updated for Android's newest features and development tools, while still supporting the popular Android 2.0. Coverage includes: Using Eclipse to write apps quickly and efficiently Understanding the application lifecycle Building robust, friendly user interfaces Retrieving, storing, and using data Adding network, social, and location-based features Supporting the camera and other hardware Internationalizing, testing, and publishing apps Revised and simplified step-by-step instructions with full-color screenshots walk you through key tasks... updated Q and As, Quizzes, and Exercises test your knowledge..."Did You Know?" tips offer insider advice..."Watch Out!" alerts help you avoid problems. By the time you're finished, you won't just understand core Android concepts: you'll be comfortable writing, testing, and publishing your own new apps.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Indianapolis, Ind.] : Addison-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Canvas (Computer file) ; HTML (Document markup language) ; Computer games ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Get Started Fast with HTML5 Online Game Programming! HTML5 will transform web and mobile gaming. As new browsers rapidly adopt it, HTML5 will do everything "legacy" technologies such as Flash and Silverlight have done-and much more. In Learning HTML5 Game Programming, pioneering developer James L. Williams gives you all the knowledge, code, and insights you'll need to get started fast! Williams combines detailed explanations of HTML5's key innovations with examples, including two case study applications that address the entire development process. He guides you through setting up a state-of-the-art HTML5 development environment; making the most of HTML5's canvas tag, SVG vector graphics, and WebGL 3D; and targeting diverse mobile and social platforms. It's all here: from the essentials of online game design to the nitty-gritty details of performance optimization. About the Website All code samples and answers to chapter exercises are available for download at www.informit.com/title/9780321767363 and on Github at https://github.com/jwill/html5-game-book. Coverage includes · Understanding the HTML5 innovations that make it possible to create amazingly rich games · Setting up a state-of-the-art open source HTML5 game development environment · Using JavaScript to drive sophisticated interactions between users and games · Building basic games fast, with the prototype-based Simple Game Framework (SGF) · Generating movement and gameplay with the canvas tag and surface · Creating games with SVG vector graphics using the RaphaëlJS Javascript library · Using Three.js to build powerful WebGL 3D games with far less complexity · Developing games without JavaScript, using Google Web Toolkit (GWT) or CoffeeScript · Building a complete multiplayer game server using Node.js and WebSockets · Planning and choosing tools for mobile game development with HTML5 · Optimizing game performance with offline cache, minification, and other techniques Learning HTML5 Game Programming is the fastest route to success with HTML5 game development-whether you're a long-time game developer or a web/mobile programmer building games for the first time.
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Que Pub.
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Community centers ; Arts and crafts movement ; Workshops ; Do-it-yourself work ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Join today's new revolution in creativity and community: hackerspaces. Stop letting other people build everything for you: Do it yourself. Explore, grab the tools, get hands-on, get dirty...and create things you never imagined you could. Hack This is your glorious, full-color passport to the world of hackerspaces: your invitation to share knowledge, master tools, work together, build amazing stuff-and have a flat-out blast doing it. Twin Cities Maker co-founder John Baichtal explains it all: what hackerspaces are, how they work, who runs them, what they're building-and how you can join (or start!) one. Next, he walks you through 24 of today's best hackerspace projects...everything from robotic grilled-cheese sandwich-makers to devices that make music with zaps of electricity. Every project's packed with color photos, explanations, lists of resources and tools, and instructions for getting started on your own similar project so you can DIY! JUST SOME OF THE PROJECTS YOU'LL LEARN ABOUT INCLUDE... • Kung-fu fighting robots • Home-brewed Geiger counter • TransAtlantic balloon • Twitter-monitoring Christmas tree • Sandwich-making robot • Interactive Space Invaders mural • CNC mill that carves designs into wood, plastic and metal • Telepresence robot that runs an Internet classroom • Toy cars that are ridden by people • Bronze-melting blast furnace • Laptop-controlled robot fashioned from a wheelchair • DIY book scanner JOHN BAICHTAL is a founding member of Twin Cities Maker, a hackerspace organization that has been collaborating for almost two years. Based in Minneapolis-St. Paul, Minnesota, Twin ities Maker has its own rented warehouse complete with a welding station, woodshop, classroom, and ham radio transmitter. Baichtal has written dozens of articles, including pieces for AKE , the D&D publication Kobold Quarterly , and 2600: The Hacker Quarterly . He has contributed to Wired.com's GeekDad blog for four years and blogged at Make: Online for two, publishing more than 1,500 posts during that time. He is now writing a book about Lego.
    Note: Title from resource description page (viewed Aug. 18, 2011)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Upper Saddle River, N.J.?] : Addison-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Microsoft SharePoint (Electronic resource) ; Silverlight (Electronic resource) ; Intranets (Computer networks) ; Web servers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This book is for every SharePoint developer who wants to build state-of-the-art solutions with Silverlight-within the enterprise, for consulting clients, or for commercial sale. Developers increasingly want to build rich applications that run in the SharePoint 2010 browser user interface while offering a far more compelling and engaging experience than conventional web pages. One proven technology gives them all the tools and resources they need to achieve these goals: Silverlight®. Using Silverlight and SharePoint together, developers can create state-of-the-art applications that utilize Silverlight's outstanding user experience, and fully leverage the vast collections of business data already stored in corporate SharePoint deployments. In SharePoint 2010 Development with Silverlight, two SharePoint gurus collaborate to teach all the concepts and techniques needed to create robust Silverlight solutions for delivery through SharePoint 2010, and present fully documented code that demonstrates superior design and programming. Bob German and Paul Stubbs draw on their extensive experience developing custom SharePoint business solutions with Silverlight and presenting on these technologies at leading Microsoft developer events. Writing for both experienced and new SharePoint developers, they quickly review the fundamentals of both SharePoint and Silverlight development, and then demonstrate how to use both platforms together to build uniquely powerful solutions. These include: • Simple and connected Silverlight Web Parts (Chapter 5) and Silverlight Web Part Editing (Chapters 7 and 10) • Advanced use of the SharePoint Client Object Model including dynamic loading, paging, and server-side exception handling (Chapter 8) • Use of SharePoint's REST API including paging, caching, and filtering (Chapter 9) • Integration with SharePoint search and social networking (Chapter 10) • Solutions that improve performance and reduce server traffic by passing serialized .NET objects on the web page (Chapter 7) • Use of SharePoint's JavaScript API with JQuery (Chapter 7) • SharePoint applications for Windows Phone 7 (Chapter 12) • Integration with Office 365 and Windows Azure™ services (Chapter 14) • Silverlight field types in SharePoint, featuring a mapping field that allows geocoding SharePoint content (Chapter 15) Including New Features in Silverlight 5 Silverlight 5 introduces a number of new features such as implicit data templates and debugging data binding ...
    Note: Title from resource description page (viewed July 12, 2011)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Language: English
    Pages: 1 online resource (171? p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Internet marketing ; Marketing ; Computer programs ; Strategic planning ; Computer programs ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: You have great web content: now transform it into cash and traffic - and propel your business forward! Proven solutions and facts, not theory from one of the world's most respected Fortune® 500 eMarketers! Easy, "why didn't I think of that" advice you can implement today, even if you have no marketing experience Low cost web content marketing strategies that won't break the bank, no matter what business you're in Plenty of books will show you how to create great content. This is the first book that shows you how to systematically monetize the great content you've already paid to create. You won't find abstract theory here: you'll find a specific, easy-to-use eMarketing approach that's worked for everyone from startups to Fortune® 500 companies. Using Wendy Montes de Oca's exclusive SONAR Content Distribution Model, you can integrate various web marketing tactics (SEO, SEM, social marketing, online press releases, guerilla marketing, article marketing) in a systematic and synchronized approach that drives maximum traffic, visibility, sales, leads, and buzz. You'll learn how to repurpose and disseminate content through syndicate partners; content syndication networks; user generated content sites; article directories; relevant posts to blogs, forums, and bulletin boards; and social media. Step by step, De Oca shows how to execute expert eMarketing campaigns that deliver powerful business results - no matter how low your budget is, or how little eMarketing experience you have.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    ISBN: 9780132685047 , 0132685043
    Language: English
    Pages: 1 online resource (xv, 464 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Force.com (Electronic resource) ; Web services ; Application software ; Development ; Cloud computing ; Business ; Data processing ; Service-oriented architecture (Computer science) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Build Cloud-Based Enterprise Applications Fast-and Drive More Value at Lower Cost! Using the Force.com platform, enterprise developers can build and deploy powerful applications far more rapidly than traditional J2EE, Microsoft .NET, or LAMP technology stacks permit. With a free subscription to the Force.com platform, developers can build apps that solve virtually any enterprise challenge with remarkable value, scalability, and reliability. This is the first book that brings together all the practical, technical guidance you need to make the most of Force.com in your own custom enterprise applications. Leading Force.com developer Jason Ouellette helps you identify suitable uses for Force.com and provides all the insights and sample code needed to rapidly prototype, deploy, and integrate with production-quality Force.com applications. Ouellette provides realistic code examples at every step, emphasizing maintainability, flexibility, and interoperability throughout. Writing for developers, architects, and analysts, he shows how to • Create custom enterprise apps on Force.com in days or weeks, not months or years • Leverage Force.com's extensive capabilities for storing, managing, and securing data • Quickly create sophisticated business logic with the Apex programming language • Use Visualforce to construct custom user interfaces • Establish automated or semiautomated workflows • Implement Ajax behaviors without writing JavaScript code or learning new JavaScript libraries • Integrate Force.com-based data and processes with other applications, inside and outside the platform • Display reports as state-of-the-art dashboards • Integrate Force.com applications with existing Single Sign-On systems NOTE: This Safari Rough Cut is an early version of the manuscript currently being written by the author. New chapters and content will be posted here as the author completes them. Feedback that will help the author improve upon the content is welcome.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    ISBN: 9780132613453 , 013261345X
    Language: English
    Pages: 1 online resource (xvi, 206 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Wyckoff, Richard Demille ; 1873-1935 ; Lowry, L. M ; (Lyman M) ; Technical analysis (Investment analysis) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: For generations, technical market analysts have relied on the Wyckoff method for understanding price/volume interactions-a breakthrough technique created by Richard D. Wyckoff, one of the most influential traders in stock market history. More recently, many technical analysts have also applied the Lowry Analysis, an exceptionally powerful approach to understanding the forces of supply and demand that are the starting point for all macro-analysis. ¿ Now, for the first time, two leaders at Lowry Research discuss how to combine these methods. Drawing on more than 45 years of experience as technical analysts, Richard A. Dickson and Tracy Knudsen introduce a uniquely powerful, objective, and quantifiable approach to applying traditional price/volume analysis. By understanding their techniques, investors can gain insights unavailable through other technical methodologies, and uncover subtle indications of emerging trend shifts before other methods can reveal them.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Agile software development ; Management ; Information technology ; Management ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Master IBM's Breakthrough DAD Process Framework for Succeeding with Agile in Large, Complex, Mission-Critical IT Projects It is widely recognized that moving from traditional to agile approaches to build software solutions is a critical source of competitive advantage. Mainstream agile approaches that are indeed suitable for small projects require significant tailoring for larger, complex enterprise projects. In Disciplined Agile Delivery , Scott W. Ambler and Mark Lines introduce IBM's breakthrough Disciplined Agile Delivery (DAD) process framework, which describes how to do this tailoring. DAD applies a more disciplined approach to agile development by acknowledging and dealing with the realities and complexities of a portfolio of interdependent program initiatives. Ambler and Lines show how to extend Scrum with supplementary agile and lean strategies from Agile Modeling (AM), Extreme Programming (XP), Kanban, Unified Process (UP), and other proven methods to provide a hybrid approach that is adaptable to your organization's unique needs. They candidly describe what practices work best, why they work, what the trade-offs are, and when to consider alternatives, all within the context of your situation. Disciplined Agile Delivery addresses agile practices across the entire lifecycle, from requirements, architecture, and development to delivery and governance. The authors show how these best-practice techniques fit together in an end-to-end process for successfully delivering large, complex systems--from project initiation through delivery. Coverage includes Scaling agile for mission-critical enterprise endeavors Avoiding mistakes that drive poorly run agile projects to chaos Effectively initiating an agile project Transitioning as an individual to agile Incrementally building consumable solutions Deploying agile solutions into complex production environments Leveraging DevOps, architecture, and other enterprise disciplines Adapting your governance strategy for agile projects Based on facts, research, and extensive experience, this book will be an indispensable resource for every enterprise software leader and practitioner--whether they're seeking to optimize their existing agile/Scrum process or improve the agility of an iterative process.
    Note: Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132788779 , 0132788772
    Language: English
    Pages: 1 online resource (xviii, 460 p.) , ill.
    Series Statement: Peachpit learning series
    Parallel Title: Erscheint auch als
    Keywords: Mac OS ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The latest update of Robin Williams's bestselling guide will have you working miracles in no time with Mac OS X Lion. With this book, you can learn in your own way, whether it's working through the lessons from start to finish, jumping straight to step-by-step exercises about new features, or looking up just what you need to know at that moment. There are hundreds of exciting tools and hidden gems in your Mac. And with the gentle, yet expert, hand of Robin Williams guiding you along the way, you will learn to take full advantage of all that OS X Lion has to offer. If you are new to Mac OS X, you'll learn to use your Mac with help from a world-renowned teacher. From there, you can move on to customize it to suit the way you work. And if you've been using Mac OS X already, you'll learn to use all of the new features in OS X Lion including Multi-Touch Gestures, Launchpad, Mission Control, the App Store, Mail, and much more.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que
    ISBN: 0132748657 , 9780132748650
    Language: English
    Pages: 1 online resource (vi, 206 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Internet marketing ; Industrial marketing ; Data processing ; Advertising, Industrial ; Data processing ; Advertising campaigns ; Data processing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Maximizing Lead Generation brings together everything B2B marketers need to know to plan and execute winning lead generation programs, hands-on. Short, snappy, and easy to use, it reflects the latest trends in lead generation, including social media, content marketing and lead nurturing. World-renowned lead generation expert Ruth Stevens covers all this, and more: Linking lead generation and management to salesforce productivity Building a marketing database that offers real competitive advantage Identifying the media that work today - and avoiding the ones that don't Developing and executing highly-effective campaigns, step-by-step Achieving excellence in response planning and management Qualifying leads: Separating wheat from chaff Using new Lead Nurturing techniques to convert "duds" into "diamonds" Tracking campaign results and demonstrating value Anticipating the fast-evolving future of lead generation
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Language: English
    Pages: 1 online resource (vii, 118 p.) , ill.
    Keywords: Lindsay, George ; 1906-1987 ; Technical analysis (Investment analysis) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Eight months in advance, one eccentric genius predicted the start of history's greatest bull market- accurate to within 17 days and 7 Dow Jones points . Then, days before his death, he called its end- precisely . Louis Rukeyser called him "uncannily accurate." The Stock Traders Almanac called his work "the finest long-term forecast we have ever seen." Honored by his peers, admired for his profound knowledge of history and markets, George Lindsay is now nearly forgotten. Much of his most significant research has been relegated to yellowing, typed newsletters. Until now . In George Lindsay and the Art of Technical Analysis , Ed Carlson demonstrates the immense power of Lindsay's methods in today's markets. Using visual models, Carlson explains Lindsay's models clearly, simply, and intuitively. Using this book, investors and traders can apply these techniques without strong mathematical expertise, and without deciphering Lindsay's dense writing style. Carlson walks through using Lindsay's "Three Peaks and a Domed House" model to uncover surprising patterns in "haphazard" short-lived movements... using Lindsay's "Timing Method for Traders" to identify tradeable market tops and get out of bull markets in time... predicting "decisive, often violent" market movements, and more. This book is an indispensable addition to any technical analysis library-and every technician's trading arsenal. Awarded "Best Investment Book of the Year" - Stock Traders Almanac 2012
    Note: Cover title. - Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Indianapolis, Ind. : Cisco Press
    Language: English
    Pages: 1 online resource (xxi, 632 p.) , ill.
    Keywords: Computer networks ; Security measures ; Computer networks ; Security measures ; Examinations ; Study guides ; Computer technicians ; Certification ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Trust the best selling Official Cert Guide series from Cisco Press to help you learn, prepare, and practice for exam success. They are built with the objective of providing assessment, review, and practice to help ensure you are fully prepared for your certification exam. CCNP Security VPN 642-647 Official Cert Guide presents you with an organized test preparation routine through the use of proven series elements and techniques. "Do I Know This Already?" quizzes open each chapter and enable you to decide how much time you need to spend on each section. Exam topic lists make referencing easy. Chapter-ending Exam Preparation Tasks help you drill on key concepts you must know thoroughly. Master Cisco CCNP Security VPN 642-647 exam topics Assess your knowledge with chapter-opening quizzes Review key concepts with exam preparation tasks Practice with realistic exam questions on the CD-ROM CCNP Security VPN 642-647 Official Cert Guide , focuses specifically on the objectives for the CCNP Security VPN exam. Cisco Certified Internetwork Expert (CCIE) Howard Hooper share preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics. The companion CD-ROM contains a powerful Pearson IT Certification Practice Test engine that enables you to focus on individual topic areas or take a complete, timed exam. The assessment engine also tracks your performance and provides feedback on a module-by-module basis, laying out a complete assessment of your knowledge to help you focus your study where it is needed most. Well-regarded for its level of detail, assessment features, comprehensive design scenarios, and challenging review questions and exercises, this official study guide helps you master the concepts and techniques that will enable you to succeed on the exam the first time. The official study guide helps you master all the topics on the CCNP Security VPN exam, including: Configuring policies, inheritance, and attributes AnyConnect Remote Access VPN solution AAA and Dynamic Access Policies (DAP) High availability and performance Clientless VPN solutions SSL VPN with Cisco Secure Desktop Easy VPN solutions IPsec VPN clients and site-to-site VPNs CCNP Security VPN 642-647 Official Cert Guide is part of a recommended learning path from Cisco that includes simulation and...
    Note: Description based on resource description page (viewed July 6, 2011)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : FT Press
    ISBN: 9780132172851 , 0132172852
    Language: English
    Pages: 1 online resource (230 p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Personality ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Every day, we evaluate the people around us: It's one of the most important things we ever do. Making Sense of People provides the scientific frameworks and tools we need to improve our intuition, and assess people more consciously, systematically, and effectively. Leading neuroscientist Samuel H. Barondes explains the research behind each standard personality category: extraversion, agreeableness, conscientiousness, neuroticism, and openness. He shows readers how to use these traits and assessments to do a better job of deciding who they'll enjoy spending time with, whom to trust, and whom to keep at a distance. Barondes explains: What neuroscience and psychological research can tell us about how personality types develop and cohere. The intertwined roles of genes, nurture, and education in personality development. How to recognize troublesome personality patterns such as narcissism, sociopathy, and paranoia. How much a child's behavior predicts their adult personality, and how personality stabilizes in young adulthood. How to assess integrity, fairness, wisdom, and other traits related to morality. What genetic testing may (or may not) teach us about personality in the future. General strategies for getting along with people, with specific tactics for special circumstances. Kirkus Reviews A succinct look at personality psychology. As a psychiatrist and neuroscientist at the University of California, Barondes ( Molecules and Mental Illness , 2007, etc.) has spent years studying human behavior, and this book reflects his systematic, scientific approach for personality assessment. The average person isn't likely to have time to research a difficult boss or potential love interest, but the author supplements intuition with a useful cornerstone for gauging human behavior: a table of the "Big Five" personality traits, among them Extraversion vs. Introversion and Agreeableness vs. Antagonism. To learn how to apply the Big Five, Barondes supplies a link for a professional online personality test, in addition to a basic introduction of troubling personality patterns-e.g., narcissism and compulsiveness. While genetics may play a heavy hand in influencing personality, Barondes writes, it's awareness of a person's background, character and life story that is paramount in unearthing reasons for adult behavior. Readers might like to see the author weave more everyday examples into the text-his exercise in fostering compassion by imagining an adult as a 10...
    Note: Includes bibliographical references (p. 177-211) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Upper Saddle River, NJ : Addison-Wesley
    Language: English
    Pages: 1 online resource (xxxv, 329 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Business intelligence ; Data processing ; Business intelligence ; Computer programs ; Data warehousing ; Agile software development ; Management information systems ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Using Agile methods, you can bring far greater innovation, value, and quality to any data warehouse, business intelligence, or analytics project. However, conventional Agile methodologies must be carefully adapted to address the unique characteristics of DW/BI projects. In Agile Analytics , Agile pioneer Ken Collier shows how to do just that. Collier introduces platform-agnostic Agile solutions for integrating infrastructures consisting of diverse operational, legacy, and specialty systems that mix commercial and custom code. Using working examples, he shows how to manage analytics development teams with widely diverse skill sets; support enormous and fast-growing data volumes; and more. Collier's techniques offer equal value whether your projects involve "back-end" data management, "front-end" business analysis, or both. Part I focuses on Agile project management techniques and delivery team coordination, introducing core practices that shape the way your agile DW/BI project community works together towards success Part II presents technical methods for enabling continuous delivery of business value at production-quality levels, including evolving superior designs; test-driven DW development; version control; and project automation Collier brings together proven solutions you can apply right now--whether you're an IT decision-maker, data warehouse professional, DBA, business intelligence specialist, or database developer. With his help, you can mitigate project risk, improve business alignment, achieve better results--and have fun along the way.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Que Pub.
    Language: English
    Pages: 1 online resource (1 v.)
    Keywords: Internet marketing ; Online social networks ; Social media ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: If you have a website, a blog, or even a Facebook or Twitter presence, you are a publisher. Think like one: build a digital content strategy that embraces words, images and multimedia to systematically enhance consumer engagement and conversion rates. In Content Marketing , world-renowned digital content expert Rebecca Lieb offers all the detailed, actionable guidance you'll need. Lieb guides you through planning what you'll say online, how and where you'll say it, how often you'll communicate, and how you'll measure your effectiveness. She offers practical guidance for "listening" to conversations about your brand, products, and services, responding more effectively, and effectively informing those conversations. You'll learn how to use your digital content strategy to shape marketing, branding, PR, SEO, customer and media relations, blog content, social media initiatives, and of course, your website. Lieb drills down to offer detailed, actionable advice for issues such as choosing distribution channels making sure you don't run out of things to say making your content "findable" promoting two-way dialogue. Using her techniques, you can market far more effectively and personally build loyalty as you inform and entertain customers and reduce or even eliminate advertising costs. Think about it: why buy media when, today, you are the media?
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132808385 , 0132808382
    Language: English
    Pages: 1 online resource (xiv, 225 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Mac OS ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Mac OS X Lion Pocket Guide is an indispensable quick reference guide that is packed with bite-sized chunks of practical information for people who want to jump in and start working and playing with OS X Lion. The attractive price and accessible content make this the perfect learning companion and reference guide. Written by Mac expert Jeff Carlson, this essential guide features snappy writing, eye-catching graphics, and an elegant design that walks readers through the most common OS X Lion tasks. The Mac OS X Lion Pocket Guide covers all of the key new features of OS X Lion including Multi-Touch Gestures, Launchpad, Mission Control, the App Store, Mail, and much more.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Organizational effectiveness ; Systems engineering ; Cost ; Profit ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Companies in highly regulated industries face unique challenges in optimizing business performance and profitability while maintaining strong governance and regulatory adherence. In this start-to-finish guidebook, leading business performance consultant Hillel Glazer shows how to achieve these goals through the successful integration of lean and systems thinking. Written for operations managers, process professionals, and lean systems managers, Glazer shows how to systematically incorporate compliance into planning for overall performance, value, and profitability, rather than viewing compliance as an end in itself. High Performance Operations will help operations professionals and managers: Clarify the competing interests that challenge them, and implement pre-conditions for success. Learn how a systems-thinking approach can promote achieve operational excellence. Uncover the "secret sauce" that enables great organizations to scale their successes, eliminate single points of failure, and get more of "what went right". Define what value and operational excellence look like in their organizations, and all the costs of achieving them. Create solutions, establish proof-of-performance, justify investments, measure performance, and implement continuous improvement. Translate solutions into working policies, patterns, processes, and procedures.
    Note: Includes bibliographical references (p. 116). - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Upper Saddle River, N.J. : FTPress Delivers
    ISBN: 9780132762793 , 013276279X
    Language: English
    Pages: 1 online resource ([23] p.)
    Series Statement: FT Press Delivers elements
    Keywords: Brain ; Physiology ; Brain ; Growth ; Nature and nurture ; Personality ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This Element is an excerpt from Making Sense of People: Decoding the Mysteries of Personality (9780132172608) by Samuel Barondes. Available in print and digital formats. How your brain builds itself, evolves, and develops the unique personality that will guide you for the rest of your life. We now know much about how our brains develop under the guidance of our personal gene variants and environments. Each brain--like each face--has its own innate building plans. These plans were not drafted by the systematic methods of architects. Instead, each brain uses a scheme that would drive contractors crazy, with continuous remodeling due to changes in both genetic and environmental instructions as the project proceeds....
    Note: Cover title. - Imprint from p. [23]. - This Element is an excerpt from Making sense of people : decoding the mysteries of personality (ISBN: 9780132172608) by Samuel Barondes. Cf. Resource description page. - "An e-burst of inspiration from the best books.". - Includes bibliographical references (p. [20]-[22])
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Internet marketing ; Social media ; Economic aspects ; Online social networks ; Economic aspects ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This is the first no-holds-barred, no B.S., no "Kumbaya" guide to social media marketing for business. It's the perfect book for every decision-maker who's ready to move beyond soft platitudes about social media "conversations," and achieve results: measurable improvements in sales, profitability, efficiency, and brand value. Top social media marketing consultants Jason Fells and Eric Decker take a relentlessly practical business value of social marketing, focusing on business drivers and effective metrics. They systematically address common executive objections to social media, offer realistic guidance on reducing its risks, and present up-to-date statistics and case studies demonstrating its business value. You will find the expert help you need to apply social media to drive business, achieve quantifiable improvements in brand value, deliver superior customer service, improve R and D, strengthen corporate reputation and customer communication, and much more.
    Note: Includes bibliographical references. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132767323 , 0132767325
    Language: English
    Pages: 1 online resource (xiii, 256 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Query languages (Computer science) ; Open source software ; Web site development ; Web sites ; Design ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Applied jQuery teaches readers how to quickly start writing application interfaces. The beautifully designed book offers practical techniques and provides lots of real-world advice and guidance. The Author, Jay Blanchard, has practical experience working in the field and wastes no time getting to the instruction, taking the reader from a beginner to a proficient interface programmer by the end of the book. Today's Web developers are are expected to be well versed in many different technologies. While it is good to have a shelf full of books that focus on single technologies, having a book that shows developers how to combine these technologies is key. This book takes the reader beyond the fundamental mechanics of individual technologies to illustrate the value and power of combining jQuery and PHP with templates and layouts handled by HTML and CSS. Beginning to intermediate web developers designing and developing web application interfaces and web sites will learn how to blend these ingredient technologies, as well as how to secure jQuery.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    ISBN: 9780132694315 , 013269431X
    Language: English
    Pages: 1 online resource (xv, 255 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: PayPal (Firm) ; Electronic commerce ; Small business ; Finance ; Computer programs ; Small business ; Accounting ; Computer programs ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: PayPal's many merchant account holders-thousands of them online and growing fast-include individual sellers as well as large businesses. And they can all use various PayPal accounts to integrate services like Email Payments, Express Checkout, International Sales, and more to grow their business and improve the bottom line. This book helps both casual sellers and established business owners partner with PayPal to: Assist customers-from offering products to providing solutions Manage money-from getting paid to avoiding fraud Apply reports-from assessing inventory to tracking profits Maximize growth-from expanding marketing to increasing sales PayPal has the tools and this book shares the skills for merchants to learn, apply, and grow their business.
    Note: "This PayPal Press book is published by Peachpit"--T.p. verso. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    ISBN: 9780132620253 , 0132620251
    Language: English
    Pages: 1 online resource (251 p.)
    Parallel Title: Erscheint auch als
    Keywords: Economic indicators ; China ; China ; Economic conditions ; 2001- ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In Understanding China's Economic Indicators, leading economist and Wall Street Journal columnist Thomas M. Orlik introduces 35 of China's most significant economic statistics. Orlik explains why each indicator matters, how it is collected and computed, and its impact on equity, commodity, and currency markets. As China has emerged as a central player in the global economy, more and more investors are seeking profitable opportunities there. To choose the right investments, it's crucial to understand China's economic environment-and that means finding, interpreting, and utilizing China's growing base of economic indicators. Orlik helps investors make sense of data on everything from Chinese GDP growth to inflation, unemployment, bond yields, electricity production, and aircraft passenger numbers. He draws on the best information supplied by the Chinese government's statistical agency, ministries, and industry associations, as well as private sources. Each indicator is clearly described, along with a practical discussion of its implications for investors.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Prentice Hall
    ISBN: 0137079842 , 9780137079841
    Language: English
    Pages: 1 online resource (xvii, 680 p.) , ill.
    Edition: 5th ed.
    Keywords: Strength of materials ; Mechanics, Applied ; Elasticity ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Long the leading text for students and practitioners in advanced materials mechanics, this new edition has been thoroughly revised to reflect the newest techniques, supporting more advanced study and professional design and analysis for the coming decade. More complete and current than ever, this edition systematically explores real-world stress analysis, and introduces state-of-the-art methods and applications used throughout aeronautical, civil, and mechanical engineering and engineering mechanics. Distinguished by exceptional visual interpretations of the solutions, it carefully balances thorough treatments of solid mechanics, elasticity, and computer-oriented numerical methods. This edition adds many new fully worked illustrative examples and extensive problem sets, many taken directly from practice. Other major changes and improvements include: " A new first chapter reviewing key fundamentals " New coverage of the computer oriented Finite Element Method " Rewritten coverage of plastic behavior, the three-dimensional Mohr's circle, and energy methods " Expanded, more contemporary coverage of stress concentration factors and contact stress developments " New coverage of engineering design, materials, beams, compound cylinders, shrink fits, buckling, and shells
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Berkeley, CA] : Peachpit Press
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Series Statement: Visual quickstart guide
    Keywords: WordPress (Electronic resource) ; Blogs ; Design ; Blogs ; Blogs ; Management ; Web sites ; Design ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: WordPress: Visual QuickStart Guide, 2E uses a visual approach to teach the essential elements of WordPress, one of the world's most popular publishing platforms. This book gives readers the tools they need to create beautiful, functional WordPress-powered sites with minimal hassle. Using plenty of screenshots and a clear, organized format, authors Jessica Neuman Beck and Matt Beck walk new users through the installation and setup process while providing valuable tips and tricks for more experienced users. With no other resource but this guide, readers can set up a fully-functional and well-designed WordPress site that takes advantage of all the features WordPress has to offer. This new, fully updated version covers all the key new features of WordPress 3, including an improved welcome screen with enhanced security and usability; internal linking to articles on one's own blog; support for individual author templates; improved menu interface allowing for changes to be made from inside the WordPress dashboard; and the new, easily customizable Default Theme, Twenty Eleven, with support for child themes and header and background adjustments. It also covers more advanced features, such as improved content management with Custom Post types, which allow WordPress theme developers to create custom content types outside of pages and posts; and integration of the WordPress Multi-User into the WordPress core so that users can create and manage hundreds of blogs.
    Note: Cover title. - "Get up and running in no time!"--Cover. - "Learn the quick and easy way!"--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    Indianapolis, IN : QUE Pub.
    ISBN: 9780132793131 , 013279313X
    Language: English
    Pages: 1 online resource (xi, 305 p.) , ill., maps.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Xoom (Computer) ; Tablet computers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Friendly, quick, and 100% practical, My Motorola Xoom is the must-have companion for every Motorola Xoom user. This book walks new users through every task you'll want to perform, covering Xoom's advanced hardware, its breakthrough Android 3.0 (Honeycomb) operating system, and all the Google services it provides. Every task is presented step by step, using carefully annotated, full-color screenshots, all numbered so you never get lost or confused. You are never forced to wade through paragraphs of theory to get usable help, or sift through beginner-level topics to find practical answers. Coverage includes: Navigating Xoom's new user interface Customizing features and settings for greater efficiency Downloading, running, and upgrading apps Using Gmail, Calendar, Docs, Maps, and other Google services Browsing the web with Google Chrome Reading eBooks, listening to music, and viewing photos and video Playing games that make the most of Xoom's hardware Adding accessories to the Xoom Discovering workarounds for Xoom's limitations, and much more Throughout, the book is packed with helpful tips, tidbits, and quick solutions. Everything's clearly organized to help you get up and running in no time -- and keep their Motorola Xoom tablets working just the way you want
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Berkeley, Calif. : Peachpit Press]
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 4th ed.
    Series Statement: Visual quickpro guide
    Keywords: MySQL (Electronic resource) ; Web site development ; PHP (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open-source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for beginning to intermediate level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest features and techniques with PHP and MySQL. Also new to this edition are chapters introducing jQuery and object-oriented programming techniques.
    Note: Cover title. - Place of publication and publisher suggested by previous ed
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : FT Press
    ISBN: 9780132779821 , 013277982X
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Corporate culture ; Organizational behavior ; Organizational effectiveness ; Organizational change ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The contribution of culture to organizational performance is substantial and quantifiable. In The Culture Cycle , renowned thought leader James Heskett demonstrates how an effective culture can account for 20-30% of the differential in performance compared with "culturally unremarkable" competitors. Drawing on decades of field research and dozens of case studies, Heskett introduces a powerful conceptual framework for managing culture, and shows it at work in a real-world setting. Heskett's "culture cycle" identifies cause-and-effect relationships that are crucial to shaping effective cultures, and demonstrates how to calculate culture's economic value through "Four Rs": referrals, retention, returns to labor, and relationships. This book: Explains how culture evolves, can be shaped and sustained, and serve as the organization's "internal brand." Shows how culture can promote innovation and survival in tough times. Guides leaders in linking culture to strategy and managing forces that challenge it. Shows how to credibly quantify culture's impact on performance, productivity, and profits. Clarifies culture's unique role in mission-driven organizations. A follow-up to the classic Corporate Culture and Performance (authored by Heskett and John Kotter), this is the next indispensable book on organizational culture. "Heskett (emer., Harvard Business School) provides an exhaustive examination of corporate policies, practices, and behaviors in organizations." Summing Up: Recommended. Reprinted with permission from CHOICE, copyright by the American Library Association.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Indianapolis, Ind.?] : Que Pub.
    Language: English
    Pages: 1 online resource (iii, 75+ p.) , ill.
    Keywords: Internet marketing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Today you can build powerful, enduring brands at amazingly low cost - without expensive ad campaigns, huge marketing budgets, self-interested outside agencies, or deep specialized expertise. All you need are passion for your brand, low-cost digital tools, and The Ad-Free Brand .Drawing on his experience helping build Red Hat's billion-dollar global brand, Chris Grams integrates classic brand positioning concepts with 21st century digital strategies, tools, and practices. Grams presents great new ways to collaboratively uncover, communicate, and evolve your ideal brand position, embed it in organizational culture, and work with your brand community to make it come to life. This step-by-step guide will lead you through the entire brand positioning process, while providing all you need to build a winning brand on a tight budget!
    Note: Author, title, and publisher from resource description page (viewed July 15, 2011). - Date of publication from p. iii
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Language: English
    Pages: 1 online resource (viii, 210 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Eclipse (Electronic resource) ; Graphical user interfaces (Computer systems) ; Graphic methods ; Computer programs ; Computer software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: As Eclipse-based applications become increasingly popular, users are demanding more sophisticated graphical interfaces. When standard widgets aren't enough, graphics built with GEF are often the best solution. The Eclipse Graphical Editing Framework (GEF) covers everything Java tool developers need to create tomorrow's richest, most visual interfaces. This practical, hands-on guide begins by introducing GEF, Draw2D, and Zest, and demonstrating what can be achieved with them. Next, the authors walk through building a simple Draw2D example, helping new GEF developers understand the core capabilities available to them. Building on this foundation, they progressively introduce more of the Draw2D frameworks, including Figures, Layout Managers, Connections, Layers, and Viewports. They present a chapter-length graph visualization project based on Zest, followed by detailed coverage of non-Draw2D portions of the GEF. The book's final section walks step-by-step through developing a complete GEF editor. Each chapter focuses on a different aspect of the problem, and includes challenges, solutions, diagrams, screenshots, cookbook-style code examples, and more. This book is organized to help developers solve immediate problems quickly, while also gaining in-depth knowledge for building advanced solutions. Relevant APIs are included in several chapters, making this an even more useful standalone reference. This book Introduces GEF application components such as shapes, flow, logic, and text Explains Draw2D architecture, drawing features, and event processing Shows how to create and customize figures, use painting and borders, and work with each Draw2D Layout Manager Thoroughly explains GEF models, including domain and presentation information, populating diagrams, and more Shows how to use Zest's content providers, filters, and layout algorithms Covers EditParts, EditPolicies, Tools, Commands, Actions, and much more The Eclipse Graphical Editing Framework (GEF) is the best resource for all Java tool developers who want to construct sophisticated graphical editing products that integrate with Eclipse, for experienced Eclipse users who want to start creating their own graphical tools, and for anyone who wants to see what makes GEF tick.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132885140 , 013288514X
    Language: English
    Pages: 1 online resource (iii, 32 p.) , ill.
    Keywords: Photography ; Exposure ; Photography ; Digital techniques ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: What does a histogram tell you about contrast, dynamic range, underexposure, and overexposure? Why does exposure differ for digital photography versus film photography? What happens when the exposure is wrong? In this digital short, author Andrew Gibson answers these questions and more, showing how to use the histogram in practice to obtain optimum exposure. Going beyond simply focusing on how to achieve the "right" exposure for a given situation, he examines how the question of exposure is as open to creative interpretation as any other aspect of photography. By the end of this guide, you'll understand how to take a photo that is correctly exposed using the tools provided by your DSLR camera. In this ebook, you will learn about: The exposure triangle: ISO, aperture, and shutter speed Differences between exposing for raw files and JPEG files Exposing to the right to obtain an optimum raw file Shooting in automatic mode-when to do so and how to use exposure compensation Shooting in manual mode-when to do so and how to adjust exposure
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sams Pub.
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Application software ; Development ; HTML (Document markup language) ; Smartphones ; Programming ; Mobile computing ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In just 24 sessions of one hour or less, learn how to build rich, robust mobile apps that run on smartphones, tablets, and other devices and interact with users in powerful new ways. Using this book's straightforward, step-by-step approach, you'll master leading-edge practical skills you can use whether you're developing for the iPad/iPhone or Android. Discover how to quickly build new mobile apps and upgrade older apps, provide cutting-edge media content, leverage advanced features ranging from geolocation to the semantic web, and even simplify complex back-end development. Each lesson builds on what you've already learned, giving you a rock-solid foundation for real-world success! Step-by-step instructions carefully walk you through the most common HTML5 mobile development tasks. Quizzes and Exercises at the end of each chapter help you test your knowledge. By the Way notes present interesting information related to the discussion. Did you Know? tips offer advice or show you easier ways to perform tasks. Watch Out! cautions alert you to possible problems and give you advice on how to avoid them. Learn how to... Work with the new HTML5 tags most valuable for mobile development Get started fast with HTML5 features already supported by today's browsers Detect mobile devices and HTML5 support and upgrade sites to support them Style and build more efficient, usable mobile pages Use jQuery Mobile to quickly create mobile apps Leverage HTML5's breakthrough drawing and typography features Efficiently integrate media content into your apps Add meaning with HTML5 sectioning and semantic elements Implement drag-and-drop more easily than ever Build offline applications and other apps that use local storage Detect and work with location data via the GeoLocation API Use microformats and microdata to make web pages friendlier to computers Add powerful back-end functionality with WebSockets, Web Workers, and File APIs Improve user navigation with the History API
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    Indianapolis, IN : Que
    ISBN: 9780132827942 , 0132827948
    Language: English
    Pages: 1 online resource (x, 313 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Atrix (Smartphone) ; Smartphones ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Android phones have become the most popular in the world, and are growing faster than any other type of phone. Many new Android phones have been introduced in the last few months. The Motorola Atrix has been getting some of the best reviews, and is poised to be one of the bestselling phone models of 2011. As eWeek puts it in their review: "Boasting snappy application and network performance and a high-resolution display, the Atrix 4G easily holds its own with the best Android devices I've tested so far. For road warriors, it may well surpass that competition when combined with its optional Lapdock accessory." Written in the proven My Series format, this full-color, task-based guide will help the reader master the Atrix quickly and easily. It covers the Android OS as well as all of the features of the Atrix and it's powerful add-ons, including the revolutionary Lapdock.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sams Pub.
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 5th ed.
    Keywords: TCP/IP (Computer network protocol) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In just 24 sessions of one hour or less, you'll discover how to implement, monitor, and manage a TCP/IP network-even the latest cloud-based and IPv6 networks. Using this book's straightforward, step-by-step approach, you'll uncover the essentials of TCP/IP and put that knowledge to work through practical examples. Each lesson builds on what you've already learned, giving you a strong real-world foundation for success. Expert author and network engineer Joe Casad guides you from the basics to advanced techniques-including TCP/IP's architecture, layers, subnetting, CIDR, routing, security, utilities, remote access, web services, streaming, and much more. Practical discussions provide an inside look at TCP/IP components and protocols. Step-by-step instructions walk you through many common tasks. Q&As at the end of each hour help you test your knowledge. Notes and tips point out shortcuts and solutions and help you steer clear of potential problems. If you're looking for a smart, concise introduction to the protocols that power the Internet, start your clock and look inside. Sams Teach Yourself TCP/IP in 24 Hours is your guide to the secrets of TCP/IP. Learn how to... Understand what TCP/IP is, and how it works Discover how IPv6 differs from IPv4, and how to migrate or coexist with IPv6 Work with TCP/IP's Network Access, Internet, Transport, and Application layers Implement flexible addressing with subnetting and CIDR Establish efficient and reliable routing Implement name resolution Secure TCP/IP networks-detect and prevent attacks Automatically configure TCP/IP clients and hosts Provide classic TCP/IP services and powerful new Web services Use TCP/IP in advanced cloud-based environments Support efficient media streaming and webcasting Capitalize on the benefits of the new HTML5 standard Run TCP/IP protocols over wireless networks Troubleshoot TCP/IP networks with ping, traceroute, and other tools Provide for monitoring and remote access Deploy efficient email systems with POP3, IMAP4, and SMTP Walk through all facets of implementing a TCP/IP network
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132808583 , 0132808587
    Language: English
    Pages: 1 online resource (xxiv, 621 p.) , ill.
    Series Statement: Visual quickstart guide
    Parallel Title: Erscheint auch als
    Keywords: Mac OS ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Visual QuickStart Guides, designed in an attractive tutorial and reference format, are the quickest, easiest, and most thorough way to learn applications, tasks, and technologies. The Visual QuickStart Guides are a smart choice and guide the learner in a friendly and respectful tone. Visually presented with copious screenshots, the focused discussions by topic and tasks make learning a breeze and quickly take you to exactly what you want to learn. The latest update of this best-selling Visual QuickStart Guide will have you up and running in no time with Mac OS X Lion. Respected, best-selling author Maria Langer will take you through all of Mac OS X Lion's groundbreaking capabilities and new features including Multi-Touch Gestures, Launchpad, Mission Control, the App Store, Mail, and much more. With plenty of screenshots to clearly illustrate techniques, this effective tutorial and reference is packed with practical information for people who want to jump in and start working and playing with OS X Lion. As a companion to this book, Peachpit offers more than an hour of short, task-based videos that will help you master Mac OS X Lion's top features and techniques; instead of just reading about how to use a tool, you can watch it in action. It's a great way to learn all the basics and some of the newer or more complex features of the operating system. Log on to the Peachpit site at www.peachpit.com/register to register your book, and you'll find a free streaming sample; purchasing the rest of the material is quick and easy.
    Note: "Get up and running in no time!"--Cover. - "Learn the quick and easy way!"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    ISBN: 9780132788892 , 0132788896
    Language: English
    Pages: 1 online resource (xxii, 493 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Flex (Computer file) ; Internet programming ; Application software ; Development ; Web site development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Adobe Flex: Training from the Source is the best-selling and most trusted resource for learning about Adobe Flex. Written by a team of authors with practical experience as consultants, mentors and developers of courseware, this book/CD uses project-based tutorials, and is designed to teach beginning Flex developers the details of building and architecting real-world rich internet applications using Flash Builder incorporating MXML and ActionScript 3.0. The book includes a CD that contains all the files used in the lessons, plus completed projects for comparison. This latest edition includes complete coverage of new Flex 4.5 features, such as new enhancements to the Spark architecture and component set. It will also show you how to take advantage of the improvements to core Flex infrastructure for large application development.
    Note: "This Adobe Press book is published by Peachpit"--T.p. verso. - "Covers Adobe Flex 4.5 for Windows and Mac OS"--P. [4] of cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addision-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Developer's library
    Keywords: C++ (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages. The sixth edition of C++ Primer Plus has been updated and expanded to cover the latest developments in C++, including a detailed look at the new C++11 standard. Author and educator Stephen Prata has created an introduction to C++ that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C++ language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use. Review questions and programming exercises at the end of each chapter help readers zero in on the most critical information and digest the most difficult concepts. In C++ Primer Plu s, you'll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning: A new detailed chapter on the changes and additional capabilities introduced in the C++11 standard Complete, integrated discussion of both basic C language and additional C++ features Clear guidance about when and why to use a feature Hands-on learning with concise and simple examples that develop your understanding a concept or two at a time Hundreds of practical sample programs Review questions and programming exercises at the end of each chapter to test your understanding Coverage of generic C++ gives you the greatest possible flexibility Teaches the ISO standard, including discussions of templates, the Standard Template Library, the string class, exceptions, RTTI, and namespaces Table of Contents 1: Getting Started with C++ 2: Setting Out to C++ 3: Dealing with Data 4: Compound Types 5: Loops and Relational Expressions 6: Branching Statements and Logical Operators 7: Functions: C++'s Programming Modules 8: Adventures in Functions 9: Memory Models and Namespaces 10: Objects and Classes 11: Working with Classes 12: Classes and Dynamic Memory Allocation 13: Class Inheritance 14: Reusing Code in C++ 15: Friends, Exceptions, and More 16: The string Class and the Standard Template Library 17: Input, Output, and Files 18: The New C++11 Standard A Number Bases B C++ Reserved Words C The ASCII Character Se...
    Note: Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Boston?] : Prentice Hall
    ISBN: 9780132779371
    Language: English
    Pages: 1 online resource (vii, 386p.) , ill.
    Edition: 3rd ed.
    Keywords: Python (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Already know Python but want to learn more? A lot more? Dive into a variety of topics used in practice for real-world applications. Covers regular expressions, Internet/network programming, GUIs, SQL/databases/ORMs, threading, and Web development. Learn about contemporary development trends such as Google+, Twitter, MongoDB, OAuth, Python 3 migration, and Java/Jython. Presents brand new material on Django, Google App Engine, CSV/JSON/XML, and Microsoft Office. Includes Python 2 and 3 code samples to get you started right away! Provides code snippets, interactive examples, and practical exercises to help build your Python skills. The Complete Developer's Guide to Python Python is an agile, robust, and expressive programming language that continues to build momentum. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Applications Programming, Third Edition , leading Python developer and corporate trainer Wesley Chun helps you take your Python knowledge to the next level. This book has everything you need to become a versatile Python developer. You will be introduced to multiple areas of application development and gain knowledge that can be immediately applied to projects, and you will find code samples in both Python 2 and 3, including migration tips if that's on your roadmap too. Some snippets will even run unmodified on 2.x or 3.x. Learn professional Python style, best practices, and good programming habits Build clients and servers using TCP, UDP, XML-RPC, and be exposed to higher-level libraries like SocketServer and Twisted Develop GUI applications using Tkinter and other available toolkits Improve application performance by writing extensions in C/C++, or enhance I/O-bound code with multithreading Discover SQL and relational databases, ORMs, and even non-relational (NonSQL) databases like MongoDB Learn the basics of Web programming, including Web clients and servers, plus CGI and WSGI Expose yourself to regular expressions and powerful text processing tools for creating and parsing CSV, JSON, and XML data Interface with popular Microsoft Office applications such as Excel, PowerPoint, and Outlook using COM client programming Dive deeper into Web development with the Django framework and cloud computing with Google App Engine Explore Java programming with Jython, the way to run Python code on the JVM Connect to Web services Yahoo! Finance to get stock quotes, or Yahoo...
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Peachpit Press
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Portrait photography ; Photography ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Bestselling author/photographer Chris Orwig offers 30 photographic exercises to renew your passion for capturing the people in your world. This is not a traditional portrait photography book. The goal isn't flattery, but connection and depth. Whether you are a student, busy parent, or seasoned pro photographer, these exercises provide an accessible framework for exploration and growth. With titles like: Be Quiet, Turn the Camera Around, and the Fabric of Family, each exercise encourages you to have fun and experiment at your own pace. You will explore everything from street, lifestyle, candid, and environmental shots. The projects are small artistic endeavors meant to change how you see and the pictures that you make. All that's required is a camera, an intrepid attitude, and some imagination.
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addision-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Developer's library
    Keywords: HTML (Document markup language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: 2012 Jolt Productivity Award winner! Using HTML5, web developers can create standards-based browser applications with extraordinary richness and power, incorporating everything from drag-and-drop to native audio and video-all without any third-party plug-ins. Simply put, every web developer needs to master HTML5-and the sooner you do so, the greater advantage you'll have. HTML5 Developer's Cookbook provides all the expert advice and proven code you need to start building production-quality HTML5 applications right now . Authors Chuck Hudson and Tom Leadbetter present tested, modular recipes at beginner, intermediate, and advanced levels. You'll learn exactly how to deliver state-of-the-art user experiences by integrating HTML5's new and enhanced elements with CSS3, multimedia, and JavaScript APIs. Reflecting current standards, this book prioritizes HTML5 features with substantial browser support and identifies the level of browser support for each feature discussed. Coverage includes Understanding and using HTML5's new structural elements Using grouping, text-level, and redefined semantics Managing browser-handling in HTML5 Leveraging new CSS3 layout and style techniques Maximizing interactivity with HTML5 Web Forms Embedding audio and video with HTML5 Drawing with the canvas Controlling browser histories Integrating location awareness with the Geolocation API Implementing client side storage Working with local files Managing communication and threading Optimizing the HTML5 browser experience Integrating device data Turn to HTML5 Developer's Cookbook for expert answers, real solutions, and the code required to implement them. It's all you need to jumpstart any HTML5 project and create rich, high-value web applications your users will love.
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    Berkeley, CA : Peachpit Press
    ISBN: 9780132736015 , 0132736012
    Language: English
    Pages: 1 online resource (xv, 229 p.) , ill.
    Keywords: iOS (Electronic resource) ; iPhone (Smartphone) ; iPad (Computer) ; Application software ; Development ; Mobile computing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In this book, readers will learn to how manage iOS in business settings, from small to large, using Apple's iOS configuration and management utilities. The first half of the book provides a strong foundation of managing iOS devices, looking at the various methods of management, from the simple to the complex. The second half of the book covers advanced topics, such as server setup.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Berkeley, Calif.?] : Peachpit Press
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Visual quickstart guide
    Keywords: JavaScript (Computer program language) ; World Wide Web ; Web servers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, readers will find new information on using frameworks and libraries--such as jQuery--and modern coding techniques.
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    ISBN: 9780132767279 , 0132767279 , 0470530308 , 9780470530306
    Language: English
    Pages: 1 online resource (139 p.) , ill.
    Keywords: Creative ability ; Creative thinking ; Self-realization ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The secret to creative success lies not in knowing the right answers, but in knowing how to ask the riqht questions--and this little book is full of them! A veritable therapy session on paper, 344 Questions is composed entirely of questions designed to help you determine where you are in your life and career, where you want to be, and how to get there. Hopefully, you'll also laugh along the way. Each spread in this portable, pocket-sized book contains a series of several questions illustrated in Stefan Bucher's unique, whimsical, hand-lettered style. The questions are designed to get you thinking and drawing and writing with room on each spread to fill in the blanks and jot down ideas. Sample questions include: Can you name 10 things that reliably stress you out? Do you need 10 more spaces? Was filling out lists on your list? Or the decimal system? What happens when you get stressed out? Do you think stress is heroic? Can you please convince me that that's really stupid? In addition to the questions provided by Bucher, the book features questions from creative celebrities such as writer/director Judd Apatow, author Dave Eggers, and comedian Patton Oswalt, who share some of the questions they were asked on the way to success, or, in some cases, the questions they wish they had been asked. If you answer even half of the questions in this book, it will change your life.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 9780132736954 , 0132736950
    Language: English
    Pages: 1 online resource (x, 265 p.) , ill.
    Keywords: Organizational change ; Social media ; Corporate culture ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: A practical guide for realizing the true potential of social media-not for marketing, but for leadership. Knowing the tools of social media is a must for successful marketing these days, but the real promise of social media is the way it can teach us a whole new way of doing business. Humanize takes the principles underlying social media's growth and applies them to the way we lead and manage our organizations. Leading organizational consultants Jamie Notter and Maddie Grant help you change your organization, from the culture down to individual behavior, in ways that make it more human-and more effective. Drawing on their extensive experience, Notter and Grant help you make management innovation real and doable. Regardless of your title or position, this book can help you: · Build a more trustworthy, open, generative, and courageous organization by embracing social and human principles. · Change organizations from the inside out. · Address critical elements of organizational behavior, process, and culture. · Move beyond the social media buzzwords like transparent, decentralized, and open-and actually make them happen. · Promote forms of "generative" success that go beyond profit and loss. · Learn how to get started-you, personally, today, right now!
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Cisco Press
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Computer networks ; Security measures ; Examinations ; Study guides ; Electronic data processing personnel ; Certification ; Study guides ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CCNP Security IPS 642-627 Official Cert Guide David Burns Odunayo Adesina, CCIE® No. 26695 Keith Barker, CCIE No. 6783 . Master CCNP Security IPS 642-627 exam topics . Assess your knowledge with chapter-opening quizzes . Review key concepts with exam preparation tasks Learn, prepare, and practice for exam success CCNP Security IPS 642-627 Official Cert Guide is a best-of-breed Cisco exam study guide that focuses specifically on the objectives for the CCNP Security IPS exam. Senior security engineers David Burns, Odunayo Adesina, and Keith Barker share preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics. CCNP Security IPS 642-627 Official Cert Guide presents you with an organized test-preparation routine through the use of proven series elements and techniques. "Do I Know This Already?" quizzes open each chapter and enable you to decide how much time you need to spend on each section. Exam topic lists make referencing easy. Chapter-ending Exam Preparation Tasks help you drill on key concepts you must know thoroughly. Well-regarded for its level of detail, assessment features, and challenging review questions and exercises, this official study guide helps you master the concepts and techniques that will enable you to succeed on the exam the first time. CCNP Security IPS 642-627 Official Cert Guide is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit www.cisco.com/go/authorizedtraining. The official study guide helps you master all the topics on the CCNP Security IPS exam, including Cisco IPS software, hardware, and supporting applications Network IPS and IDS deployment architecture Installing and maintaining Cisco IPS physical and virtual sensors Traffic analysis IPS signatures and responses Anomaly-based operations Improving alarm response and quality Managing and analyzing events High availability and performance IPS modules for ASAs, routers, and switches Includes Exclusive Offer for 70% Off Premium Edition eBook and Practice Test CCNP Security Category: Ci...
    Note: Cover title. - "Learn, prepare, and practice for exam success"--Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Prentice Hall
    ISBN: 9780132770873 , 0132770873
    Language: English
    Pages: 1 online resource (xxxvi, 1496 p.) , ill.
    Edition: 9th ed.
    Parallel Title: Erscheint auch als
    Keywords: Java (Computer program language) ; Object-oriented programming (Computer science) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers to confirm that programs run as expected. Java How to Program (Early Objects) 9e contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.This edition covers both Java SE7 and SE6. Appendices M, N, O, P, and Q are available at Java How to Program, 9/e's Companion Website (www.pearsonhighered.com/deitel) as PDF documents.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    ISBN: 9780132748940 , 0132748940
    Language: English
    Pages: 1 online resource (xviii, 529 p.) , ill.
    Series Statement: Unleashed
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Windows server ; Electronic data processing ; Management ; Computer networks ; Management ; Computer systems ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: By using Microsoft's new Opalis IT process automation software, your IT organization can dramatically reduce operational costs and improve efficiency by replacing resource-intensive, error-prone manual activities with standardized, automated processes. Microsoft doesn't sell Opalis as a separately licensed product: thousands of customers who've licensed Microsoft System Center with SMSE/D already have the rights to use it. They simply have to learn how. If this sounds like you, System Center Opalis Integration Server 6.3 Unleashed will help you do so. This book's expert author team offers you start-to-finish, step-by-step coverage of implementing key Opalis 6.3 features for maximum business value. Drawing on their extensive experience, they bring together coverage of related topics and techniques in ways that enable you and IT professionals to deploy Opalis more quickly and apply it more successfully. The authors begin with a high-level overview of Opalis 6.3 and the potential value it offers to your IT organization. Next, it guides you through architecture, installation, policy basics and design, foundation objects and integration packs, the SDK, and best practices based on real-world implementations.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : FT Press
    Language: English
    Pages: 1 online resource (ix, 213 p.) , ill.
    Keywords: Cerebellum ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Leading neuroscientist Dr. Masao Ito advances a detailed and fascinating view of what the cerebellum contributes to brain function. The cerebellum has been seen as primarily involved in coordination of body movement control, facilitating the learning of motor skills such as those involved in walking, riding a bicycle, or playing a piano. The cerebellum is now viewed as an assembly of numerous neuronal machine modules, each of which provides an implicit learning capability to various types of motor control. The cerebellum enables us to unconsciously learn motor skills through practice by forming internal models simulating control system properties of the body parts. Based on these remarkable advances in our understanding of motor control mechanisms of the cerebellum, Ito presents a still larger view of the cerebellum as serving a higher level of brain functions beyond movements, including the implicit part of the thought and cognitive processes that manipulate knowledge. Ito extends his investigation of the cerebellum to discuss neural processes that may be involved implicitly in such complex mental actions as having an intuition, imagination, hallucination, or delusion.
    Note: Cover title. - Includes bibliographical references (p. 151-199)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    New York, NY : American Management Association
    ISBN: 9780814417294 , 0814417299
    Language: English
    Pages: 1 online resource (viii, 212 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    DDC: 658.4/04
    Keywords: Project management ; Project managers ; Training of ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Based on the bestselling American Management Association seminar! If a full-fledged project management course doesn't fit your schedule or your budget, check out the new edition of Improving Your Project Management Skills. Based on the hugely popular American Management Association seminar of the same name, this ultra-practical reference offers powerful and repeatable project initiatives that improve processes, streamline productivity, and cut costs dramatically. You'll get tools, tips, charts, lists, and never-fail advice for: Planning and budgeting • Defining project scope • Project scheduling • Implementation • Performance measurement • Leadership and staff issues • Work breakdown structures • Alignment with business goals • Risk assessment and management • Communication • Project closure • And much more Now completely revised and updated, the book is consistent with the most recent edition of A Guide to the Project Management Body of Knowledge (PMBOK®) and includes dozens of current practices and real-world examples. Equal parts learning tool and workplace reference, Improving Your Project Management Skills puts the power of a world-class project management seminar right in your hands!
    Note: Includes bibliographical references (p. 187-189) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Addison-Wesley
    ISBN: 9780132484473 , 0132484471
    Language: English
    Pages: 1 online resource (xxviii, 761 p.) , ill.
    Edition: 2nd ed.
    Series Statement: Developer's library
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Android™ Wireless Application Development Second Edition Lauren Darcey Shane Conder The start-to-finish guide to Android application development: massively updated for the newest SDKs and developer techniques! This book delivers all the up-to-date information, tested code, and best practices you need to create and market successful mobile apps with the latest versions of Android. Drawing on their extensive experience with mobile and wireless development, Lauren Darcey and Shane Conder cover every step: concept, design, coding, testing, packaging, and delivery. The authors introduce the Android platform, explain the principles of effective Android application design, and present today's best practices for crafting effective user interfaces. Next, they offer detailed coverage of each key Android API, including data storage, networking, telephony, location-based services, multimedia, 3D graphics, and hardware. Every chapter of this edition has been updated for the newest Android SDKs, tools, utilities, and hardware. All sample code has been overhauled and tested on leading devices from multiple companies, including HTC, Motorola, and ARCHOS. Many new examples have been added, including complete new applications. This new edition also adds Nine new chapters covering web APIs, the Android NDK, extending application reach, managing users, data synchronization, backups, advanced user input, and more Greatly expanded coverage of Android manifest files, content providers, app design, and testing New coverage of hot topics like Bluetooth, gestures, voice recognition, App Widgets, live folders, live wallpapers, and global search Updated 3D graphics programming coverage reflecting OpenGL ES 2.0 An all-new chapter on tackling cross-device compatibility issues, from designing for the smallest phones to the big new tablets hitting the market Even more tips and tricks to help you design, develop, and test applications for different devices A new appendix full of Eclipse tips and tricks This book is an indispensable resource for every member of the Android development team: software developers with all levels of mobile experience, team leaders and project managers, testers and QA specialists, software architects, and even marketers. Programming/Java
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Prentice Hall
    ISBN: 9780132542913 , 0132542919
    Language: English
    Pages: 1 online resource (xxxii, 210 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Computer programming ; Moral and ethical aspects ; Computer programmers ; Professional ethics ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Robert C. Martin reveals the disciplines, techniques, tools, and practices that separate software craftsmen from mere "9-to-5" programmers One of the world's most respected programmers takes software craftsmanship to the next level, answering hard questions about what it really means to be a craftsman Useful advice on how to code, refactor, test, estimate, manage time, and learn By the legendary "Uncle Bob," who helped launch the Agile movement and wrote Software Development's influential "Craftsmanship" column Programming languages and development platforms burst into fashion, and then fade away. Software paradigms briefly dominate, then shift. Methodologies are debated religiously, agreed upon - and soon scrapped altogether. It's no wonder that application development has a high rate of turnover and burnout. Programmers who endure and succeed amidst swirling uncertainty have one thing in common: they all care deeply about the practice of creating software. They treat it as a craft. In this much-anticipated new book, software legend Robert C. Martin explains why programmers should care about their jobs, how organizations can foster the type of environment that allows programmers to succeed, and what it means for individual software developers to truly work as craftsmen. The Clean Coder goes beyond "values and attitudes" to fully document the specific disciplines, techniques, tools, and practices that successful software craftsmen share in common. Throughout his 40-year career at the forefront of movements ranging from agile and extreme programming to object-oriented development, "Uncle Bob" has consistently been a voice of practical common sense and enduring wisdom. He has now written a book that every aspiring and ascending software craftsman can use: to write better software, and to gain greater personal fulfillment in doing so.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    Beijing ; : O'Reilly
    Language: English
    Pages: 1 online resource (xiii, 526 p.) , ill.
    Keywords: Online social networks ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Like all good web ventures, the Social Web has risen in prominence ahead of any reliable standards that would ensure a consistent user experience. But that's finally beginning to change. With this book, you'll learn about a rich set of open source technologies for building compelling--and secure--social applications and websites. You'll discover what it takes to engage users on a personal level, and learn ways to monetize your venture. Programming Social Applications introduces you to the open source tools used on many major social platforms, and explains how technologies such as OpenSocial, Apache Shindig, OAuth, OpenID, Caja, and others work together to help you solve practical issues. You'll also examine successful proprietary platforms to help you gain a comprehensive understanding of the Social Web's foundations. Learn how to build viral applications with social data Implement social web technologies using real-world examples Work with OpenSocial to standardize social graphs-individual nodes and their relationships Build a scalable OpenSocial application container with Apache Shindig Develop comprehensive user authentication and authorization systems using OAuth and OpenID Learn how Caja, and ADsafe provide user security on social websites Deal with bugs and other problems when implementing these technologies Build distributed web frameworks that extend social graphs to include any social footprints users leave on the Web
    Note: Author and publication date from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    ISBN: 9780132620185 , 0132620189
    Language: English
    Pages: 1 online resource (xiii, 505 p.) , ill.
    Series Statement: Developer's library
    Parallel Title: Erscheint auch als
    Keywords: Microsoft XNA (Computer file) ; Windows phone (Computer file) ; Computer games ; Programming ; Computer games ; Design ; Xbox 360 (Video game console) ; Xbox video games ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Get Started Fast with XNA Game Studio 4.0-and Build Great Games for Both Windows Phone 7 and Xbox LIVE This is the industry's best reference and tutorial for all aspects of XNA Game Studio 4.0 programming on all supported platforms, from Xbox 360 to Windows Phone 7 and Windows PCs. The only game development book authored by Microsoft XNA development team members, itoffers deep insider insights you won't get anywhere else - including thorough coverage of new Windows Phone APIs for mobile game development. You'll quickly build simple games and get comfortable with Microsoft's powerful XNA Game Studio 4.0 toolset. Next, you'll drill down into every area of XNA, including graphics, input, audio, video, storage, GamerServices, and networking. Miller and Johnson present especially thorough coverage of 3D graphics, from Reach and HiDef to textures, effects, and avatars. Throughout, they introduce new concepts with downloadable code examples designed to help you jumpstart your own projects. Coverage includes · Downloading, installing, and getting started with XNA Game Studio 4 · Building on capabilities provided in the default game template · Using 2D sprites, textures, sprite operations, blending, and SpriteFonts · Creating high-performance 3D graphics with XNA's newly simplified APIs · Supporting keyboards, mice, Xbox 360 controllers, Touch, accelerometer, and GPS inputs · Loading, generating, recording, and playing audio · Managing all types of XNA storage · Using avatars as characters in your games · Utilizing gamer types, player profiles, presence information, and other GamerServices · Supporting Xbox LIVE and networked games · Creating higher-level input systems that seamlessly manage cross-platform issues From Windows Phone 7 mobile gaming to Xbox LIVE Indie Games, XNA Game Studio 4.0 creates huge new opportunities for experienced Microsoft developers. This bookhelps you build on skills you already have, to create the compelling games millions of users are searching for.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    Berkeley, Calif. : New Riders
    ISBN: 9780321714138 , 032171413X
    Language: English
    Pages: 1 online resource (ix, 196 p.) , ill., maps.
    Series Statement: Voices that matter
    Parallel Title: Erscheint auch als
    Keywords: User interfaces (Computer systems) ; Design ; Software Design ; User-Computer Interface ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In a complex world, products that are easy to use win favor with consumers. This is the first book on the topic of simplicity aimed specifically at interaction designers. It shows how to drill down and simplify user experiences when designing digital tools and applications. It begins by explaining why simplicity is attractive, explores the laws of simplicity, and presents proven strategies for achieving simplicity. Remove, hide, organize and displace become guidelines for designers, who learn simplicity by seeing before and after examples and case studies where the results speak for themselves.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Prentice Hall
    ISBN: 0132821575 , 9780132821575
    Language: English
    Pages: 1 online resource (xxxi, 1126 p.) , ill.
    Edition: 2nd ed.
    Series Statement: Deitel developer series
    Parallel Title: Erscheint auch als
    Keywords: Java (Computer program language) ; Object-oriented programming (Computer science) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java APIs in depth. The book presents the concepts in the context of fully tested programs, complete with syntax shading, code highlighting, line-by-line code descriptions and program outputs. The book features 220 Java applications with over 18,000 lines of proven Java code, and hundreds of tips that will help you build robust applications. While this will be the first book to cover Java SE7, it does not ignore Java SE6. Easy to use as a Java SE 6 or Java SE 7 book, the authors cover the Java SE 7 features in optional modular sections that are easy to include or omit.
    Note: Date of publication from resource description page. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    Stamford, CT : Manning Publications
    Language: English
    Pages: 1 online resource (xxvi, 421 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft SharePoint (Electronic resource) ; Intranets (Computer networks) ; Web servers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: If you look at a SharePoint application you'll find that most of its active components are Web Parts. SharePoint 2010 includes dozens of prebuilt Web Parts that you can use. It also provides an API that lets you build custom Web Parts using C# or VB.NET. SharePoint 2010 Web Parts in Action is a comprehensive guide to deploying, customizing, and creating Web Parts. Countless examples walk you through everything from design, to development, deployment, troubleshooting, and upgrading. Because Web Parts are ASP.NET controls, you'll learn to use Visual Studio 2010 to extend existing Web Parts and to build custom components from scratch. What's Inside Using and configuring Web Parts Web Part and portal best practices Custom use cases, like mobile and international apps Web Part design patterns This book is written for application developers working with SharePoint 2010. Knowing Visual Studio 2010 is helpful but not required.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly
    Language: English
    Pages: 1 online resource (xxiii, 288 p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Smartphones ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Put your ActionScript 3 skills to work building mobile apps. This book shows you how to develop native applications for Android-based smartphones and tablets from the ground up, using Adobe AIR. You learn the entire development process hands-on, from coding specific functions to options for getting your app published. Start by building a sample app with step-by-step instructions, using either Flash Professional or Flash Builder. Then learn how to use ActionScript libraries for typical device features, such as the camera and the accelerometer. This book includes ready-to-run example code and a case study that demonstrates how to bring all of the elements together into a full-scale working app. Create functionality and content that works on multiple Android devices Choose from several data storage options Create view and navigation components, including a back button Get tips for designing user experience with touch and gestures Build a location-aware app, or one that makes use of motion Explore ways to use audio, video, and photos in your application Learn best practices for asset management and development
    Note: "An ActionScript developer's guide to building Android applications"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Berkeley, Calif.] : Apress ;
    Language: English
    Pages: 1 online resource (xxvi, 401 p.) , ill.
    Series Statement: The expert's voice in Web design
    Parallel Title: Erscheint auch als
    Keywords: Cascading style sheets ; Web sites ; Design ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Although web standards-based websites can scale effectively-and basic CSS will give you basic results-there are considerations and obstacles that high traffic websites must face to keep your development and hosting costs to a minimum. There are many tips and tricks, as well as down-to-earth best practice information, to make sure that everything runs quickly and efficiently with the minimum amount of fuss or developer intervention. Targeted at "high traffic" websites-those receiving over 10,000 unique visitors a day- CSS for High Traffic Websites gives you inside information from the professionals on how to get the most out of your web development team. The book covers the development processes required to smoothly set up an easy-to-maintain CSS framework across a large-volume website and to keep the code reusable and modular. It also looks at the business challenges of keeping branding consistent across a major website and sustaining performance at a premium level through traffic spikes and across all browsers. Defensive coding is considered for sites with third-party code or advertising requirements. It also covers keeping CSS accessible for all viewers, and examines some advanced dynamic CSS techniques. What you'll learn The value of process Making reusable, robust, and modular CSS How to maximize the performance of your site Integrating with third parties How to keep branding consistent Best practices for cross-browser and accessible CSS Dynamic CSS techniques Who this book is for This book is for Web developers building and maintaining premium, successful, high-traffic websites using web standards. This book will also help team leaders responsible for code that will be shared over multiple projects, as well as project managers with a high churn of contract staff.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que
    ISBN: 9780789745194 , 0789745194
    Language: English
    Pages: 1 online resource (xx, 943 p.) , ill.
    Series Statement: In depth
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Word ; Word processing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Beyond the Basics...Beneath the Surface...In Depth Microsoft Word 2010 IN DEPTH Advice and techniques that you need to get the job done. Looking for ways to streamline your work so you can focus on maximizing your time? In Depth provides specific, tested, and proven solutions to the problems you run into every day-things other books ignore or oversimplify. This is the one book you can rely on to answer the questions you have now and will have in the future. In Depth offers • Comprehensive coverage with detailed solutions • Breakthrough techniques and shortcuts that are unavailable elsewhere • Practical, real-world examples with nothing glossed over or left out • Troubleshooting help for tough problems you can't fix on your own • Outstanding authors recognized worldwide for their expertise and teaching style • Quick information via sidebars, tips, reminders, notes, and warnings In Depth is the only tool you need to get more done in less time! CATEGORY: Office Applications COVERS: Microsoft Word 2010 quepublishing.com
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Indianopolis, Ind. : Pearson Education
    ISBN: 0768697379 , 9780768697377
    Language: English
    Pages: 1 online resource (xxii, 667 p.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: Nursing ; Examinations, questions, etc ; National Council Licensure Examination for Registered Nurses ; Study guides ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CD features two practice exams Succeed with topical reviews, practice exams, and preparation tools "The book offers a quick 'cram' approach to the NCLEX that is very user friendly and not time intensive. The overall approach is very learner-centered and the content is well-paced." -Catherine Dearman, R.N., Ph.D. Covers exactly what you need to know to score higher on your NCLEX-RN® exam. Includes 500 sample test questions to help you determine whether you're ready to take the actual exam. Our popular Cram Sheet tearcard helps you remember key concepts. Exam Alerts provide important information found on the exam. Simplifies pharmacology for easy learning. Score Higher on the NCLEX-RN® Exam! The CD features two practice exams, giving you an effective tool to assess your readiness for the NCLEX-RN® exam. Key features include: Detailed explanations of correct and incorrect answers Multiple test modes Random questions and order of answers Coverage of each NCLEX-RN® exam objective Written by Leading Nursing Experts! Wilda Rinehart has R.N., B.S.N., M.S.N., F.N.C., and F.P.N.P. degrees. Her experience includes staff nurse in surgery, labor and delivery; public-health nurse; and family-planning nurse practitioner. She also was an instructor of surgical and obstetrical nursing. Diann Sloan has R.N., B.S.N., M.S.N., F.N.C., as well as MS. Ed. and Ph.D. in Education degrees. She has worked as a staff nurse in surgical nursing, pediatrics, and neonatal intensive care and as a pediatric nurse clinician. She has also been an instructor of pediatric and psychiatric nursing. Clara Hurd has R.N., B.S.N., M.S.N., and G.N.C. degrees. She is currently serving as an item-writing consultant with Prentice Hall Publishing. She has 31 years of experience and has worked as a staff nurse in medical-surgical nursing and the surgical intensive care unit. Ms. Hurd has taught in associate and baccalaureate nursing programs. Category: Test Preparation and Review Covers: Nursing NCLEX-RN® is a registered trademark of the National Council of State Boards of Nursing, Inc. (NCSBN), which does not sponsor or endorse this product.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Berkeley, Calif. : New Riders
    ISBN: 9780321678805 , 032167880X
    Language: English
    Pages: 1 online resource (xvi, 367 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: MySQL (Electronic resource) ; PHP (Computer program language) ; Electronic commerce ; Web sites ; Design ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: In this comprehensive guide to creating an e-commerce Web site using PHP and MySQL, renowned author Larry Ullman walks you through every step-designing the visual interface, creating the database, presenting content, generating an online catalog, managing the shopping cart, handling the order and the payment process, and fulfilling the order-always with security and best practices emphasized along the way. Even if you're an experienced Web developer, you're guaranteed to learn something new. The book uses two e-commerce site examples-one based on selling physical products that require shipping and delayed payment, and another that sells non-physical products to be purchased and delivered instantly-so you see the widest possible range of e-commerce scenarios. In 11 engaging, easy-to-follow chapters, Effortless E-Commerce with PHP and MySQL teaches you how to: • Think of the customer first, in order to maximize sales • Create a safe server environment and database • Use secure transactions and prevent common vulnerabilities • Incorporate different payment gateways • Design scalable sites that are easy to maintain • Build administrative interfaces • Extend both examples to match the needs of your own sites Larry Ullman is the president of Digital Media and Communications Insights, Inc., a firm specializing in information technology (www.dmcinsights.com). He is the author of several bestselling programming and Web development books, including PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide. Larry also writes articles on these subjects and teaches them in small and large group settings. Despite working with computers, programming languages, databases, and such since the early 1980s, Larry still claims he's not a computer geek (but he admits he can speak their language).
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Upper Saddle River, NJ] : Prentice Hall
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Thermodynamics ; Chemical engineering ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: A Practical, Up-to-Date Introduction to Applied Thermodynamics, Including Coverage of Process Simulation Models and an Introduction to Biological Systems Introductory Chemical Engineering Thermodynamics, Second Edition, helps readers master the fundamentals of applied thermodynamics as practiced today: with extensive development of molecular perspectives that enables adaptation to fields including biological systems, environmental applications, and nanotechnology. This text is distinctive in making molecular perspectives accessible at the introductory level and connecting properties with practical implications. Features of the second edition include Hierarchical instruction with increasing levels of detail: Content requiring deeper levels of theory is clearly delineated in separate sections and chapters Early introduction to the overall perspective of composite systems like distillation columns, reactive processes, and biological systems Learning objectives, problem-solving strategies for energy balances and phase equilibria, chapter summaries, and "important equations" for every chapter Extensive practical examples, especially coverage of non-ideal mixtures, which include water contamination via hydrocarbons, polymer blending/recycling, oxygenated fuels, hydrogen bonding, osmotic pressure, electrolyte solutions, zwitterions and biological molecules, and other contemporary issues Supporting software in formats for both MATLAB® and spreadsheets Online supplemental sections and resources including instructor slides, ConcepTests, coursecast videos, and other useful resources
    Note: Includes bibliographical references (p. 814). - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    ISBN: 0132700492 , 9780132700498
    Language: English
    Pages: 1 online resource (xxi, 760 p.) , ill.
    Edition: 2nd ed.
    Series Statement: The SEI series in software engineering
    Parallel Title: Erscheint auch als
    Keywords: Capability maturity model (Computer software) ; Software engineering ; Application service providers ; Quality control ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CMMI® for Services (CMMI-SVC) is a comprehensive set of guidelines to help organizations establish and improve processes for delivering services. By adapting and extending proven standards and best practices to reflect the unique challenges faced in service industries, CMMI-SVC offers providers a practical and focused framework for achieving higher levels of service quality, controlling costs, improving schedules, and ensuring user satisfaction. The newest CMMI constellation, CMMI-SVC version 1.3, reflects changes to the model made for all constellations, including clarifications of high-maturity practices, alignment of the sixteen core process areas, and improvements in the SCAMPI appraisal method. The indispensable CMMI® for Services, Second Edition, comprises both an introduction to the CMMI-SVC model and an authoritative reference for it. The contents include the complete model itself, formatted for quick reference. In addition, the book's authors have refined the model's introductory chapters; provided marginal notes to clarify the nature of particular process areas and to show why their practices are valuable; and inserted longer sidebars to explain important concepts. Brief essays by people with experience in different application areas further illustrate how the model works in practice and what benefits it offers. The book is divided into three parts. Part One begins by thoroughly explaining CMMI-SVC, its concepts, and its use. The authors provide robust information about service concepts, including a discussion of lifecycles in service environments; outline how to start using CMMI-SVC; explore how to achieve process improvements that last; and offer insights into the relationships among process areas. Part Two describes generic goals and practices, and then details the complete set of twenty-four CMMI-SVC process areas, including specific goals, specific practices, and examples. The process areas are organized alphabetically by acronym and are tabbed for easy reference. Part Three contains several useful resources, including CMMI-SVC-related references, acronym definitions, a glossary of terms, and an index. Whether you are new to CMMI models or are already familiar with one or more of them, this book is an essential resource for service providers interested in learning about or implementing process improvement.
    Note: "CMMI-SVC, version 1.3"--Cover. - Includes bibliographical references (p. 663-668) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    ISBN: 9780132686075 , 0132686074
    Language: English
    Pages: 1 online resource (xxxii, 502 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 005.4/32
    Keywords: Linux Study guides Examinations ; Electronic data processing personnel Certification ; Operating systems (Computers) Study guides Examinations ; Operating systems (Computers) ; Examinations ; Study guides ; Electronic books ; lcgft ; Electronic books ; local ; Linux ; Examinations ; Study guides ; Electronic data processing personnel ; Certification ; Systèmes d'exploitation (Ordinateurs) ; Examens ; Guides de l'étudiant ; Linux ; Examinations ; Operating systems (Computers) ; Examinations ; Electronic books ; Study guides
    Abstract: "This book was written as a lab guide to help individuals pass the RHCSA (EX200) and RHCE (EX300) exams"--Pref.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Indianapolis, IN : Que
    ISBN: 9780132681872 , 0132681870
    Language: English
    Pages: 1 online resource (x, 412 p.) , ill.
    Series Statement: MrExcel library
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Excel (Computer file) ; Statistics ; Methodology ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Statistical Analysis: Microsoft Excel 2010 "Excel has become the standard platform for quantitative analysis. Carlberg has become a world-class guide for Excel users wanting to do quantitative analysis. The combination makes Statistical Analysis: Microsoft Excel 2010 a must-have addition to the library of those who want to get the job done and done right." -Gene V Glass, Regents' Professor Emeritus, Arizona State University Use Excel 2010's statistical tools to transform your data into knowledge Use Excel 2010's powerful statistical tools to gain a deeper understanding of your data, make more accurate and reliable inferences, and solve problems in fields ranging from business to health sciences. Top Excel guru Conrad Carlberg shows how to use Excel 2010 to perform the core statistical tasks every business professional, student, and researcher should master. Using real-world examples, Carlberg helps you choose the right technique for each problem and get the most out of Excel's statistical features, including its new consistency functions. Along the way, you discover the most effective ways to use correlation and regression and analysis of variance and covariance. You see how to use Excel to test statistical hypotheses using the normal, binomial, t and F distributions. Becoming an expert with Excel statistics has never been easier! You'll find crystal-clear instructions, insider insights, and complete step-by-step projects-all complemented by an extensive set of web-based resources. • Master Excel's most useful descriptive and inferential statistical tools • Tell the truth with statistics, and recognize when others don't • Accurately summarize sets of values • View how values cluster and disperse • Infer a population's characteristics from a sample's frequency distribution • Explore correlation and regression to learn how variables move in tandem • Understand Excel's new consistency functions • Test differences between two means using z tests, t tests, and Excel's Data Analysis Add-in • Use ANOVA and ANCOVA to test differences between more than two means • Explore statistical power by manipulating mean differences, standard errors, directionality, and alpha
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que Pub.
    ISBN: 0132652609 , 9780132652605
    Language: English
    Pages: 1 online resource (xiv, 381 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Google ; Droid (Smartphone) ; Pocket computers ; Mobile computing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Step-by-step instructions with callouts to Droid photos so that you can see exactly what to do Help when you run into Droid problems or limitations Tips and Notes to help you get the most from any Droid model: Droid Incredible, Droid Eris, Droid X, Droid 2, or Droid 1 Full-color, step-by-step tasks walk you through getting and keeping your Droid working just the way you want. Learn how to: • Get started fast! • Make the most of Droid's Android software and state-of-the-art hardware • Discover hidden Droid shortcuts and goodies, from the Droid X Swype keyboard to face recognition • Master the unique features built into your Droid Incredible, Droid Eris, Droid X, or older Droid • Save time and money with powerful phone tools such as voicemail, automated transcription, three-way calling, and Google Voice • Set up and use any email account, from Gmail and Exchange to POP3 or IMAP • Send and receive text and multimedia messages • Communicate with contacts, including Facebook, Gmail, or Exchange contacts • Create and manage appointments, and sync them with Google Calendar • Play music and videos, search YouTube, and upload your own videos • Capture, store, and share photos...even take perfect portraits of yourself! • Connect to the Internet, Bluetooth devices, and your company's VPN • Get instant information updates with real-time widgets • Browse the Web • Find, choose, install, and work with new Droid apps • Keep your Droid up-to-date, reliable, and running smoothly • Even if you have other Android Smartphone models, this book can help you make the most out of them
    Note: Includes bibliographical references (p. 365) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Addison-Wesley
    ISBN: 9780132564229 , 013256422X
    Language: English
    Pages: 1 online resource (xxi, 544 p.) , ill.
    Series Statement: Addison-Wesley professional Ruby series
    Parallel Title: Erscheint auch als
    Keywords: Ruby on rails (Electronic resource) ; Web site development ; Ruby (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Ruby on Rails 3 Tutorial: Learn Rails by Example by Michael Hartl has become a must read for developers learning how to build Rails apps. -Peter Cooper, editor of Ruby Inside Learn Rails 3 Development Hands-On, from a World-Class Expert Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world's most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails™ 3 Tutorial is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. Drawing on his experience building RailsSpace, Insoshi, and other sophisticated Rails applications, Hartl illuminates all facets of design and implementation-including powerful new techniques that simplify and accelerate development. You'll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and SQL skills you'll need when developing web applications. Hartl explains how each new technique solves a real-world problem and demonstrates it with bite-sized code that's simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery. This book will help you Install and set up your Rails development environment Go beyond generated code to truly understand how to build Rails applications from scratch Learn Test Driven Development (TDD) with RSpec Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Define high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Add social features and microblogging, including an introduction to Ajax Record version changes with Git and share code at GitHub Simplify application deployment with Heroku
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que Pub.
    ISBN: 9780132491709 , 0132491702
    Language: English
    Pages: 1 online resource (xx, 507 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Word ; Word processing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: What you need, when you need it! Need answers quickly? Microsoft Word 2010 on Demand provides those answers in a visual step-by-step format. We will show you exactly what to do through lots of full color illustrations and easy-to-follow instructions. Includes Workshops MCAS Exam Prep More than 500 Essential Word Tasks Inside the Book • Create documents more efficiently using the improved Ribbon interface • Use formatting, editing, reviewing, and publishing tools to create documents in print and online • Create great-looking documents faster using more themes, styles, and templates • Organize information and add impact with clip art, SmartArt diagrams, tables, and charts • Create customized letters, labels, and envelopes • Use Full Reading view to comfortably read documents on screen • Use SharePoint to collaborate and share documents • Use the Word Web App to view and edit documents in a browser • Prepare for the Microsoft Certified Applications Specialist (MCAS) exam Bonus Online Content Register your book at queondemand.com to gain access to: • Workshops and related files • Keyboard shortcuts
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Indianapolis, Ind.] : Que
    ISBN: 9780132174688 , 0132174685
    Language: English
    Pages: 1 online resource (xii, 160 p.) , ill., maps.
    Keywords: Google Maps ; Google Earth ; Geographic information systems ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Using Google™ Maps and Google Earth is more than just a book: it's the fastest, easiest way to master Google's amazing mapping applications! Don't just "read" about it: see it, hear it, live it, with step-by-step screencasts and expert audio tips. Discover how to map your favorite places with Google Maps...see actual locations with Street View...generate driving, walking, and public transit directions...find and learn more about businesses...create and share custom maps and mashups...use Google Maps on iPhone...navigate Google Earth to find locations fast...create life-like Google Earth roadmaps, and tour your route...even explore Google Sky, Google Moon, and Google Earth's Flight Simulator! Exclusive online Show Me video walks through tasks you've just got to see... Tell Me More audio delivers practical, "straight from the experts" insights... Point-Counterpoint audio compares alternative solutions-so you can pick the one that's best for you. It's all the help you'll ever need...where you want it, when you want it!
    Note: Title from resource description page (viewed July 21, 2011)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    San Francisco, Calif. : No Starch Press
    Language: English
    Pages: 1 online resource (xviii, 376 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Haskell (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: It's all in the name: Learn You a Haskell for Great Good! is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible. You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks. As you work your way through the author's imaginative (and occasionally insane) examples, you'll learn to: Laugh in the face of side effects as you wield purely functional programming techniques Use the magic of Haskell's "laziness" to play with infinite sets of data Organize your programs by creating your own types, type classes, and modules Use Haskell's elegant input/output system to share the genius of your programs with the outside world Short of eating the author's brain, you will not find a better way to learn this powerful language than reading Learn You a Haskell for Great Good!
    Note: Cover title. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxx, 256 p.) , ill.
    Series Statement: Wrox guides
    Parallel Title: Erscheint auch als
    Keywords: Windows phone (Computer file) ; Smartphones ; Programming ; Application software ; Development ; Mobile computing ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This unique book-and-video package for Windows® Phone 7 Application Development 24-Hour Trainer Ramp up your knowledge for developing apps for Windows Phone 7 Apps built for previous versions of Windows phones will not run on the new Windows Phone 7, forcing developers to quickly get up to speed on this new platform. This unique book-and-video package gets you in the game of creating exciting apps for Windows Phone 7. Concise chapters and instructor-led lessons on the video quickly update your skills for understanding the Windows Phone 7 architecture and using Microsoft's Visual Studio 2010 and Expression Blend or using the free Windows Phone Developer Tools. Features a book-and-video combo that quickly gets you started on developing apps for the new Windows Phone 7 platform Includes working code samples on both the tutorial video and companion Web site Covers installing development tools, creating a new project, supporting multi-touch, using screen rotation and auto sizing, and more Explains packing and deploying your apps as well as securing your system Details the Windows Phone 7 architecture and Windows Phone navigation and UI controls Concise chapters and a tutorial video make this a must-have package if you're determined to get started developing apps for the Windows Phone 7 platform immediately!
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    Indianapolis, IN : Que Pub.
    ISBN: 9780132786423 , 0132786427
    Language: English
    Pages: 1 online resource (xx, 556 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Mac OS ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Need answers quickly? Mac OS X Lion on Demand provides those answers in a visual step-by-step format. We show you exactly what to do through lots of full color illustrations and easy-to-follow instructions. Inside the Book • Find and preview everything you need with Spotlight • Master the Mac OS X Lion user interface and file management • Use the App Store and full-screen apps for maximum efficiency • Explore the Internet with Safari and send e-mail with Mail • Manage and play digital music with iTunes and iPod or iPhone • Chat online instantly with iChat and FaceTime • Manage and share your schedule with iCal • Send files wirelessly to anyone around you with AirDrop • Keep your files backed up with Time Machine • Automatically save document changes as you work with Auto Save • Use multi-touch gestures and keyboard shortcuts to save time • Customize and fine-tune Mac OS X Lion • Use Microsoft Windows along with Lion Bonus Online Content Register your book at queondemand.com to gain access to: • Workshops and related files • Keyboard shortcuts Visit the author site: perspection.com
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley
    ISBN: 9780132780810 , 013278081X
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Joomla! (Computer file) ; Web site development ; Web sites ; Authoring programs ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: When you master Joomla! programming, you can customize websites in ways that simply aren't possible by tweaking parameters or installing someone else's extensions. Now, there's an authoritative, "soup-to-nuts" programming guide for every Joomla! user: from beginners with no Joomla! development experience to long-time coders seeking a quick start with Joomla!'s powerful new versions, 1.6, 1.7, and 2.5. Joomla!™ Programming presents proven best practices for getting the job done right. Written by Mark Dexter and Joomla! design architect Louis Landry (who wrote much of the new Joomla! framework), the text is packed with detailed examples and sample code, in-depth reference-style explanations available nowhere else, and fascinating sidebars revealing why Joomla! works the way it does. Both a tutorial and reference, this title brings together step-by-step instructions for everything from simple tasks (such as template overrides) to cutting-edge techniques involving components, MVC, and the Joomla! framework. You'll learn how to View Joomla! from a programmer's perspective Extend Joomla! with layout overrides, plugins, and modules Take full advantage of Joomla!'s improved new MVC implementation Build front-end and back-end components, from start to finish Secure your websites with Joomla!'s powerful, flexible new Access Control Lists Work with databases and use the new JDatabaseQuery to write complex queries Program Joomla! with JavaScript via the lightweight MooTools framework Develop custom category structures for your own websites and extensions Enable one-click updates for your own custom extensions Use the Joomla! platform as an application framework All example code, updates, and more information on Joomla! programming are available at the companion website, joomlaprogrammingbook.com.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Addison-Wesley
    ISBN: 9780132734653 , 0132734656
    Language: English
    Pages: 1 online resource (xiii, 304 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: HTML (Document markup language) ; Internet programming ; Web site development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This book offers detailed insight from authors Klaus Förster and Bernd Öggl into the many new features of the HTML5 as well as the classic elements of the specification -- including video, audio, Canvas, intelligent forms, offline applications, and micro data, as well as geolocation, Web Storage, Web Sockets, and Web Workers. Whether you are constructing a weblog, programming your own video and audio player, using the browser as a graphics program, wanting to optimize the power of your browser, or searching for tips and tricks for working with JavaScript and the DOM, this book will help you accomplish your goals. The chapters do not necessarily build on each other and are designed be understandable even if you have not read previous chapters. Readers with a basic knowledge of HTML, JavaScript and CSS will get the most out of this book and will understand how to put the new HTML5 spec to work!
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    ISBN: 9780132700450 , 013270045X
    Language: English
    Pages: 1 online resource (xxiv, 650 p.) , ill.
    Edition: 3rd ed.
    Series Statement: The SEI series in software engineering
    Parallel Title: Erscheint auch als
    Keywords: Capability maturity model (Computer software) ; Software engineering ; Production engineering ; Manufacturing processes ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CMMI® for Development (CMMI-DEV) describes best practices for the development and maintenance of products and services across their entire lifecycle. By integrating essential bodies of knowledge, CMMI-DEV provides a single, comprehensive framework for organizations to assess their development and maintenance processes, implement improvements, and measure progress. Already widely adopted throughout the world for disciplined, high-quality engineering, CMMI-DEV version 1.3 now accommodates other modern approaches as well, including the use of Agile methods, Lean Six Sigma, and architecture-related development. CMMI® for Development, Third Edition, is the definitive reference for CMMI-DEV version 1.3. The authors have revised their tips, hints, and cross-references, which appear in the margins of the book, to help you better understand, apply, and find information about the content of each process area. The book includes new and updated perspectives on CMMI-DEV in which people influential in the model's creation, development, and transition share brief but valuable insights. It also features four new case studies and six contributed essays with practical advice for adopting and using CMMI-DEV. This book is an essential resource-whether you are new to CMMI-DEV or are familiar with an earlier version-if you need to know about, evaluate, or put the latest version of the model into practice. The book is divided into three parts. Part I offers the broad view of CMMI-DEV, beginning with basic concepts of process improvement. It introduces the process areas, their components, and their relationships to each other. It describes effective paths to the adoption and use of CMMI-DEV for process improvement and benchmarking, all illuminated with fresh case studies and helpful essays. Part II, the bulk of the book, details the generic goals and practices and the twenty-two process areas now comprising CMMI-DEV. The process areas are organized alphabetically by acronym for easy reference. Each process area includes goals, best practices, and examples. Part III contains several useful resources, including CMMI-DEV-related references, acronym definitions, a glossary of terms, and an index.
    Note: "CMMI-DEV, version 1.3"--Cover p. [1]. - Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sams Pub.
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Microsoft CRM ; Management information systems ; Customer relations ; Management ; Data processing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Microsoft® Dynamics CRM 2011 Unleashed presents start-to-finish guidance for planning, customizing, deploying, integrating, managing, and securing the newest version of Dynamics CRM. Authored by three leading Microsoft Dynamics implementers, it illuminates new opportunities to deploy CRM as a hosted service (SaaS), integrate with Azure cloud services, and extend CRM through Microsoft's new online service marketplace. The authors systematically explain how Dynamics CRM 2011 works, illuminating why it works that way, and how to drive maximum business value from it. Drawing on insider knowledge of Microsoft's new product, they present clear examples, proven best practices, and pitfalls to avoid in using every significant Dynamics CRM capability. Their far-reaching coverage ranges from Dynamics CRM's sales, marketing, and customer service features to its automated workflows; Outlook and Office integration to reporting and security. This edition's extensive new coverage includes new chapters on Mobility, the Outlook Client, and Office 2010 integration, as well as greatly expanded coverage of CRM Online. It also contains new or expanded discussions of data visualization, SharePoint Foundation integration, user interface changes, inbuild charts, dashboards, IM and SMS communication support, auditing, no-code workflows, connections, queues, the new WCF-based programming model, UI scripting, and security.
    Note: Cover title
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: Computer network architectures ; Examinations ; Study guides ; Computer networks ; Design ; Examinations ; Study guides ; Internetworking (Telecommunication) ; Examinations ; Study guides ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Designing Cisco Network Service Architectures (ARCH) Foundation Learning Guide , Third Edition, is a Cisco ® -authorized, self-paced learning tool for CCDP ® foundation learning. This book provides you with the knowledge needed to perform the conceptual, intermediate, and detailed design of a network infrastructure that supports desired network solutions over intelligent network services, in order to achieve effective performance, scalability, and availability. By reading this book, you will gain a thorough understanding of how to apply solid Cisco network solution models and recommended design practices to provide viable, stable enterprise internetworking solutions. The book presents concepts and examples that are necessary to design converged enterprise networks. Advanced network infrastructure technologies, such as virtual private networks (VPNs) and other security solutions are also covered. Designing Cisco Network Service Architectures (ARCH) Foundation Learning Guide , Third Edition teaches you the latest development in network design and technologies, including network infrastructure, intelligent network services, and converged network solutions. Specific topics include campus, routing, addressing, WAN services, data center, e-commerce, SAN, security, VPN, and IP multicast design, as well as network management. Chapter-ending review questions illustrate and help solidify the concepts presented in the book. Whether you are preparing for CCDP certification or simply want to gain a better understanding of designing scalable and reliable network architectures, you will benefit from the foundation information presented in this book. Designing Cisco Network Service Architectures (ARCH) Foundation Learning Guide , Third Edition, is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit www.cisco.com/go/authorizedtraining. John Tiso, CCIE No. 5162, CCDP is a Product Manager for Cisco Systems. He holds a B.S. Degree in Computer Science and Mathematics from Adelphi University and a Graduate Citation in Strategic Management from Harvard University. John is a published author, has served as a technical editor for Cisco Press, and has participated as a SME for the CCIE program. ...
    Note: Rev. ed. of: Authorized self-study guide / Hutton, Keith. 2009. 2nd ed. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    ISBN: 9780132596947 , 0132596946
    Language: English
    Pages: 1 online resource (xxii, 393 p.) , ill.
    Series Statement: Prentice Hall modern semiconductor design series. Prentice Hall signal integrity library
    Parallel Title: Erscheint auch als
    Keywords: Interface circuits ; Design and construction ; Computer interfaces ; Power supply ; Signal integrity (Electronics) ; Power electronics ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Foreword by Joungho Kim The Hands-On Guide to Power Integrity in Advanced Applications, from Three Industry Experts In this book, three industry experts introduce state-of-the-art power integrity design techniques for today's most advanced digital systems, with real-life, system-level examples. They introduce a powerful approach to unifying power and signal integrity design that can identify signal impediments earlier, reducing cost and improving reliability. After introducing high-speed, single-ended and differential I/O interfaces, the authors describe on-chip, package, and PCB power distribution networks (PDNs) and signal networks, carefully reviewing their interactions. Next, they walk through end-to-end PDN and signal network design in frequency domain, addressing crucial parameters such as self and transfer impedance. They thoroughly address modeling and characterization of on-chip components of PDNs and signal networks, evaluation of power-to-signal coupling coefficients, analysis of Simultaneous Switching Output (SSO) noise, and many other topics. Coverage includes • The exponentially growing challenge of I/O power integrity in high-speed digital systems • PDN noise analysis and its timing impact for single-ended and differential interfaces • Concurrent design and co-simulation techniques for evaluating all power integrity effects on signal integrity • Time domain gauges for designing and optimizing components and systems • Power/signal integrity interaction mechanisms, including power noise coupling onto signal trace and noise amplification through signal resonance • Performance impact due to Inter Symbol Interference (ISI), crosstalk, and SSO noise, as well as their interactions • Validation techniques, including low impedance VNA measurements, power noise measurements, and characterization of power-to-signal coupling effects Power Integrity for I/O Interfaces will be an indispensable resource for everyone concerned with power integrity in cutting-edge digital designs, including system design and hardware engineers, signal and power integrity engineers, graduate students, and researchers.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    Berkeley, Calif. : New Riders
    ISBN: 0132684659 , 9780132684651
    Language: English
    Pages: 1 online resource (viii, 205 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Graphic arts ; Graphic design (Typography) ; Computer graphics ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Brazilian designer Fábio Sasso, who has wildly popular design blog Abduzeedo, has created the definitive guide to design. This book features interviews with designers and offers tutorials on various design styles, an extension of what he does with his site abduzeedo.com. Each chapter addresses a particular style, e.g., Vintage, Neo-surrealism, Retro 80s, Light Effects, Collage, Vector, and starts off with an explanation about the style and techniques that go into that style. Next, the Adduzeedo Design Guide shows images from different visual artists illustrating each style. Fábio interviews a master of each style, such as, in the case of 80s, James White. Then he wraps up the chapter with a tutorial showing the elements and techniques for creating that style in Photoshop. Meant for beginning to intermediate designers as well as more experienced designers looking for inspiration, the book focuses on styles that can be applied both to web or print.
    Note: Cover title. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    ISBN: 9780132700535 , 0132700530
    Language: English
    Pages: 1 online resource (xxi, 603 p.) , ill.
    Edition: 2nd ed.
    Series Statement: SEI series in software engineering
    Parallel Title: Erscheint auch als
    Keywords: Capability maturity model (Computer software) ; Industrial procurement ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CMMI® for Acquisition (CMMI-ACQ) describes best practices for the successful acquisition of products and services. Providing a practical framework for improving acquisition processes, CMMI-ACQ addresses the growing trend in business and government for organizations to purchase or outsource required products and services as an alternative to in-house development or resource allocation. Changes in CMMI-ACQ version 1.3 include improvements to high maturity process areas, improvements to the model architecture to simplify use of multiple models, and added guidance about using preferred suppliers. CMMI® for Acquisition, Second Edition, is the definitive reference for CMMI-ACQ version 1.3. In addition to the entire revised CMMI-ACQ model, the book includes updated tips, hints, cross-references, and other author notes to help you understand, apply, and quickly find information about the content of the acquisition process areas. The book now includes more than a dozen contributed essays to help guide the adoption and use of CMMI-ACQ in industry and government. Whether you are new to CMMI models or are already familiar with one or more of them, you will find this book an essential resource for managing your acquisition processes and improving your overall performance. The book is divided into three parts. Part One introduces CMMI-ACQ in the broad context of CMMI models, including essential concepts and useful background. It then describes and shows the relationships among all the components of the CMMI-ACQ process areas, and explains paths to the adoption and use of the model for process improvement and benchmarking. Several original essays share insights and real experiences with CMMI-ACQ in both industry and government environments. Part Two first describes generic goals and generic practices, and then details the twenty-two CMMI-ACQ process areas, including specific goals, specific practices, and examples for each. These process areas are organized alphabetically and tabbed by process area acronym to facilitate quick reference. Part Three provides several useful resources, including sources of further information about CMMI and CMMI-ACQ, acronym definitions, a glossary of terms, and an index.
    Note: "CMMI-ACQ, version 1.3"--Cover. - Rev. ed. of: CMMI-ACQ. 2009. - Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    Indianapolis, Ind. : Sams Pub.
    ISBN: 9780132639965 , 0132639963
    Language: English
    Pages: 1 online resource (xxx, 939 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft SharePoint (Electronic resource) ; Microsoft Office SharePoint server ; Intranets (Computer networks) ; Web servers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Microsoft® SharePoint 2010 Unleashed Michael Noel Colin Spence Using Microsoft SharePoint 2010 technologies, organizations can bring together, utilize, and collaborate with information from virtually any source. Microsoft SharePoint 2010 Unleashed is the most complete, practical resource for all administrators, managers, architects, users, and power users who want to make the most of this powerful platform. Drawing on their experience implementing SharePoint solutions in hundreds of organizations, Michael Noel and Colin Spence cover all facets of succeeding with SharePoint: planning, deployment, migration, scalability, administration, security, Microsoft Office integration, workflow and dashboard development, and more. Noel and Spence illuminate the newest SharePoint innovations, from new social networking features to improved search, helping you make the most of both SharePoint Foundation and SharePoint Server 2010. Using easy-to-understand, step-by-step examples, the authors help you streamline administration, optimize performance, control cost, and implement high-value solutions for collaboration, document management, and business intelligence. Architect and implement SharePoint 2010, and migrate from legacy SharePoint servers Perform advanced installations that maximize scalability Monitor, back up, and restore SharePoint environments Maintain the SQL Server databases on which SharePoint 2010 relies Systematically improve edge, transport, and content security Deploy SharePoint in extranets and alternative authentication scenarios Create highly efficient virtualized SharePoint 2010 farms Customize and manage libraries and lists for your specific requirements Design and manage pages and sites for knowledge workers Effectively manage metadata and content types Integrate content using Office Web Apps and Excel, Access, and Visio Graphics Services Create both out-of-the-box and customized SharePoint workflows Develop custom solutions with SharePoint Designer 2010 and Visual Studio 2010 Create BI solutions with PerformancePoint and Business Connectivity Services Govern your SharePoint ecosystem for maximum value Michael Noel, MS-MVP, MCITP, is an internationally recognized technology expert, bestselling author, and well-known public speaker on a wide range of IT topics. He is the author of 17 books, including Exchange Server 2010 Unleashed , Windows Server 2008 R2 Unleashed , and Microsoft Forefront Unleashed . His books have been translated int...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    ISBN: 9780132565905 , 0132565900
    Language: English
    Pages: 1 online resource (xxiv, 1029 p.) , ill.
    Series Statement: SEI series in software engineering
    Parallel Title: Erscheint auch als
    Keywords: Organizational change ; Organizational effectiveness ; Crisis management ; Success in business ; Resilience (Personality trait) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: CERT ® Resilience Management Model (CERT-RMM) is an innovative and transformative way to manage operational resilience in complex, risk-evolving environments. CERT-RMM distills years of research into best practices for managing the security and survivability of people, information, technology, and facilities. It integrates these best practices into a unified, capability-focused maturity model that encompasses security, business continuity, and IT operations. By using CERT-RMM, organizations can escape silo-driven approaches to managing operational risk and align to achieve strategic resilience management goals. This book both introduces CERT-RMM and presents the model in its entirety. It begins with essential background for all professionals, whether they have previously used process improvement models or not. Next, it explains CERT-RMM's Generic Goals and Practices and discusses various approaches for using the model. Short essays by a number of contributors illustrate how CERT-RMM can be applied for different purposes or can be used to improve an existing program. Finally, the book provides a complete baseline understanding of all 26 process areas included in CERT-RMM. The book is divided into four parts: Part One summarizes the value of a process improvement approach to managing resilience, explains CERT-RMM's conventions and core principles, describes the model architecturally, and shows how it supports relationships tightly linked to your objectives. Part Two focuses on using CERT-RMM to establish a foundation for sustaining operational resilience management processes in complex environments where risks rapidly emerge and change. Part Three details all 26 CERT-RMM process areas, from asset definition through vulnerability resolution. For each, complete descriptions of goals and practices are presented, with realistic examples. Part Four contains appendices, including Targeted Improvement Roadmaps, a glossary, and other reference materials. This book will be valuable to anyone seeking to improve the mission assurance of high-value services, including leaders of large enterprise or organizational units, security or business continuity specialists, managers of large IT operations, and those using methodologies such as ISO 27000, COBIT, ITIL, or CMMI.
    Note: "CERT-RMM, version 1.1"--Cover. - Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que
    ISBN: 9780132378413 , 0132378418
    Language: English
    Pages: 1 online resource (xiii, 335 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: iPad (Computer) ; Tablet computers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Covers iPad Wi-Fi and 3G Step-by-step instructions with callouts to iPad photos that show you exactly what to do. Help when you run into iPad problems or limitations. Tips and Notes to help you get the most from your iPad. Full-color , step-by-step tasks walk you through getting and keeping your iPad working just the way you want. Lean how to: • Connect your iPad to your Wi-Fi network and 3G networks • Synchronize data between your computer and iPad • Watch movies, TV shows, YouTube, or home videos • Surf the Web and email • Download apps to make your iPad even more useful • Create documents and spreadsheets • Build and display presentations • Find locations and get directions • Find the best games • Connect keyboards, cameras, and external displays
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    Indianapolis, Ind. : Que Pub.
    ISBN: 9780132182553 , 0132182556
    Language: English
    Pages: 1 online resource (xix, 328 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft PowerPoint (Computer file) ; Presentation graphics software ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Get comfortable with PowerPoint 2010 . Don't just read about it: See it and hear it with step-by-step video tutorials and valuable audio sidebars delivered through the Free Web Edition that comes with every USING book. For the price of the book, you get online access anywhere with a web connection--no books to carry, updated content, and the benefit of video and audio learning. Way more than just a book, this is all the help you'll ever need where you want, when you want! Learn Fast, Learn Easy, Using Web, Video, and Audio Show Me video walks through tasks you've just got to see--including bonus advanced techniques Tell Me More audio delivers practical insights straight from the experts Patrice-Anne Rutledge provides practical, approachable coverage that guides you through mastering the core features and techniques needed to create compelling presentations. New features include • Animation Painter -Apply the formatting of one animation to another animation. This button works in much the same way as the Format Painter button. • Presentation Sections -Divide your presentation into logical sections to simplify navigation and organization. • Video Editing -Use professional video editing and formatting tools directly in PowerPoint without the need for an external application. • Screenshot Captures -Incorporate screenshots directly from PowerPoint. • Backstage View -Perform common file-related tasks such as creating, opening, saving, sharing, and printing presentations in fewer steps. • Merge and Compare -Compare and reconcile multiple versions of the same presentation. • Co-Authoring -Collaborate with others on the same presentation in realtime. • Broadcast Slide Show -Broadcast your presentation to anyone on the web using either SharePoint Server 2010 or a free Windows Live account. • Create a Video -Share your presentation with others as a high-definition, web-based, or mobile device video. • Document Sharing -Share your document with colleagues real-time and communicate with them via instant messaging using Office Communicator 2007 R2. • PowerPoint Web App -View and edit PowerPoint presentations on the web using the external PowerPoint web application. In addition to these new features, PowerPoint 2010 also offers many enhancements: • An enhanced Ribbon that is available across all Office applications • More Office themes • More SmartArt graphics • Easier access to animation tools • Enhanced slide transitions, including 3-D effects • Numerous ne...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM, International Technical Support Organization
    Language: English
    Pages: 1 online resource (xx, 274 p.) , ill.
    Series Statement: IBM redbooks
    Keywords: Computer networks ; Management ; Computer networks ; Access control ; Computer security ; Management ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This IBM® Redbooks® publication focuses on operational and managerial aspects for DataPower® appliance deployments. DataPower appliances provide functionality that crosses both functional and organizational boundaries, which introduces unique management and operational challenges. For example, a DataPower appliance can provide network functionality, such as load balancing, and at the same time, provide enterprise service bus (ESB) capabilities, such as transformation and intelligent content-based routing. This IBM Redbooks publication provides guidance at both a general and technical level for individuals who are responsible for planning, installation, development, and deployment. It is not intended to be a "how-to" guide, but rather to help educate you about the various options and methodologies that apply to DataPower appliances. In addition, many chapters provide a list of suggestions.
    Note: Cover title. - "Demonstrates user administration and role-based management. Explains network configuration, monitoring, and logging. Describes applicance and configuration management."--Cover. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress
    Language: English
    Pages: 1 online resource (lxi, 1047 p.) , ill.
    Series Statement: The expert's voice in Web development
    Parallel Title: Erscheint auch als
    Keywords: Drupal (Computer file) ; Web site development ; Web sites ; Design ; Open source software ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Definitive Guide to Drupal 7 is the most comprehensive book for building web sites using the powerful and extensible Drupal content management framework. Written by active community members and contributors (some of the "brightest and most innovative minds in the Drupal community," to quote Angela Byron, Drupal 7 maintainer), the Definitive Guide to Drupal 7 covers the basics then quickly advances to in-depth exploration of the functionality and tools that make Drupal so powerful for building web applications. Just as important, this book provides the reader with a guide to participating in the Drupal community: an international, committed, rapidly growing community of themers, developers, and open source advocates who write the modules, test the code, and work ceaselessly to make Drupal great. The release of Drupal 7, with its dramatic improvements in usability and system architecture, will take Drupal to a new level of popularity, and this book will help give you the foundation and scaffolding to grow with Drupal. With The Definitive Guide to Drupal 7 , you will be able to: Plan and build a complete Drupal site with core alone. Extend Drupal's functionality by selecting from thousands of modules. Make your Drupal site look like anything you want with theming and jQuery. Extend Drupal by coding your own modules. Install Drupal in many environments. Use essential tools such as Drush and Git to make your life easier. Contribute to the Drupal community as an organizer or a coder. Who this book is for Anyone who is serious about getting better at Drupal.
    Note: "Everything you need to know about Drupal in one book"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Step by step
    Keywords: Microsoft InfoPath ; Microsoft SharePoint (Electronic resource) ; Business ; Forms ; Computer programs ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The smart way to learn how to build InfoPath forms for SharePoint-one step at a time! Quickly teach yourself how to use Microsoft® InfoPath® 2010 to create electronic business forms for Microsoft SharePoint® 2010. With Step by Step, you set the pace-building and practicing the skills you need, just when you need them! Design and build InfoPath forms without writing code Add approval workflows to your InfoPath forms Integrate data from SharePoint and other company systems Create forms that offer a rich experience in the browser Build views and dashboards to display form information Create and use forms in the cloud with SharePoint Online
    Note: Title from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Language: English
    Pages: 1 online resource (vii, 280 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Résumés (Employment) ; High technology industries ; Vocational guidance ; Job hunting ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Google Resume is the only book available on how to win a coveted spot at Google, Microsoft, Apple, or other top tech firms. Gayle Laakmann McDowell worked in Google Engineering for three years, where she served on the hiring committee and interviewed over 120 candidates. She interned for Microsoft and Apple, and interviewed with and received offers from ten tech firms. If you're a student, you'll learn what to study and how to prepare while in school, as well as what career paths to consider. If you're a job seeker, you'll get an edge on your competition by learning about hiring procedures and making yourself stand out from other candidates. Covers key concerns like what to major in, which extra-curriculars and other experiences look good, how to apply, how to design and tailor your resume, how to prepare for and excel in the interview, and much more Author was on Google's hiring committee; interned at Microsoft and Apple; has received job offers from more than 10 tech firms; and runs CareerCup.com, a site devoted to tech jobs Get the only comprehensive guide to working at some of America's most dynamic, innovative, and well-paying tech companies with The Google Resume .
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub., Inc.
    Language: English
    Pages: 1 online resource (xlii, 458 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Visual BASIC ; BASIC (Computer program language) ; Visual programming (Computer science) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This unique book-and-video package for Stephens' Visual Basic® Programming 24-Hour Trainer Start from scratch, and even if you don?t know a thing about Visual Basic, you soon will with this thorough introduction to Visual Basic programming. Using easy-to-follow lessons and step-by-step instruction, this practical book teaches you concepts and hands-on techniques, then reinforces your learning with video screencasts and supplemental materials. Follow the exercises, then access the Try It section on the video, and watch as well-known VB authority and author Rod Stephens works through programming problems. Introduces Visual Basic programming to beginning programmers; no prior experience is necessary Covers Visual Basic programming concepts and techniques, as well as the Visual Studio development environment Provides a series of easy-to-follow lessons, supplemented by instructional video Stephens' Visual Basic Programming 24-Hour Trainer is an exceptional book-and-video package that will have you programming in Visual Basic in no time.
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    Indianapolis, Ind. : Wiley
    Language: English
    Pages: 1 online resource (xxviii, 404 p.) , ill.
    Series Statement: Wrox professional guides
    Parallel Title: Erscheint auch als
    Keywords: F♯ (Computer program language) ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: This is a book on the F# programming language. On the surface of things, that is an intuitively obvious statement, given the title of this book. However, despite the apparent redundancy in saying it aloud, the sentence above elegantly describes what this book is about: The authors are not attempting to teach developers how to accomplish tasks from other languages in this one, nor are they attempting to evangelize the language or its feature set or its use "over" other languages. They assume that you are considering this book because you have an interest in learning the F# language: its syntax, its semantics, its pros and cons, and its use in concert with other parts of the .NET ecosystem. The intended reader is a .NET developer, familiar with at least one of the programming languages in the .NET ecosystem. That language might be C# or Visual Basic, or perhaps C++/CLI, IronPython or IronRuby.
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    ISBN: 9780132736145 , 0132736144
    Language: English
    Pages: 1 online resource (xv, 331 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Adobe Premiere ; Motion pictures ; Editing ; Data processing ; Multimedia systems ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: If you're an experienced editor who wants to get up-to-speed on Premiere Pro, then look no further than this fast-paced but thorough introduction to Adobe's flagship editing program. Enjoy the ride as three experienced editors take you step-by-step through the entire editing process in Premiere Pro, from file creation all the way through output. Along the way you'll learn the ins-and-outs of (or "to do things such as") file management, essential and intermediate editing techniques, color correction, audio mixing and repairing, titling and effects, and delivering your video onto tape, the web, and mobile devices. You'll learn to work within the Adobe ecosystem as well, getting up to speed quickly on time saving tools such as Dynamic Link, Adobe Story, and more. As you work through sections, you'll find references to engaging videos that accompany the book, giving you a visual and audio frame of reference and solidifying your knowledge of the program. Within a weekend, you'll learn everything you need to know to use Premiere Pro confidently for your own projects. In this no-fluff guide to Premiere Pro, you'll learn to • Quickly organize your existing Final Cut or Avid projects, or create new projects to use right away in Premiere Pro • Understand how to use Premiere Pro with other Adobe software • Edit your footage the way you like but with tips and techniques from authors with tons of experience in all the editing programs and who speak your language. • Put your skills to work immediately by using the accompanying lesson files to work through the steps in the book • Improve your knowledge through video tutorials, handy quick reference guides, and keyboard shortcut sheets made available on the book's companion files. ¿ All of Peachpit's eBooks contain the same content as the print edition. You will find a link in the last few pages of your eBook that directs you to the media files. Helpful tips: * If you are able to search the book, search for "Where are the lesson files?" * Go to the very last page of the book and scroll backwards. * You will need a web-enabled device or computer in order to access the media files that accompany this ebook. Entering the URL supplied into a computer with web access will allow you to get to the files. * Depending on your device, it is possible that your display settings will cut off part of the URL. To make sure this is not the case, try reducing your font size and turning your device to a landscape view. This sh...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Prentice Hall
    ISBN: 9780132485210 , 0132485214
    Language: English
    Pages: 1 online resource (xxix, 770 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Oil reservoir engineering ; Petroleum ; Geology ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The Complete, Up-to-Date, Practical Guide to Modern Petroleum Reservoir Engineering This is a complete, up-to-date guide to the practice of petroleum reservoir engineering, written by one of the world's most experienced professionals. Dr. Nnaemeka Ezekwe covers topics ranging from basic to advanced, focuses on currently acceptable practices and modern techniques, and illuminates key concepts with realistic case histories drawn from decades of working on petroleum reservoirs worldwide. Dr. Ezekwe begins by discussing the sources and applications of basic rock and fluid properties data. Next, he shows how to predict PVT properties of reservoir fluids from correlations and equations of state, and presents core concepts and techniques of reservoir engineering. Using case histories, he illustrates practical diagnostic analysis of reservoir performance, covers essentials of transient well test analysis, and presents leading secondary and enhanced oil recovery methods. Readers will find practical coverage of experience-based procedures for geologic modeling, reservoir characterization, and reservoir simulation. Dr. Ezekwe concludes by presenting a set of simple, practical principles for more effective management of petroleum reservoirs. With Petroleum Reservoir Engineering Practice readers will learn to • Use the general material balance equation for basic reservoir analysis • Perform volumetric and graphical calculations of gas or oil reserves • Analyze pressure transients tests of normal wells, hydraulically fractured wells, and naturally fractured reservoirs • Apply waterflooding, gasflooding, and other secondary recovery methods • Screen reservoirs for EOR processes, and implement pilot and field-wide EOR projects. • Use practical procedures to build and characterize geologic models, and conduct reservoir simulation • Develop reservoir management strategies based on practical principles Throughout, Dr. Ezekwe combines thorough coverage of analytical calculations and reservoir modeling as powerful tools that can be applied together on most reservoir analyses. Each topic is presented concisely and is supported with copious examples and references. The result is an ideal handbook for practicing engineers, scientists, and managers-and a complete textbook for petroleum engineering students.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    Indianapolis, Ind. : Sams
    ISBN: 9780132122023 , 0132122022
    Language: English
    Pages: 1 online resource (vi, 222 p.) , ill.
    Series Statement: Sams teach yourself
    Parallel Title: Erscheint auch als
    Keywords: iPad (Computer) ; Pocket computers ; Tablet computers ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Sams Teach Yourself iPad™ in 10 Minutes offers straightforward, practical answers when you need fast results. By working through 10-minute lessons, you'll learn everything you need to use your iPad to get online, get apps, use the Web, manage email, use maps, books, photos, music, video- anything! Each compact lesson zeroes in on essential techniques, with fast, step-by-step instructions that help you do it right the first time! Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes provide additional information 10 minutes is all you need to learn how to... Make the Home screen an efficient control center for your iPad Get online with Wi-Fi or 3G cellular connections Get iPad and iPhone apps, including paid and free apps Surf the Web Receive and send email from as many accounts as you need Use maps, books, music, photos, video, and more! Register your book at informit.com/register for convenient access to updates and corrections as they become available. Category: iPad Covers: Apple Digital Media User Level: Beginning
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Addison Wesley
    ISBN: 0132171953 , 9780132171953
    Language: English
    Pages: 1 online resource (xxxv, 583 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Compilers (Computer programs) ; Programming software ; Self-adaptive software ; Application software ; Development ; Computer programs ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: "This book represents a thorough and extensive treatment of the software build process including the choices, benefits, and challenges of a well designed build process. I recommend it not only to all software build engineers but to all software developers since a well designed build process is key to an effective software development process." - Kevin Bodie , Director Software Development, Pitney Bowes Inc. "An excellent and detailed explanation of build systems, an important but often overlooked part of software development projects. The discussion of productivity as related to build systems is, alone, well worth the time spent reading this book." - John M. Pantone , Objectech Corporation, VP, IT Educator and Course Developer "Peter Smith provides an interesting and accessible look into the world of software build systems, distilling years of experience and covering virtually every type of tool in the build engineer's toolbox. Well organized, well written, and very thorough; I would recommend this book to anyone with a build system under their responsibility." - Jeff Overbey , Project Co-Lead, Photran " Software Build Systems teaches how to think about building software. It surveys the tools and techniques for building software products and the ways things go wrong. This book will appeal to those new to build systems as well as experienced build system engineers." - Monte Davidoff , Software Development Consultant, Alluvial Software, Inc. Inadequate build systems can dramatically impact developer productivity. Bad dependencies, false compile errors, failed software images, slow compilation, and time-wasting manual processes are just some of the byproducts of a subpar build system. In Software Build Systems , software productivity expert Peter Smith shows you how to implement build systems that overcome all these problems, so you can deliver reliable software more rapidly, at lower cost. Smith explains the core principles underlying highly efficient build systems, surveying both system features and usage scenarios. Next, he encapsulates years of experience in creating and maintaining diverse build systems-helping you make well-informed choices about tools and practices, and avoid common traps and pitfalls. Throughout, he shares a wide range of practical examples and lessons from multiple environments, including Java, C++, C, and C#. Coverage includes • Mastering build system concepts, including source trees, build tools, and compilation tools ...
    Note: Includes bibliographical references (p. 553-558) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    ISBN: 9780132172721 , 0132172720
    Language: English
    Pages: 1 online resource (xxxi, 325 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Capability maturity model (Computer software) ; Capability maturity model (Computer software) ; Case studies ; Agile software development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: "This book will be a great help to a variety of organizations figuring out how best to implement CMMI, including large and small enterprises, even if their starting point is not 'Agile.' All-in-all, this contains 'pearls of wisdom' that will make a much-appreciated contribution to the software engineering community." - Mike Konrad, Chief Architect, CMMI, Software Engineering Institute; coauthor, CMMI®: Guidelines for Process Integration and Product Improvement, Second Edition "This book will challenge many of your (mis)understandings about both Agile delivery and CMMI. Paul thoughtfully applies his years of practical experience to help bridge two disparate communities who are working towards the same goal-improving an organization's IT productivity. It's about time someone wrote a book like this." - Scott W. Ambler, Chief Methodologist for Agile and Lean, IBM Rational; author, Agile Modeling; and coauthor, Enterprise Unified Process Many organizations that have improved process maturity through Capability Maturity Model Integration (CMMI®) now also want greater agility. Conversely, many organizations that are succeeding with Agile methods now want the benefits of more mature processes. The solution is to integrate CMMI and Agile. Integrating CMMI® and Agile Development offers broad guidance for melding these process improvement methodologies. It presents six detailed case studies, along with essential real-world lessons, big-picture insights, and mistakes to avoid. Drawing on decades of process improvement experience, author Paul McMahon explains how combining an Agile approach with the CMMI process improvement framework is the fastest, most effective way to achieve your business objectives. He offers practical, proven techniques for CMMI and Agile integration, including new ways to extend Agile into system engineering and project management and to optimize performance by focusing on your organization's unique, culture-related weaknesses.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    Indianapolis, Ind. : Sams Pub.
    ISBN: 9780132121958 , 0132121956
    Language: English
    Pages: 1 online resource (vii, 207 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Facebook (Electronic resource) ; Online social networks ; Social networks ; Computer network resources ; Web sites ; Design ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Sams Teach Yourself Facebook® in 10 Minutes , Second Edition offers straightforward, practical answers when you need fast results. By working through 10-minute lessons, you'll learn everything you need to know to quickly and easily get up to speed with Facebook. Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes provide additional information 10 minutes is all you need to learn how to... Start a new account and build a profile page Connect with friends, coworkers, and family members Post status updates, comments, and view news feeds Communicate through Wall posts, messages, and live chat Create a blog with Facebook notes Share photos, videos, and favorite links Add applications to enhance your Facebook experience Share a hobby or interest using Facebook groups Keep track of upcoming events and happenings Create an official Page for a band, business, or other organization Keep connected with Facebook through your mobile device Control your privacy settings and keep your information safe
    Note: Includes index. - Description based on print version record
    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...