Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 2010-2014  (997)
  • Application software ; Development
  • Oracle (Computer file)
Datasource
Material
Language
Years
Year
Keywords
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    Birmingham : Packt Publishing
    ISBN: 9781783284139
    Language: English
    Pages: Online-Ressource (340 p)
    Edition: Online-Ausg.
    Series Statement: Community experience distilled
    Parallel Title: Print version Mastering Clojure Data Analysis
    DDC: 005.133
    Keywords: Croatia -- Economic conditions ; Croatia ; Application software ; Development ; Geographic information systems ; England ; Social networks ; Mathematical models ; Electronic books ; Electronic books
    Abstract: This book consists of a practical, example-oriented approach that aims to help you learn how to use Clojure for data analysis quickly and efficiently.This book is great for those who have experience with Clojure and who need to use it to perform data analysis. This book will also be hugely beneficial for readers with basic experience in data analysis and statistics
    Description / Table of Contents: Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Network Analysis - The Six Degrees of Kevin Bacon; Analyzing social networks; Getting the data; Understanding graphs; Implementing the graph; Loading the data; Measuring social network graphs; Density; Degrees; Paths; The average path length; Network diameter; Clustering coefficient; Centrality; Degrees of separation; Visualizing the graph; Setting up ClojureScript; A force-directed layout; A hive plot; A pie chart; Summary
    Description / Table of Contents: Chapter 2: GIS Analysis - Mapping Climate ChangeUnderstanding GIS; Mapping the climate change; Downloading and extracting the data; Downloading the files; Extracting the files; Transforming the data - filtering; Rolling averages; Reading the data; Interpolating sample points and generating heat maps using inverse distance weighting (IDW); Working with map projections; Finding a base map; Working with ArcGIS; Summary; Chapter 3: Topic Modeling - Changing Concerns in State of the Union Addresses; Understanding data in State of the Union addresses; Understanding topic modeling
    Description / Table of Contents: Preparing for visualizationsSetting up the project; Getting the data; Loading the data into MALLET; Visualizing with D3 and ClojureScript; Exploring the topics; Exploring topic 43; Exploring topic 26; Exploring topic 42; Summary; Chapter 4: Classifying UFO Sightings; Getting the data; Extracting the data; Dealing with messy data; Visualizing UFO data; Description; Topic modeling descriptions; Hoaxes; Preparing the data; Reading the data into a sequence of data records; Splitting out the NUFORC comments; Categorizing the documents based on the comments
    Description / Table of Contents: Partitioning the documents into directories based on the categoriesDividing them into training and test sets; Classifying the data; Coding the classifier interface; Running the classifier and examining the results; Summary; Chapter 5: Benford's Law - Detecting Natural Progressions of Numbers; Learning about Benford's Law; Applying Benford's law to compound interest; Looking at the world population data; Failing Benford's Law; Case studies; Summary; Chapter 6: Sentiment Analysis - Categorizing Hotel Reviews; Understanding sentiment analysis; Getting hotel review data; Exploring the data
    Description / Table of Contents: Preparing the dataTokenizing; Creating feature vectors; Creating feature vector functions and POS tagging; Cross validating the results; Calculating error rates; Using the Weka machine learning library; Connecting Weka and cross validation; Understanding maximum entropy classifiers; Understanding naive Bayesian classifiers; Running the experiment; Examining the results; Combining the error rates; Improving the results; Summary; Chapter 7: Null Hypothesis Tests - Analyzing Crime Data; Introducing confirmatory data analysis; Understanding null hypothesis testing; Understanding the process
    Description / Table of Contents: Formulating an initial hypothesis
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Addison-Wesley
    ISBN: 9780133901634 , 0133901637
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 5th ed.
    Keywords: Java (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: The Java EE 7 Tutorial: Volume 2, Fifth Edition, is a task-oriented, example-driven guide to developing enterprise applications for the Java Platform, Enterprise Edition 7 (Java EE 7). Written by members of the Java EE documentation team at Oracle, this book provides new and intermediate Java programmers with a deep understanding of the platform. This guide includes descriptions of platform features and provides instructions for using the latest versions of NetBeans IDE and GlassFish Server Open Source Edition. The book introduces Enterprise JavaBeans components, the Java Persistence API, the Java Message Service (JMS) API, Java EE security, transactions, resource adapters, Java EE Interceptors, Batch Applications for the Java Platform, and Concurrency Utilities for Java EE. The book culminates with three case studies that illustrate the use of multiple Java EE 7 APIs.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed May 30, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 1482209047 , 9781482209044 , 9781322637778 , 1322637776 , 9781482209037
    Language: English
    Pages: 1 online resource
    Parallel Title: Erscheint auch als
    DDC: 005.256
    Keywords: Portable computers Programming ; Mobile computing Security measures ; Application software Development ; Mobile communication systems Security measures ; PHP (Computer program language) ; JavaScript (Computer program language) ; COMPUTERS ; Software Development & Engineering ; General ; COMPUTERS ; Internet ; General ; COMPUTERS ; Programming ; Games ; Application software ; Development ; JavaScript (Computer program language) ; PHP (Computer program language) ; Portable computers ; Programming ; Electronic books
    Abstract: "Preface Amazingly, I grew up in the country and we never locked the doors to our house, or our cars. In school, no one broke into someone else's car or locker. If you put something down, you could pretty much rely on it being there when you got back. Family entered without knocking, and non-family never tried. This is no longer the case. Now, even though my house and car are locked, the virtual windows to my life, as well as a basement door I didn't even know existed, are open and under attack thanks to the internet. Now the situation is reversed. Family needs to knock several times before using the secret handshake thingy, and strangers enter anonymously and unannounced into my whatever. Security is something I wish I could do without. The business of building cool things as fast as possible without regard to consequence of theft is far more interesting. Out of necessity, security became a priority. What follows is some of what I've learned along the way. If any of these bits and bytes end up helping to protect you, then I win. I hope you enjoy the book."--
    Note: Includes bibliographical references and index. - Print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9781783281428 , 1783281421
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Community experience distilled
    Keywords: Scala (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Learn the art of building intricate, modern, scalable concurrent applications using Scala In Detail This book will give you an insight into the best practices necessary to build concurrent programs in Scala using modern, high-level concurrency libraries. It starts by introducing you to the foundations of concurrent programming on the JVM, outlining the basics of the Java Memory Model, and then shows some of the classic building blocks of concurrency, such as the atomic variables, thread pools, and concurrent data structures, along with the caveats of traditional concurrency. It then walks you through different high-level concurrency abstractions, each tailored toward a specific class of programming tasks. Finally, the book presents an overview of when to use which concurrency library and demonstrates how they all work together. What You Will Learn Get to grips with the fundamentals of concurrent programming on modern multiprocessor systems, with a particular focus on the JVM concurrency model Build high-performance concurrent systems from simple, low-level concurrency primitives Express asynchrony in concurrent computations with futures and promises Seamlessly accelerate sequential programs by using data-parallel collections Implement reactive and event-based programs declaratively with Rx-style event streams Design safe, scalable, and easy-to-comprehend in-memory transactional data models Transparently create distributed applications that scale across multiple machines Choose the correct concurrency abstraction and integrate different concurrency frameworks together in large applications
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed December 18, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372541
    Language: English
    Pages: 1 streaming video file ( 3 hr., 59 min., 59 sec.) , digital, sd., col.
    Keywords: Video games ; Design ; Application software ; Development ; Mobile games ; Design ; Computer games ; Design ; Lua (Computer program language) ; Electronic videos ; local
    Abstract: "In this Corona SDK 2014 training course, expert author Rafael Hernandez will teach you the fundamentals of creating an app with the popular App Development SDK Corona. This course is designed for the absolute beginner, meaning no prior app development experience is required. You will start by learning how to create visual assets, including creating images and text and grouping and animating visual assets. You will then learn how to incorporate user interaction and display lists of data with tables. Rafael will show you how to create and remove scenes, pass data between scenes, and switch scenes. This video tutorial also covers handling application data, such as creating and saving a preferences module, reading and writing data to the preferences module, and implementing custom application preferences. Finally, you will learn how to configure an application, including device and feature detection and building the app for a device. By the completion of this computer based training course, you will be able to successfully create your own mobile applications using the Corona software development kit. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed Aug. 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Heidelberg : dpunkt.verlag
    Language: German
    Pages: 1 online resource (1 volume) , illustrations
    Edition: 1. Auflage
    Keywords: C++ (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: endlich ein TDD-Buch für C++-Entwickler !* mit vielen Codebeispielen * lockerer Schreibstil
    Note: "Authorized translation from the English language edition, entitled "Modern C++ Programming with Test-Driven Development", 1st Edition, ISBN-13: 978-1-937785-48-2, by Jeff Langr, published by The Pragmatic Programmers, LLC., Copyright © 2013."--Copyright page. - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed December 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: German
    Pages: 1 online resource (1 v.) , ill.
    Edition: 1. Aulf.
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Obwohl »Objektorientiertung« wahrscheinlich nicht das erste ist, das Programmierern einfällt, wenn sie an JavaScript denken.Tatsächlich aber ist diese Sprache nicht nur objektorientiert, sondern auch unglaublich mächtig und ausdrucksstark, und sie ermöglicht Entwicklern viele Design-Entscheidungen selbst zu treffen, wenn diese sie effektiv beherrschen. Das Buch hilft erfahrenen Programmierern, den einzigartiger Ansatz zur objektorientierten Programmierung in JavaScript zu verstehen. Mit diesem Know-how können sie ihre Probleme effektiver und mit weniger Code lösen.Dabei bietet Autor Nicholas Zakas auch Lesern mit wenig JavaScript-Erfahrung ein tiefes Verständnis der Struktur der Sprache.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Oct. 25, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: German
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Agile software development ; Application software ; Development ; Computer software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Erstes deutsches Buch, das sich der Kombination agiles und klassisches RE widmet Thema wird zurzeit heftig diskutiert auf Konferenzen, Blogs mit eindrücklichen Beispielen aus der Praxis für pragmatische Lösungen* Autor in der Welt der (klass.) Qualitätssicherung/Testen sehr bekannt
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed July 21, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 9781492012306
    Language: German
    Pages: 1 online resource (1 v.) , ill.
    Edition: 1. Aufl.
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Um JavaScript wirklich zu beherrschen, müssen Sie lernen, die flexiblen und ausdrucksstarken Besonderheiten der Sprache effektiv zu nutzen und dabei Fallstricke zu vermeiden. Ganz gleich wie lange Sie schon JavaScript-Code schreiben -- dieses Buch wird Ihnen helfen, Ihr Verständnis von JavaScript zu vertiefen, so dass Sie zuverlässigere und besser wartbare Programme erstellen können.Der Autor David Herman, der über jahrelange Erfahrung im JavaScript-Standardisierungskomitee Ecma verfügt, beleuchtet die inneren Funktionen der Sprache wie niemals zuvor und hilft Ihnen dabei, die Vorzüge der Sprache voll zu nutzen. Dieses Buch spiegelt den neuesten JavaScript-Standard wieder und bietet Ihnen bewährte Techniken und Ansätze, auf die Sie sich in den kommenden Jahren stützen können.Effecive JavaScript ist um 68 Ansätze für besseren JavaScript-Code herum aufgebaut, jeweils anhand konkreter Beispiele.
    Note: "Authorized translation from the English language edition, entitled Effective JavaScript: 68 specific ways to harness the power of JavaScript, 1st Edition"--T.p. verso. - Includes index. - Description based on online resource; title from title page (Safari, viewed Feb. 20, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Android (Electronic resource) ; Web applications ; Mobile apps ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Unique and clever ideas are important when building a hot-selling Android app, but the real drivers for success are speed, efficiency, and power management. With this practical guide, you'll learn the major performance issues confronting Android app developers, and the tools you need to diagnose problems early. Customers are finally realizing that apps have a major role in the performance of their Android devices. Author Doug Sillars not only shows you how to use Android-specific testing tools from companies including Google, Qualcomm, and AT&T, but also helps you explore potential remedies. You'll discover ways to build apps that run well on all 19,000 Android device types in use. Understand how performance issues affect app sales and retention Build an Android device lab to maximize UI, functional, and performance testing Improve the way your app interacts with device hardware Optimize your UI for fast rendering, scrolling, and animations Track down memory leaks and CPU issues that affect performance Upgrade communications with the server, and learn how your app performs on slower networks Apply Real User Monitoring (RUM) to ensure that every device is delivering the optimal user experience
    Note: "Early release, raw & unedited.". - Description based on online resource; title from cover page (Safari, viewed September 24, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    New York : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Series Statement: The expert's voice in Oracle
    Keywords: Oracle (Computer file) ; Relational databases ; Data recovery (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: Oracle RMAN for Absolute Beginners is a gentle introduction to the use of Oracle's Recovery Manager software to make backups of an Oracle database, and to restore all or part of a database in the event that data loss occurs. It is often said that a database administrator's #1 job responsibility is to be able to recover from data loss. If you're new to the Oracle platform, or you're new to database administration in general, you can hardly go wrong by making it your first priority to learn to backup and recover the database that has been entrusted into your hands. This book is short and sweet at just 200 pages. Focus lies on the mainstream use cases. Recovery Manager, or RMAN as it is called, is a powerful and complex tool that can be intimidating at first. Author Darl Kuhn understands the need to focus on the core use cases, building your confidence in the tool, and in your ability to recover from lost database files, and even to recover your entire database should that become necessary. Oracle RMAN for Absolute Beginners shows how to backup your database. That's the first job. You'll learn to backup the entire database, and to create incremental backups that in turn can speed restore and recovery operations. Then you'll learn to recover from lost data files, lost redo log files, lost control files, and even to restore the entire database from scratch. You'll even learn how to clone a database for development and test purposes by backing the database up on one system and restoring it onto another. Author Darl Kuhn has a decade and a half of experience in writing about, and teaching Oracle Database backup and recovery. If you are newly responsible for an Oracle Database, you can hardly do better than to pick up a copy of Oracle RMAN for Absolute Beginners.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed December 5, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [New York, NY] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: iOS (Electronic resource) ; Computer games ; Programming ; Application software ; Development ; Computer graphics ; Electronic books ; Electronic books ; local
    Abstract: SpriteBuilder is the fun and versatile game development environment that is a natural successor to Cocos2D, Cocos3D, and Chipmunk2D. In Learn SpriteBuilder for iOS Game Development , experienced game developer and author Steffen Itterheim shows you how to get the most out of SpriteBuilder to create a full-featured 2D action game that you can use as a basis for your own games. You'll learn SpriteBuilder best practices, how to incorporate SpriteBuilder into your game development workflow, and how to use the various features of SpriteBuilder, including game physics, scrolling, menus, and playing audio assets. You'll learn everything from the basics to advanced topics like visual effects, soft-body physics, rendering textured polygons and porting to Android. You'll be using both SpriteBuilder and the latest version of Cocos2D, version 3. If you have a bit of iOS development experience and you want to learn to create imaginative 2D games, Learn SpriteBuilder for iOS Game Development is exactly the book you need.
    Note: Place of publication taken from publisher's website. - Includes index. - Description based on online resource; title from title page (Safari, viewed January 6, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Command languages (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: Oracle Enterprise Manager 12c Command-Line Interface shows how to use Enterprise Manager's powerful scripting language to automate your database administration work and save time by scripting routine tasks, and then executing those scripts across collections of databases and instances in your environment. This book is chock full of ready-made scripting examples contributed by the authors and leading members of the community. For example, you'll find scripts and examples of commands to: Remove an Enterprise Manager agent and its related targets Quickly create administrator accounts that are fully-configured with pre-expired passwords and all needed roles Invoke batch files to execute sequences of related commands with consistency against multiple targets Batch create large groups of user logins with a single command and more! The Enterprise Manager Command Line Interface (EM CLI) is the administrator's key to unlocking the power of Enterprise Manager 12c (EM12c) with scalability, repeatability, and confidence. In previous versions, most administrators ventured into the command-line interface only with the assistance of Oracle Support. But now there are many features in EM12c that are accessible only from the command-line. This is far from a disadvantage! Enterprise Manager is now a powerful tool for automation in the hands of a skilled database administrator. Enterprise Manager scripting offers potential for all administrators who manage Oracle's enterprise-level products in their environment. You can automate from the smallest, single-instance configuration all the way up to a broadly distributed enterprise-level rollout having database instances strewn across broad geographical distributions. The power of the EM CLI returns the administrator to the golden age, where the entire environment, from database to application to infrastructure, can often be managed from this powerful command line tool secured by the robust Enterprise Manager framework. Brings a golden-age of automation to Oracle Database administrators Provides ready-made scripts contributed by leading members of the community Covers advanced techniques involving Jython and Python
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Android (Electronic resource) ; Threads (Computer programs) ; Application software ; Development ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Multithreading is essential if you want to create an Android app with a great user experience, but how do you know which techniques can help solve your problem? This practical book describes many asynchronous mechanisms available in the Android SDK, and provides guidelines for selecting the ones most appropriate for the app you're building.
    Note: Inlcudes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed May 29, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Database management ; Objective-C (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Pro iOS Persistence explains how to build apps in Objective-C and Swift that persist and use data most effectively including the popular Core Data framework. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently. This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data. The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient. Finally, the book covers managing table views with NSFetched Results Controller.
    Note: Place of publication suggested by publisher's website. - "Includes iOS 8 SDK"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    Indianapolis, IN : John Wiley & Sons
    ISBN: 9781118887820 , 1118887824
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Wrox: Programmer to programmer
    Keywords: Mobile computing ; Computer programming ; Application software ; Development ; Embedded computer systems ; Electronic books ; Electronic books ; local
    Abstract: A practical Wrox guide to ARM programming for mobile devices With more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by-step instructions for creating an embedded application, it prepares you for this popular specialty. While ARM technology is not new, existing books on the topic predate the current explosive growth of mobile devices using ARM and don't cover these all-important aspects. Newcomers to embedded technology will find this guide approachable and easy to understand. Covers the tools required, assembly and debugging techniques, C optimizations, and more Lists the tools needed for various types of projects and explores the details of the assembly language Examines the optimizations that can be made to ensure fast code Provides step-by-step instructions for a basic application and shows how to build upon it Professional Embedded ARM Development prepares you to enter this exciting and in-demand programming field.
    Note: Description based on online resource; title from title page (Safari, viewed December 17, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Indianapolis, Indiana : John Wiley & Sons
    ISBN: 9781118847299 , 1118847296
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Wrox Programmer to programmer
    Keywords: C# (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Stay ahead of the game with this comprehensive guide to the C# programming language Well-known C# expert Rod Stephens gives novice and experienced developers a comprehensive tutorial and reference to standard C#. This new title fully covers the latest C# language standard, C# 5.0, as well as its implementation in the 2013 release of Visual Studio. The author provides exercises and solutions; and his C# Helper website will provide readers and students with ongoing support. This resource is packed with tips, tricks, tutorials, examples, and exercises and is the perfect professional companion for programmers who want to stay ahead of the game. Author Rod Stephens is a well-known programming authority and has written more than 25 programming books covering C#, Java, VB, and other languages. His books have sold more than 150,000 copies in multiple editions. This book's useful exercises and solutions are designed to support training and higher education adoptions. Learn the full range of C# programming language features Quickly locate information for specific language features in the reference section Familiarize yourself with handling data types, variables, constants, and much more Experiment with editing and debugging code and using LINQ Beginning through intermediate-level programmers will benefit from the accessible style of C# 5.0 Programmer's Reference and will have access to its comprehensive range of more advanced topics. Additional support and complementary material are provided at the C# Helper website, www.csharphelper.com . Stay up-to-date and improve your programming skills with this invaluable resource.
    Note: Description based on online resource; title from title page (Safari, viewed December 17, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    ISBN: 9780133430448 , 0133430448
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Microsoft Windows (Computer file) ; Application software ; Development ; Operating systems (Computers) ; C# (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Master Windows 8.1/Windows Runtime Programming Through 80 Expert Projects This is the most complete, hands-on, solutions-focused guide to programming modern Windows applications with the Windows Runtime. Leading Windows development consultants Jeremy Likness and John Garland present easy-to-adapt C# and XAML example code for more than 80 projects. Their real-world application examples help you apply Windows 8.1's best improvements, including large tiles, the new search control, flyouts, command bars, native WinRT networking, and new deployment and sideloading options. Drawing on their pioneering experience, they illuminate key areas of the Windows Runtime API, offering uniquely detailed coverage of encryption, cloud connectivity, devices, printers, and media integration. You'll find cutting-edge tips and tricks available in no other book. This is an indispensable resource for all intermediate-to-advanced Windows developers, and for any architect building desktop, tablet, or mobile solutions with Microsoft technologies. Its focus on both C# and XAML will make it valuable to millions of Windows developers already familiar with Silverlight, WPF, and/or .NET. Coverage includes • Creating robust app interfaces with the newest XAML controls, including flyouts and command bars • Saving data in a persistent "roaming zone" for syncing across Windows 8.1 devices • Using Visual State Manager (VSM) to build apps that adapt to various device resolutions and orientations • Integrating virtually any form of data into your apps • Connecting with web services, RSS, Atom feeds, and social networks • Securing apps via authentication, encrypting, signing, and single sign-on with Microsoft Account, Facebook, Google, and more • Leveraging Windows 8.1 media enhancements that improve battery life and app performance • Networking more effectively with Windows 8.1's revamped HTTP implementation and new location APIs • Using Tiles and Toasts to keep apps alive and connected, even when they aren't running • Enabling users to send content between devices via NFC tap and send • Ensuring accessibility and globalizing your apps • Efficiently debugging, optimizing, packaging, and deploying your apps • Building sideloadable apps that don't have to be published in Windows Store "This book doesn't just focus on singular concepts, it also provides end-to-end perspective on building an app in WinRT. It is one of those essential tools for Windows developers that will help you...
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 19, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    New York : McGraw-Hill Education
    ISBN: 9780071801744 , 007180174X
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Database management ; Relational databases ; Electronic books ; Electronic books ; local
    Abstract: Master the Cutting-Edge Features of Oracle Database 12c Maintain a scalable, highly available enterprise platform and reduce complexity by leveraging the powerful new tools and cloud enhancements of Oracle Database 12c. This authoritative Oracle Press guide offers complete coverage of installation, configuration, tuning, and administration. Find out how to build and populate Oracle databases, perform effective queries, design applications, and secure your enterprise data. Oracle Database 12c: The Complete Reference also contains a comprehensive appendix covering commands, keywords, features, and functions. Set up Oracle Database 12c or upgrade from an earlier version Design Oracle databases and plan for application implementation Construct SQL and SQL*Plus statements and execute powerful queries Secure data with roles, privileges, virtualization, and encryption Move data with SQL*Loader and Oracle Data Pump Restore databases using flashback and the Oracle Database Automatic Undo Management feature Build and deploy PL/SQL triggers, procedures, and packages Work with Oracle pluggable and container databases Develop database applications using Java, JDBC, and XML Optimize performance with Oracle Real Application Clusters
    Note: Includes index. - "Administer and secure a robust Cloud-based environment"--Cover. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    Poughkeepsie, NY : IBM Corporation, International Technical Support Organization
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: IBM redbooks
    Keywords: Client/server computing ; CICS (Computer system) ; Java (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: This IBM® Redpaper Redbooks® publication introduces the IBM System z® New Application License Charges (zNALC) pricing structure and provides examples of zNALC workload scenarios. It describes the products that can be run on a zNALC logical partition (LPAR), reasons to consider such an implementation, and covers the following topics: Using the IBM WebSphere Application Server Liberty profile to host applications within an IBM CICS® environment and how it interacts with CICS applications and resources Security technologies available to applications that are hosted within a WebSphere Application Server Liberty profile in CICS How to implement modern presentation in CICS with a CICS Liberty Java virtual machine (JVM) server How to share scenarios to develop Liberty JVM applications to gain benefits from IBM CICS Transaction Server for IBM z/OS® Value Unit Edition Considerations when using mobile devices to interact with CICS applications and explains specific CICS technologies for connecting mobile devices by using the z/OS Value Unit Edition How IBM Operational Decision Manager for z/OS runs in the transaction server to provide decision management services for CICS COBOL and PL/I applications Installing the CICS Transaction Server for z/OS (CICS TS) Feature Pack for Modern Batch to enable the IBM WebSphere® batch environment to schedule and manage batch applications in CICS This book also covers what is commonly referred to as plain old Java objects (POJOs). The Java virtual machine (JVM) server is a full-fledged JVM that includes support for Open Service Gateway initiative (OSGi) bundles. It can be used to host open source Java frameworks and does just about anything you want to do with Java on the mainframe. POJO applications can also qualify for deployment using the Value Unit Edition. Read about how to configure and deploy them in this companion Redbooks publication: IBM CICS and the JVM server: Developing and Deploying Java Applications, SG24-8038 Examples of POJOs are terminal-initiated transactions, CICS web support, web services, requests received via IP CICS sockets, and messages coming in via IBM WebSphere MQ messaging software.
    Note: Number on resource description page: SG24-8225-00. - Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed January 22, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373210
    Language: English
    Pages: 1 online resource (1 streaming video file (5 hr., 56 min., 36 sec.)) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this iOS Programming training bundle from expert author Keith Welch, you will learn how to apply core Apple frameworks to your Apps. This video series is designed for developers that already have a fundamental understanding of Xcode, Objective C and how to build iOS Apps. This iOS Programming training bundle contains information that has been updated for 2014. Keith covers 6 main frameworks that you can use within your apps. The first Framework covered is iCloud, which is used to store data and settings in the Cloud rather than in the device the app is running on. Next, Keith shows you how to add In-App purchasing, allowing you to monetize your Apps with subscriptions and single item purchasing. You will then learn about Location Services, which is a Framework that uses Geodata to pinpoint a device's location, opening the door for mapping and location specific actions. This video tutorial also covers how to capture and share images, video and audio, as well as accessing existing files from within the Media Player Library. Keith teaches you about the Motion Framework, which allows you to take advantage of the Gyroscope and Accelerometer built into Apple devices. Finally, this video course teaches you how to integrate Social API's for posting to Facebook and Twitter."--Resource description page.
    Note: Title from resource description page (viewed January 28, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372572
    Language: English
    Pages: 1 streaming video file ( 4 hr., 20 min., 11 sec.) , digital, sd., col.
    Keywords: R (Computer program language) ; Numerical analysis ; Data processing ; Statistics ; Data processing ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this Learning R training course, expert author Stuart Greenlee will teach you how to use R, a programming language used for statistical computing and graphics. This course is designed for beginners that have no previous R programming experience. You will require a fundamental understanding of statistics to get the most out of this course. You will start by learning how to install and navigate R studio, then move into learning basic operations like statistical functions, matrix operations, and string functions. Stuart will show you how to plot, including scatter plots, probability plots, and plotting arguments. This video tutorial will cover working with data and data analysis, such as extracting model information, examining files and objects, and subsetting and indexing. You will also learn about conditional statements and user-defined functions, including how to write and de-bug functions. Finally, you will learn how to save different types of data. Once you have completed this computer based training course, you will be fully capable of using R for developing statistical software and data analysis tools. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed Aug. 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372343
    Language: English
    Pages: 1 streaming video file (5 hr., 45 min., 35 sec.) , digital, sd., col.
    Keywords: Web site development ; Web sites ; Design ; Application software ; Development ; Java (Computer program language) ; Groovy (Computer program language) ; Electronic videos ; local
    Abstract: "In this Learning Grails training course, expert author Mike Kelly shows you how to create dynamic, data-centric web applications using the Grails framework. This course is designed for the absolute beginner, meaning no prior knowledge of Grails is required. You will start by learning how to install Grails on your operating system and learn how to setup a basic project. You will learn how to create a basic application stack, including creating a controller, view, and model. Mike will show you how to design the data layer, teaching you about dynamic and static scaffolding, bootstrapping data, and various constraints. This video tutorial will also cover designing the web and logic layer, managing data with GORM, and adding finishing touches to the application. Finally, you will learn how to package the application and create and manage an AppFog account. Once you have completed this computer based training course, you will be fully capable of building a working web application with Grails. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (Safari, viewed June 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372084
    Language: English
    Pages: 1 streaming video file (4 hr., 19 min., 38 sec.) , digital, sd., col.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this building iOS Apps training video for non-programmers, expert author Tony Bove teaches you how to build fully functional iOS apps for the iPhone and iPad. This training course is designed for the absolute beginner, and no prior programming or iOS development experience is required. You start the training course with an introduction to Xcode, including learning to use the Xcode text editor, running your app in the simulator, and accessing documentation. You will then get familiar with Objective-C, covering topics such as objects, classes, and using frameworks and design patterns. This video tutorial will also show you how to use interface controls, animate the main view, and add user preferences and interface methods. Tony will teach you about adding iPhone interface objects, design an iPad experience, and testing the iPhone and iPad interface. Finally, you will learn to prepare your app for distribution, including adding icons and launch images and managing your apps in the App Store. By the completion of this computer based training course, you will be fully capable of creating iPhone and iPad apps from start to finish, including managing them in the App Store. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed Mar. 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Summary Ember.js in Action is a crisp tutorial that introduces the Ember.js framework and shows you how to build production-quality web applications. You'll begin with the basic architecture: client- and server-side MVC, integrating Ember.js with your favorite back end, handling data ... and more. You'll explore the amazing Handlebars templating engine that automatically updates your apps when the data behind them changes. Along the way, you'll develop a complete Ember.js application and learn how to deploy, administer, and update it efficiently. About the Technology Ember.js is a JavaScript MVC framework that handles important tasks like managing code modules, maintaining state, and expediting reliable data flow. It provides the patterns, components, and scaffolding you need to build ambitious web applications. About the Book Ember.js in Action introduces the Ember.js framework and shows you how to build full-featured, desktop-quality web applications. You'll begin with the basic architecture: client- and server-side MVC and how to integrate Ember.js with your favorite back end. Then you'll explore the amazing Handlebars templating engine that automatically updates your apps when the data behind them changes. Along the way, you'll develop a complete Ember.js application and learn how to deploy, administer, and update it efficiently. Readers of this book need to know JavaScript. No prior experience with Ember.js is required. What's Inside Working with Ember Data Mastering Handlebars templates Advanced JavaScript techniques Covers Ember.js 1.0 About the Author Joachim Haagen Skeie is an experienced web application developer and the author of Montric, an open source monitoring tool built using Ember.js.
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed July 21, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Windows phone (Computer file) ; Application software ; Development ; Smartphones ; Programming ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Summary Windows Phone 8 in Action is a comprehensive guide to developing apps for the WP8 platform. It covers the Windows Phone Runtime and .NET APIs used to work with a phone's sensors and hardware, including the accelerometer, camera, gyroscope, GPS, and microphone. You will learn to write code to dial the phone, write emails, send text messages, and recognize speech. The book also teaches you to build applications that use location and push notification. About this Book With 10 million (and climbing) active handsets, Windows Phone 8 has become a real alternative to Android and iOS. WP users are hungry for great apps, so it's time for you to start creating them! Windows Phone 8 in Action teaches you how to design, build, and sell WP8 apps. In it, you'll learn to use the WP Runtime and .NET APIs to control key features like the accelerometer, camera, GPS, and microphone. This example-driven book also shows you how to write applications that use location and push notification, enhanced navigation services, and WP8's deep multimedia capabilities. You'll need a working knowledge of C#. No experience with Windows Phone or XAML is required. What's Inside Build your first phone app Master the Windows Phone 8 interface How to sell on the Windows Phone Store Use features like voice recognition and media About the Authors Tim Binkley-Jones has worked with XAML since the first releases of WPF and Silverlight. Adam Benoit is an independent developer with more than a dozen apps in the Windows Phone Store. Massimo Perg a is an engineer at Microsoft. Michael Sync is a web and WP architect.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: CoffeeScript (Computer program language) ; Scripting languages (Computer science) ; JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Summary CoffeeScript in Action is a tutorial that teaches you how, where, and why to use CoffeeScript. It begins by quickly exposing you to CoffeeScript's new, but instantly-familiar syntax. Then, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows you how CoffeeScript makes them available in JavaScript. About the Book JavaScript runs (almost) everywhere but it can be quirky and awkward. Its cousin CoffeeScript is easier to comprehend and compose. An expressive language, not unlike Ruby or Python, it compiles into standard JavaScript without modification and is a great choice for complex web applications. It runs in any JavaScript-enabled environment and is easy to use with Node.js and Rails. CoffeeScript in Action teaches you how, where, and why to use CoffeeScript. It immerses you in CoffeeScript's comfortable syntax before diving into the concepts and techniques you need in order to write elegant CoffeeScript programs. Throughout, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. For language junkies, the book explains how CoffeeScript brings idioms from other languages into JavaScript. What's Inside CoffeeScript's syntax and structure Web application patterns and best practices Prototype-based OOP Functional programming Asynchronous programming techniques Builds and testing Readers need a basic grasp of web development and how JavaScript works. No prior exposure to CoffeeScript is required. About the Author Patrick Lee is a developer, designer, and software consultant, working with design startup Canva in Sydney, Australia.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Computer algorithms ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Take advantage of JavaScript's power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that's easier-yes, easier-to work with as your code base grows. JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes. With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code. Examine the anatomy of a large-scale JavaScript application Build modern web apps with the capabilities of desktop applications Learn best practices for code organization, modularity, and reuse Separate your application into different layers of responsibility Build efficient, self-describing hypermedia APIs with Node.js Test, integrate, and deploy software updates in rapid cycles Control resource access with user authentication and authorization Expand your application's reach through internationalization
    Note: "Robust web architecture with node, HTML5, and modern JS libraries"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491919194
    Language: English
    Pages: 1 online resource (1 streaming video file (0 hr., 35 min., 20 sec.)) , digital, sound, color.
    Keywords: Application software ; Development ; Web sites ; Software ; Python (Computer program language) ; Web site development ; Computer programs ; Electronic videos ; local
    Abstract: "Flask is a small and easy-to-use, yet fully featured open source web framework written in Python. It is considered a micro-framework, but don't let the "micro" part fool you; Flask can do everything the others can do, many times in a simpler, leaner way. Flask's code is concise and well written; you can easily read and understand it. In this webcast, we provide an overview of Flask, full of examples that you can download and try. The topics to be discussed are:- Installation- Anatomy of a Flask application-Templates-Web forms-Database-Project structure for large applications."--Resource description page.
    Note: Title from title screen (viewed May 11, 2015). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 9 min., 41 sec.)) , digital, sound, color.
    Keywords: Django (Electronic resource) ; Application software ; Testing ; Application software ; Development ; Browsers (Computer programs) ; Automation ; JavaScript (Computer program language) ; Electronic videos ; local
    Abstract: "Automated tests are great! They tell you when your software is broken and enable you to refactor with confidence, leading to cleaner codebases and less stressed developers. Tests are so great, in fact, that a group of true believers started writing them before the actual code. What they called test-driven development (TDD) turned out to be a fantastic way to develop software. Now, with this video course, you can get started with TDD step-by-step. TDD is often demonstrated with toy examples that fail to represent the challenges of real-world software development. But in this course, Harry Percival takes you through a practical example designed to look more like real life: building a simple web app with all the complexities associated with web browsers, the HTTP protocol, web frameworks, and database integration."--Resource description page.
    Note: Title from title screen (viewed November, 22, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491912331
    Language: English
    Pages: 1 online resource (1 streaming video file (44 min., 57 sec.)) , digital, sound, color.
    Keywords: HTML (Document markup language) ; Web site development ; Mobile apps ; Web sites ; Design ; Application software ; Development ; Electronic videos ; local
    Abstract: "The market for mobile apps continues to evolve at a breakneck pace, as tablets join the parade of smartphones and feature phones. Join us for a hands-on webcast presented by Maximiliano Firtman author of Programming the Mobile Web, 2nd Edition, as he shows you how to build apps that access geolocation, accelerometer, multi touch screens and other features in these mobile devices. From this webcast you will learn: what do you need to know today to create mobile web experiences, current and future platforms, main challenges: performance, native vs web, battery usage, fragmentation, debugging, full screen webapps and hybrids, toolkit for successful HTML5 mobile apps."--Resource description page.
    Note: Title from title screen (viewed July 30, 2015). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Calif.?] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file (2 hr., 47 min., 18 sec.) , digital, sd., col.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "If you want to create iOS interfaces that feature robust interactions and animation, this video course is the perfect way to get started. Josh Smith and Jonathan Penn of Rubber City Wizards teach beginning and intermediate iOS developers the foundational skills necessary to bring your app's user interface to life"--Resource description page.
    Note: Title from title screen (viewed June 27, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file ( 3 hr., 54 min., 54 sec.) , digital, sd., col.
    Keywords: Computer software ; Development ; Software architecture ; Computer software ; Quality control ; Application software ; Development ; Electronic videos ; local
    Abstract: "This unique collection demonstrates the essence of DevOps principles with practical, real-world examples of people and organizations putting them into practice. Ideal for system administrators, operations managers, and developers, each segment features a session from our recent Velocity conferences."--Resource description page.
    Note: Title from title page (viewed July, 2, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Cloud computing ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Intrigued by the possibilities of developing web applications in the cloud? With this concise book, you get a quick hands-on introduction to OpenShift, the open source Platform as a Service (PaaS) offering from Red Hat. You'll learn the steps necessary to build, deploy, and host a complete real-world application on OpenShift, without having to read long, detailed explanations of the technologies involved. Though the book uses Python, application examples in other languages are available on GitHub. If you can build web applications, use a command line, and program in Java, Python, Ruby, Node.js, PHP, or Perl, you're ready to get started. Dive in and create your first example application with OpenShift Modify the example with your own code and hot-deploy the changes Add components such as a database, task scheduling, and monitoring Use external libraries and dependencies in your application Delve into networking, persistent storage, and backup options Explore ways to adapt your team processes to use OpenShift Learn OpenShift terms, technologies, and commands Get a list of resources to learn more about OpenShift and PaaS
    Note: Description based on online resource; title from title page (Safari, viewed June 09, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Android (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Migrating to Android for iOS Developers gives you-as an experienced native iOS app developer-the skills to learn native Android apps development from scratch. Starting with preparing your Android integrated development environment and introducing just enough Android application framework fundamentals, you'll understand how to create a simple but meaningful HelloAndroid project immediately. This book provides the guidelines and tutorial projects to show you how to translate your existing iOS app to the Android platform. You'll use your mobile app knowledge to structure your Android apps in a similar way to how you would structure your iOS apps. To implement use cases with detailed screens, the most common mobile topics are discussed, including user interfaces, managing data, and networking with remote services. As you move through the book, you'll create Android apps with rich UI components to handle common CRUD operations locally and remotely. There are many Android goodies described in the book. Instead of relying on routine text descriptions, you'll discover the uniqueness of Android and appreciate the many features that are unique to the platform. This book also explores more powerful mobile UX patterns that are commonly used on the iOS and Android platforms. When you finish reading Migrating to Android for iOS Developers , you'll be an Android developer as well as an iOS developer. And, you will be fully convinced you can do everything in Android that you can do in iOS.
    Note: Place publication from publisher's website. - Includes index. - Description based on online resource; title from title page (Safari, viewed Aug. 13, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    Collingwood, VIC, Australia : SitePoint
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Web site development ; HTML (Document markup language) ; Cascading style sheets ; Web sites ; Design ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get a Jump Start on building applications with Bootstrap today! Originally developed by Twitter, Bootstrap is a framework that making the once-arduous process of crafting fully responsive web designs a breeze! Discover why Bootstrap is fast becoming a favorite tool of top web designers. In just one weekend with this hands-on tutorial, you'll learn how to: Integrate Bootstrap into your projects Understand the basic Bootstrap template Work with Bootstrap's grid Customize Bootstrap to work with any project
    Note: Description based on online resource; title from cover (Safari, viewed Aug. 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Learn how to build a full-stack application with Backbone.js by taking advantage of JavaScript modules, workflow automation, and Backbone's interface building blocks. With this practical guide, author Patrick Mulder takes experienced backend developers and JavaScript programmers through the steps necessary to create a fully functional single-page application.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 23, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: JavaScript (Computer program language) ; Asynchronous transfer mode ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: If you're a web developer interested in building scalable single-page applications-full-stack, browser-based apps that connect to a backend-this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed July 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Want to build apps for Android devices? This book is the perfect way to master the fundamentals. Written by experts who have taught this mobile platform to hundreds of developers in large organizations and startups alike, this gentle introduction shows experienced object-oriented programmers how to use Android's basic building blocks to create user interfaces, store data, connect to the network, and more. Throughout the book, you'll build a Twitter-like application, adding new features with each chapter. You'll also create your own toolbox of code patterns to help you program any type of Android application with ease. Become familiar with the Android platform and how it fits into the mobile ecosystem Dive into the Android stack, including its application framework and the APK application package Learn Android's building blocks: Activities, Intents, Services, Content Providers, and Broadcast Receivers Create basic Android user interfaces and organize UI elements in Views and Layouts Build a service that uses a background process to update data in your application
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Jan. 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 6th ed.
    Keywords: Oracle (Computer file) ; PL/SQL (Computer program language) ; SQL (Computer program language) ; Relational databases ; Database design ; Electronic books ; Electronic books ; local
    Abstract: Considered the best Oracle PL/SQL programming guide by the Oracle community, this definitive guide is precisely what you need to make the most of Oracle's powerful procedural language. The sixth edition describes the features and capabilities of PL/SQL up through Oracle Database 12 c Release 1.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Feb. 20, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Technology in action
    Keywords: Google ; Mobile computing ; Wearable computers ; Programming ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: " Beginning Google Glass Development is your number one resource for learning how to develop for Google Glass--the paradigm-shifting mobile computing platform taking the world by storm now and for years to come. Mobile developers have always had to think for the future, and right now that means getting started with Google Glass. This book is incredibly hands-on with many exciting projects. You will learn the basics of Glass and how to set up your development environment, through to every Glass development topic using Glass Development Kit (GDK): - Glass User Interface - Camera and Image Processing - Video: Basics and Applications - Voice and Audio - Network, Bluetooth, and Social - Locations, Map, and Sensors - Graphics, Animation, and Games You will also learn how to develop enterprise and web-based Glass apps using the Mirror API. Each topic is full of examples that illustrate what Glass can truly do and help you quickly start developing your own apps. Jeff Tang has successfully developed mobile, web, and enterprise apps on many platforms, and cares immensely about user experience. He brings his vast knowledge to this book through cool and practical examples, which will excite and tantalize your creativity. This book is for any developer who is keen to start developing for Glass with GDK or the Mirror API. Whether you are an Android, iOS, web, or enterprise developer, you do not want to miss the chance that Glass becomes the next big thing. Get started with Beginning Google Glass Development and be inspired today. "
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed July 31, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Active server pages ; Application software ; Development ; JavaScript (Computer program language) ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: One of the most important and exciting trends in web development in recent years is the move towards single page applications, or SPAs. Instead of clicking through hyperlinks and waiting for each page to load, the user loads a site once and all the interactivity is handled fluidly by a rich JavaScript front end. If you come from a background in ASP.NET development, you'll be used to handling most interactions on the server side. Pro Single Page Application Development will guide you through your transition to this powerful new application type. The book starts in Part I by laying the groundwork for SPA development. You'll master some JavaScript techniques that will come in useful later on, and get to know the building blocks of a single page application, including modules, routing and MV* frameworks. In Part II, you'll build the client for your application. This is where the magic happens, as the authors take you through the process step by step. Backbone.js is the ideal library for demonstrating SPA development in practice, but you can apply the same principles with other frameworks in your future applications. Part III takes you through the process of building the server side of your application using ASP.NET Web API, and hooking up the two parts of your application to create a working whole. SPA development also comes with its own particular challenges, including tracking history, user interface performance, and how to handle search engine optimization. In the final chapters, the authors guide you through some of these issues and advanced techniques and finish by showing you how to deploy your application. As SPAs become the de facto standard of web application development, the in-depth Pro Single Page Application Development will be your one-stop shop for creating fluid, modern applications on the web. What you'll learn Reasons to master single page application development SPA architecture and key concepts Mastering modular JavaScript development techniques Meet the popular Backbone.js library and how to use it to build an SPA Create a back end with ASP.NET Web API and consume it from your SPA How to unit test and performance tune your application Overcome the difficulties of search engine optimization in single page applications Who this book is for This book will suit professional web developers familiar with HTML and JavaScript. Readers will need experience with .NET and C# in order to follow along with Part III, which covers back end d...
    Note: Place of publication from publisher's website. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [New York] : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Expert's voice in Spring
    Keywords: Application software ; Development ; Java (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Introducing Spring Framework is your hands-on guide to learning to build applications using the Spring Framework. The book uses a simple My Documents application that you will develop incrementally over the course of the book and covers: - How to programmatically configure the Spring container and beans - How to use annotations for dependency injection - How to use collections and custom types - How to customize and configure bean properties and bean lifecycle interfaces - How to handle metadata using XML, annotations, and the Groovy bean reader - How to use the new Spring Boot and Spring XD After reading this book, you will have all you need to start using the Spring Framework effectively.
    Note: Place of publication from publisher's website. - Includes index. - Description based on online resource; title from title page (Safari, viewed July 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    New York : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: The expert's voice in Java
    Keywords: Java (Computer program language) ; Application software ; Development ; Web sites ; Programming ; Web site development ; Web sites ; Design ; Electronic books ; Electronic books ; local
    Abstract: Web development is still one of today's most popular, active, and important programming and development activities. From a single web page to an e-commerce-enabled web site to a fully-fledged web application, the Java programming language and its frameworks allow you great flexibility and productivity for your web application development. Learn Java for Web Development teaches web developers who are new to Java key skills, Java-based languages, and frameworks to build simple or complex web sites and applications. As soon as you pick up this book, Vishal Layka's experience guides you on a very practical learning and building journey. You will learn the Java nuts and bolts necessary to build a simple "HelloWorld" Java (native) application, as well as a "HelloWorld" Java-based web application example that utilizes servlets and Java Server Pages (JSPs). Over the course of the book, you'll learn more about servlets and JSPs and delve into Java Server Faces (JSFs) and the expression language found in each of these by applying them in a real-world case study-a book store e-commerce application. Then you'll build your web application using Apache Struts2 and the Spring MVC framework. The book concludes by exploring the web application that you've built and examining industry best practices and how these might fit with your application, as well as covering alternative Java Web frameworks like Groovy/Grails and Scala/Play 2. You also can explore the basics of Java, Groovy, and Scala in the book's appendices. While reading this book, you'll see all this in action and you can use it as a starting point for further Java web development. Study and experiment with the many source code examples, and later apply them to your own web application building endeavors and 2:00 AM challenges. What you'll learn How to build your first Java-based web applications with servlets and JSPs How to apply best practices to web application development How to build web applications with JSF 2 How to build web applications with the Struts2 framework How to build web applications with the Spring 3 Web MVC framework How to build web applications with Grails and Play 2 How to debug and deploy your web application along the way Who this book is for This book is for current or aspiring web developers who have some programming experience, but have no or little prior experience using the Java programming language and the available frameworks for Java in web development.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Mar. 10, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    New York : Apress ;
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: If you're an Android application developer, chances are you're using fixed, scrolling, swipe-able, and other cutting-edge custom UI Designs in your Android development projects. These UI Design approaches as well as other Android ViewGroup UI layout containers are the bread and butter of Pro Android User Interface (UI) design and Android User Experience (UX) design and development. Using a top down approach, Pro Android UI shows you how to design and develop the best user interface for your app, while taking into account the varying device form factors in the increasingly fragmented Android environment. Pro Android UI aims to be the ultimate reference and customization cookbook for your Android UI Design, and as such will be useful to experienced developers as well as beginners. With Android's powerful UI layout classes, you can easily create everything from the simplest of lists to fully tricked-out user interfaces. While using these UI classes for boring, standard user interfaces can be quite simple, customizing a unique UI design can often become extremely challenging. What you'll learn How to design and develop a sleek looking and highly functional user interface (UI) design and experience (UX) design using Android APIs What Android layout containers are, and how to best leverage them How to design user-friendly UI layouts that conform to Android UI guidelines What, when, why and how to use fundamental Android UI layout containers (ViewGroup subclasses) and Android UI widgets (View subclasses) How to use new media assets such as images, video, and animation in a UI How to create UI Fragments for UI design for specific ActionBar or Activity classes that you wish to create for UI designs within your applications Scaling UI Design for the various Android smartphone and tablet form factors Who this book is for This book is for experienced Android app developers. It can also be for app developers and UI designers working on other platforms like iOS and BlackBerry who might also be interested in Android.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley
    ISBN: 9780133549843
    Language: English
    Pages: 1 streaming video file (1 hr., 13 min., 15 sec.) , digital, sd., col.
    Series Statement: LiveLessons
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Geography ; Computer programs ; Electronic videos ; local
    Abstract: "iOS MapKit and Core Location LiveLessons--Developer Talks shows you by example how to add location handling and mapping features to your iOS application, all in an easily accessible, presentation-style format. iOS developer Joe Keeley offers novice programmers practical advice on to work with Mapkit and the Core Location framework along with hands-on, step-by-step video training. This presentation does not assume any previous experience working with these technologies, and you will easily be able to put Keeley's examples to use in your own iOS application development."--Resource description page.
    Note: Title from title screen (viewed Oct. 3, 2013)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Indianapolis, Ind.] : SAMS
    ISBN: 9780133100600 , 013310060X
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Fluent learning series
    Parallel Title: Erscheint auch als
    Keywords: Microsoft Windows (Computer file) ; Windows (Computer programs) ; Operating systems (Computers) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Based on the principles of cognitive science and instructional design, Fluent Windows 8.1 App Developmen t, part of the Fluent Learning series, is a true tutorial that will help you build effective working models for understanding a large and complex subject: developing XAML applications for Windows 8.1. Most introductory books just talk at you and give you "exercises" that have more to do with taking dictation than actually learning. Fluent Windows 8.1 App Development , is different. It guides you through learning the way your mind likes to learn: by solving puzzles, making connections, and building genuine understanding instead of just memorizing random facts. DETAILED INFORMATION ON HOW TO... Develop Windows 8.1 applications using C# and Visual Basic .NET Use XAML to create an application interface declaratively Configure an application to work with all the required Windows 8.1 form factors Integrate an application with Windows 8.1 contracts and notifications
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 9780071821759 , 0071821759
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Data mining ; Computer programs ; Forecasting ; Statistical methods ; Electronic books ; Electronic books ; local
    Abstract: Build Next-Generation In-Database Predictive Analytics Applications with Oracle Data Miner "If you have an Oracle Database and want to leverage that data to discover new insights, make predictions, and generate actionable insights, this book is a must read for you! In Predictive Analytics Using Oracle Data Miner: Develop & Use Oracle Data Mining Models in Oracle Data Miner, SQL & PL/SQL , Brendan Tierney, Oracle ACE Director and data mining expert, guides you through the basic concepts of data mining and offers step-by-step instructions for solving data-driven problems using SQL Developer's Oracle Data Mining extension. Brendan takes it full circle by showing you how to deploy advanced analytical methodologies and predictive models immediately into enterprise-wide production environments using the in-database SQL and PL/SQL functionality. Definitely a must read for any Oracle data professional!" --Charlie Berger, Senior Director Product Management, Oracle Data Mining and Advanced Analytics Perform in-database data mining to unlock hidden insights in data. Written by an Oracle ACE Director, Predictive Analytics Using Oracle Data Miner shows you how to use this powerful tool to create and deploy advanced data mining models. Covering topics for the data scientist, Oracle developer, and Oracle database administrator, this Oracle Press guide shows you how to get started with Oracle Data Miner and build Oracle Data Miner models using SQL and PL/SQL packages. You'll get best practices for integrating your Oracle Data Miner models into applications to automate the discovery and distribution of business intelligence predictions throughout the enterprise. Install and configure Oracle Data Miner for Oracle Database 11 g Release 11.2 and Oracle Database 12 c Create Oracle Data Miner projects and workflows Prepare data for data mining Develop data mining models using association rule analysis, classification, clustering, regression, and anomaly detection Use data dictionary views and prepare your data using in-database transformations Build and use data mining models using SQL and PL/SQL packages Migrate your Oracle Data Miner models, integrate them into dashboards and applications, and run them in parallel Build transient data mining models with the Predictive Queries feature in Oracle Database 12 c
    Note: "Oracle press". - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    New York : McGraw-Hill Education
    ISBN: 9780071816540 , 0071816542
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Non-relational databases ; Big data ; Business ; Databases ; Electronic books ; Oracle (Computer file) ; Database management ; Relational databases ; Electronic books ; local
    Abstract: Master Oracle NoSQL Database Enable highly reliable, scalable, and available data. Oracle NoSQL Database: Real-Time Big Data Management for the Enterprise shows you how to take full advantage of this cost-effective solution for storing, retrieving, and updating high-volume, unstructured data. The book covers installation, configuration, application development, capacity planning and sizing, and integration with other enterprise data center products. Real-world examples illustrate the concepts presented in this Oracle Press guide. Understand Oracle NoSQL Database architecture and the underlying data storage engine, Oracle Berkeley DB Install and configure Oracle NoSQL Database for optimal performance Develop complex, distributed applications using a rich set of APIs Read and write data into the Oracle NoSQL Database key-value store Apply an Avro schema to the value portion of the key-value pair using Avro bindings Learn best practices for capacity planning and sizing an enterpriselevel Oracle NoSQL Database deployment Integrate Oracle NoSQL Database with Oracle Database, Oracle Event Processing, and Hadoop Code examples from the book are available for download at www.OraclePressBooks.com.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    New York : McGraw-Hill Education
    ISBN: 9780071799324 , 007179932X
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Data warehousing ; Database management ; Electronic books ; Electronic books ; local
    Abstract: Maximize the New and Improved Features of Oracle Database 12 c Written by Master Principle Database Expert, Oracle, and Oracle ACE Robert G. Freeman, this Oracle Press guide describes the myriad new and enhanced capabilities available in the latest Oracle Database release. Inside, you'll find everything you need to know to get up and running quickly on Oracle Database 12 c . Supported by running commentary from world-renowned Oracle expert Tom Kyte, and with additional contributions by Oracle experts Eric Yen and Scott Black, Oracle Database 12c New Features offers detailed coverage of: Installing Oracle Database 12 c Architectural changes, such as Oracle Multitenant The most current information on upgrading and migrating to Oracle Database 12 c The pre-upgrade information tool and parallel processing for database upgrades Oracle Real Application Clusters new features, such as Oracle Flex Cluster, Oracle Flex Automatic Storage Management, and Oracle Automatic Storage Management Cluster File System Oracle RMAN enhancements, including cross-platform backup and recovery Oracle Data Guard improvements, such as Fast Sync, and Oracle Active Data Guard new features, such as Far Sync SQL, PL/SQL, DML, and DDL new features Improvements to partitioning manageability, performance, and availability Advanced business intelligence and data warehousing capabilities Security enhancements, including privileges analysis, data redaction, and new administrative-level privileges Manageability, performance, and optimization improvements
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373180
    Language: English
    Pages: 1 online resource (1 streaming video file (48 min., 48 sec.)) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Mobile apps ; Development ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this iOS Motion Framework training course, expert author Keith Welch teaches you about the core motion framework, which allows your applications to receive and process motion data from device hardware. You will start by learning about the core motion framework and how to access motion data. Keith will then teach you how to use the gyroscope and accelerometer. From there, you will learn about the altimeter and motion activity. Finally, this video tutorial will cover location and direction, such as using the compass, geocoding, and displaying the current location. "--Resource description page.
    Note: Title from resource description page (viewed Decmeber 12, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [New York] : Infinite Skills
    ISBN: 9781771373142
    Language: English
    Pages: 1 streaming video file (3 hr., 3 min., 54 sec.) , digital, sound, color.
    Keywords: Python (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this Learning iPython Notebook training course, expert author James Powell will teach you how to use iPython Notebook for Python programming. This course is designed for the absolute beginner, meaning no experience with Python or iPython Notebook is required. "--Resource description page.
    Note: Title from resource description page (viewed December 11, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771371940
    Language: English
    Pages: 1 streaming video file (7 hr., 16 min., 21 sec.) , digital, sd., col.
    Keywords: Java (Computer program language) ; Application software ; Development ; Web sites ; Programming ; Electronic videos ; local
    Abstract: "In this Java EE 7 training course, expert author Brian Gorman teaches you the concepts, tools, and functions you will need to know in order to build websites using Oracle's popular Java Enterprise Edition programming language. You will start with an introduction to the Web and Java HTTPServlets, then move into learning more about HTTPServlets and parameters. You will learn about Java Server Pages (JSP), such as including directive and comments, page directive import and scripting, and declarations and page directive sessions. This video tutorial will also teach you about Java Standard Tag Library (JSTL), including how to download, install, import, and setup core tags, set and remove variables, among other JSTL functions. Brian will also teach you about custom tag libraries, filters and wrappers, and web security. Finally, you will learn how to build a themed website and web frameworks. By the completion of this video based training course, you will have the knowledge and skills needed to create fully functional Java EE programs. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed Feb. 18, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    Shelter Island, NY : Manning
    ISBN: 9781617291029
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Lucene (Electronic resource) ; Search engines ; Programming ; Web search engines ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Summary Solr in Action is a comprehensive guide to implementing scalable search using Apache Solr. This clearly written book walks you through well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. It will give you a deep understanding of how to implement core Solr capabilities. About the Book Whether you're handling big (or small) data, managing documents, or building a website, it is important to be able to quickly search through your content and discover meaning in it. Apache Solr is your tool: a ready-to-deploy, Lucene-based, open source, full-text search engine. Solr can scale across many servers to enable real-time queries and data analytics across billions of documents. Solr in Action teaches you to implement scalable search using Apache Solr. This easy-to-read guide balances conceptual discussions with practical examples to show you how to implement all of Solr's core capabilities. You'll master topics like text analysis, faceted search, hit highlighting, result grouping, query suggestions, multilingual search, advanced geospatial and data operations, and relevancy tuning. This book assumes basic knowledge of Java and standard database technology. No prior knowledge of Solr or Lucene is required. What's Inside How to scale Solr for big data Rich real-world examples Solr as a NoSQL data store Advanced multilingual, data, and relevancy tricks Coverage of versions through Solr 4.7 About the Authors Trey Grainger is a director of engineering at CareerBuilder. Timothy Potter is a senior member of the engineering team at LucidWorks. The authors work on the scalability and reliability of Solr, as well as on recommendation engine and big data analytics technologies.
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed May 15, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: JavaScript (Computer program language) ; Graphical user interfaces (Computer systems) ; Programming ; Application software ; Development ; Web sites ; Design ; Web site development ; Web sites ; Programming ; Electronic books ; Electronic books ; local
    Abstract: Summary Ext JS in Action, Second Edition teaches Ext JS from the ground up. You'll start with a quick overview of the framework and then explore the core components by diving into complete examples, engaging illustrations, and crisp, straightforward explanations. You'll feel like you have an expert guide right at your elbow teaching you important Ext techniques and offering insight into its inner workings. Along the way, you'll learn the best practices for building and scaling full-featured web applications, including how to customize and build Ext widgets. Fully revised for Ext JS 4.0. About this Book Ext JS is a mature JavaScript web application framework that provides modern UI widgets and an advanced MVC architecture. It helps you manage tedious boilerplate and minimize hand-coded HTML and browser incompatibilities. Ext JS in Action, Second Edition starts with a quick overview of the framework and then explores the core components by diving into complete examples, engaging illustrations, and clear explanations. You'll feel like you have an expert guide at your elbow as you learn the best practices for building and scaling full-featured web applications. A working knowledge of JavaScript is assumed. No prior experience with Ext JS is required. What's Inside Building professional web apps with Ext JS Stamping out DOM fragments with templates Customizing and building Ext widgets Masterful UI design Fully revised for Ext JS version 4.0 About the Authors Jay Garcia is a well-known member of the Ext JS community and a contributor to the framework. He wrote Sencha Touch in Action. Grgur Grisogono founded SourceDevCon in London, UK and Split, Croatia. Jacob Andresen is a consultant specializing in large scale internet applications.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Python (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Build mobile apps efficiently with Kivy, the Python-powered graphical toolkit for creating natural user interfaces with elegant multitouch support. With this hands-on guide, you'll learn step-by-step how to build and deploy a complete Kivy app for iOS and Android devices. If you're just beginning to work with Python, but are reasonably familiar with its syntax, you're ready to go.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Apr. 16, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491919200
    Language: English
    Pages: 1 online resource (1 streaming video file (47 min., 54 sec.)) , digital, sound, color
    Keywords: Java (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "This webcast provides an introduction to the updated Java EE 7 platform using GlassFish. Learn the design patterns of building an application using Java EE 7.- The Java EE 7 platform focuses on Boosting Productivity and Embracing HTML5.- JAX-RS 2 adds a new Client API to invoke the RESTful endpoints.- JMS 2 introduces a new simplified API to align with improvements in the Java language.- Long awaited Batch Processing API and Concurrency Utilities are now part of platform offering richer functionality.- A new API to build WebSocket driven applications and JSON parsing and generation is now included in the platform.- JavaServer Faces has added support for HTML5 forms.Several other improvements are available in this latest version of the platform. Together these APIs will allow you to be more productive by simplifying enterprise development."--Resource description page.
    Note: Title taken from title screen (viewed July 29, 2015). - Data of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file (3 hr., 11 min., 4 sec.) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Mobile apps ; Electronic videos ; local
    Abstract: "Want to design and develop iOS apps, even if you have little or no programming experience? This video course will show you how. By eliminating the jargon, host Steve Derico teaches you the programming basics and iOS 8 building blocks necessary to build multi-screen apps. You'll learn how to submit your app to the Apple Store, and get tips for tracking, marketing, and updating it."--Resource description page.
    Note: Title from resource description page (viewed November 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file (2 hr., 51 min., 7 sec.) , digital, sd., col.
    Keywords: PHP (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "Take a practical tour of modern PHP best practices and learn why the language is experiencing a renaissance. In this video course, web development consultant Lorna Jane Mitchell demonstrates new features and capabilities of PHP, including improved support for object-oriented programming and the Data Objects (PDO) extension, with detailed examples. This course is ideal whether you're relatively new to the language or looking to update your existing skills-and incredibly helpful if you're developing a Drupal, WordPress, or Joomla site. Download this video or stream it through our HD player, and get up to speed on the great features recently introduced in PHP 5.x."--Resource description page.
    Note: Title from resource description page (viewed Sept. 2, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    New York : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Smartphones ; Programming ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Anybody can start building multimedia apps for the Android platform, and this book will show you how! Now updated to include both Android 4.4 and the new Android 5.0, Android Apps for Absolute Beginners , Third Edition takes you through the process of getting your first Android apps up and running using plain English and practical examples. This book cuts through the fog of jargon and mystery that surrounds Android apps development, and gives you simple, step-by-step instructions to get you started. Teaches Android application development in language anyone can understand, giving you the best possible start in Android development Provides simple, step-by-step examples that make learning easy, allowing you to pick up the concepts without fuss Offers clear code descriptions and layout so that you can get your apps running as soon as possible This book covers both Android 4.4 (KitKat) and Android 5.0, but is also backwards compatible to cover the previous Android releases since Android 1.5.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Web site development ; HTML (Document markup language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Make sure your website or web application users get content updates right now with minimal latency. This concise guide shows you how to push new data from the server to clients with HTML5 Server-Sent Events (SSE), an exceptional technology that doesn't require constant polling or user interaction. You'll learn how to build a real-world SSE application from start to finish that solves a demanding domain problem.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    Keywords: Mobile commerce ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Now that consumer purchases with mobile phones are on the rise, how do you design a payment app that's safe, easy to use, and compelling? With this practical book, interaction and product designer Skip Allums provides UX best practices and recommendations to help you create familiar, friendly, and trustworthy experiences. Consumers want mobile transactions to be as fast and reliable as cash or bank cards. This book shows designers, developers, and product managers-from startups to financial institutions-how to design mobile payments that not only safeguard identity and financial data, but also provide value-added features that exceed customer expectations. Learn about the major mobile payment frameworks: NFC, cloud, and closed loop Examine the pros and cons of Google Wallet, Isis, Square, PayPal, and other payment apps Provide walkthroughs, demos, and easy registration to quickly gain a new user's trust Design efficient point-of-sale interactions, using NFC, QR, barcodes, or geolocation Add peripheral services such as points, coupons and offers, and money management
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Web sites ; Programming ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Like it or not, JavaScript is everywhere these days-from browser to server to mobile-and now you, too, need to learn the language or dive deeper than you have. This concise book starts with a quick-start guide that teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Mar. 13, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Python (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Easy to understand and fun to read, Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you've learned. You'll gain a strong foundation in the language, including best practices for testing, debugging, code reuse, and other development tips. This book also shows you how to use Python for applications in business, science, and the arts, using various Python tools and open source packages. Learn simple data types, and basic math and text operations Use data-wrangling techniques with Python's built-in data structures Explore Python code structure, including the use of functions Write large programs in Python, with modules and packages Dive into objects, classes, and other object-oriented features Examine storage from flat files to relational databases and NoSQL Use Python to build web clients, servers, APIs, and services Manage system tasks such as programs, processes, and threads Understand the basics of concurrency and network programming
    Note: Inlcudes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed Nov. 14, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: The expert's voice in Java
    Keywords: Java (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Beginning Java 8 Fundamentals provides a comprehensive approach to learning the Java programming language, especially the object-oriented fundamentals necessary at all levels of Java development. Author Kishori Sharan provides over 90 diagrams and 240 complete programs to help beginners and intermediate level programmers learn the topics faster. Starting with basic programming concepts, the author walks you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java. These basics lead onto the heart of the Java language: object-oriented programming. By learning topics such as classes, objects, interfaces, and inheritance you'll have a good understanding of Java's object-oriented model. The final collection of topics takes what you've learned and turns you into a real Java programmer. You'll see how to take the power of object-oriented programming and write programs that can handle errors and exceptions, process strings and dates, format data, and work with arrays to manipulate data.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed July 31, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: JavaFX (Electronic resource) ; Java (Computer program language) ; Application software ; Development ; Internet programming ; Electronic books ; Electronic books ; local
    Abstract: In Pro JavaFX 8 expert authors show you how to use the JavaFX platform to create rich-client Java applications. You'll discover how you can use this powerful Java-based UI platform, which is capable of handling large-scale data-driven business applications for PC as well as now mobile and embedded devices. Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 8 which comes as part of Oracle's new Java (SE) 8 release. This book also contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. After reading and using this book, you'll have the authoritative knowledge that should give you an edge in your next JavaFX-based application projects for your job or your clients.
    Note: Location from publishers website. - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari online, viewed August 18, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [New York, N.Y.] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Learn Design for iOS Development is for you if you're an iOS developer and you want to design your own apps to look great and be in tune with the latest Apple guidelines. You'll learn how to design your apps to work with the exciting new iOS 7 look and feel, which your users expect within their latest apps. Learn Design for iOS Development guides you through the design processes that you can apply to design your own apps brilliantly. We'll start at the idea stages of your apps, and you'll see how you can analyze and apply the right design patterns for every app you are coding, use wireframing tools to take your ideas forward, and use Photoshop to create the visual assets you want to look great in your app. You'll understand why Apple have made the decisions they've made with the new iOS 7 interface and new HIG guidelines, and from that insight you'll be able to vision and create your own apps, on iPhones and iPads, that work perfectly within the new iOS 7 interface. What you'll learn How to build apps that work within the exciting new iOS 7 design paradigm How to design great looking apps that your users will find a pleasure to use The deeper design elements you can apply to your apps What is and how to use Apple's Human Interface Guidelines (HIG) How to go beyond Apple's HIG guidelines to create innovative apps Design pattern basics and how you can use them How to use wireframes to create your app How to use Adobe Photoshop to create the visual assets for your apps How to create your app's icon and additional graphics for the App Store Extra considerations for iPad app design considerations Common design best practices and mistakes Who this book is for This book is for iOS developers who know that they can code well, but want to know how they can build apps to also have brilliant designs. This book is also a guide for all iOS app developers who want their apps to look contemporary within the new iOS 7 interface guidelines.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Jan. 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: The expert's voice in Oracle
    Keywords: Oracle (Computer file) ; Database management ; Relational databases ; Electronic books ; Electronic books ; local
    Abstract: Practical Oracle Database Appliance is a hands-on book taking you through the components and implementation of the Oracle Database Appliance. Learn about architecture, installation, configuration, and reconfiguration. Install and configure the Oracle Database Appliance with confidence. Make the right choices between the various configurations in order to realize your performance requirements. Manage and monitor the appliance to meet business requirements. Protect your data through proper backup and recovery procedures. Oracle Database is one of the most relied-up databases in industry. For many years Oracle Database was a software product that had to be installed and configured at no small expense. The Oracle Database Appliance makes Oracle Database into a plug-and-play proposition: Plug the appliance into the wall socket, and turn it on. That's it. You have a running database server. This book takes you through that beginning point and beyond, helping you to realize in your own organization the ease of deployment and management represented by the appliance. Covers the Oracle Database Appliance from architecture through configuration. Provides a technical resource for system- and database administrators. Examines practical use cases for the Oracle Database Appliance. What you'll learn Assemble the Oracle Database Appliance. Understand the architecture and its implications for deployment. Configure network access and protect against intrusion. Monitor and troubleshoot the appliance. Identify and choose options for good performance. Diagnose problems and install patch sets when needed. Who this book is for Practical Oracle Database Appliance is for the Oracle database administrator or system administrator who currently manages, or will be implementing, the Oracle Database Appliance within a small- to medium-size business, or who is using the virtualization feature set to deploy numerous appliances within a large enterprise having many branch locations.
    Note: Includes bibliographical references and index. - Description based on online resource; title from resource description page (Safari, viewed Feb. 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Android (Electronic resource) ; USB (Computer bus) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Unboxing Android USB focuses on apps that use USB. This book covers everything starting from simple tasks like managing media with USB to complex tasks like Android ADB and developing application which exploit the potential of USB framework. With use cases that help developers build real world apps in real-time utilizing the advanced features of USB framework Unboxing Android USB tries to cover every single aspect of the app development cycle in totality. Unboxing Android USB helps you learn newly introduced android open accessory protocol with unique examples such as using USB Keyboard with Android device without USB host mode enabled and switching from MTP to MSC. The book is organized based on the USB functions, with each chapter explaining different USB classes available in Android. The functionalities are explained by starting from the USB specification followed by block diagrams that explain different blocks available in that USB class, followed by sequence diagram that elucidates flow of control and data. Each chapter has a unique sample Android application that uses the particular USB function. What you'll learn Understand USB Android framework all the way to the kernel layer and develop advance USB applications through sequence diagrams Learn different USB Class supported by Android framework Learn newly introduced android open accessory protocol with unique examples. (Using USB Keyboard with Android device, without USB host mode) Who this book is for Application developer and engineers who do hands on work with Android. Core platform developers working on USB, Audio, media and others Technical managers or Architects or senior managers working on different blocks of the Android subsystem.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 11, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Relational databases ; SQL (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Troubleshooting Oracle Performance, 2nd Edition is your systematic guide to diagnosing and resolving performance problems in database-backed applications involving Oracle's database engine. Christian Antognini brings a decade and a half experience to his topic. His first edition is one of the most well-respected books in its field. This second edition has been rigorously updated to cover the latest developments in Oracle Database 11 g Release 2 through Oracle Database 12 c . What do you do when your database application isn't running fast enough? You troubleshoot, of course. Finding the slow part of an application is often the easy part of the battle. It's finding a solution that's difficult. Troubleshooting Oracle Performance, 2nd Edition helps by providing a systematic approach to addressing the underlying causes of poor database application performance. The author freely shares his experience while explaining the underlying foundations of how SQL statements are executed by the Oracle database engine. You'll be able to draw a solid foundation of theory and shared experience as you face head-on the performance challenges in your daily work. Written for developers by an application developer who has learned by doing Gives a systematic approach to solving database application performance problems Helps you plan for performance as you would for any other application requirement What you'll learn Systematically identify performance problems Configure the query optimizer to meet performance goals Read and recognize inefficient execution plans Minimize the impact of parsing upon performance Optimize data access, joins, and the physical design of your database Improve performance through parallel processing, materialized views, and result caching Apply SQL tuning techniques such as hints, SQL profiles, stored outlines, and SQL plan baselines Reduce inefficiencies from too much procedural code Who this book is for Troubleshooting Oracle Performance, Second Edition is targeted at application developers and database administrators involved in troubleshooting performance problems in Oracle-based applications.
    Note: Place of publication from publisher's website. - Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Expert's voice in Windows
    Keywords: Microsoft Windows (Computer file) ; Application software ; Development ; Operating systems (Computers) ; Electronic books ; Electronic books ; local
    Abstract: This book is the perfect introduction for anyone wanting to create sophisticated Windows 8 apps for the first time. Assuming only a basic knowledge of HTML and CSS we'll walk you through the development process using C# and VB. The book will familiarize you with the tools you'll need to use in order to make the most of Windows' stunning new features. You'll discover how to take advantage of the built-in functionality to create high quality user experiences. What you'll learn How to plan out your app and its user-experience The pros and cons of the different development languages available to you To build well-structured apps that can be easily customized and reused Manage data stores and cloud storage Why accessibility and globalization matter, even to the smallest of apps Use Windows 8's features to interact with the world around you Who this book is for This book is ideal for anyone with a little programming knowledge (basic HTML and CSS is all you'll need) who want to start creating Windows 8 apps. This book will walk you through everything you need to know in a results-oriented way and ensure your first Windows 8 apps built on firm foundations that you can be proud of.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Jan. 20. 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    Hoboken, NJ : J. Wiley & Sons
    ISBN: 9781118871072 , 1118871073
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: If you've got incredible iOS ideas, get this book and bring them to life! iOS 7 represents the most significant update to Apple's mobile operating system since the first iPhone was released, and even the most seasoned app developers are looking for information on how to take advantage of the latest iOS 7 features in their app designs. That's where iOS App Development For Dummies comes in! Whether you're a programming hobbyist wanting to build an app for fun or a professional developer looking to expand into the iOS market, this book will walk you through the fundamentals of building a universal app that stands out in the iOS crowd. Walks you through joining Apple's developer program, downloading the latest SDK, and working with Apple's developer tools Explains the key differences between iPad and iPhone apps and how to use each device's features to your advantage Shows you how to design your app with the end user in mind and create a fantastic user experience Covers using nib files, views, view controllers, interface objects, gesture recognizers, and much more There's no time like now to tap into the power of iOS - start building the next big app today with help from iOS App Development For Dummies!
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    ISBN: 9781135048501 , 1135048509
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Application software ; Development ; Mobile computing ; Smartphones ; Programming ; Electronic books ; Electronic books ; local
    Abstract: In 2007, Apple released the iPhone. With this release came tools as revolutionary as the internet was to businesses and individuals back in the mid- and late-nineties: Apps. Much like websites drove (and still drive) business, so too do apps drive sales, efficiencies and communication between people. But also like web design and development, in its early years and iterations, guidelines and best practices for apps are few and far between. Designing Apps for Success provides web/app designers and developers with consistent app design practices that result in timely, appropriate, and efficiently capable apps. This book covers application lifecycle management that designers and developers use when creating apps for themselves or the entities that hired them. From the early discussions with a company as to how to what kind of app they want, to storyboarding, to developing cross platform, to troubleshooting, to publishing, Designing Apps for Success gives a taut, concise, and pragmatic roadmap from the beginning of the process all the way to the end. Developers and designers will learn not only best practices on how to design an app but how to streamline the process while not losing any quality on the end result. Other topics in this book include: Case studies that best showcase the development process at work (or not at work). Global examples of apps developed all over the world. Future proofing your apps Post-publishing: Promoting and marketing your apps and keeping it relevant. Consistent app design practices for consistently successful results.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley
    Language: English
    Pages: 1 streaming video file ( 5 hr., 37 min., 41 sec.) , digital, sd., col.
    Series Statement: LiveLessons
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "iOS Development: Introduction to Building Apps LiveLessons will teach viewers everything they need to know to build their first app. All of the components of an iOS application will be introduced; viewers will learn how to put the components together within a view as well as how to set up navigation between views. A solid overview of all of the available tools will be provided, along with specific instruction on the most common tools used when building an iOS app."--Resource description page.
    Note: Title from resource description page (viewed Aug. 13, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Indianapolis, Ind.?] : Addison-Wesley
    Language: English
    Pages: 1 streaming video file (4 hr., 24 min., 4 sec.) , digital, sd., col.
    Series Statement: LiveLessons
    Keywords: Android (Electronic resource) ; Eclipse (Electronic resource) ; Application software ; Development ; Electronic books ; Electronic videos ; local
    Abstract: "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."--Resource description page.
    Note: Title from title screen (viewed Jan. 17, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Addison-Wesley
    ISBN: 9780133440195 , 0133440192
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Apache Cassandra ; Non-relational databases ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Build and Deploy Massively Scalable, Super-fast Data Management Applications with Apache Cassandra Practical Cassandra is the first hands-on developer's guide to building Cassandra systems and applications that deliver breakthrough speed, scalability, reliability, and performance. Fully up to date, it reflects the latest versions of Cassandra-including Cassandra Query Language (CQL), which dramatically lowers the learning curve for Cassandra developers. Pioneering Cassandra developers and Datastax MVPs Russell Bradberry and Eric Lubow walk you through every step of building a real production application that can store enormous amounts of structured, semi-structured, and unstructured data. Drawing on their exceptional expertise, Bradberry and Lubow share practical insights into issues ranging from querying to deployment, management, maintenance, monitoring, and troubleshooting. The authors cover key issues, from architecture to migration, and guide you through crucial decisions about configuration and data modeling. They provide tested sample code, detailed explanations of how Cassandra works "under the covers," and new case studies from three cutting-edge users: Ooyala, Hailo, and eBay. Coverage includes Understanding Cassandra's approach, architecture, key concepts, and primary use cases- and why it's so blazingly fast Getting Cassandra up and running on single nodes and large clusters Applying the new design patterns, philosophies, and features that make Cassandra such a powerful data store Leveraging CQL to simplify your transition from SQL-based RDBMSes Deploying and provisioning through the cloud or on bare-metal hardware Choosing the right configuration options for each type of workload Tweaking Cassandra to get maximum performance from your hardware, OS, and JVM Mastering Cassandra's essential tools for maintenance and monitoring Efficiently solving the most common problems with Cassandra deployment, operation, and application development
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    ISBN: 9780133123845 , 0133123847
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: Human-computer interaction ; User interfaces (Computer systems) ; Computer software ; Human factors ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: "This book is a great how-to manual for people who want to bring the benefits of improved user experience to their companies. It's thorough yet still accessible for the smart businessperson. I've been working with user-centered design for over twenty years, and I found myself circling tips and tricks." -Harley Manning, vice president & research director, customer experience, Forrester Research "Some argue that the big advances in our impact on user experience will come from better methods or new technologies. Some argue that they will come from earlier involvement in the design and development process. The biggest impact, however, will come as more and more companies realize the benefits of user-centered design and build cultures that embrace it. Eric offers a practical roadmap to get there." -Arnie Lund, connected experience labs technology leader and human-systems interaction lab manager, GE Global Research "User experience issues are a key challenge for development of increasingly complex products and services. This book provides much-needed insights to help managers achieve their key objectives and to develop more successful solutions." -Aaron Marcus, president, Aaron Marcus and Associates, Inc. "This handy book should be required reading for any executive champions of change in any development organization making products that demand a compelling user experience. It does an excellent job in laying the foundation for incorporating user experience engineering concepts and best practices into these corporations. In today's competitive economy, business success will greatly depend on instituting the changes in design methods and thinking that are so clearly and simply put forth in this most practical and useful book." -Ed Israelski, director, human factors, AbbVie "If you're tasked with building a user-experience practice in a large organization, this book is for you (and your boss). Informed by years of case studies and consulting experience, Eric Schaffer provides the long view, clearly describing what to expect, what to avoid, and how to succeed in establishing user-centered principles at your company." -Pat Malecek, former user experience manager, AVP, CUA, A.G. Edwards & Sons, Inc. "For those of us who have evangelized user experience for so many years, we finally have a book that offers meaningful insights that can only come from years of practical experience in the real world. Here is a wonderful guide for all who wish to make user exp...
    Note: Previous ed.: Institutionalization of usability. Cf. Preface. - Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Peachpit Press
    ISBN: 9780133091199 , 0133091198
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Keywords: Xcode ; Application software ; Development ; Computer software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Xcode is the flagship application of Apple's suite of developer tools. In this book, Xcode experts Maurice Kelly and Joshua Nozzi show you how to use Apple's powerful developer tools to start writing iOS and OS X apps. You'll learn what Xcode can do and gain a deep understanding of how Xcode works so you can create and maintain great apps of your own. After a tour of the Xcode tools suite, you'll jump in by creating a basic Cocoa app and exploring the Xcode interface. You'll learn how to manage your project, write and debug code, build user interfaces, and use version control. You'll also learn to customize the build process, write and run unit tests, profile your code, and deploy your apps. This book includes: Detailed instruction, ample illustrations, and clear examples Real-world guidance and advice Insight into best practices from two Xcode experts Emphasis on using Xcode's streamlined interface for UI design, coding, testing, and debugging
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed September 17, 2013)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    ISBN: 9780071827270 , 0071827277
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; Big data ; Database management ; Electronic books ; Electronic books ; local
    Abstract: Transform Big Data into Insight "In this book, some of Oracle's best engineers and architects explain how you can make use of big data. They'll tell you how you can integrate your existing Oracle solutions with big data systems, using each where appropriate and moving data between them as needed." -- Doug Cutting, co-creator of Apache Hadoop Cowritten by members of Oracle's big data team, Oracle Big Data Handbook provides complete coverage of Oracle's comprehensive, integrated set of products for acquiring, organizing, analyzing, and leveraging unstructured data. The book discusses the strategies and technologies essential for a successful big data implementation, including Apache Hadoop, Oracle Big Data Appliance, Oracle Big Data Connectors, Oracle NoSQL Database, Oracle Endeca, Oracle Advanced Analytics, and Oracle's open source R offerings. Best practices for migrating from legacy systems and integrating existing data warehousing and analytics solutions into an enterprise big data infrastructure are also included in this Oracle Press guide. Understand the value of a comprehensive big data strategy Maximize the distributed processing power of the Apache Hadoop platform Discover the advantages of using Oracle Big Data Appliance as an engineered system for Hadoop and Oracle NoSQL Database Configure, deploy, and monitor Hadoop and Oracle NoSQL Database using Oracle Big Data Appliance Integrate your existing data warehousing and analytics infrastructure into a big data architecture Share data among Hadoop and relational databases using Oracle Big Data Connectors Understand how Oracle NoSQL Database integrates into the Oracle Big Data architecture Deliver faster time to value using in-database analytics Analyze data with Oracle Advanced Analytics (Oracle R Enterprise and Oracle Data Mining), Oracle R Distribution, ROracle, and Oracle R Connector for Hadoop Analyze disparate data with Oracle Endeca Information Discovery Plan and implement a big data governance strategy and develop an architecture and roadmap
    Note: "Oracle Press.". - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    ISBN: 9780071822183 , 0071822186
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: SQL/ORACLE (Computer program language) ; PL/I (Computer program language) ; Electronic books ; Oracle (Computer file) ; Database management ; Relational databases ; Electronic books ; local
    Abstract: Proven PL/SQL Optimization Solutions In Oracle PL/SQL Performance Tuning Tips & Techniques , Oracle ACE authors with decades of experience building complex production systems for government, industry, and educational organizations present a hands-on approach to enabling optimal results from PL/SQL. The book begins by describing the discovery process required to pinpoint performance problems and then provides measurable and repeatable test cases. In-depth coverage of linking SQL and PL/SQL is followed by deep dives into essential Oracle Database performance tuning tools. Real-world examples and best practices are included throughout this Oracle Press guide. Follow a request-driven nine-step process to identify and address performance problems in web applications Use performance-related database tools, including data dictionary views, logging, tracing, PL/SQL Hierarchical Profiler, PL/Scope, and RUNSTATS Instrument code to pinpoint performance issues using call stack APIs, error stack APIs, and timing markers Embed PL/SQL in SQL and manage user-defined functions Embed SQL in PL/SQL using a set-based approach to handle large volumes of data Properly write and deploy data manipulation language triggers to avoid performance problems Work with advanced datatypes, including LOBs and XML Use caching techniques to avoid redundant operations Effectively use dynamic SQL to reduce the amount of code needed and streamline system management Manage version control and ensure that performance fixes are successfully deployed Code examples in the book are available for download.
    Note: "Oracle press". - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    ISBN: 9780071823142 , 007182314X
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: Application software ; Development ; HTML (Document markup language) ; Electronic books ; Java (Computer program language) ; Object-oriented programming languages ; Electronic books ; local
    Abstract: Create Next-Generation Enterprise Applications Build and distribute business web applications that target both desktop and mobile devices. Cowritten by Java EE and NetBeans IDE experts, Java EE and HTML5 Enterprise Application Development fully explains cutting-edge, highly responsive design tools and strategies. Find out how to navigate NetBeans IDE, construct HTML5 programs, employ JavaScript APIs, integrate CSS and WebSockets, and handle security. This Oracle Press guide also offers practical coverage of SaaS, MVVM, and RESTful concepts. Explore HTML5 and Java EE 7 features Use NetBeans IDE editors, templates, and code generators Implement MVVM functionality with Knockout.js Dynamically map database objects using Java Persistence API Configure, manage, and invoke RESTful Web Services Maximize messaging efficiency through WebSockets Accept and process HTML5 Server-Sent Events streams Employ Syntactically Awesome Stylesheets, CSS3, and Sassy CSS
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373333
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 34 min., 32 sec.)) , digital, sound, color.
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Workflow ; Management ; Electronic videos ; local
    Abstract: "In this Improving your Workflow with Gulp.JS training course, expert author Craig Buckler will teach you how to use this free software to automate tasks and build websites. This course is designed for users that already have some knowledge of HTML and CSS. You will start by learning how to install Gulp.JS, then jump into learning how to create Gulp tasks. From there, Craig will teach you about HTML, CSS, and JavaScript processing. This video tutorial will also cover automated testing, how to find Gulp.JS plugins, and other Gulp.JS resources. Once you have completed this computer based training course, you will be fully capable of using Gulp.JS to automate tasks and create your own websites from scratch. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from title slide (viewed February 12, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373173
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 18 min., 22 sec.)) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Mobile apps ; Development ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this iOS iCloud training course, expert author Keith Welch will teach you how to set up your app to use iCloud, and how to work with iCloud files. This course is designed for users that already have a working knowledge of building apps and using iOS Xcode. You will start by learning how to work with the local file system and the iOS archiving feature. Keith will teach you about working with directories, file management, and reading and writing iCloud files. This video tutorial will introduce you to iCloud, and will cover topics including updating, deleting, and renaming iCloud files, synchronization, and multiple file documents. Keith will also introduce you to CloudKit, explaining the CloudKit dashboard and how to create and query CloudKit. "--Resource description page.
    Note: Title from resource description page (viewed December 12, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373104
    Language: English
    Pages: 1 online resource (1 streaming video file ( 4 hr., 50 min., 43 sec.)) , digital, sound, color.
    Keywords: Python (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this Mastering Python - Networking and Security training course, expert author Ric Messier teaches you how to script with Python. This course is designed for users that are looking to extend their skillset with scripting. No experience is required, although any programming knowledge would be an asset. You will start with an overview of Python, including how to create and run scripts, use threads, and handle exceptions. From there, Ric will teach you how to network, including how to use the Python libraries for network scripting and develop basic scripts with network functionality. This video tutorial will also cover HTTP programming, security scripting, and forensic scripting. Finally, you will learn about Twisted Python, including the Echo server and HTTP client. "--Resource description page.
    Note: Title from resource description page (viewed December 12, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Place of publication not identified] : InfiniteSkills
    ISBN: 9781771373012
    Language: English
    Pages: 1 online resource (1 streaming video file ( 6 hr., 38 min., 49 sec.)) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this Learning App Development in iOS 8 training course, expert author Keith Welch will teach you how to use Xcode and Objective-C to create iPhone and iPad apps. This course is designed for the absolute beginner, meaning no iOS app development experience is required. You will start by learning the basics of Xcode and Objective-C, as well as the iOS SDK. From there, Keith will teach you how to build a user interface using storyboard. This video tutorial will cover basic user interface elements such as labels and text views, and more advanced controls like collection views and tab bars. You will also cover iOS features, including location services, mapping, social networking, reminders, and alarms. Keith will also teach you about the new iOS features, including CloudKit, HomeKit, and PhotoKit. Finally, you will work with the Dev Center and learn how to submit your completed iPhone or iPad app for inclusion in the iTunes App Store."--Resource description page.
    Note: Title from resource description page (viewed November 22, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372411
    Language: English
    Pages: 1 streaming video file (11 hr., 9 min., 39 sec.) , digital, sd., col.
    Keywords: Oracle (Computer file) ; Database management ; Cloud computing ; Electronic videos ; local
    Abstract: "In this Oracle 12c training course, expert author Steve Ries will teach you how to everything you need to know about the newest version of the Oracle database system. This course is designed for the absolute beginner, meaning no prior knowledge of Oracle is needed. You will start by learning about the Oracle database technology, including learning the database architecture of Oracle and how to install the software on your computer. This video tutorial will cover topics such as how to create an Oracle database, basic SQL and PL/SQL, storage structures, database objects, security, backup and recovery, and Oracle administration tasks. Finally, you will learn about data migration and Oracle networking. Once you have completed this computer based training course, you will have a fundamental understanding of how an Oracle database functions, and how database concepts apply to the latest version of Oracle. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed June 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : InfiniteSkills
    ISBN: 9781771372114
    Language: English
    Pages: 1 streaming video file (1 hr., 19 sec. ) , digital, sd., col.
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Electronic videos ; local
    Abstract: "In this iOS Media Library training course, expert author Keith Welch teaches you how to work with the various media options available in the iOS media library. This course is designed for developers that already have a fundamental understanding of how to create an iOS App. You will start by learning about the image gallery in the media library. Keith will teach you how to take a picture using the camera and how to share the photo. You will also learn how to record audio and video, as well as play audio and video files. Finally, this video tutorial will show you how to access the media library. By the completion of this computer based training course, you will be able to navigate and work within the iOS media library. Working files are included, allowing you to follow along with the author throughout the lessons."--Resource description page.
    Note: Title from resource description page (viewed Mar. 28, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 2nd ed.
    Keywords: Google Apps ; Google Docs ; Scripting languages (Computer science) ; Macro instructions (Electronic computers) ; Word processing ; Electronic spreadsheets ; Presentation graphics software ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Learn how to create dynamic web applications with Google Apps Script and take full advantage of your Google-hosted services. If you have basic coding skills and some JavaScript experience, this practical book shows you how Apps Script works, and provides step-by-step guidance for building applications you can use right away.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Apr. 1, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491919224
    Language: English
    Pages: 1 online resource (1 streaming video file (0 hr., 45 min., 34 sec.)) , digital, sound, color.
    Keywords: Application program interfaces (Computer software) ; Application software ; Development ; Electronic videos ; local
    Abstract: "At some point, we all need to design and implement APIs for the Web. What makes Web APIs different than typical component APIs? How can you leverage the power of the Internet when creating your Web API? What characteristics to many "great" Web APIs share? Is there a consistent process you can use to make sure you design a Web API that best fits your needs both now and in the future?In this webcast Mike Amundsen describes a clear methodology for designing Web APIs (based on the book "RESTful Web APIs" by Richardson and Amundsen) that allow you to map key aspects of your business into a usable, scalable, and flexible interface that will reach your goals while creating a compelling API for developers. Whether you are looking to implement a private, partner, or public API, these principles will help you focus on the right metrics and design goals to create a successful API."--Resource description page.
    Note: Title from resource description page (viewed February 5, 2015). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491915356 , 1491915358
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 12 min., 10 sec.)) , digital, sound, color.
    Keywords: Product design ; Technological innovations ; Application software ; Development ; Web sites ; Design ; Electronic videos ; local
    Abstract: "If you want to create products and services that provide real value, you should first identify touchpoints -- areas where business and customer needs intersect. This video workshop shows you how. Using various mapping techniques from UX design, you'll learn how to turn customer observations into actionable insight for product design. Host Jim Kalback, Principal UX designer with Citrix, introduces you to the principles behind alignment diagrams -- a class of deliverable also known as experience mapping -- using several examples. You'll learn how to visually map your existing customer experience, based on user research, and demonstrate how and where customer perspectives intersect with business goals. Using alignment diagrams, you'll not only be able to orchestrate business-customer touchpoints, but also gain stakeholder support for a product or service that provides value to both your business and your customers."--Resource description page.
    Note: Title from title screen (viewed December 18, 2014). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Application software ; Development ; Application software ; Design ; Mobile computing ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Is Responsive Web Design (RWD) slowing your site down? It doesn't have to. With this concise book, you'll learn practical techniques for improving performance with RWD, including a default set of guidelines you can use as an easy starting point. Web performance researcher and evangelist Guy Podjarny walks you through several existing solutions for dealing with RWD performance problems, and offers advice for choosing optimizations that will be most useful for your needs.
    Note: Description based on online resource; title from title page (Safari, viewed Aug. 22, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file ( 45 min., 32 sec.) , digital, sd., col.
    Keywords: User-centered system design ; Human-computer interaction ; Application software ; Development ; Electronic videos ; local
    Abstract: "Designers have long relied on heavy documentation to communicate their vision for products and experiences. As technology has evolved to offer more complex and intricate interactions, the deliverables we've been creating have followed suit. Ultimately though, these deliverables have come to serve as bottlenecks to the creation process and as the beginning of the negotiation process with our team mates - a starting point for conversation on what could get built and launched.In this hands-on webcast you'll learn how Lean UX aims to open up the user experience design process with a collaborative approach that involves the entire team. It's a hypothesis-based design approach that tests design ideas early and often and, along the way, builds a shared understanding with our team mates that eliminates the dependencies on heavy documentation and challenging communications. Lean UX is a solution for the challenge of Agile and UX integration while it also works effectively in traditional waterfall and other hybrid environments."--Resource description page.
    Note: Title from title screen (viewed Oct. 31, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [S.I.] : O'Reilly Media
    Language: English
    Pages: 1 streaming video file (0 hr., 49 min., 36 sec.) , digital, sd., col.
    Keywords: Application software ; Development ; PhoneGap (Application development environment) ; Electronic videos ; local
    Abstract: "The massive growth of mobile computing presents software developers with amazing opportunities, but also significant challenges. The explosion of platforms and devices has created an unprecedented level of fragmentation, and it's going to get worse before it gets better. For developers who need to reach the broadest possible market, jQuery Mobile and PhoneGap Build offer a powerful combination of cross platform UI widgets, device API access, and distribution options (web and/or app stores). Follow along as Jonathan builds a web app that runs on a huge range of browsers using jQuery Mobile, and then packages it for distribution on app store distribution with PhoneGap Build."--Resource description page.
    Note: Title from resource description page (viewed Oct. 27, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: C# (Computer program language) ; Computer multitasking ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75 code-rich recipes, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques, using libraries and language features in .NET 4.5 and C# 5.0.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed May 30, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [New York] : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: iOS (Electronic resource) ; Xcode ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Pro iOS Continuous Integration teaches you how to utilize the strengths of continuous integration in your everyday work. CI is more popular now than ever, as iOS developers realize how time-consuming building and deploying an application for testing purposes and quality assurance can be. This book shows you how to make your developing life easier,with real-world applications and examples. With this book, you will learn what continuous integration and continuous delivery really are and how they can be used in your iOS projects. You will learn how to release an iOS application outside the App Store using Xcode. You'll understand how to leverage the power of the command line to build your projects, and run your tests. You'll use Jenkins and Bamboo to architect automatic builds and automate the whole build process. In addition, you'll also learn how to use Xcode server and bots, what quality assurance tools can be used to measure the quality of your code, and how to send builds to your beta testers. Author Romain Pouclet provides hands-on, practical experience in iOS continuous integration and, using this book, you will see that it's not actually that hard to set up a fully-featured continuous integration platform, whether you are an independent iOS developer working from home or a member of a team in a big company.
    Note: Place of publication from publisher's website. - Includes index. - Description based on online resource; title from title page (Safari, viewed Aug. 22, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Mobile computing ; HTML (Document markup language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get hands-on experience building speedy mobile web apps with Sencha Touch 2.3, the user interface JavaScript framework built specifically for the mobile Web. With this book, you'll learn how to build a complete touch application, called Find a Cab, that has the look and feel of a native app on Android, iOS, Windows, and BlackBerry devices.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed July 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: Python (Computer program language) ; Application software ; Development ; Web site development ; Object-oriented programming (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: By taking you through the development of a real web application from beginning to end, this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You'll learn the basics of Django, Selenium, Git, jQuery, and Mock, along with current web development techniques.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 19, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Keywords: R (Computer program language) ; Numerical analysis ; Data processing ; Statistics ; Data processing ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Learn how to program by diving into the R language, and then use your newfound skills to solve practical data science problems. With this book, you'll learn how to load data, assemble and disassemble data objects, navigate R's environment system, write your own functions, and use all of R's programming tools.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed Aug. 4, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    New York : Apress
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Series Statement: The expert's voice in Oracle
    Parallel Title: Erscheint auch als
    Keywords: Oracle (Computer file) ; SQL (Computer program language) ; Database management ; Electronic books ; Electronic books ; local
    Abstract: Beginning Oracle SQL is your introduction to the interactive query tools and specific dialect of SQL used with Oracle Database. These tools include SQL*Plus and SQL Developer. SQL*Plus is the one tool any Oracle developer or database administrator can always count on, and it is widely used in creating scripts to automate routine tasks. SQL Developer is a powerful, graphical environment for developing and debugging queries. Oracle's is possibly the most valuable dialect of SQL from a career standpoint. Oracle's database engine is widely used in corporate environments worldwide. It is also found in many government applications. Oracle SQL implements many features not found in competing products. No developer or DBA working with Oracle can afford to be without knowledge of these features and how they work, because of the performance and expressiveness they bring to the table. Written in an easygoing and example-based style, Beginning Oracle SQL is the book that will get you started down the path to successfully writing SQL statements and getting results from Oracle Database. Takes an example-based approach, with clear and authoritative explanations Introduces both SQL and the query tools used to execute SQL statements Shows how to create tables, populate them with data, and then query that data to generate business results What you'll learn Create database tables and define their relationships. Add data to your tables. Then change and delete that data. Write database queries that generate accurate results. Avoid common traps and pitfalls in writing SQL queries, especially from nulls. Reap the performance and expressiveness of analytic and window functions. Make use of Oracle Database's support for object types. Write recursive queries to query hierarchical data. Who this book is for Beginning Oracle SQL is aimed at developers and database administrators who must write SQL statements to execute against an Oracle database. No prior knowledge of SQL is assumed.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: Android (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic books ; Electronic books ; local
    Abstract: Android continues to be one of the leading mobile OS and development platforms driving today's mobile innovations and the apps ecosystem. Android appears complex, but offers a variety of organized development kits to those coming into Android with differing programming language skill sets. Android Recipes: A Problem-Solution Approach, Third Edition offers more than 100 down-to-earth code recipes, and guides you step-by-step through a wide range of useful topics using complete and real-world working code examples. It's updated to include the KitKat Android 4.4 SDK as well as earlier releases. Instead of abstract descriptions of complex concepts, in Android Recipes , you'll find live code examples. When you start a new project you can consider copying and pasting the code and configuration files from this book and then modifying them for your own customization needs. Crammed with insightful instruction and helpful examples, this third edition of Android Recipes is your guide to writing apps for one of today's hottest mobile platforms. It offers pragmatic advice that will help you get the job done quickly and well. This can save you a great deal of work over creating a project from scratch! What you'll learn Use external libraries to save time and effort Boost app performance by using the Android NDK and Renderscript Design apps for performance, responsiveness, and seamlessness Send data between devices and other external hardware Persist application data and share it between applications Capture and play back various device media items Communicate with web services Get the most out of your user interface Develop a unit conversion app in the context of the command-line/Android SDK and Eclipse/Android SDK environments Who this book is for This book is a handy reference for all Android app developers.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...