feed icon rss

Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 1
    UID:
    almahu_BV040802729
    Format: XXI, 371 S.
    ISBN: 978-0-321-82208-6 , 0-321-82208-0
    Series Statement: Developer's library
    Note: Includes index.
    Language: English
    Subjects: Computer Science
    RVK:
    RVK:
    Keywords: jQuery
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Book
    Book
    Boston ; Columbus ; Indianapolis ; New York ; San Francisco ; Amsterdam ; Cape Town ; Dubai ; London ; Madrid ; Milan ; Munich ; Paris ; Montreal ; Toronto ; Delhi ; Mexico City ; São Paulo ; Sidney ; Hong Kong ; Seoul ; Singapore ; Taipei ; Tokyo :Addison-Wesley,
    UID:
    almahu_BV043484347
    Format: xvi, 294 Seiten : , Illustrationen.
    ISBN: 978-0-133-92368-1 , 0-133-92368-1
    Language: English
    Subjects: Computer Science
    RVK:
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Sams
    UID:
    edocfu_9961553762102883
    Format: 1 online resource (1 v.) : , ill.
    Edition: 1st edition
    Content: In this short lesson adapted from Sams Teach Yourself jQuery Mobile in 24 Hours , learn what QR codes are and how you can use them as an effective marketing technique.  This useful Short covers how to render QR codes using available code-rendering websites or creating them on your own, stylizing QR codes for better customer response, and generating Microsoft Tag codes, which can be used to serve content to mobile devices just like QR codes do.
    Note: Bibliographic Level Mode of Issuance: Monograph , English
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Addison Wesley
    UID:
    edocfu_9961553667502883
    Format: 1 online resource (275 p.)
    Edition: 1st edition
    ISBN: 0-13-298135-1
    Series Statement: Developer's library
    Content: 100+ Practical jQuery Recipes for Solving Your Real-World Web and Mobile Development Challenges! jQuery makes it easier than ever for developers to build exceptionally robust, cross-platform websites and mobile apps. jQuery, jQuery UI, and jQuery Mobile: Recipes and Examples is a practical “cookbook,” packed with realistic, easy-to-use solutions for making the most of jQuery Core, jQuery UI, plugins, and jQuery Mobile. This guide brings together more than one hundred self-contained, downloadable examples, each with an in-depth explanation of how the code works and how to adapt it for your own needs. Pioneering web/mobile developers Adriaan de Jonge and Phil Dutson present examples you can apply immediately in virtually any web or mobile app, and with any server-side platform, including PHP, .NET, Java, Ruby, Node.js, or Python. This extremely useful guide will help you Test browser support and provide for graceful degradation Fine-tune DOM element selection and manipulate your site’s DOM structure Master the newest techniques for event handling and binding Communicate with web servers: AJAX, page errors, redirects, XML, and more Use advanced UI widgets, from accordions and autocomplete to sliders and tabs Build mobile-optimized sites with the jQuery Mobile library Write and smoothly incorporate new plugins Integrate powerful third-party plugins, such as the Twitter Bootstrap framework The authors’ proven “code first, explain later” approach supports developers at all levels who want to start experimenting immediately. Their exceptionally readable examples never take shortcuts or compromise quality,and their detailed walk-throughs are ideal for anyone who wants to thoroughly understand their code. If you have a working knowledge of HTML, CSS, and basic JavaScript, you’ll feel right at home immediately; if not, de Jonge and Dutson’s careful explanations and full HTML page layout examples will get you up to speed quickly. Covers jQuery 1.6.4 and 1.7, with Tips for 1.8
    Note: Bibliographic Level Mode of Issuance: Monograph , English
    Additional Edition: ISBN 0-13-298137-8
    Additional Edition: ISBN 0-321-82208-0
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    UID:
    edocfu_9961553758502883
    Format: 1 online resource (93 pages)
    Edition: 2nd edition
    Content: Do you want to get started building apps for Android, today’s number one mobile platform? Are you already building Android apps but want to get better at it? The Android ™ Developer’s Cookbook, Second Edition, brings together all the expert guidance and code you’ll need. This edition has been extensively updated to reflect the other Android 4.2.2 releases. You’ll find all-new chapters on advanced threading and UI development, in-app billing, push messages, and native development, plus new techniques for everything from accessing NFC hardware to using Google Cloud Messaging. Proven modular recipes take you from the basics all the way to advanced services, helping you to make the most of the newest Android APIs and tools. The authors’ fully updated code samples are designed to serve as templates for your own projects and components. You’ll learn best-practice techniques for efficiently solving common problems and for avoiding pitfalls throughout the entire development lifecycle. Coverage includes Organizing Android apps and integrating their activities Working efficiently with services, receivers, and alerts Managing threads, including advanced techniques using AsyncTasks and loaders Building robust, intuitive user interfaces Implementing advanced UI features, including Custom Views, animation, accessibility, and large screen support Capturing, playing, and manipulating media Interacting with SMS, websites, and social networks Storing data via SQLite and other methods Integrating in-app billing using Google Play services Managing push messaging with C2DM Leveraging new components and structures for native Android development Efficiently testing and debugging with Android’s latest tools and techniques, including LINT code analysis The Android ™ Developer’s Cookbook, Second Edition, is all you need to jumpstart any Android project, and create high-value, feature-rich apps that sell.
    Note: Bibliographic Level Mode of Issuance: Monograph , English
    Additional Edition: ISBN 0-13-326161-1
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Addison-Wesley Professional,
    UID:
    edocfu_9961555330202883
    Format: 1 online resource (320 pages)
    Edition: 1st edition
    Content: “A must read for all developers that want to begin serious Android development.” — Justin Anderson , Freelance Android Developer “From start to finish, this book contains a variety of great tips and insight into the most important attributes of Android design. This book will definitely be required reading for any of our future Android engineers.” — Cameron Banga , Cofounder, 9magnets, LLC There’s a downside to Android’s amazing openness and versatility: it’s easy for developers to write code that’s inefficient, unreliable, insecure, or hard to maintain. In Android Development Patterns , enterprise Android developer Phil Dutson helps you leverage Android 5.0+’s amazing power without falling victim to those pitfalls. Dutson presents today’s most comprehensive set of patterns and procedures for building optimized, robust apps with Android 5.0+. First, Dutson guides you through establishing a highly efficient development environment and workflow, and testing your app to ensure that your code works just as you expect. Then, he walks through the modern best practices for structuring apps, using widgets and components, and working with views. You learn how to build apps that are easy to manage and update, deliver accurate and up-to-date information without wasting precious battery power, and take advantage of new hardware, such as Android Wear and Android TV. Dutson concludes by presenting powerful strategies for optimizing your apps and packaging them for distribution. Coverage includes Using testing to build more trustworthy, dependable, maintainable apps Understanding subtle but critical differences between Android and traditional Java programming Building consistent, modern user interfaces with views and layouts Leveraging the proven MVC pattern to cleanly organize logic Creating rich visual experiences with 3D graphics, animation, and media Simplifying capture and use of location data with the new Locations API Integrating optional hardware, such as Bluetooth, NFC, or USB Building better apps with Google Play Services Creating Android Wear notifications and apps Tuning and improving apps with Google Analytics Designing Android TV apps for the “ten foot view” informit.com/aw https://github.com/dutsonpa/adp-files
    Additional Edition: ISBN 0-13-392402-5
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Addison-Wesley Professional,
    UID:
    edocfu_9961553914002883
    Format: 1 online resource (256 pages)
    Edition: 1st edition
    Content: Create Web Designs That Work Perfectly on Any Device—Simply and Beautifully! Billions of people access the web via smartphones, tablets, and devices of all types, using every imaginable interface and display. But they all want the same thing: the right information, right now, delivered in the most aesthetically pleasing way possible. Give them what they want with Responsive Mobile Design . Whether you’re a developer, designer, or manager, Phil Dutson teaches you principles, techniques, and best practices for delivering a successful experience to all users on all devices. Dutson shows how to design sites that are responsive “from the start,” while keeping development simple and flexible. Next, he delivers complete technical know-how for transforming responsive designs into responsive sites. You’ll find coverage of key issues such as integrating media content, optimizing performance, and serving Retina or high-density displays. Throughout, he combines detailed and practical explanations with functional, easy-to-reuse code snippets. Coverage includes •    Demonstrating why “mobile first” is still a best practice •    Fusing content, structure, and beauty to deliver experiences users love •    Using responsive images to improve speed and convey visual messages more effectively •    Using grid systems without making it feel like your design is “locked in a box” •    Mastering measurement values such as px, em, rem, and viewport units—and understanding their crucial differences •    Improving the finer details of your design with web fonts •    Retrofitting current websites to prepare them for the future •    Introducing web components into your HTML markup •    Using built-in browser development tools to streamline debugging and “in-browser” prototyping
    Additional Edition: ISBN 0-13-388824-X
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : Sams
    UID:
    edocfu_9961553961302883
    Format: 1 online resource (1 v. (various pagings)) : , ill.
    Edition: 1st edition
    ISBN: 0-672-33594-8
    Content: Quickly start using jQuery Mobile with HTML, CSS, and JavaScript . jQuery Mobile makes it easy for developers to add "native" mobile functionality to their sites and applications, delivering seamless experiences to customers using diverse mobile devices, all from a single code base. In this book, leading mobile expert Phil Dutson helps readers master the latest version of jQuery Mobile, even if they have no previous experience. In just 24 lessons of one hour or less, Dutson guides readers through every step of creating and customizing a mobile website with jQuery Mobile. Each short, easy lesson builds on all that's come before, teaching jQuery Mobile's newest features in the context of real solution development. Readers learn how to: -Create user interfaces with toolbars, buttons, forms, lists, events, and themes -Build responsive layouts and develop new themes -Detect diverse devices -Encode and embed mobile video -Use mobile device simulators -Build apps with PhoneGap and jQuery Mobile -Incorporate QR and Microsoft Tag Codes -And much more Step-by-step instructions walk developers through common questions, issues, and tasks... Quizzes and Exercises build and test knowledge... "Did You Know?" tips offer insider advice and shortcuts... and "Watch Out!" alerts help readers avoid problems. By the time they're finished, readers will be comfortable going beyond the book to "mobilize" virtually any site.
    Note: Bibliographic Level Mode of Issuance: Monograph , English
    Additional Edition: ISBN 0-13-296624-7
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Addison-Wesley Professional,
    UID:
    edocfu_9961553263502883
    Format: 1 online resource (1 video file, approximately 4 hr., 9 min.)
    Edition: 1st edition
    Series Statement: LiveLessons
    Content: jQuery Fundamentals LiveLessons covers the core jQuery library. This library gives you an easy to use solution that will enhance the functionality and use of your website. Each lesson in this video focuses on a particular portion of the jQuery library, and by the end viewers should be proficient in using jQuery, as well as writing their own plugins. Viewers will learn how to set up a development environment, including a web server, in both Windows and OSX; use a selector and refine the elements selected; move around the Document Object Model (DOM) tree to selected elements; manipulate the DOM; change attributes and styles; utilize Event handling; add animations and effects; load data remotely through various Ajax calls and actions; and finally, how to use jQuery plugins and how to create their own. About the Author: Phil Dutson is the lead front-end developer for ICON Health and Fitness. He has worked on projects and solutions for NordicTrack, ProForm, Freemotion, Sears, Costco, Sam’s Club, and others. He was an original team member of the iFit project that integrated Google Maps into personalized workout creation and playback. Phil co-founded and currently manages “The E-Com DevBlog”, a development blog focused on web development and solutions. To learn more visit http://dev.tonic1394.com . Phil is the author of 3 books: jQuery, JQuery UI, and jQuery Mobile ; Sams Teach Yourself jQuery Mobile in 24 hours ; and Creating QR and Tag Codes .
    Note: Title from resource description page (viewed Apr. 9, 2013).
    Additional Edition: ISBN 0-13-336135-7
    Language: English
    Keywords: Electronic videos.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    UID:
    edocfu_9961557157302883
    Format: 1 online resource (1 video file, approximately 4 hr., 25 min.)
    Edition: 1st edition
    Series Statement: LiveLessons
    Content: 4 Hours of Video Instruction Android Development with Android Studio and Eclipse LiveLessons is the fast, easy, and reliable guide for using the most popular Integrated Development Environments currently available for Android Development. The lessons start out by walking through the download and installation of IntelliJ IDEA Community Edition. You will be shown how the interface works and some of the beneficial hotkeys and shortcuts that make developing in IntelliJ IDEA awesome. You will also learn how to install plugins, including the Android SDK, and create and import Android Projects. You then will learn about using Android Studio, the new specifically made for Android development platform released by Google. After taking a guided tour of the windows and features available, you will then learn about the very versatile Eclipse platform. You will learn the hotkeys and shortcut that are valuable in Eclipse to maximize your development, and keep the learning curve to a minimum. Finally you will learn how the ADT Bundle differs from Eclipse and how it can be set up on your system. You will also learn about using code repositories, such as Github and SVN to connect and synchronize your code with. Phil Dutson , Mobile Expert, gives new developers the how-to guide for using the popular Integrated Developer Environments IntelliJ IDEA, Andorid Studio, and Eclipse. He covers the installation of each program as well as the differences between each one. Learn how new Java and Android projects are created, how plugins are installed, and how to create and export Android applications. This course is aimed at developers who are unfamiliar with Eclipse, IntelliJ IDEA, and Android Studio and who would like to minimize the learning curve on using an IDE for development. Skill Level Beginner What You Will Learn How to use various development IDEs How to start Android projects How to use Android Emulators How to install the Android SDK How to install the Java Runtime Environment Who Should Take This Course Developers who have never used IntelliJ IDEA, Eclipse, or Android Studio but want to get up and running as fast as possible with these amazing Integrated Development Environments Course Requirements Familiarity with software development Familiarity with Android devices Table of Contents Introduction Lesson 1: Introduction to IntelliJ IDEA Lesson 2: Basics of IntelliJ IDEA Lesson 3: Working with Projects Lesson 4: Working with a Version Control System Lesson 5:...
    Note: Title from title screen (viewed Jan. 17, 2014).
    Additional Edition: ISBN 0-13-374363-2
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages