Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • 2010-2014  (79)
  • 2010  (79)
  • Sebastopol, Calif. : O'Reilly Media  (79)
  • Electronic books ; local  (79)
Datenlieferant
Materialart
Sprache
Erscheinungszeitraum
  • 2010-2014  (79)
Jahr
  • 1
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596806941 , 0596806949
    Sprache: Englisch
    Seiten: 1 online resource (xxii, 451 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): JavaScript (Computer program language) ; Web site development ; Electronic books ; local
    Kurzfassung: jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you'll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. Ideal for newcomers and JavaScript veterans alike, jQuery Cookbook starts with the basics and then moves to practical use cases with tested solutions to common web development hurdles. You also get recipes on advanced topics, such as methods for applying jQuery to large projects. Solve problems involving events, effects, dimensions, forms, themes, and user interface elements Learn how to enhance your forms, and how to position and reposition elements on a page Make the most of jQuery's event management system, including custom events and custom event data Create UI elements-such as tabs, accordions, and modals-from scratch Optimize your code to eliminate bottlenecks and ensure peak performance Learn how to test your jQuery applications The book's contributors include: Cody Lindley James Padolsey Ralph Whitbeck Jonathan Sharp Michael Geary and Scott González Rebecca Murphey Remy Sharp Ariel Flesler Brian Cherne Jörn Zaefferer Mike Hostetler Nathan Smith Richard D. Worth Maggie Wachs, Scott Jehl, Todd Parker, and Patty Toland Rob Burns
    Anmerkung: Description based on print version record. - Includes index. - "Solutions & examples for jQuery developers"--Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449379629 , 1449379621
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 1083 p.) , ill.
    Ausgabe: 4th ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): C♯ (Computer program language) ; Electronic books ; local
    Kurzfassung: What people are saying about C# 4.0 in a Nutshell "C# 4.0 in a Nutshell is one of the few books I keep on my desk as a quick reference. It is a book I recommend."--Scott Guthrie, Corporate Vice President, .NET Developer Platform, Microsoft Corporation "A must-read for a concise but thorough examination of the parallel programming features in the .NET Framework 4."--Stephen Toub, Parallel Computing Platform Program Manager, Microsoft "This wonderful book is a great reference for developers of all levels."-- Chris Burrows, C# Compiler Team, Microsoft When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0. Get up to speed on C# language basics, including syntax, types, and variables Explore advanced topics such as unsafe code and preprocessor directives Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability
    Anmerkung: Description based on print version record. - "Covers CLR 4.0"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449394660 , 1449394663
    Sprache: Englisch
    Seiten: 1 online resource (xi, 204 p.) , ill.
    Ausgabe: 3rd ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): C# (Computer program language) ; Handbooks, manuals, etc ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: When you're programming C# 4.0 and need a little help, this tightly focused and practical book tells you exactly what you need to know -- without long introductions or bloated examples. It's ideal as a succinct quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#. Written by the authors of the acclaimed C# 4.0 in a Nutshell (O'Reilly), this book covers the entire C# 4.0 language -- without skimping on the details -- including: Features new to C# 4.0, such as dynamic binding, optional and named parameters, and type parameter variance All of C#'s fundamentals Advanced topics, including operator overloading, custom conversions, type constraints, covariance and contravariance, lambda expressions and closures, iterators, nullable types, and operator lifting LINQ, starting with sequences, lazy execution, and standard query operators; finishing with a complete reference to query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
    Anmerkung: Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449380359 , 1449380352
    Sprache: Englisch
    Seiten: 1 online resource (xl, 797 p.) , ill.
    Ausgabe: 2nd ed.
    Serie: Head first
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Visual C♯ .NET ; Microsoft Visual studio ; C# (Computer program language) ; Visual programming (Computer science) ; Electronic books ; local
    Kurzfassung: You want to learn C# programming, but you're not sure you want to suffer through another tedious technical book. You're in luck: Head First C# introduces this language in a fun, visual way. You'll quickly learn everything from creating your first program to learning sophisticated coding skills with C# 4.0, Visual Studio 2010 and .NET 4, while avoiding common errors that frustrate many students. The second edition offers several hands-on labs along the way to help you build and test programs using skills you've learned up to that point. In the final lab, you'll put everything together. From objects to garbage collection and from exceptions to interactions, you'll learn C# in a way that engages and entertains your brain. Here are a few of the topics you'll learn: Start by building a useful application with pre-built components in Visual Studio 2010 Discover how objects work, using real-world examples Store numbers, text, and other basic data types using primitives Save complex data in files and databases with great C# tools Build intuitive and easy-to-use interfaces by following simple rules Design your code to catch exceptions -- things you don't expect Develop good programming habits, such as refactoring code and applying unit tests Learn how web services put your programs in touch with the rest of the world Make it easy for other people to install your software
    Anmerkung: Description based on print version record. - "Covers C# & .Net 4.0, and Visual Studio 2010 ... A learner's guide to real-world programming with Visual C# and .NET"--Cover. - "A brain-friendly guide"--Cover. - Includes index. - Previous ed.: 2007
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596808365 , 0596808364
    Sprache: Englisch
    Seiten: 1 online resource (xxviii, 325 p.) , ill.
    Serie: Head first
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Geometry, Hyperbolic ; Three-manifolds (Topology) ; Geometry, Hyperbolic ; Problems, exercises, etc ; Three-manifolds (Topology) ; Problems, exercises, etc ; Electronic books ; local
    Kurzfassung: Having trouble with geometry? Do Pi, The Pythagorean Theorem, and angle calculations just make your head spin? Relax. With Head First 2D Geometry, you'll master everything from triangles, quads and polygons to the time-saving secrets of similar and congruent angles -- and it'll be quick, painless, and fun. Through entertaining stories and practical examples from the world around you, this book takes you beyond boring problems. You'll actually use what you learn to make real-life decisions, like using angles and parallel lines to crack a mysterious CSI case. Put geometry to work for you, and nail your class exams along the way. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First 2D Geometry uses a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
    Anmerkung: Description based on print version record. - "A brain-friendly guide"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596808259 , 0596808259
    Sprache: Englisch
    Seiten: 1 online resource (v, 183 p.)
    Ausgabe: 4th ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): HTML (Document markup language) ; XHTML (Document markup language) ; Electronic books ; local
    Kurzfassung: After years of using spacer GIFs, layers of nested tables, and other improvised solutions for building your web sites, getting used to the more stringent standards-compliant design can be intimidating. HTML and XHTML Pocket Reference is the perfect little book when you need answers immediately. Jennifer Niederst-Robbins, author Web Design in a Nutshell , has revised and updated the fourth edition of this pocket guide by taking the top 20% of vital reference information from her Nutshell book, augmenting it judiciously, cross-referencing everything, and organizing it according to the most common needs of web developers. The result is a handy book that offers the bare essentials on web standards in a small, concise format that you can use carry anywhere for quick reference. HTML and XHTML Pocket Reference features easy-to-find listings of every HTML and XHTML tag, and every Cascading Style Sheet value. It's an indispensable reference for any serious web designer, author, or programmer who needs a fast on-the-job resource when working with established web standards.
    Anmerkung: Description based on print version record. - "Covers HTML5"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596807375 , 0596807376
    Sprache: Englisch
    Seiten: 1 online resource (xvii, 266 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Strategic planning ; Business planning ; Leadership ; Electronic books ; local
    Kurzfassung: Once in a generation, a book comes along that transforms the business landscape. For today's business leaders, The New How redefines the way companies create strategies and win new markets. Management gurus have always said "people matter." But those same gurus still relegate strategy to an elite set of executives who focus on frameworks, long presentations, and hierarchical approaches. Business strategy typically has been planned by corporate chiefs in annual meetings, and then dictated to managers to carry out. The New How turns that notion on its head. After many years of working with Apple, Adobe, HP, and many other companies, Nilofer Merchant discovered the secret sauce: the best way to create a winning strategy is to include employees at all levels, helping to create strategy they not only believe in, but are also equipped to implement. In The New How , Nilofer shows today's corporate directors, executives, and managers how they can transform their traditional, top-down approach to strategy planning and execution into collaborative "stratecution" that has proven to be significantly more effective. Enhance performance and outcomes by deflating the "air sandwich" between executives in the boardroom and employees Recognize that strategy and execution are thoroughly intertwined Understand how successful strategy is founded in effective idea selection-a pile of good ideas doesn't necessarily build good strategy Create company strategy and link it to targeted execution, using the practical models and techniques provided
    Anmerkung: Description based on print version record. - Includes bibliographical references (p. [251]-255) and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xv, 346 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Computer networks ; Environmental aspects ; Digital communications ; Environmental aspects ; Sustainable development ; Electronic books ; local
    Kurzfassung: "What technologies do we need to solve the complex environmental, economic, social, and political challenges facing us today? As this thought-provoking book reveals, one tool for enacting change is already at our fingertips: the global network. Consider the private domains of companies, governments, and institutions along with the public Internet: we have an immense communications network that connects billions of people in ways we never thought possible. In this book, author Sarah Sorensen clearly demonstrates why this network is the best sustainable technology available to help us tackle a wide range of problems. If each of us represents a node on this network, then it's time we realize the potential we hold. The Sustainable Network is a call to action, urging individuals, governments, markets, and organizations to put the power of this network to good use"--Resource description page.
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596805708 , 0596805705
    Sprache: Englisch
    Seiten: 1 online resource (xi, 242 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iPhone (Smartphone) ; Mobile games ; Design ; Objective-C (Computer program language) ; Electronic books ; local
    Kurzfassung: What do you need to know to create a game for the iPhone? Even if you've already built some iPhone applications, developing games using iPhone's gestural interface and limited screen layout requires new skills. With iPhone Game Development , you get everything from game development basics and iPhone programming fundamentals to guidelines for dealing with special graphics and audio needs, creating in-game physics, and much more. Loaded with descriptive examples and clear explanations, this book helps you learn the technical design issues particular to the iPhone and iPod Touch, and suggests ways to maximize performance in different types of games. You also get plug-in classes to compensate for the areas where the iPhone's game programming support is weak. Learn how to develop iPhone games that provide engaging user experiences Become familiar with Objective-C and the Xcode suite of tools Learn what it takes to adapt the iPhone interface to games Create a robust, scalable framework for a game app Understand the requirements for implementing 2D and 3D graphics Learn how to add music and audio effects, as well as menus and controls Get instructions for publishing your game to the App Store
    Anmerkung: Description based on print version record. - "Developing 2D and 3D games in Objective-C"--Cover. - Includes bibliographical references (p. 231-232) and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596806576 , 0596806574
    Sprache: Englisch
    Seiten: 1 online resource (vi, 232 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Social media ; Business enterprises ; Computer network resources ; Internet marketing ; Electronic books ; local
    Kurzfassung: Are you looking to take advantage of social media for your business or organization? With easy-to-understand introductions to blogging, forums, opinion and review sites, and social networks such as Twitter, Facebook, and LinkedIn, this book will help you choose the best -- and avoid the worst -- of the social web's unique marketing opportunities. The Social Media Marketing Book guides you through the maze of communities, platforms, and social media tools so you can decide which ones to use, and how to use them most effectively. With an objective approach and clear, straightforward language, Dan Zarrella, aka "The Social Media & Marketing Scientist," shows you how to plan and implement campaigns intelligently, and then measure results and track return on investment. Whether you're a seasoned pro or new to the social web, this book will take you beyond the jargon to social media marketing mastery. Make sense of this complicated environment with the help of screenshots, graphs, and visual explanations Understand the history and culture of each social media type, including features, functionality, and protocols Get clear-cut explanations of the methods you need to trigger viral marketing successes Choose the technologies and marketing tactics most relevant to your campaign goals Learn how to set specific goals for your campaigns and evaluate them according to key performance indicators Praise for The Social Media Marketing Book : "Let Zarrella take you to social-media marketing school. You'll learn more from reading this book than a month of research on the Internet." --Guy Kawasaki, co-founder of Alltop.com "If I could be any other person for a day, it would be Dan Zarella. Either him or Brad Pitt. But Dan's smarter. This book is why I say that." --Chris Brogan, President of New Marketing Labs "This book demonstrates a beginning to the endless possibilities of the Social Web." -- Brian Solis, publisher of leading marketing blog PR 2.0
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809294 , 0596809298
    Sprache: Englisch
    Seiten: 1 online resource (xxxii, 517 p.) , ill.
    Serie: Head first
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Twitter ; iPhone (Smartphone) ; Programming ; Application software ; Development ; Computer software ; Development ; Mobile computing ; Electronic books ; local
    Kurzfassung: Let's say you have an idea for a killer iPhone app. Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications. Put Objective-C core concepts to work, including message passing, protocols, properties, and memory management Take advantage of iPhone patterns such as datasources and delegates Preview your applications in the iPhone Simulator Build complicated interactions that utilize multiple views, data entry/editing, and iPhone rotation Work with iPhone's camera, GPS, and accelerometer Create interactive, entertaining games Optimize, test, and distribute your application We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media | Boston, Mass. :Safari Books Online,
    ISBN: 9780596806842 , 0596806841
    Sprache: Englisch
    Seiten: 1 v. (unpaged) , ill.
    Schlagwort(e): Computer software developers ; Vocational guidance ; Electronic books ; local
    Kurzfassung: Are you doing all you can to further your career as a software developer? With today's rapidly changing and ever-expanding technologies, being successful requires more than technical expertise. To grow professionally, you also need soft skills and effective learning techniques. Honing those skills is what this book is all about. Authors Dave Hoover and Adewale Oshineye have cataloged dozens of behavior patterns to help you perfect essential aspects of your craft. Compiled from years of research, many interviews, and feedback from O'Reilly's online forum, these patterns address difficult situations that programmers, administrators, and DBAs face every day. And it's not just about financial success. Apprenticeship Patterns also approaches software development as a means to personal fulfillment. Discover how this book can help you make the best of both your life and your career. Solutions to some common obstacles that this book explores in-depth include: Burned out at work? "Nurture Your Passion" by finding a pet project to rediscover the joy of problem solving. Feeling overwhelmed by new information? Re-explore familiar territory by building something you've built before, then use "Retreat into Competence" to move forward again. Stuck in your learning? Seek a team of experienced and talented developers with whom you can "Be the Worst" for a while. "Brilliant stuff! Reading this book was like being in a time machine that pulled me back to those key learning moments in my career as a professional software developer and, instead of having to learn best practices the hard way, I had a guru sitting on my shoulder guiding me every step towards master craftsmanship. I'll certainly be recommending this book to clients. I wish I had this book 14 years ago!" -Russ Miles, CEO, OpenCredo
    Anmerkung: Title from resource description page
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596804749 , 0596804741
    Sprache: Englisch
    Seiten: 1 online resource (xxi, 470 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Search engines ; Programming ; Web search engines ; Web site development ; Electronic books ; local
    Kurzfassung: How can you make it easier for people to find your website? And how can you convert casual visitors into active users? SEO Warrior shows you how it's done through a collection of tried and true techniques, hacks, and best practices. Learn the nuts and bolts of search engine optimization (SEO) theory, the importance of keyword strategy, and how to avoid and remedy search engine traps. You'll also learn about search engine marketing (SEM) practices, such as Google AdWords, and how you can use social networking to increase your visibility. Ideal for web developers, savvy marketers, webmasters, and anyone else interested in SEO, this book serves not only as an SEO tutorial, but also as a reference for implementing effective SEO techniques. Create compelling sites with SEO that can stand the test of time Optimize your site for Google, Yahoo!, Microsoft's Bing, as well as search engines used in different parts of the world Conduct keyword research to find the best terms to reach your audience--and the related terms they'll respond to Learn what makes search engines tick by utilizing custom scripts Analyze your site to see how it measures up to the competition
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809515 , 0596809514
    Sprache: Englisch
    Seiten: 1 online resource (xxiv, 229 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Computer programming ; Computer programmers ; Computer software ; Development ; Electronic books ; local
    Kurzfassung: Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice. With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects. A few of the 97 things you should know: "Code in the Language of the Domain" by Dan North "Write Tests for People" by Gerard Meszaros "Convenience Is Not an -ility" by Gregor Hohpe "Know Your IDE" by Heinz Kabutz "A Message to the Future" by Linda Rising "The Boy Scout Rule" by Robert C. Martin (Uncle Bob) "Beware the Share" by Udi Dahan
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxii, 598 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): MySQL (Electronic resource) ; Electronic books ; local
    Kurzfassung: Server bottlenecks and failures are a fact of life in any database deployment, but they don't have to bring everything to a halt. MySQL has several features that can help you protect your system from outages, whether it's running on hardware, virtual machines, or in the cloud. MySQL High Availability explains how to use these replication, cluster, and monitoring features in a wide range of real-life situations. Written by engineers who designed many of the tools covered inside, this book reveals undocumented or hard-to-find aspects of MySQL reliability and high availability -- knowledge that's essential for any organization using this database system. Explore the binary log, a file for replication that helps in disaster recovery and troubleshooting Get techniques for improving response time and handling large data sets Monitor database activity and performance, as well as major operating system parameters Keep track of what masters and slaves are doing, and deal with failures and restarts, corruption, and other incidents Automate key tasks with code from an open source library written by the authors Learn techniques for using MySQL in virtualized environments, such as Amazon Web Services Use MySQL Cluster to achieve high availability "MySQL replication is widely deployed but has never been adequately explained. This book changes that."-- Mark Callaghan, MySQL contributor and leader of MySQL engineering efforts at a few of the world's largest Internet companies
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596804725 , 0596804725
    Sprache: Englisch
    Seiten: 1 online resource (xxvii, 492 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Bioinformatics ; Python (Computer program language) ; Electronic books ; local
    Kurzfassung: Powerful, flexible, and easy to use, Python is an ideal language for building software tools and applications for life science research and development. This unique book shows you how to program with Python, using code examples taken directly from bioinformatics. In a short time, you'll be using sophisticated techniques and Python modules that are particularly effective for bioinformatics programming. Bioinformatics Programming Using Python is perfect for anyone involved with bioinformatics -- researchers, support staff, students, and software developers interested in writing bioinformatics applications. You'll find it useful whether you already use Python, write code in another language, or have no programming experience at all. It's an excellent self-instruction tool, as well as a handy reference when facing the challenges of real-life programming tasks. Become familiar with Python's fundamentals, including ways to develop simple applications Learn how to use Python modules for pattern matching, structured text processing, online data retrieval, and database access Discover generalized patterns that cover a large proportion of how Python code is used in bioinformatics Learn how to apply the principles and techniques of object-oriented programming Benefit from the "tips and traps" section in each chapter
    Anmerkung: Description based on print version record. - "Practical programming for biological data"--Cover. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809140 , 059680914X
    Sprache: Englisch
    Seiten: 1 online resource (xv, 293 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web services ; Representational State Transfer (Software architecture) ; Electronic books ; local
    Kurzfassung: While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 100 recipes to help you take advantage of REST, HTTP, and the infrastructure of the Web. You'll learn ways to design RESTful web services for client and server applications that meet performance, scalability, reliability, and security goals, no matter what programming language and development framework you use. Each recipe includes one or two problem statements, with easy-to-follow, step-by-step instructions for solving them, as well as examples using HTTP requests and responses, and XML, JSON, and Atom snippets. You'll also get implementation guidelines, and a discussion of the pros, cons, and trade-offs that come with each solution. Learn how to design resources to meet various application scenarios Successfully design representations and URIs Implement the hypertext constraint using links and link headers Understand when and how to use Atom and AtomPub Know what and what not to do to support caching Learn how to implement concurrency control Deal with advanced use cases involving copying, merging, transactions, batch processing, and partial updates Secure web services and support OAuth
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596805777 , 0596805772
    Sprache: Englisch
    Seiten: 1 online resource (xv, 280 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): VMware ; Virtual computer systems ; Electronic books ; local
    Kurzfassung: If you want to gain insight into the real-world uses of VMware ESX and ESXi, this book provides scores of step-by-step solutions for working with these products in a wide range of network environments. You'll not only learn the basics -- how to pool resources from hardware servers, computer clusters, networks, and storage, and then distribute them among virtual machines -- but also the stumbling blocks you'll encounter when you monitor systems, troubleshoot problems, and deal with security. In addition to the recipes, VMware Cookbook includes background information to help you determine your virtualization needs. You'll come to view VMware as part of the real environment, alongside operating systems, storage, and logical and physical network components. Follow best practices for installing VMware in your environment Discover how to secure and monitor your network Understand disk storage implementation and configuration Learn resource management using the distributed resource scheduler, shares, and resource pools Configure logical and physical networks Learn how to clone and migrate servers Gain valuable tips for configuration and fine-tuning Many resources can teach you about virtualization and the basics of VMware. This book is for system administrators who are ready to go beyond an introduction.
    Anmerkung: Description based on print version record. - "Covers ESX and ESXi."--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809430 , 0596809433
    Sprache: Englisch
    Seiten: 1 online resource (ix, 324 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Finance, Personal ; Electronic books ; local
    Kurzfassung: Keeping your financial house in order is more important than ever. But how do you deal with expenses, debt, taxes, and retirement without getting overwhelmed? This book points the way. It's filled with the kind of practical guidance and sound insights that makes J.D. Roth's GetRichSlowly.org a critically acclaimed source of personal-finance advice. You won't find any get-rich-quick schemes here, just sensible advice for getting the most from your money. Even if you have perfect credit and no debt, you'll learn ways to make your rosy financial situation even better. Get the info you need to make sensible decisions on saving, spending, and investing Learn the best ways to set and achieve financial goals Set up a realistic budget framework and learn how to track expenses Discover proven methods to help you eliminate debt Understand how to use credit wisely Win big by making smart decisions on your home and other big-ticket items Learn how to get the most from your investments by avoiding rash decisions Decide how -- and how much -- to save for retirement
    Anmerkung: Description based on print version record. - Author from cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xx, 288 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web site development ; Representational State Transfer (Software architecture) ; Java (Computer program language) ; Application software ; Development ; Electronic books ; local
    Kurzfassung: Learn how to design and develop distributed web services in Java using RESTful architectural principals and the JAX-RS specification in Java EE 6. With this hands-on reference, you'll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP. It's easy to get started with services based on the REST architecture. RESTful Java with JAX-RS includes a technical guide that explains REST and JAX-RS, how they work, and when to use them. With the RESTEasy workbook that follows, you get step-by-step instructions for installing, configuring, and running several working JAX-RS examples using the JBoss RESTEasy implementation of JAX-RS. Work on the design of a distributed RESTful interface, and develop it in Java as a JAX-RS service Dispatch HTTP requests in JAX-RS, and learn how to extract information from them Deploy your web services within Java Enterprise Edition using the Application class, Default Component Model, EJB Integration, Spring Integration, and JPA Discover several options for securing your web services Learn how to implement RESTful design patterns using JAX-RS Write RESTful clients in Java using libraries and frameworks such as java.net.URL, Apache HTTP Client, and RESTEasy Proxy
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxxvi, 402 p.) , ill.
    Serie: Head first series
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Excel (Computer file) ; Electronic spreadsheets ; Business ; Computer programs ; Electronic books ; local
    Kurzfassung: Do you use Excel for simple lists, but get confused and frustrated when it comes to actually doing something useful with all that data? Stop tearing your hair out: Head First Excel helps you painlessly move from spreadsheet dabbler to savvy user. Whether you're completely new to Excel, or an experienced user looking to make the program work better for you, this book will help you incorporate Excel into every aspect of your workflow.
    Anmerkung: Description based on print version record. - "A brain-friendly guide"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xvi, 286 p.) , ill.
    Ausgabe: 9th ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iTunes ; iPod (Digital music player) ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: "iPod: the Missing Manual. Apple has the world hooked on portable music, movies, TV shows, pictures, and more. But one thing they don't have is an easy guide to help you get the most out of your sleek personal entertainment center. J.D. Biersdorfer and David Pogue give you the complete scoop on the latest line of iPods in this chock-full-of-tips, full-color guide. It's the world's most popular iPod book." -- P. [4] of cover.
    Anmerkung: Statement of responsibility from t.p. verso. - Includes bibliographical references and index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (34 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The mini missing manual
    Schlagwort(e): Electronic books ; Electronic publications ; iPad (Computer) ; Tablet computers ; Apple computer ; Electronic books ; local
    Kurzfassung: "iBooks and ePeriodicals on the iPad: The Mini Missing Manual takes you down the virtual rows of Apple's iBookstore, to help you find, buy, download, read, and navigate ebooks and subscribe to magazine and newspapers on your iPad"--Resource description page.
    Anmerkung: Description based on resource description page (viewed Oct. 6, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxi, 738 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Adobe Developer library guide for rich Internet application developers
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Flex (Computer file) ; Internet programming ; Application software ; Development ; Web services ; Web site development ; Electronic books ; local
    Kurzfassung: With this collection of proven recipes, you have the ideal problem-solving guide for developing interactive Rich Internet Applications on the Adobe Flash Platform. You'll find answers to hundreds of common problems you may encounter when using Adobe Flex, Flex 4 Framework, or Flash Builder, Adobe's GUI-based development tool. Flex 4 Cookbook has hands-on recipes for everything from Flex basics to solutions for working with visual components and data access, as well as tips on application development, unit testing, and Adobe AIR. Each recipe provides an explanation of how and why it works, and includes sample code that you can use immediately. You'll get results fast, whether you're a committed Flex developer or still evaluating the technology. It's a great way to jumpstart your next web application. Topics include: Using Spark Component Text Layout Framework Groups and Layout Spark List and ItemRenderer Images, bitmaps, videos, and sounds CSS, styling, and skinning States and Effects Working with Collections Using DataBinding Validation, formatting, and regular expressions Using Charts Services and Data Access Using RSLs and Modules Working with Adobe AIR 2.0
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449382001 , 1449382002
    Sprache: Englisch
    Seiten: 1 online resource (xxiv, 800 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Mathematica (Computer file) ; Functions of complex variables ; Mathematical analysis ; Electronic books ; local
    Kurzfassung: Mathematica Cookbook helps you master the application's core principles by walking you through real-world problems. Ideal for browsing, this book includes recipes for working with numerics, data structures, algebraic equations, calculus, and statistics. You'll also venture into exotic territory with recipes for data visualization using 2D and 3D graphic tools, image processing, and music. Although Mathematica 7 is a highly advanced computational platform, the recipes in this book make it accessible to everyone -- whether you're working on high school algebra, simple graphs, PhD-level computation, financial analysis, or advanced engineering models. Learn how to use Mathematica at a higher level with functional programming and pattern matching Delve into the rich library of functions for string and structured text manipulation Learn how to apply the tools to physics and engineering problems Draw on Mathematica's access to physics, chemistry, and biology data Get techniques for solving equations in computational finance Learn how to use Mathematica for sophisticated image processing Process music and audio as musical notes, analog waveforms, or digital sound samples Visit the catalog page for Mathematica CookbookVisit the errata page for Mathematica Cookbook
    Anmerkung: Description based on print version record. - "Building Blocks for Science, Engineering, Finance, Music, and More"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (142 p.) , ill.
    Schlagwort(e): iPhone (Smartphone) ; Smartphones ; Programming ; Cocoa (Application development environment) ; Electronic books ; local
    Kurzfassung: "Creating iPhone Apps with Cocoa Touch: The Mini Missing Manual walks you through developing your first iPhone App and introduces you to your programming environment and tools: Cocoa Touch, Interface Builder, Xcode, and the Objective-C programming language. This eBook is adapted from parts of iPhone App Development: The Missing Manual"--Resource description page.
    Anmerkung: Description based on resource description page (viewed July 28, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxiv, 891 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): FileMaker pro ; Database management ; Electronic books ; local
    Kurzfassung: This hands-on, friendly guide shows you how to harness FileMaker's power to make your information work for you. With a few mouse clicks, the FileMaker Pro 11 database helps you create and print corporate reports, manage a mailing list, or run your entire business. FileMaker Pro 11: The Missing Manual helps you get started, build your database, and produce results, whether you're running a business, pursuing a hobby, or planning your retirement. It's a thorough, accessible guide for new, non-technical users, as well as those with more experience. Start up: Get your first database up and running in minutes Catalog your data: Organize contacts, to-do items, and product information with speedy data-entry and sorting tools Create professional documents: Publish reports, invoices, and more, with ease Add visual power and clarity: Create colorful charts to illustrate and summarize your data Harness processing power: Crunch numbers and search text with dozens of built-in formulas Learn advanced topics: Explore the high-level features of FileMaker Pro Advanced and FileMaker Server
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xvii, 193 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Open source software ; Object-oriented databases ; Electronic books ; local
    Kurzfassung: How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability. Written by engineers from 10gen, the company that develops and supports this open source database, MongoDB: The Definitive Guide provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Learn how easy it is to handle data as self-contained JSON-style documents, rather than as records in a relational database. Explore ways that document-oriented storage will work for your project Learn how MongoDB's schema-free data model handles documents, collections, and multiple databases Execute basic write operations, and create complex queries to find data with any criteria Use indexes, aggregation tools, and other advanced query techniques Learn about monitoring, security and authentication, backup and repair, and more Set up master-slave and automatic failover replication in MongoDB Use sharding to scale MongoDB horizontally, and learn how it impacts applications Get example applications written in Java, PHP, Python, and Ruby
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 756 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual series
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Flash (Computer file) ; Adobe AIR ; Computer animation ; ActionScript (Computer program language) ; Interactive multimedia ; Authoring programs ; Electronic books ; local
    Kurzfassung: Once you know how to use Flash, you can create everything from simple animations to high-end desktop applications, but it's a complex tool that can be difficult to master on your own-unless you have this Missing Manual. This book will help you learn all you need to know about Flash CS5 to create animations that bring your ideas to life. Learn animation basics. Find everything you need to know to get started with Flash Master the Flash tools. Learn the animation and effects toolset, with clear explanations and hands-on examples Use 3D effects. Rotate and put objects in motion in three dimensions Create lifelike motion. Use the IK Bones tool to simulate realistic body movements and other linked motions Speed up development. Use templates, code snippets, and motion presets Design applications. Get an intro to building full desktop applications with Flash and Adobe AIR Create rich interactive animations. Dive into advanced interactivity with easy-to-learn ActionScript examples
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449380090 , 1449380093
    Sprache: Englisch
    Seiten: 1 online resource (xvii, 279 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web site development ; Internet programming ; Electronic books ; local
    Kurzfassung: How do you create a mission-critical site that provides exceptional performance while remaining flexible, adaptable, and reliable 24/7? Written by the manager of a UI group at Yahoo!, Developing Large Web Applications offers practical steps for building rock-solid applications that remain effective even as you add features, functions, and users. You'll learn how to develop large web applications with the extreme precision required for other types of software. Avoid common coding and maintenance headaches as small websites add more pages, more code, and more programmers Get comprehensive solutions for refining HTML, CSS, JavaScript, PHP, and Ajax for large-scale web applications Make changes in one place that ripple through all affected page elements Embrace the virtues of modularity, encapsulation, abstraction, and loosely coupled components Use tried-and-true techniques for managing data exchange, including working with forms and cookies Learn often-overlooked best practices in code management and software engineering Prepare your code to make performance enhancements and testing easier
    Anmerkung: Description based on print version record. - Includes index. - "Practicing code that can grow and thrive"--Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 812 p.) , ill.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Access ; Database management ; Electronic books ; local
    Kurzfassung: Unlock the secrets of this powerful database program and discover how to use your data in creative ways. With this book's easy step-by-step process, you'll quickly learn how to build and maintain a complete Access database, using Access 2013's new, simpler user interface and templates. You also get practices and tips from the pros for good database design-ideal whether you're using Access for school, business, or at home. The important stuff you need to know: Build a database with ease. Store information to track numbers, products, documents, and more. Customize the interface. Build your own forms to make data entry a snap. Find what you need fast. Search, sort, and summarize huge amounts of information. Put your data to use. Turn raw info into printed reports with attractive formatting. Share your data. Collaborate online with SharePoint and the Access web database. Dive into Access programming. Get tricks and techniques to automate common tasks. Create rich data connections. Build dynamic links with SQL Server, SharePoint, and other systems.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (iv, 176 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iWork ; Word processing ; Software ; Macintosh (Computer) ; Electronic books ; local
    Kurzfassung: "This eBook makes you a instant expert in Pages' state-of-the-art layout tools. Quickly combine your words and images into vivid, professional pieces, ready to print"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449381943 , 1449381944
    Sprache: Englisch
    Seiten: 1 online resource (xxx, 318 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): HTML (Document markup language) ; Cascading style sheets ; Electronic books ; local
    Kurzfassung: HTML and CSS are the workhorses of web design, and using them together to build consistent, reliable web pages requires both skill and knowledge. The task is more difficult if you're relying on outdated, confusing, and unnecessary HTML hacks and workarounds. Author Ben Henick shows you how to avoid those traps by going beyond the standard tips, tricks, and techniques to connect the underlying theory and design of HTML and CSS to your everyday work habits. With this practical book, you'll learn how to work with these tools far more effectively than is standard practice for most web developers. Whether you handcraft individual pages or build templates, HTML & CSS: The Good Parts will help you get the most out of these tools in all aspects of web page design-from layout to typography and to color. Structure HTML markup to maximize the power of CSS Implement complex multi-column layouts from scratch Improve site production values with advanced CSS techniques Support formal usability and accessibility requirements with tools built into HTML and CSS Avoid the most annoying browser and platform limitations
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449377229 , 144937722X
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 212 p.) , ill., maps.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Cyberterrorism ; Information warfare ; Computer crimes ; Terrorism ; Electronic books ; local
    Kurzfassung: What people are saying about Inside Cyber Warfare "The necessary handbook for the 21st century." --Lewis Shepherd, Chief Tech Officer and Senior Fellow, Microsoft Institute for Advanced Technology in Governments "A must-read for policy makers and leaders who need to understand the big-picture landscape of cyber war." --Jim Stogdill, CTO, Mission Services Accenture You may have heard about "cyber warfare" in the news, but do you really know what it is? This book provides fascinating and disturbing details on how nations, groups, and individuals throughout the world are using the Internet as an attack platform to gain military, political, and economic advantages over their adversaries. You'll learn how sophisticated hackers working on behalf of states or organized crime patiently play a high-stakes game that could target anyone, regardless of affiliation or nationality. Inside Cyber Warfare goes beyond the headlines of attention-grabbing DDoS attacks and takes a deep look inside multiple cyber-conflicts that occurred from 2002 through summer 2009. Learn how cyber attacks are waged in open conflicts, including recent hostilities between Russia and Georgia, and Israel and Palestine Discover why Twitter, Facebook, LiveJournal, Vkontakte, and other sites on the social web are mined by the intelligence services of many nations Read about China's commitment to penetrate the networks of its technologically superior adversaries as a matter of national survival Find out why many attacks originate from servers in the United States, and who's responsible Learn how hackers are "weaponizing" malware to attack vulnerabilities at the application level
    Anmerkung: Description based on print version record. - "Mapping the cyber underworld"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780735649873 , 0735649871
    Sprache: Englisch
    Seiten: 1 online resource (xxiii, 491 p.) , ill.
    Serie: Inside out
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Windows (Computer file) ; Operating systems (Computers) ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: You're beyond the basics, so dive right into troubleshooting Windows 7 -- and really put your PC to work! This supremely organized reference describes hundreds of prevention tips, troubleshooting techniques, and recovery tools in one essential guide. It's all muscle and no fluff. Discover how the experts keep their Windows 7-based systems running smoothly -- and challenge yourself to new levels of mastery. Take control of essential Windows 7 maintenance and security features, such as the Action Center and User Account Control Master quick fixes to the most common problems using expert tips and step-by-step repair guides Implement best practices to help prevent and combat viruses, malware, and identity theft Apply advanced troubleshooting techniques by understanding how Windows 7 works Diagnose hardware problems and work safely with your PC Develop a recovery plan to restore your system and data in the event of a disaster Know when to use power utilities for advanced performance, maintenance, and diagnostics Your book -- online! Get your fully searchable online edition -- with unlimited access on the Web.
    Anmerkung: "Published with the authorization of Microsoft Corporation by O'Reilly Media, Inc."--t.p. verso. - At head of title : Microsoft. - "Your fully searchable online edition, with unlimited access on the web; free online account required"--Cover, p. [4]. - Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (viii, 275 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Access ; Database management ; Electronic books ; local
    Kurzfassung: "With this full color, no-nonsense guide, you'll learn the quickest ways to solve a problem or learn a skill with Microsoft Access 2010. Easy-to-follow steps and concise, straightforward language make learning plain and simple!"--Resource description page.
    Anmerkung: Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (893 p.) , ill.
    Ausgabe: 6th ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): JavaScript (Computer program language) ; Electronic books ; local
    Kurzfassung: Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers-a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers. The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who want to master it. "A must-have reference for expert JavaScript programmers...well-organized and detailed." -Brendan Eich, creator of JavaScript, CTO of Mozilla "I made a career of what I learned from JavaScript: The Definitive Guide ." -Andrew Hedges, Tapulous
    Anmerkung: Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449390259 , 1449390250
    Sprache: Englisch
    Seiten: 1 online resource (xiii, 412 p.)
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Computer programming ; Computer engineering ; Computer hackers ; Artificial intelligence ; Research ; Geeks (Computer enthusiasts) ; Electronic books ; local
    Kurzfassung: This 25th anniversary edition of Steven Levy's classic book traces the exploits of the computer revolution's original hackers -- those brilliant and eccentric nerds from the late 1950s through the early '80s who took risks, bent the rules, and pushed the world in a radical new direction. With updated material from noteworthy hackers such as Bill Gates, Mark Zuckerberg, Richard Stallman, and Steve Wozniak, Hackers is a fascinating story that begins in early computer research labs and leads to the first home computers. Levy profiles the imaginative brainiacs who found clever and unorthodox solutions to computer engineering problems. They had a shared sense of values, known as "the hacker ethic," that still thrives today. Hackers captures a seminal period in recent history when underground activities blazed a trail for today's digital world, from MIT students finagling access to clunky computer-card machines to the DIY culture that spawned the Altair and the Apple II.
    Anmerkung: Description based on print version record. - Includes bibliographical references (p. 395-398) and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449388669 , 1449388663
    Sprache: Englisch
    Seiten: 1 online resource (v, 124 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): UNIX Shells ; UNIX (Computer file) ; Electronic books ; local
    Kurzfassung: It's simple: you need to know how to work with the bash shell if you want to get to the heart of Mac OS X, Linux, and other Unix systems. Updated for the most recent version of bash, this concise little book puts all of the essential information about bash at your fingertips. You'll quickly find answers to annoying questions that always come up when you're writing shell scripts -- What characters do you need to quote? How do you get variable substitution to do exactly what you want? How do you use arrays? -- and much more. If you're a user or programmer of any Unix variant, or if you're using bash on Windows, you'll find this pocket reference indispensable. This book covers: Invoking the Shell Syntax Functions Variables Arithmetic Expressions Command History Programmable Completion Job Control Shell Options Command Execution Coprocesses Restricted Shells Built-in Commands
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (56 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web sites ; Design ; JavaScript (Computer program language) ; Web site development ; Computer programs ; Electronic books ; local
    Kurzfassung: "JavaScript isn't just for programmers any more. Using free JavaScript programs and this hands-on, step-by-step guide, you can add drop-down menus, interactive buttons, games, and animation to your site"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (v, 184 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iWork ; Presentation graphics software ; Software ; Macintosh (Computer) ; Electronic books ; local
    Kurzfassung: "A thorough, indispensable guide for anyone who needs to create a Keynote presentation-now!"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449382827 , 1449382827
    Sprache: Englisch
    Seiten: 1 online resource (xxi, 437 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Ubuntu (Electronic resource) ; Linux ; Operating systems (Computers) ; Electronic books ; local
    Kurzfassung: Ubuntu for everyone! This popular Linux-based operating system is perfect for people with little technical background. It's simple to install, and easy to use -- with a strong focus on security. Ubuntu: Up and Running shows you the ins and outs of this system with a complete hands-on tour. You'll learn how Ubuntu works, how to quickly configure and maintain Ubuntu 10.04, and how to use this unique operating system for networking, business, and home entertainment. This book includes a DVD with the complete Ubuntu system and several specialized editions -- including the Mythbuntu multimedia release. Choose among three desktop environments: GNOME, KDE, or XFCE Connect printers, sound cards, cameras, webcams, and iPhones Use the Linux filesystem with either the desktop or the command line Learn networking functions, such as file and folder sharing and Internet access Get an in-depth introduction to the OpenOffice.org business productivity suite Learn how to use WINE to run Windows programs Implement upgrades quickly and easily Find out where to get, and how to install, other great software for Linux
    Anmerkung: Description based on print version record. - "Covers Ubuntu 9.10 & 10.04, includes DVD"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxii, 871 p.) , ill.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Excel (Computer file) ; Electronic books ; local
    Kurzfassung: Excel, the world's most popular spreadsheet program, has the muscle to analyze heaps of data. Beyond basic number-crunching, Excel 2010 has many impressive features that are hard to find, much less master -- especially from online help pages. This Missing Manual clearly explains how everything works with a unique and witty style to help you learn quickly. Navigate with ease. Master Excel's tabbed toolbar and its new backstage view Perform a variety of calculations. Write formulas for rounding numbers, calculating mortgage payments, and more Organize your data. Search, sort, and filter huge amounts of information Illustrate trends. Bring your data to life with charts and graphics -- including miniature charts called Sparklines Examine your data. Summarize information and find hidden patterns with pivot tables and slicers Share your spreadsheets. Use the Excel Web App to collaborate with colleagues online Rescue lost data. Restore old versions of data and find spreadsheets you forgot to save
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (64 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The mini missing manual
    Schlagwort(e): Facebook (Electronic resource) ; Online social networks ; Electronic books ; local
    Kurzfassung: "Facebook isn't just for college kids anymore. Thousands of companies use the site for everything from project collaboration and advertising to filling--and finding--jobs. This Mini Missing Manual is aimed at professionals who want to use Facebook to help them in the work world. Whether you're looking for a gig or want to boost your company's sales, you'll find useful tips you can apply today"--Resource description page.
    Anmerkung: Description based on resource description page (viewed Oct. 6, 2010). - Adapted from Facebook: the missing manual, 2nd ed. Cf. Introd
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xx, 745 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Project ; Project management ; Computer programs ; Electronic books ; local
    Kurzfassung: Microsoft Project is brimming with features to help you manage any project, large or small. But learning the software is only half the battle. What you really need is real-world guidance: how to prep your project before touching your PC, which Project tools work best, and which ones to use with care. This book explains it all, helping you go from project manager to project master. Get a project management primer. Discover what it takes to handle a project successfully Learn the program inside out. Get step-by-step instructions for Project Standard and Project Professional Build and refine your plan. Put together your team, schedule, and budget Achieve the results you want. Build realistic schedules, and learn how to keep costs under control Track your progress. Measure your performance, make course corrections, and manage changes Use Project's power tools. Customize Project's features and views, and transfer info directly between Project and other programs
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 1074 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Dreamweaver (Computer file) ; Web sites ; Authoring programs ; Web sites ; Design ; Electronic books ; local
    Kurzfassung: Adobe's website-development program lets you revamp an existing site, or design, build, and manage a new one without writing a single line of code. But learning Dreamweaver is tricky. This step-by-step guide helps you master this versatile program with jargon-free language, hands-on tutorials, and savvy advice from a Dreamweaver pro. Get complete guidance. Go from building your first web page to creating interactive, database-driven sites Build skills as you learn. Apply your knowledge using 12 tutorials and downloadable practice files Create a thoroughly modern website. Build fast-loading pages based on powerful, easy-to-use CSS tools Add instant interactivity. Use pre-packaged JavaScript programs to add forms, drop-down menus, and more Tap into databases. Connect your site to a database and build pages that display the information Discover hidden tips and tricks. Learn undocumented workarounds and shortcuts Have it your way. Customize the way Dreamweaver looks and works to suit your needs
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 796 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Adobe Photoshop ; Computer graphics ; Photography ; Digital techniques ; Electronic books ; local
    Kurzfassung: Photoshop CS5 is more amazing than ever, but it can be overwhelming if you're just getting started. This book makes learning Photoshop a breeze by explaining things in a conversational, friendly style -- with no technical jargon. After a thorough introduction to the program, you'll delve deep into Photoshop's secrets with expert tips and practical advice you can use every day. Learn your way around. Get a guided tour of Photoshop's efficient new workspace Unlock the power. Learn the best ways to use layers, channels, masks, paths, and more Bring images to life. Discover how to effectively retouch, resize, and recolor your photos Be artistic. Create beautiful illustrations and paintings, and use text effectively Share your work. Produce great-looking photos for print and the Web Work smarter and faster. Automate common chores and install plug-ins for complex tasks Get bonus online content. Find more great material on the Missing CD page Written with the clarity, humor, and objective scrutiny, Photoshop CS5: The Missing Manual is the friendly, thorough resource you need.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449380236 , 1449380239
    Sprache: Englisch
    Seiten: 1 online resource (xv, 166 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iPhone (Smartphone) ; Programming ; Computer software ; Development ; HTML (Document markup language) ; Cascading style sheets ; JavaScript (Computer program language) ; Electronic books ; local
    Kurzfassung: What people are saying about Building iPhone Apps w/ HTML, CSS, and JavaScript "The future of mobile development is clearly web technologies like CSS, HTML and JavaScript. Jonathan Stark shows you how to leverage your existing web development skills to build native iPhone applications using these technologies." --John Allsopp, author and founder of Web Directions "Jonathan's book is the most comprehensive documentation available for developing web applications for mobile Safari. Not just great tech coverage, this book is an easy read of purely fascinating mobile tidbits in a fun colloquial style. Must have for all PhoneGap developers." -- Brian LeRoux, Nitobi Software It's a fact: if you know HTML, CSS, and JavaScript, you already have the tools you need to develop your own iPhone apps. With this book, you'll learn how to use these open source web technologies to design and build apps for the iPhone and iPod Touch on the platform of your choice-without using Objective-C or Cocoa. Device-agnostic mobile apps are the wave of the future, and this book shows you how to create one product for several platforms. You'll find guidelines for converting your product into a native iPhone app using the free PhoneGap framework. And you'll learn why releasing your product as a web app first helps you find, fix, and test bugs much faster than if you went straight to the App Store with a product built with Apple's tools. Build iPhone apps with tools you already know how to use Learn how to make an existing website look and behave like an iPhone app Add native-looking animations to your web app using jQTouch Take advantage of client-side data storage with apps that run even when the iPhone is offline Hook into advanced iPhone features -- including the accelerometer, geolocation, and vibration -- with JavaScript Submit your applications to the App Store with Xcode This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS).
    Anmerkung: Description based on print version record. - "Making App Store apps without Objective-C or Cocoa"--Cover. - Includes bibliographical references (p. 159) and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449380052 , 1449380050
    Sprache: Englisch
    Seiten: 1 online resource (xv, 356 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iPhone (Smartphone) ; iPhone (Smartphone) ; Programming ; Cell phones ; Programming ; Portable computers ; Electronic books ; local
    Kurzfassung: Get the hands-on experience you need to program for the iPhone and iPod Touch. With this easy-to-follow guide, you'll build several sample applications by learning how to use Xcode tools, the Objective-C programming language, and the core frameworks. Before you know it, you'll not only have the skills to develop your own apps, you'll know how to sail through the process of submitting apps to the iTunes App Store. Whether you're a developer new to Mac programming or an experienced Mac developer ready to tackle the iPhone and iPod Touch, Learning iPhone Programming will give you a head start on building market-ready iPhone apps. Start using Xcode right away, and learn how to work with Interface Builder Take advantage of model-view-controller (MVC) architecture with Objective-C Build a data-entry interface, and learn how to parse and store the data you receive Solve typical problems while building a variety of challenging sample apps Understand the demands and details of App Store and ad hoc distribution Use iPhone's accelerometer, proximity sensor, GPS, digital compass, and camera Integrate your app with iPhone's preference pane, media playback, and more
    Anmerkung: Description based on print version record. - "From Xcode to App store"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (viii, 341 p.) , ill.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): House buying ; Home ownership ; Electronic books ; local
    Kurzfassung: Home ownership is a cornerstone of the American dream, but it's a complex process that, without the right guidance, can seem like a nightmare. This Missing Manual takes you through the process of buying a home, from start to finish. Along the way, you'll use the book's expert advice and fill-in forms to identify the house you want, figure out what kind of neighborhood you want to live in, determine what a target home is really worth, make an offer, and close the deal. Throughout the process, this book helps you: Realistically determine how much house you can afford Assemble a real estate team that's looking after your interests and not the seller's Understand the different ways to finance your house, and which is best for you Create an attractive offer with the best chance of acceptance Learn what lenders look for so you can get your mortgage approved Inspect your new home to uncover potential problems Prepare all the right paperwork for a smooth closing
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449377502 , 1449377505
    Sprache: Englisch
    Seiten: 1 online resource (xx, 611 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): R (Computer program language) ; Mathematical statistics ; Data processing ; Electronic books ; local
    Kurzfassung: Why learn R? Because it's rapidly becoming the standard for developing statistical software. R in a Nutshell provides a quick and practical way to learn this increasingly popular open source language and environment. You'll not only learn how to program in R, but also how to find the right user-contributed R packages for statistical modeling, visualization, and bioinformatics. The author introduces you to the R environment, including the R graphical user interface and console, and takes you through the fundamentals of the object-oriented R language. Then, through a variety of practical examples from medicine, business, and sports, you'll learn how you can use this remarkable tool to solve your own data analysis problems. Understand the basics of the language, including the nature of R objects Learn how to write R functions and build your own packages Work with data through visualization, statistical analysis, and other methods Explore the wealth of packages contributed by the R community Become familiar with the lattice graphics package for high-level data visualization Learn about bioinformatics packages provided by Bioconductor "I am excited about this book. R in a Nutshell is a great introduction to R, as well as a comprehensive reference for using R in data analytics and visualization. Adler provides 'real world' examples, practical advice, and scripts, making it accessible to anyone working with data, not just professional statisticians."
    Anmerkung: Description based on print version record. - "A desktop quick reference"--Cover. - "December 2009: First Edition"--T.p. verso. - Includes bibliographical references (p. 591-592) and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449377434 , 1449377432
    Sprache: Englisch
    Seiten: 1 online resource (xxiii, 383 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Joomla! (Computer file) ; Web site development ; Web sites ; Authoring programs ; Open source software ; Electronic books ; local
    Kurzfassung: Why use Joomla? Because with Joomla you don't need to have anytechnical expertise or web design experience to create effectivewebsites and web apps. Whether you're creating your first websiteor building a multi-function site for a client, this book providesstraightforward, hands-on instruction that makes it easy to learnthis open source web content management system. Written by members of the Joomla Leadership Team, Using Joomlahelps newcomers quickly learn the basics, while developers withJoomla experience will pick up best practices for building moresophisticated websites. You'll also find more than a dozen ways toextend the functionality of existing Joomla-built websites. Startbuilding with Joomla in minutes! Get guidelines for planning, creating, and organizing yourcontent Understand how to create and use Joomla templates to buildwebsites quickly Explore how components, modules, and plug-ins can extend yoursite's functionality Increase your site ranking by using Joomla best practices Use built-in components such as banners, news feeds, polls,search, and web links Set up an online store, calendar, photo gallery, discussionforum, and more Learn important security precautions to safeguard yoursite
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449380465 , 1449380468
    Sprache: Englisch
    Seiten: 1 online resource (vii, 294 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): User interfaces (Computer systems) ; Web sites ; Design ; Electronic books ; local
    Kurzfassung: People expect effortless, engaging interaction with desktop and web applications, but producing software that generates enjoyable user experiences is much harder than many companies anticipate. With Effective UI , you'll learn proven user-experience strategies that will satisfy your clients and customers, drive business value, and increase brand strength. This book shows you how to capture the collaborative and cooperative spirit among designers, engineers, and management required for building engaging software. You'll also learn valuable methods for maintaining focus throughout the process -- whether you're a product manager who needs a clear roadmap, a developer or designer looking for guidance and advocacy, or a businessperson who wants to understand and manage user-experience software initiatives. Learn how to build software that will: Generate engaging and interactive experiences between consumers and businesses, or between businesspeople and their information systems Account for how people work with, think about, and consume information Establish a richer means of collaboration and communication Reduce frustration by streamlining complex tasks and creating processes that are more intuitive Distinguish products, services, and brands to create a competitive advantage Create scalable systems that adapt to changing user needs and behaviors
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449379827 , 1449379826
    Sprache: Englisch
    Seiten: 1 online resource (xii, 194 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Make: projects
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Processing (Computer program language) ; Interactive multimedia ; Computer graphics ; Computer programs ; Digital art ; Computer programs ; Art ; Data processing ; Art and technology ; Electronic books ; local
    Kurzfassung: Learn computer programming the easy way with Processing, a simple language that lets you use code to create drawings, animation, and interactive graphics. Programming courses usually start with theory, but this book lets you jump right into creative and fun projects. It's ideal for anyone who wants to learn basic programming, and serves as a simple introduction to graphics for people with some programming skills.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xvii, 315 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Internet programming ; Web site development ; Electronic books ; local
    Kurzfassung: A web application involves many specialists, but it takes people in web ops to ensure that everything works together throughout an application's lifetime. It's the expertise you need when your start-up gets an unexpected spike in web traffic, or when a new feature causes your mature application to fail. In this collection of essays and interviews, web veterans such as Theo Schlossnagle, Baron Schwartz, and Alistair Croll offer insights into this evolving field. You'll learn stories from the trenches--from builders of some of the biggest sites on the Web--on what's necessary to help a site thrive. Learn the skills needed in web operations, and why they're gained through experience rather than schooling Understand why it's important to gather metrics from both your application and infrastructure Consider common approaches to database architectures and the pitfalls that come with increasing scale Learn how to handle the human side of outages and degradations Find out how one company avoided disaster after a huge traffic deluge Discover what went wrong after a problem occurs, and how to prevent it from happening again Contributors include: John Allspaw Heather Champ Michael Christian Richard Cook Alistair Croll Patrick Debois Eric Florenzano Paul Hammond Justin Huff Adam Jacob Jacob Loomis Matt Massie Brian Moon Anoop Nagwani Sean Power Eric Ries Theo Schlossnagle Baron Schwartz Andrew Shafer
    Anmerkung: Description based on print version record. - "Learn the skills needed in web operations, and why they're gained through experience rather than schooling; understand why it's important to gather metrics from both your application and your infrastructure; consider common approaches to database architectures and the pitfalls that come with increasing scale; learn how to handle the human side of outages and degradation; find out how one company avoided disaster after a huge traffic deluge; discover--after a problem occurs--what went wrong and how to prevent it from happening again"--P. [4] of cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449377250 , 1449377254
    Sprache: Englisch
    Seiten: 1 online resource (xxiv, 868 p.) , ill.
    Ausgabe: 3rd ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Cascading style sheets ; Web sites ; Design ; Electronic books ; local
    Kurzfassung: Learn how to solve the real problems you face with CSS. This cookbook offers hundreds of practical examples for using CSS to format your web pages, and includes code samples you can use right away. You'll find exactly what you need, from the basics to complex hacks and workarounds. Each recipe explains how to customize a solution to meet your needs, and each chapter features a sample design that showcases the topics discussed. You'll learn about the behavior of the latest browsers-including IE 8, Firefox 3, Safari 4, and Google Chrome-and how you can resolve differences in the ways they display your web pages. Arranged in a convenient format for quick reference, this third edition is a valuable companion for anyone working with CSS. Learn the basics, such as the CSS rule structure Work with web typography and page layout Create effects for images and other page elements Learn techniques for configuring lists, forms, and tables Design effective web navigation and create custom links Get creative by combining CSS with JavaScript Learn useful troubleshooting techniques Explore features of HTML5 and CSS3
    Anmerkung: Description based on print version record. - "Updated for Firefox 3, IE 8, and Chrome"--Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxiii, 411 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft LINQ ; Microsoft .NET Framework ; Database design ; Object-oriented programming (Computer science) ; Electronic books ; local
    Kurzfassung: Provides tutorials and examples on using ADO.NET 4 to create datacentric applications for Windows and the Web.
    Anmerkung: Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (21 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The mini missing manual
    Schlagwort(e): Portable computers ; iPad (Computer) ; Portable media players ; Apple computer ; Electronic books ; local
    Kurzfassung: View and Manage Your Photos on the iPad: The Mini Missing Manual shows you everything you need to know to view and manage your photo collection on your iPad. Learn how to import your pics through iTunes and your digital camera, or download and save them from email attachments. Then sit back and enjoy the your pics-as a slideshow, on your big-screen TV, or on your iPad itself as a digital picture frame. View and Manage Your Photos on the iPad: The Mini Missing Manual shows you how to import, organize, and enjoy your photos using clear, jargon-free explanations and step-by-step instructions.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xvii, 299 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iPad (Computer) ; Tablet computers ; Apple computer ; Electronic books ; local
    Kurzfassung: The iPad 2 is faster, lighter, and more versatile than its predecessor, but there's still no printed guide to using its amazing features. That's where this full-color Missing Manual comes in. Learn how to stream HD video, make video calls, manage your email, surf the Web, listen to music, play games, and maybe even do a little iWork. This is the book that should have been in the box. Build your media library. Fill your iPad with music, movies, TV shows, eBooks, photos, and more. Share with others. Stream music, HD movies, TV shows, and more, to and from your iPad. Create your own media. Use the iPad's new Photo Booth, iMovie, and GarageBand apps to express yourself. Get online. Connect through WiFi or Wi-Fi+3G, and surf with the iPad's faster browser. Place video calls. See who's talking with the iPad's FaceTime app and its two cameras. Consolidate your email. Read and send messages from any of your accounts. Learn undocumented tips and tricks. Get the lowdown on cool iPad secrets and workarounds.
    Anmerkung: Description based on print version record. - Cover title. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xiii, 107 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iWork ; Word processing ; Software ; Macintosh (Computer) ; Electronic books ; local
    Kurzfassung: "Whether you're a Word maven, a Windows switcher, or new to computers entirely, you'll get up to speed in Pages much more quickly with the help of this eBook"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (49 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web sites ; Design ; Multimedia communications ; Electronic books ; local
    Kurzfassung: "Budding website owners can add video, music, animated GIFs, and sound effects to your site with these easy, hands-on techniques"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xviii, 225 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Technological innovations ; Technological innovations ; History ; Electronic books ; local
    Kurzfassung: In this new paperback edition of the classic bestseller, you'll be taken on a hilarious, fast-paced ride through the history of ideas. Author Scott Berkun will show you how to transcend the false stories that many business experts, scientists, and much of pop culture foolishly use to guide their thinking about how ideas change the world. With four new chapters on putting the ideas in the book to work, updated references and over 50 corrections and improvements, now is the time to get past the myths, and change the world. You'll have fun while you learn: Where ideas come from The true history of history Why most people don't like ideas How great managers make ideas thrive The importance of problem finding The simple plan (new for paperback) Since its initial publication, this classic bestseller has been discussed on NPR, MSNBC, CNBC, and at Yale University, MIT, Carnegie Mellon University, Microsoft, Apple, Intel, Google, Amazon.com, and other major media, corporations, and universities around the world. It has changed the way thousands of leaders and creators understand the world. Now in an updated and expanded paperback edition, it's a fantastic time to explore or rediscover this powerful view of the world of ideas. "Sets us free to try and change the world."--Guy Kawasaki, Author of Art of The Start "Small, simple, powerful: an innovative book about innovation."--Don Norman, author of Design of Everyday Things "Insightful, inspiring, evocative, and just plain fun to read. It's totally great."--John Seely Brown, Former Director, Xerox Palo Alto Research Center (PARC) "Methodically and entertainingly dismantling the cliches that surround the process of innovation."--Scott Rosenberg, author of Dreaming in Code ; cofounder of Salon.com "Will inspire you to come up with breakthrough ideas of your own."--Alan Cooper, Father of Visual Basic and author of The Inmates are Running the Asylum "Brimming with insights and historical examples, Berkun's book not only debunks widely held myths about innovation, it also points the ways toward making your new ideas stick."--Tom Kelley, GM, IDEO; author of The Ten Faces of Innovation
    Anmerkung: Description based on print version record. - Originally published: 2007. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449381936 , 1449381936
    Sprache: Englisch
    Seiten: 1 online resource (xxv, 402 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Theory in practice
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Internet in public administration ; United States ; Political participation ; United States ; Transparency in government ; United States ; Electronic books ; local
    Kurzfassung: In a world where web services can make real-time data accessible to anyone, how can the government leverage this openness to improve its operations and increase citizen participation and awareness? Through a collection of essays and case studies, leading visionaries and practitioners both inside and outside of government share their ideas on how to achieve and direct this emerging world of online collaboration, transparency, and participation. Contributions and topics include: Beth Simone Noveck , U.S. Deputy Chief Technology Officer for open government, "The Single Point of Failure" Jerry Brito , senior research fellow at the Mercatus Center at George Mason University, "All Your Data Are Belong to Us: Liberating Government Data" Aaron Swartz , cofounder of reddit.com, OpenLibrary.org, and BoldProgressives.org, "When Is Transparency Useful?" Ellen S. Miller , executive director of the Sunlight Foundation, "Disrupting Washington's Golden Rule" Carl Malamud , founder of Public.Resource.Org, "By the People" Douglas Schuler , president of the Public Sphere Project, "Online Deliberation and Civic Intelligence" Howard Dierking , program manager on Microsoft's MSDN and TechNet Web platform team, "Engineering Good Government" Matthew Burton , Web entrepreneur and former intelligence analyst at the Defense Intelligence Agency, "A Peace Corps for Programmers" Gary D. Bass and Sean Moulton , OMB Watch, "Bringing the Web 2.0 Revolution to Government" Tim O'Reilly , founder and CEO of O'Reilly Media, "Defining Government 2.0: Lessons Learned from the Success of Computer Platforms" Open Government editors: Daniel Lathrop is a former investigative projects reporter with the Seattle Post Intelligencer who's covered politics in Washington state, Iowa, Florida, and Washington D.C. He's a specialist in campaign finance and "computer-assisted reporting" -- the practice of using data analysis to report the news. Laurel Ruma is the Gov 2.0 Evangelist at O'Reilly Media. She is also co-chair for the Gov 2.0 Expo.
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (51 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Web sites ; Design ; Web site development ; Web sites ; Registration with search engines ; Electronic books ; local
    Kurzfassung: "If your site doesn't attract both new visitors and return guests, it's doomed to the dust heap of the Internet. This clear, jargon-free guide helps you attract and keep visitors with surefire techniques and tools that tell you what works-and what doesn't"--Resource description page.
    Anmerkung: Title from resource description page (viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xxxiii, 520 p.) , ill.
    Serie: Step by step
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Computer networks ; Operating systems (Computers) ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: Teach yourself how to use the networking features in Windows 7 to connect your home computers, even if they use different operating systems. With Step by Step, you set the pace -- building and practicing the skills you need, just when you need them! Network your Windows 7-based PCs and set up security Add a Mac or Linux-based computer Share printers, devices, and files with everyone in your home Stream media over your network or to a remote PC Tweak your network and sharing settings Troubleshoot problems and perform easy maintenance Your Step by Step digital content includes: Fully searchable online edition of this book -- with unlimited access on the Web
    Anmerkung: Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780735626850 , 0735626855
    Sprache: Englisch
    Seiten: 1 online resource (xxxix, 1868 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Access ; Database management ; Electronic books ; local
    Kurzfassung: You're beyond the basics, so dive right in and really put your database skills to work! This supremely organized reference is packed with hundreds of timesaving solutions, troubleshooting tips, and workarounds. It's all muscle and no fluff. Discover how the experts tackle Access 2010 -- and challenge yourself to new levels of mastery! Master essential data management and design techniques Import and link to data from spreadsheets, databases, text files, and other sources Use action queries to quickly insert, update, or delete entire sets of data Create custom forms to capture and display data Design reports to calculate, summarize, and highlight critical data--and learn advanced techniques Automate your application with macros and Visual Basic for Applications (VBA) Use Access Services to extend your database application to the Web Try out the sample client and web database applications in both 32-bit and 64-bit versions A Note Regarding the CD or DVD The print version of this book ships with a CD or DVD. The sample client and web database applications are provided in both 32-bit and 64-bit versions. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.
    Anmerkung: Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780735645608 , 0735645604
    Sprache: Englisch
    Seiten: 1 online resource (xxxiii, 1074 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Outlook ; Electronic mail systems ; Personal information management ; Computer programs ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: You're beyond the basics, so dive right in and really take control of your communications and workday! This supremely organized reference packs hundreds of timesaving solutions, troubleshooting tips, and workarounds. It's all muscle and no fluff. Discover how the experts manage Outlook 2010 -- and challenge yourself to new levels of mastery. Customize and configure Outlook 2010 with advanced setup options Organize and share your calendar, tasks, and notes to optimize efficiency Learn expert ways to manage your contacts and other critical data Extend the power of Outlook by using it with Microsoft Word, Access, and Excel Collaborate through Microsoft SharePoint 2010 libraries and files Implement virus protection, encryption, spam filters, and other security features Perform Outlook tasks through a Web browser or with a mobile device Configure Outlook as a Microsoft Exchange Server 2010 client The book website includes a fully searchable online edition of this book, with unlimited access on the Web.
    Anmerkung: Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xi, 249 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft PowerPoint (Computer file) ; Presentation graphics software ; Electronic books ; local
    Kurzfassung: "With this full color, no-nonsense guide, you'll learn the quickest ways to create a presentation with Microsoft PowerPoint 2010. Easy-to-follow steps and concise, straightforward language make learning plain and simple!"--Resource description page.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (viii, 232 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Android (Electronic resource) ; Smartphones ; Programming ; Application software ; Evaluation ; Electronic books ; local
    Kurzfassung: Great news: the Android Market now has thousands of new apps and games with a lot more on the way. How do you pick the right ones for your Android phone? Best Android Apps shines the light on more than 200 amazing apps that will delight, empower, and entertain you. Flip through this book for app suggestions, or head directly to one of several categories, including At Work, Communications, Lifestyle, Entertainment, Games, Android Developer Challenge (ADC) winners, and more!
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449387761 , 1449387764
    Sprache: Englisch
    Seiten: 1 online resource (xv, 156 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): PHP (Computer program language) ; Web site development ; Electronic books ; local
    Kurzfassung: Get past all the hype about PHP and dig into the real power of this language. This book explores the most useful features of PHP and how they can speed up the web development process, and explains why the most commonly used PHP elements are often misused or misapplied. You'll learn which parts add strength to object-oriented programming, and how to use certain features to integrate your application with databases. Written by a longtime member of the PHP community, PHP: The Good Parts is ideal for new PHP programmers, as well as web developers switching from other languages. Become familiar with PHP's basic syntax, variables, and datatypes Learn how to integrate the language with web pages Understand how to use strings, arrays, and PHP's built-in functions Discover the advantages of using PHP as an object-oriented language Explore how PHP interacts with databases, such as SQLite and MySQL Learn input- and output-handling best practices to prevent security breaches
    Anmerkung: Description based on print version record. - "Includes PHP 5.3 good parts"--Cover. - "Become familiar with PHP's basic syntax, variables, and datatypes; learn how to integrate the language with web pages; understand how to use strings, arrays, and PHP's built-in functions; discover the advantages of using PHP as an object-oriented language; explore how PHP interacts with databases, such as SQLite and MySQL; learn input- and output-handling best practices to prevent security breaches"--P. [4] of cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (v, 82 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Mini missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): iWork ; Presentation graphics software ; Software ; Macintosh (Computer) ; Electronic books ; local
    Kurzfassung: "Keynote not only lets you create gorgeous presentations, it lets you share them with the world in myriad ways-PDF, YouTube, iPhone, DVD, and much more. This handy eBook walks you through all your options quickly and clearly"--Resource description page.
    Anmerkung: Title from resource description page (Safari, viewed Mar. 11, 2010)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xix, 345 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Operating systems (Computers) ; Programming ; Cloud computing ; Electronic books ; local
    Kurzfassung: Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services. Chapters in Programming Windows Azure are organized to reflect the platform's buffet of services. The book's first half focuses on how to write and host application code on Windows Azure, while the second half explains all of the options you have for storing and accessing data on the platform with high scalability and reliability. Lots of code samples and screenshots are available to help you along the way. Learn how to build applications using the Windows Azure toolset Discover how Windows Azure works under the hood, and learn the how and the why behind several features Choose to write application code in .NET or other languages such as C/C++, PHP, or Ruby Understand the various options for managing your service Get up to speed on Azure's storage services, including blobs, queues, and tables Build a secure backup system, and learn about cloud application security, cryptography, and performance
    Anmerkung: Description based on print version record. - "Programming the Microsoft cloud"--Cover. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (138 p.) , ill.
    Ausgabe: 1st ed.
    Serie: Mini missing manual
    Schlagwort(e): Kindle (Electronic book reader) ; Electronic book readers ; Electronic books ; local
    Kurzfassung: So, you have your Kindle and are ready to start reading. Great! But did you know that you can play music on the Kindle while you are reading that new bestselling novel? How about sharing your thoughts about the book with friends via Facebook and Twitter? More than just an e-reader, Amazon's popular device lets you do those things and much more. You can create a custom calendar to help plan your day or remember your mom's birthday, calculate the tip at your favorite restaurant, and waste a little time and have fun playing games or surfing the web. Check out Kindle: The Mini Missing Manual to learn how to get the most out of your device.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xvi, 397 p.) , ill., maps.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Information visualization ; Electronic books ; local
    Kurzfassung: With contributions from more than two dozen experts, this book demonstrates why visualizations are beautiful not only for their aesthetic design, but also for elegant layers of detail that efficiently generate insight and new understanding. Think of the familiar map of the New York City subway system, or a diagram of the human brain. These older examples have been surpassed artists, designers, commentators, scientists, analysts, statisticians, and others who show how visualizations using today's digital capabilities can help us make sense of the world.
    Anmerkung: Description based on print version record. - Includes bibliographical references and index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9781449378646 , 1449378641
    Sprache: Englisch
    Seiten: 1 online resource (xvi, 285 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Google Wave ; Interactive multimedia ; Electronic books ; local
    Kurzfassung: Learn how to use and build extensions for Google Wave, the excitingnew real-time communication and collaboration technology that unifiesemail, instant messaging (IM), wiki, and social networking functions inone integrated platform. With this book, you'll quickly learn about theGoogle Wave Client and how to use Google Wave's APIs to extend theplatform and customize its functions and display. Judging by the enthusiastic response this technology received sinceit was unveiled at the Google I/O web developer conference, Google Wavewill gain millions of early adopters and organizations in a short time --more than a million users have already requested access to the publicpreview. Google Wave: Up and Running will give you agood look at this platform, and show you how to build sophisticatedextensions for it. Why wait? Get in on the first wave with this book. Become thoroughly familiar with Google Wave, including its keyconcepts and terminology Learn through use cases how Google Wave offers consumers adistinct advantage over current communication and collaborationtechnologies Get a hands-on introduction to the APIs, protocols, andresources that will help you develop on this platform Learn how to develop key extensions (robots and gadgets), andhow to embed waves, using Google Wave's APIs This book is still in progress, but you can get going on thistechnology through our Rough Cuts edition, which lets you read themanuscript as it's being written , either online orvia PDF.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xiv, 887 p.) , ill.
    Ausgabe: 1st ed.
    Serie: The missing manual
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Windows (Computer file) ; Operating systems (Computers) ; Electronic books ; local
    Kurzfassung: In early reviews, geeks raved about Windows 7. But if you're an ordinary mortal, learning what this new system is all about will be challenging. Fear not: David Pogue's Windows 7: The Missing Manual comes to the rescue. Like its predecessors, this book illuminates its subject with reader-friendly insight, plenty of wit, and hardnosed objectivity for beginners as well as veteran PC users. Windows 7 fixes many of Vista's most painful shortcomings. It's speedier, has fewer intrusive and nagging screens, and is more compatible with peripherals. Plus, Windows 7 introduces a slew of new features, including better organization tools, easier WiFi connections and home networking setup, and even touchscreen computing for those lucky enough to own the latest hardware. With this book, you'll learn how to: Navigate the desktop, including the fast and powerful search function Take advantage of Window's apps and gadgets, and tap into 40 free programs Breeze the Web with Internet Explorer 8, and learn the email, chat, and videoconferencing programs Record TV and radio, display photos, play music, and record any of these to DVD using the Media Center Use your printer, fax, laptop, tablet PC, or smartphone with Windows 7 Beef up your system and back up your files Collaborate and share documents and other files by setting up a workgroup network
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780735647831 , 0735647836
    Sprache: Englisch
    Seiten: 1 online resource (xxx, 871 p.) , ill.
    Serie: Inside out
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Word ; Word processing ; Electronic books ; lcgft ; Electronic books ; local
    Kurzfassung: You're beyond the basics with Word, so dive right in and really put your documents to work! This supremely organized reference packs hundreds of timesaving solutions, troubleshooting tips, and workarounds. It's all muscle and no fluff. Discover how the experts tackle Word 2010 -- and challenge yourself to new levels of mastery. Master the tools to expertly organize, edit, and present your content Craft professional-looking documents with Themes, Quick Style Sets, and Building Blocks Add visual impact with SmartArt diagrams, charts, pictures, and drawings Organize and clarify content with effective tables and charts Use cross-references, tables of contents, and indexes in your complex documents Produce Web sites and publish blogs directly from Word Coauthor and collaborate on documents in real time -- and help keep them secure Customize documents with macros, content controls, and other automation features Your book -- online! Get your fully searchable online edition -- with unlimited access on the Web.
    Anmerkung: Includes index. - Description based on print version record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    Sprache: Englisch
    Seiten: 1 online resource (xiii, 303 p.) , ill.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Microsoft Excel (Computer file) ; Business ; Computer programs ; Electronic spreadsheets ; Electronic books ; local
    Kurzfassung: "With this full color, no-nonsense guide, you'll learn the quickest ways to solve a problem or learn a skill with Microsoft Excel 2010. Easy-to-follow steps and concise, straightforward language make learning plain and simple!"--Resource description page.
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    Online-Ressource
    Online-Ressource
    Sebastopol, Calif. : O'Reilly Media
    ISBN: 9780596809812 , 0596809816
    Sprache: Englisch
    Seiten: 1 online resource (xv, 381 p.) , ill.
    Ausgabe: 1st ed.
    Paralleltitel: Erscheint auch als
    Schlagwort(e): Cocoa (Application development environment) ; Objective-C (Computer program language) ; Electronic books ; local
    Kurzfassung: Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple's Cocoa framework and the Objective-C language through step-by-step tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa expert. Cocoa and Objective-C: Up and Running offers just enough theory to ground you, then shows you how to use Apple's rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications, manage user interaction, create great UIs, and more. You'll quickly gain the experience you need to develop sophisticated Apple software, whether you're somewhat new to programming or just new to this platform. Get a quick hands-on tour of basic programming skills with the C language Learn how to use Interface Builder to quickly design and prototype your application's user interface Start using Objective-C by creating objects and learning memory management Learn about the Model-View-Controller (MVC) method of sharing data between objects Understand the Foundation value classes, Cocoa's robust API for storing common data types Become familiar with Apple's graphics frameworks, and learn how to make custom views with AppKit
    Anmerkung: Description based on print version record. - Includes index
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...