Marknadens största urval
Snabb leverans

Böcker utgivna av O'Reilly Media

Filter
Filter
Sortera efterSortera Populära
  • av E. A. Vander Veer
    507

    Flash CS3 is a premier tool for creating web animations and interactive web sites. This book gives Flash users hands-on instructions to help them master: special effects; morphing; adding audio and video; introducing interactivity; and more. It also shows you how to turn an idea into a Flash animation, tutorial, or movie.

  • - Building Simple Devices to Collect Data About the Environment
    av Patrick Di Justo
    97

    Around the globe, DIYers are building an infrastructure out of low cost sensors, cheap computers, and cloud-based data sharing. One of the most important environmental conditions to monitor is the quality of the atmosphere. Atmospheric Monitoring With Arduino shows you how to create your own gadgets to measure what's inside every breath you take.

  • av Stephen Weston & Q. Ethan Mccallum
    321

    Its tough to argue with R as a high-quality, cross-platform, open source statistical software productunless youre in the business of crunching Big Data. This concise book introduces you to several strategies for using R to analyze large datasets, including three chapters on using R and Hadoop together. Youll learn the basics of Snow, Multicore, Parallel, Segue, RHIPE, and Hadoop Streaming, including how to find them, how to use them, when they work well, and when they dont.With these packages, you can overcome Rs single-threaded nature by spreading work across multiple CPUs, or offloading work to multiple machines to address Rs memory barrier.Snow: works well in a traditional cluster environmentMulticore: popular for multiprocessor and multicore computersParallel: part of the upcoming R 2.14.0 releaseR+Hadoop: provides low-level access to a popular form of cluster computingRHIPE: uses Hadoops power with Rs language and interactive shellSegue: lets you use Elastic MapReduce as a backend for lapply-style operations

  • - Unleash the Power of Async
    av Alex Davies
    247

    If youre writing one of several applications that call for asynchronous programming, this concise hands-on guide shows you how the async feature in C# 5.0 can make the process much simpler. Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmersyet approachable for beginnersthis book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your codeand at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives

  • av Arun Gupta
    247

    This handy guide provides an overview of Java Enterprise Edition 6s main technologies and includes extensive, easy-to-understand code samples that demonstrate the platforms many improvements. Youll quickly understand how Java EE 6 simplifies the process of developing and deploying web and enterprise applications.Explore whats new in Java EE 6, including Contexts and Dependency Injection and the Java API for RESTful Web ServicesDiscover how Java EE 6 features relate to design patterns in web and enterprise applicationsGet the specifications for making your application Java EE compliantLearn about revisions to Enterprise JavaBeans, JavaServer Faces, and other componentsFind out how Java EE 6 profiles change the platforms one size fits all approachGet started with Java EE 6 development and deployment, using NetBeans IDE and GlassFish

  • - Porting PHP to Node.js
    av Daniel Howard
    417

    If youre an experienced PHP developer, you already have a head start on learning how to write Node.js code. In this book, author Daniel Howard demonstrates the remarkable similarities between the two languages, and shows you how to port your entire PHP web application to Node.js. By comparing specific PHP features with their Node counterparts, youll also discover how to refactor and improve existing PHP 4 or PHP 5 source code.At the end, youll have two fully functional codebases to provide to your users. You can update both of them simultaneously, using this book as a reference to important aspects of PHP and Node.js.Use a simple Node.js framework to convert individual PHP pages to Node.js filesRefactor blocking PHP source code to non-blocking Node.js source code that uses callbacksConvert PHP syntax, variables, and types to Node.jsUse a step-by-step technique for implementing PHP classes and class inheritance in Node.jsConvert PHP file handling APIs into their Node.js equivalentsCompare approaches for using a MySQL database in Node.js and PHPConvert PHP code for JSON or XML APIs into Node.js code for npm packages

  • - Distributed Hosted Environments with AWS
    av David K. Rensin
    487

    Run your entire corporate IT infrastructure in a cloud environment that you control completelyand do it inexpensively and securely with help from this hands-on book. All you need to get started is basic IT experience.Youll learn how to use Amazon Web Services (AWS) to build a private Windows domain, complete with Active Directory, enterprise email, instant messaging, IP telephony, automated management, and other services. By the end of the book, youll have a fully functioning IT infrastructure you can operate for less than $300 per month.Learn about Virtual Private Cloud (VPC) and other AWS tools youll useCreate a Windows domain and set up a DNS management systemInstall Active Directory and a Windows Primary Domain ControllerUse Microsoft Exchange to set up an enterprise email serviceImport existing Windows Server-based virtual machines into your VPCSet up an enterprise-class chat/IM service, using the XMPP protocolInstall and configure a VoIP PBX telephony system with Asterisk and FreePBXKeep your network running smoothly with automated backup and restore, intrusion detection, and fault alerting

  • av Matthew Baxter?reynolds
    677

    If you're a .NET developer looking to build tablet apps, this practical book takes you step-by-step through the process of developing apps for the Windows Store. You'll learn how to use Microsoft's Modern UI design language with Windows 8.1 and WinRT 8.1.1 by building a line-of-business mobile app with C# through the course of the book.

  • Spara 19%
    - Designing, Deploying, and Running Active Directory
    av Robbie Allen, Joe Richards, Alistair G. Lowe-Norris & m.fl.
    571

    Organize your network resources by learning how to design, manage, and maintain Active Directory. Updated to cover Windows Server 2012, the fifth edition of this bestselling book gives you a thorough grounding in Microsofts network directory service by explaining concepts in an easy-to-understand, narrative style.Youll negotiate a maze of technologies for deploying a scalable and reliable AD infrastructure, with new chapters on management tools, searching the AD database, authentication and security protocols, and Active Directory Federation Services (ADFS). This book provides real-world scenarios that let you apply what youve learnedideal whether youre a network administrator for a small business or a multinational enterprise.Upgrade Active Directory to Windows Server 2012Learn the fundamentals, including how AD stores objectsUse the AD Administrative Center and other management toolsLearn to administer AD with Windows PowerShellSearch and gather AD data, using the LDAP query syntaxUnderstand how Group Policy functionsDesign a new Active Directory forestExamine the Kerberos security protocolGet a detailed look at the AD replication process

  • - Using Microsoft Azure
    av Bill Wilder
    261

    If your team is investigating ways to design applications for the cloud, this concise book introduces 11 architecture patterns that can help you take advantage of cloud-platform services. Youll learn how each of these platform-agnostic patterns work, when they might be useful in the cloud, and what impact theyll have on your application architecture. Youll also see an example of each pattern applied to an application built with Windows Azure.The patterns are organized into four major topics, such as scalability and handling failure, and primer chapters provide background on each topic. With the information in this book, youll be able to make informed decisions for designing effective cloud-native applications that maximize the value of cloud services, while also paying attention to user experience and operational efficiency.Learn about architectural patterns for:Scalability. Discover the advantages of horizontal scaling. Patterns covered include Horizontally Scaling Compute, Queue-Centric Workflow, and Auto-Scaling.Big data. Learn how to handle large amounts of data across a distributed system. Eventual consistency is explained, along with the MapReduce and Database Sharding patterns.Handling failure. Understand how multitenant cloud services and commodity hardware influence your applications. Patterns covered include Busy Signal and Node Failure.Distributed users. Learn how to overcome delays due to network latency when building applications for a geographically distributed user base. Patterns covered include Colocation, Valet Key, CDN, and Multi-Site Deployment.

  • Spara 18%
    - A Guide to the Rise of Juniper Networks Implementations
    av Peter Southwick
    529

    In this practical book, Juniper Networks consulting senior network engineer, Peter Southwick, offers unique first-person field studies on designing, configuring, and troubleshooting new systems that are changing the networking world. Each chapter-long "e;travelogue"e; follows a team of Juniper Networks warriors as they solve specific needs with emerging network platform architectures.In these case studies, Southwick and his fellow warriors analyze a clients particular situation, arrive at an architectural solution, and work through the deployment details. For anyone who operates, installs, designs, or works in IT, this book provides an intimate and entertaining look at whats changing and why.Among the case studies, youll discover how:A service provider protected customers from malicious traffic with Juniper Networks IDP systemsSRX5800s improved connectivity and security in a data centerEthernet WAN technology was chosen as a storage solution, rather than a proprietary design on dark fiberAn enterprise severed communications between different departments to comply with government personal credit card standardsCore network and edge devices helped a power company serve local customers and ISPs in the data services marketA hosting company migrated its core, datacenter, edge, and access domains to a state-of-the-art network"e;In this uniquely written book, you will get a detailed view of life in the data center, the edge, the core, and the office of the customers CIO."e;Steve Fazio, CEO, TorreyPoint

  • Spara 12%
    av John Myles White
    190,99

    When looking for ways to improve your website, how do you decide which changes to make? And which changes to keep? This concise book shows you how to use Multiarmed Bandit algorithms to measure the real-world value of any modifications you make to your site. Author John Myles White shows you how this powerful class of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success.This is the first developer-focused book on bandit algorithms, which were previously described only in research papers. Youll quickly learn the benefits of several simple algorithmsincluding the epsilon-Greedy, Softmax, and Upper Confidence Bound (UCB) algorithmsby working through code examples written in Python, which you can easily adapt for deployment on your own website.Learn the basics of A/B testingand recognize when its better to use bandit algorithmsDevelop a unit testing framework for debugging bandit algorithmsGet additional code examples written in Julia, Ruby, and JavaScript with supplemental online materials

  • av Andrew Lee Rubinger & Aslak Knutsen
    601

    Learn a use-case approach for developing Java enterprise applications in a continuously test-driven fashion. With this hands-on guide, authors and JBoss project leaders Andrew Lee Rubinger and Aslak Knutsen show you how to build high-level components, from persistent storage to the user interface, using the Arquillian testing platform and several other JBoss projects and tools.Through the course of the book, youll build a production-ready software conference tracker called GeekSeek, using source code from GitHub. Rubinger and Knutsen demonstrate why testing is the very foundation of developmentessential for ensuring that code is consumable, complete, and correct.Bootstrap an elementary Java EE project from start to finish before diving into the full-example application, GeekSeekUse both relational and NoSQL storage models to build and test GeekSeeks data persistence layersTackle testable business logic development and asynchronous messaging with an SMTP serviceExpose enterprise services as a RESTful interface, using Java EEs JAX-RS frameworkImplement OAuth authentication with JBosss PicketLink identity management serviceValidate the UI by automating interaction in the browser and reading the rendered pagePerform full-scale integration testing on the final deployable archive

  • av Preston Gralla
    417

    Windows 8 is quite different than previous Microsoft operating systems, but its still eminently hackable. With this book, youll learn how to make a variety of modifications, from speeding up boot time and disabling the Lock screen to hacking native apps and running Windows 8 on a Mac. And thats just the beginning. Youll find more than 100 standalone hacks on performance, multimedia, networking, the cloud, security, email, hardware, and more. Not only will you learn how to use each hack, youll also discover why it works.Add folders and other objects to the Start screenRun other Windows versions inside Windows 8Juice up performance and track down bottlenecksUse the SkyDrive cloud service to sync your files everywhereSpeed up web browsing and use other PCs on your home networkSecure portable storage and set up a virtual private networkHack Windows 8 Mail and services such as OutlookCombine storage from different devices into one big virtual diskTake control of Window 8 setting with the Registry

  • - Tips & Tools for unlocking the power of OS X
    av Chris Seibold
    361

    Want to take real control of your Mac? The hacks in this book help you dig below the surface to tweak system preferences, mount drives and devices, and generally do things with your system that Apple doesnt expect you to do. With a little effort, you can make your Mac and its applications perform exactly the way you want them to.There are more than 50 hacks in this book that show you how to fine-tune the interface, work with multimedia, set up your network, boost security, and perform a few tricks with Unix.Go beyond Preferences: change the way OS X Mountain Lion behavesCustomize your experience by taming browsers and making apps full screenGet information delivered right to your desktop, and automate mundane tasksUse the command line and install various Unix apps to unlock your Macs Unix powerIncrease security, monitor network traffic, and remain anonymousPlay Wii games and host a Minecraft server on your MacModify your WiFi, move iTunes, and record TV showsTurn your MacBook into a tablet and give it a custom dye job

  • - Practical Recipes and Essential Techniques
    av Bonnie Roskes
    677

    As the first book for intermediate and advanced users of Google SketchUp, this Cookbook goes beyond the basics to explore the complex features and tools that design professionals use. You'll get numerous step-by-step tutorials for solving common (and not so common) design problems, with detailed color graphics to guide your way, and discussions that explain additional ways to complete a task. Google SketchUp Cookbook will help you:Use SketchUp more efficiently by taking advantage of components and groupsLearn new techniques for using Follow Me, Intersect, and constraintsGo beyond simple textures with tools such as texture positioning and Photo MatchCreate animations and walkthroughs, and explore design scenarios by using layers and scenesLearn how to use styles to customize your presentationsCombine SketchUp with the 3D Warehouse and Google EarthGoogle SketchUp Cookbook is ideal for architects, engineers, interior designers, product designers, woodworkers, and other professionals and hobbyists who want to work more efficiently and achieve true mastery of this amazing tool.

  • - Processes, Permissions, and Other Safeguards
    av Jeff Six
    281

    With the Android platform fast becoming a target of malicious hackers, application security is crucial. This concise book provides the knowledge you need to design and implement robust, rugged, and secure apps for any Android device. Youll learn how to identify and manage the risks inherent in your design, and work to minimize a hackers opportunity to compromise your app and steal user data.How is the Android platform structured to handle security? What services and tools are available to help you protect data? Up until now, no single resource has provided this vital information. With this guide, youll learn how to address real threats to your app, whether or not you have previous experience with security issues.Examine Androids architecture and security model, and how it isolates the filesystem and databaseLearn how to use Android permissions and restricted system APIsExplore Android component types, and learn how to secure communications in a multi-tier appUse cryptographic tools to protect data stored on an Android deviceSecure the data transmitted from the device to other parties, including the servers that interact with your app

  • av Sebastien Gosaguen
    341

    This cookbook's handy how-to recipes help you quickly learn and install Apache CloudStack, along with several API clients, API wrappers, data architectures, and configuration management technologies that work as part of CloudStack's ecosystem.

  • - A Guide to Public Data
    av Pete Warden
    411

    If you're a developer looking to supplement your own data tools and services, this concise ebook covers the most useful sources of public data available today. You'll find useful information on APIs that offer broad coverage, tie their data to the outside world, and are either accessible online or feature downloadable bulk data. You'll also find code and helpful links.This guide organizes APIs by the subjects they coversuch as websites, people, or placesso you can quickly locate the best resources for augmenting the data you handle in your own service. Categories include:Website tools such as WHOIS, bit.ly, and CompeteServices that use email addresses as search terms, including GithubFinding information from just a name, with APIs such as WhitePagesServices, such as Klout, for locating people with Facebook and Twitter accountsSearch APIs, including BOSS and WikipediaGeographical data sources, including SimpleGeo and U.S. CensusCompany information APIs, such as CrunchBase and ZoomInfoAPIs that list IP addresses, such as MaxMindServices that list books, films, music, and products

  • av Marc De Vinck
    151

    Learn about electricity while having fun! Lavishly illustrated with cartoons and drawings, this book guides the reader through six hands-on projects. Discover the electrical potential lurking in a stack of pennies - enough to light up an LED or power a calculator!

  • av Loyd Blankenship
    197

    Learning to be a maker has never been more fun. Full-color cartoons and drawings lead you through the steps needed for making a wizard wand, a sanding block, a charging station for your phone or tablet, and a sturdy box with a secret compartment.

  • av Eric Gruber
    197

    Like to build websites in the wild with your MacBook? This concise hands-on guide introduces you to the ideal editor: Coda 2. Rather than clutter your screen with shell access, a separate CSS editor, and a version control app, you'll discover how Coda's "one-window web development" bundles everything into one neat application.

  • - A Practical Guide to Coding for Platform-as-a-Service
    av Lucas Carlson
    361

    Platform-as-a-Service (PaaS) is gaining serious traction among web and mobile developers, but as new PaaS providers emerge and existing vendors upgrade their features, its hard to keep track of what PaaS has to offer. This thorough introduction takes you through the PaaS model from a developers point of view, and breaks down the types of services that Google App Engine, Windows Azure, Heroku, Cloud Foundry, and others deliver.Whether youre an entrepreneur or part of a large enterprise development team, this book shows you how PaaS can help you focus on innovative applications, rather than spend your time worrying about technical operations.Track the clouds evolution from IaaS and DevOps to PaaSLearn how PaaS combines the simplicity of shared web hosting with the control of dedicated hostingExplore the benefits of both portable and non-portable PaaS optionsApply best practices for moving legacy apps to PaaSand understand the challenges involvedWrite new applications for PaaS from scratch with RESTful meta-servicesUse PaaS to build mobile apps with backend services that scaleExamine the core services that each major provider currently offersLearn the situations in which PaaS might not be advantageous

  • av Mark Frauenfelder
    251

    MAKE Volume 33 has great projects for makers of all skill levels - Arduino projects, internet gadgets, food, music, personal fabrication, astronomy, electronics, and more. In our special Codebox section you'll learn about software of interest to makers, including circuit board design, 3D CAD and printing, microcontrollers and creative coding.

  • av Chuck Musciano
    677

    Puts what you need to know about HTML and XHTML at your fingertips. This work shows you how to: Use style sheets to control your document's appearance; Work with programmatically generated HTML; Create tables, both simple and complex; Design and build interactive forms and dynamic documents; Insert images, sound files, video, Java applets, and more

  • - Conversations with the Creators of Major Programming Languages
    av Federico Biancuzzi & Chromatic
    561

    Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. In this unique collection, you'll learn about the processes that led to specific design decisions, including the goals they had in mind, the trade-offs they had to make, and how their experiences have left an impact on programming today. Masterminds of Programming includes individual interviews with:Adin D. Falkoff: APLThomas E. Kurtz: BASICCharles H. Moore: FORTHRobin Milner: MLDonald D. Chamberlin: SQLAlfred Aho, Peter Weinberger, and Brian Kernighan: AWKCharles Geschke and John Warnock: PostScriptBjarne Stroustrup: C++Bertrand Meyer: EiffelBrad Cox and Tom Love: Objective-CLarry Wall: PerlSimon Peyton Jones, Paul Hudak, Philip Wadler, and John Hughes: HaskellGuido van Rossum: PythonLuiz Henrique de Figueiredo and Roberto Ierusalimschy: LuaJames Gosling: JavaGrady Booch, Ivar Jacobson, and James Rumbaugh: UMLAnders Hejlsberg: Delphi inventor and lead developer of C#If you're interested in the people whose vision and hard work helped shape the computer industry, you'll find Masterminds of Programming fascinating.

  • - Tips & Tools for Your Smallest Computer
    av Michael Juntao Yuan
    391

    Nokia's smartphones pack a powerful computer into a very small space. Unlike your desktop or laptop, your smallest computer can be connected to the Internet all the time, and can interact with the world around it through its camera, voice recognition, and its traditional phone keypad. Nokia smartphones combine these features with impressive storage options and a host of networking protocols that make this smallest computer the only thing a road warrior truly needs.If you're still cracking open your laptop or pining for your desktop while you're on the road, you haven't begun to unlock your Nokia's full potential. Nokia Smartphone Hacks is dedicated to tricking out your smartphone and finding all the capabilities lurking under the surface. Learn how to:Unlock your phone so that you can use it with any carrierAvoid and recover from malicious mobile softwareWatch DVD movies on the phoneUse the phone as a remote controlUse the phone as a data modem for your notebookCheck your email and browse the webPost to your weblog from your phoneRecord phone conversationsChoose mobile service plansTransfer files between the phone and your computerWhether you want to use your smartphone as your lifeline while you're on the road, or you're just looking for a way to make the most of the time you spend waiting in lines, you'll find all the user-friendly tips, tools, and tricks you need to become massively productive with your Nokia smartphone. With Nokia Smartphone Hacks, you'll unleash the full power of that computer that's sitting in your pocket, purse, or backpack.

  • - Building Enterprise Cross-Platform Mobile Web Applications
    av Adrian Kosmaczewski
    361

    Launch into Sencha Touch 2 with this hands-on book, and quickly learn how to develop robust mobile web apps that look and behave like native applications. Using numerous code samples, author Adrian Kosmaczewski guides you every step of the way through this touchscreen-enabled JavaScript frameworkfrom creating your first basic app to debugging, testing, and deploying a finished product. Learn how to craft user interfaces, build forms, and manage data, then deploy as either an HTML5 offline app or as a native app for Android, iOS, or Blackberry.Define classes and create instances with Sencha Touchs object-oriented abstractionBuild user interfaces with the frameworks extensive set of high-level componentsDevelop apps that consume complex data, whether its stored locally or on remote serversOrganize your application code in a consistent, predictable, and maintainable wayUse Sass stylesheets to craft a personalized look and feel for your appDebug, test, and document your app with WebKit Web Inspector, Jasmine, Siesta, and JSDuckUse the Sencha Architect UI designer and IDE to simplify complex project development

  • - 100 Industrial-Strength Tips and Tools
    av Michael FitzGerald
    377

    Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or one application to another and retain its original format. Flexible enough to be customized for applications as diverse as web sites, electronic data interchange, voice mail systems, wireless devices, web services, and more, XML is quickly becoming ubiquitous.XML Hacks is a roll-up-your-sleeves guide that distills years of ingenious XML hacking into a complete set of practical tips, tricks, and tools for web developers, system administrators, and programmers who want to go far beyond basic tutorials to leverage the untapped power of XML.With plenty of useful real-world projects that illustrate how to define, read, create, and manipulate XML documents, XML Hacks shows readers how to put XML's power to work on the Internet and within productivity applications. Each Hack in this book can be read easily in a few minutes, saving programmers and administrators countless hours of searching for the right answer. And this is an O'Reilly Hacks book, so it's not just practical, imminently useful, and time-saving. It's also fun.From Anatomy of an XML Document to Exploring SOAP Messages XML Hacks shows you how to save time and accomplish more with fewer resources. If you want much more than the average XML user--to explore and experiment, do things you didn't know you could do with XML, discover clever shortcuts, and show off just a little--this invaluable book is a must-have.

  • - A Designer Friendly Guide to Drush, Git, and Other Tools
    av Dani Nordin
    247

    Take your Drupal skills even further with valuable tricks for making site building truly efficient. In this concise guidethe third in a series by award-winning designer Dani Nordinyoull learn how to set up your own development environment, quickly update your modules, and use version control to protect yourself from bonehead mistakes.Handle repetitive tasks with ease, avoid hours of frustration, and devote more time to pushing the envelope of Drupal designjust by picking up the basics of a few developer tools. Its much more than simple coding; its real, honest-to-goodness developer Ninja Magick.Learn basic commands and use them in Drupal on the command lineSet up your local development environment, and learn ways to collaborate on code with othersDownload modules, themes, libraries, and more with Drush, the Drupal shellUse Git, the free version control system, and create a GitHub accountPack content types, views, and other functionality you use often into a custom module with Features

Gör som tusentals andra bokälskare

Prenumerera på vårt nyhetsbrev för att få fantastiska erbjudanden och inspiration för din nästa läsning.