Browse Results

Showing 21,301 through 21,325 of 54,425 results

jQuery Mobile: Up and Running

by Maximiliano Firtman

Would you like to build one mobile web application that works on iPad and Kindle Fire as well as iPhone and Android smartphones? This introductory guide to jQuery Mobile shows you how. Through a series of hands-on exercises, you’ll learn the best ways to use this framework’s many interface components to build customizable, multiplatform apps. You don’t need any programming skills or previous experience with jQuery to get started.By the time you finish this book, you’ll know how to create responsive, Ajax-based interfaces that work on a variety of smartphones and tablets, using jQuery Mobile and semantic HTML5 code.Understand how jQuery Mobile works with HTML5, CSS3, and JavaScriptWork with UI components to format content and create forms, lists, navbars, and buttonsCreate dynamic content with JavaScript, Ajax, and the jQuery core frameworkCustomize your entire user interface with themes and CSS3Enable users to install your app from the browser and work with it offlineDistribute through app stores by packaging your creation as a native app

Head First jQuery: A Brain-Friendly Guide

by Ryan Benedetti Ronan Cranley

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON. If you want to learn--and understand--how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you. Use jQuery with DOM to overcome the limitations of HTML and CSS Learn how jQuery selectors and actions work together Write functions and wire them to interface elements Use jQuery effects to create actions on the page Make your pages come alive with animation Build interactive web pages with jQuery and Ajax Build forms in web applications

Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition

by Arun Ravindran

Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secure and maintainable web applications requires comprehensive knowledge. The second edition of this book not only sheds light on Django, but also encapsulates years of experience in the form of design patterns and best practices. Rather than sticking to GoF design patterns, the book looks at higher-level patterns. Using the latest version of Django and Python, you’ll learn about Channels and asyncio while building a solid conceptual background. The book compares design choices to help you make everyday decisions faster in a rapidly changing environment.You’ll first learn about various architectural patterns, many of which are used to build Django. You’ll start with building a fun superhero project by gathering the requirements, creating mockups, and setting up the project. Through project-guided examples, you’ll explore the Model, View, templates, workflows, and code reusability techniques. In addition to this, you’ll learn practical Python coding techniques in Django that’ll enable you to tackle problems related to complex topics such as legacy coding, data modeling, and code reusability.You’ll discover API design principles and best practices, and understand the need for asynchronous workflows. During this journey, you’ll study popular Python code testing techniques in Django, various web security threats and their countermeasures, and the monitoring and performance of your application.What you will learnMake use of common design patterns to help you write better codeImplement best practices and idioms in this rapidly evolving frameworkDeal with legacy code and debuggingUse asynchronous tools such as Celery, Channels, and asyncioUse patterns while designing API interfaces with the Django REST FrameworkReduce the maintenance burden with well-tested, cleaner codeHost, deploy, and secure your Django projectsWho this book is forThis book is for you whether you’re new to Django or just want to learn its best practices. You do not have to be an expert in Django or Python. No prior knowledge of patterns is expected for reading this book but it would be helpful.

Mobile Networks and Management: 9th International Conference, Monami 2017, Melbourne, Australia, December 13-15, 2017, Proceedings (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #235)

by Sheng Wen Zahir Tari Ibrahim Khalil Jiankun Hu

This book constitutes the refereed post-conference proceedings of the 9th International Conference on Mobile Networks and Management, MONAMI 2017, held in Melbourne, Australia, in December 2017. The 30 revised full papers were carefully reviewed and selected from 43 submissions. The papers handle topics in the area of mobile computing, wireless networking and management.

Wireless Internet: 10th International Conference, Wicon 2017, Tianjin, China, December 16-17, 2017, Proceedings (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #230)

by Shiwen Mao Cheng Li

This book constitutes the refereed post-conference proceedings of the 10th International Conference on Wireless Internet , WiCON 2017, held in Tianjin, China, in December 2017. The 42 full papers were selected from 70 submissions and cover the following topics: wireless networking, massive MIMO and mmWave, WSNs and VANETs, security and IoT, wireless communications, cloud and big data networking.

Electromagnetic Fields and Waves: Microwave and mmWave Engineering with Generalized Macroscopic Electrodynamics (Textbooks in Telecommunication Engineering)

by Sergey M. Smolskiy Eugene I. Nefyodov

This textbook is intended for a course in electromagnetism for upper undergraduate and graduate students. The main concepts and laws of classical macroscopic electrodynamics and initial information about generalized laws of modern electromagnetics are discussed, explaining some paradoxes of the modern theory. The reader then gets acquainted with electrodynamics methods of field analysis on the basis of wave equation solution. Emission physics are considered using an example of the Huygens-Fresnel-Kirchhoff canonic principle. The representation about strict electrodynamics task statement on the base of Maxwell equations, boundary conditions, emission conditions and the condition on the edge is given. Different classes of approximate boundary conditions are presented, which essentially simplify understanding of process physics. The canonic Fresnel functions are given and their generalization on the case of anisotropic impedance. The free waves in closed waveguides and in strip-slotted and edge-dielectric transmission lines are described. A large number of Mathcad programs for illustration of field patterns and its properties in different guiding structures are provided. The material is organized for self-study as well as classroom use.

Getting Started with OAuth 2.0: Programming Clients for Secure Web API Authorization and Authentication

by Ryan Boyd

Whether you develop web applications or mobile apps, the OAuth 2.0 protocol will save a lot of headaches. This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.Understand OAuth 2.0’s role in authentication and authorizationLearn how OAuth’s Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system

Programming Entity Framework: Querying, Changing, and Validating Your Data with Entity Framework (Oreilly And Associate Ser.)

by Rowan Miller Julia Lerman

<p>In addition to Code First, EF 4.1 introduces simpler EF coding patterns with the DbContext, DbSet, ChangeTracker and Validation APIs. This second mini-book will take the reader on a tour of these new features and how to take advantage of them. These new classes and APIs let the user focus on the most common coding tasks with Entity Framework and streamlines access to patterns which are frequently used, but were previously non-intuitive and complicated to code. The Validation API that comes with DbContext leverages the existing .NET 4 IValidatableObject and ValidationAttributes as well as providing additional validation features. You will learn the ins and outs of getting the most from server side validation from the DbContext.</p>

Web Audio API: Advanced Sound for Games and Interactive Apps

by Boris Smus

Go beyond HTML5's Audio tag and boost the audio capabilities of your web application with the Web Audio API. Packed with lots of code examples, crisp descriptions, and useful illustrations, this concise guide shows you how to use this JavaScript API to make the sounds and music of your games and interactive applications come alive. You need little or no digital audio expertise to get started. Author Boris Smus introduces you to digital audio concepts, then shows you how the Web Audio API solves specific application audio problems. You'll not only learn how to synthesize and process digital audio, you'll also explore audio analysis and visualization with this API. Learn Web Audio API, including audio graphs and the audio nodes Provide quick feedback to user actions by scheduling sounds with the API's precise timing model Control gain, volume, and loudness, and dive into clipping and crossfading Understand pitch and frequency: use tools to manipulate soundforms directly with JavaScript Generate synthetic sound effects and learn how to spatialize sound in 3D space Use Web Audio API with the Audio tag, getUserMedia, and the Page Visibility API

HTML5 and JavaScript Web Apps: Bridging the Gap Between the Web and the Mobile Web (Oreilly And Associate Ser.)

by Wesley Hales

<div><p>With this digital <b>Early Release</b> edition of <i>HTML5 Architecture</i>, you get the entire book bundle in its earliest form &#8211; the author's raw and unedited content &#8211; so you can take advantage of this content long before the book's official release. You'll also receive updates when significant changes are made, as well as the final ebook version.</p>\n\n<p>"HTML5 and JavaScript Web Apps" is about building web applications with HTML5 and W3C specifications that are widely supported across all devices and browsers - both mobile and desktop. It focuses on practical, real-world usage of HTML5 and JavaScript in everyday programming. The content is intended for programmers who are facing the challenges of moving more code to the front-end with JavaScript, CSS and HTML while providing a back-end infrastructure that is loosely coupled and supportive of offline clients.</p></div>

Django RESTful Web Services: The easiest way to build Python RESTful APIs and web services with Django

by Norbert Máté Gastón C. Hillar

Design, build and test RESTful web services with the Django framework and Python Key Features Create efficient real-world RESTful web services with the latest Django framework Authenticate, secure, and integrate third-party packages efficiently in your Web Services Leverage the power of Python for faster Web Service development Book Description Django is a Python web framework that makes the web development process very easy. It reduces the amount of trivial code, which simplifies the creation of web applications and results in faster development. It is very powerful and a great choice for creating RESTful web services. If you are a Python developer and want to efficiently create RESTful web services with Django for your apps, then this is the right book for you. The book starts off by showing you how to install and configure the environment, required software, and tools to create RESTful web services with Django and the Django REST framework. We then move on to working with advanced serialization and migrations to interact with SQLite and non-SQL data sources. We will use the features included in the Django REST framework to improve our simple web service. Further, we will create API views to process diverse HTTP requests on objects, go through relationships and hyperlinked API management, and then discover the necessary steps to include security and permissions related to data models and APIs. We will also apply throttling rules and run tests to check that versioning works as expected. Next we will run automated tests to improve code coverage. By the end of the book, you will be able to build RESTful web services with Django. What you will learn The best way to build a RESTful Web Service or API with Django and the Django REST Framework Develop complex RESTful APIs from scratch with Django and the Django REST Framework Work with either SQL or NoSQL data sources Design RESTful Web Services based on application requirements Use third-party packages and extensions to perform common tasks Create automated tests for RESTful web services Debug, test, and profile RESTful web services with Django and the Django REST Framework Who this book is for This book is for Python developers who want to create RESTful web services with Django; you need to have a basic working knowledge of Django but no previous experience with RESTful web services is required.

Python GUI Programming with Tkinter: Develop responsive and powerful GUI applications with Tkinter

by Alan D Moore

Find out how to create visually stunning and feature-rich applications by empowering Python's built-in Tkinter GUI toolkitKey Features Explore Tkinter's powerful features to easily design and customize your GUI application Learn the basics of 2D and 3D animation in GUI applications. Learn to integrate stunning Data Visualizations using Tkinter Canvas and Matplotlib.Book DescriptionTkinter is a lightweight, portable, and easy-to-use graphical toolkit available in the Python Standard Library, widely used to build Python GUIs due to its simplicity and availability. This book teaches you to design and build graphical user interfaces that are functional, appealing, and user-friendly using the powerful combination of Python and Tkinter.After being introduced to Tkinter, you will be guided step-by-step through the application development process. Over the course of the book, your application will evolve from a simple data-entry form to a complex data management and visualization tool while maintaining a clean and robust design. In addition to building the GUI, you'll learn how to connect to external databases and network resources, test your code to avoid errors, and maximize performance using asynchronous programming. You'll make the most of Tkinter's cross-platform availability by learning how to maintain compatibility, mimic platform-native look and feel, and build executables for deployment across popular computing platforms.By the end of this book, you will have the skills and confidence to design and build powerful high-end GUI applications to solve real-world problems.What you will learn Implement the tools provided by Tkinter to design beautiful GUIs Discover cross-platform development through minor customizations in your existing application Visualize graphs in real time as data comes in using Tkinter's animation capabilities Use PostgreSQL authentication to ensure data security for your application Write unit tests to avoid regressions when updating codeWho this book is forThis book will appeal to developers and programmers who would like to build GUI-based applications. Knowledge of Python is a prerequisite.

Unity 2018 Augmented Reality Projects: Build four immersive and fun AR applications using ARKit, ARCore, and Vuforia

by Jesse Glover

Create engaging Augmented Reality (AR) applications with Unity 3D that can be experienced with devices such as HoloLens and DaydreamKey FeaturesLearn the principles of AR application development Work with the most popular sensors used in AR games and applications across Android, Apple and WindowsBuild experiences with interactive objects, physics, UI, animations, and C# scriptingBook DescriptionAugmented Reality allows for radical innovations in countless areas. It magically blends the physical and virtual worlds, bringing applications from a screen into your hands. Meanwhile, Unity has now become the leading platform to develop augmented reality experiences, as it provides a great pipeline for working with 3D assets.Using a practical and project-based approach, Unity 2018 Augmented Reality Projects educates you about the specifics of augmented reality development in Unity 2018.This book teaches you how to use Unity in order to develop AR applications which can be experienced with devices such as HoloLens and Daydream. You will learn to integrate, animate, and overlay 3D objects on your camera feed, before gradually moving on to implementing sensor-based AR applications. In addition to this, you will explore the technical considerations that are especially important and possibly unique to AR. The projects in the book demonstrate how you can build a variety of AR experiences, whilst also giving insights into C# programming as well as the Unity 3D game engine via the interactive Unity Editor.By the end of the book, you will be equipped to develop rich, interactive augmented reality experiences for a range of AR devices and platforms using Unity.What you will learnBuild and run AR applications for specific headsets, including HoloLens and DaydreamCreate 3D scenes with Unity and other 3D tools while learning about world space and scaleMove around your AR scenes using locomotion and teleportationCreate filters or overlays that work in tandem with facial recognition softwareUse GPS, geolocation services, and the camera feed to create a fitness applicationIntegrate AR and VR concepts together in a single applicationWho this book is forUnity 2018 Augmented Reality Projects is for you if you're a game developer familiar with 3D computer graphics and interested in building your own AR games or applications. Any experience in Unity and C# is an advantage.

Jira Software Essentials - Second Edition: Plan, track, and release great applications with Jira Software

by Patrick Li

Explore Jira Software to manage your projects proficiently Key Features Plan and manage projects effortlessly with Jira Software by integrating it with other applications Improve your team's performance with Scrum and Kanban, together with agile methodology Easy-to-follow learning guide to install Jira Software and understand how it fits in with Atlassian Jira Book Description Jira Software is an agile project management tool that supports any agile methodology, be it scrum, Kanban, or your own unique flavour. From agile boards to reports, you can plan, track, and manage all your agile software development projects from a single tool. Jira Software brings the power of agile methodology to Atlassian Jira. This second edition of JIRA Agile Essentials, will help you dive straight into the action, exploring critical agile terminologies and concepts in the context of Jira Software. You will learn how to plan, track, and release great software. This book will teach you how to install and run Jira Software and set it up to run with Scrum and Kanban. It will also teach you to use Jira Software your way and run projects beyond the out-of-box Scrum and Kanban way, including a hybrid approach of both the methodologies and other options that come with Jira Software. Later, you will learn how to integrate it with the tools you are already using and enhance Jira with add-ons such as Confluence. You will learn to stay connected with your team from anywhere to ensure great development. Jira Software has numerous deployment options in the cloud, on your own infrastructure, or at a massive scale. You will be introduced to Bitbucket, Atlassian’s distributed version control system, which integrates seamlessly with Jira, allowing your team to work within the two applications as one harmonious environment. With this practical guide, you will develop a great working knowledge of Jira Software and your project management will become much more efficient. What you will learn Understand the basics and agile methodologies of Jira software Use Jira Software in a Scrum environment Manage and run Jira Software projects beyond the out of box Scrum and Kanban way Combine Scrum and Kanban and use other project management options beyond just agile Customize Jira Software’s various features and options as per your requirements Work with Jira Agile offline, and plan and forecast projects with agile portfolio Integrate Jira Agile with Confluence and Bitbucket Who this book is for If you want to get started with Jira Software and learn how to run your Jira projects the agile way, then this is the perfect book for you. You will need to be familiar with the basics of Jira, both from an end user's and an administrator's perspective. Experience with workflows, custom fields, and other administrative functions of Jira will be useful.

Energy Sector: A Systemic Analysis of Economy, Foreign Trade and Legal Regulations (Lecture Notes in Networks and Systems #44)

by Elena G. Popkova Agnessa O. Inshakova Oleg V. Inshakov

This book is a comprehensive economic and legal study of the theoretical and practical aspects of the problems of increasing energy efficiency; self-motivation of energy saving by business entities within the framework of their corporate responsibility; regulatory mechanisms to stimulate energy conservation in the economy; civil-law regulation of foreign trade turnover of energy resources between economic entities of the Russian Federation and companies of member states of international integration associations – the CIS, EEMP, the EU and BRICS. It argues that technological energy saving plays a key role in reducing the energy intensity and increasing the energy efficiency of the economy, and substantiates the need for institutional support – including legal support for the participation of the Russian Federation – in various forms of international cooperation. Lastly, based on an analysis of current legislation, programs and recommendations, judicial and contractual practices, customs and trade procedures, it offers proposals for the developing, improving and unifying civil law regulation of obligations in the sphere of international trade in energy resources, as well as methodological recommendations for drafting foreign trade contracts in the energy sector.

Learning JavaScript Design Patterns: A JavaScript and jQuery Developer's Guide

by Addy Osmani

With Learning JavaScript Design Patterns, you'll learn how to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you. Explore many popular design patterns, including Modules, Observers, Facades, and Mediators. Learn how modern architectural patterns--such as MVC, MVP, and MVVM--are useful from the perspective of a modern web application developer. This book also walks you through modern module formats, how to namespace code effectively, and other essential topics. Learn the structure of design patterns and how they are written Understand different pattern categories, including creational, structural, and behavioral Walk through more than 20 classical and modern design patterns in JavaScript Use several options for writing modular code--including the Module pattern, Asyncronous Module Definition (AMD), and CommonJS Discover design patterns implemented in the jQuery library Learn popular design patterns for writing maintainable jQuery plug-ins "This book should be in every JavaScript developer's hands. It's the go-to book on JavaScript patterns that will be read and referenced many times in the future." --Andrée Hansson, Lead Front-End Developer, presis!

Clojure Programming: Practical Lisp for the Java World (O'reilly Ser.)

by Christophe Grand Brian Carper Chas Emerick

<p>The Clojure language is a practical alternative for everyday programming that offers expressivity rivaling other dynamic languages like Ruby and Python, but allows one to seamlessly take advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already&#8212;whether you're focused on data modeling, concurrency and parallelism, web programming, statistics and data analysis, and more.</p>

Photoshop Elements 11: The Missing Manual

by Barbara Brundage

Whether you're a photographer, scrapbooker, or aspiring graphic artist, Photoshop Elements is an ideal image-editing tool--once you know your way around. This bestselling book removes the guesswork. With candid, jargon-free advice and step-by-step guidance, you'll get the most out of Elements for everything from sharing and touching-up photos to fun print and online projects. The important stuff you need to know: Get to work right away. Import, organize, and make quick fixes with ease. Retouch any image. Repair and restore old and damaged photos. Add pizzazz. Use dozens of filters, layer styles, and special effects. Share photos. Create online albums, email-ready slideshows, and web-ready files. Find your artistic flair. Use tools to draw, paint, work with blend modes, and more. Use your words. Make text flow along a curved path or around an object or shape. Unleash your creativity. Design photo books, greeting cards, calendars, and collages. Make yourself comfortable. Customize Elements to fit your working style.

HTML5 Canvas: Native Interactivity and Animation for the Web

by Jeff Fulton Steve Fulton

Flash is fading fast as Canvas continues to climb. The second edition of this popular book gets you started with HTML5 Canvas by showing you how to build interactive multimedia applications. You’ll learn how to draw, render text, manipulate images, and create animation—all in the course of building an interactive web game throughout the book.Updated for the latest implementations of Canvas and related HTML5 technologies, this edition includes clear and reusable code examples to help you quickly pick up the basics—whether you currently use Flash, Silverlight, or just HTML and JavaScript. Discover why HTML5 is the future of innovative web development.Create and modify 2D drawings, text, and bitmap imagesUse algorithms for math-based movement and physics interactionsIncorporate and manipulate video, and add audioBuild a basic framework for creating a variety of gamesUse bitmaps and tile sheets to develop animated game graphicsGo mobile: build web apps and then modify them for iOS devicesExplore ways to use Canvas for 3D and multiplayer game applications

JavaScript Pocket Reference: Activate Your Web Pages (Pocket Reference (o'reilly) Ser.)

by David Flanagan

JavaScript is the ubiquitous programming language of the Web, and for more than 15 years, JavaScript: The Definitive Guide has been the bible of JavaScript programmers around the world. This book is an all-new excerpt of The Definitive Guide, collecting the essential parts of that hefty volume into this slim yet dense pocket reference. The first 9 chapters document the latest version (ECMAScript 5) of the core JavaScript language, covering: Types, values, and variables Operators, expressions, and statements Objects and arrays Functions and classes The next 5 chapters document the fundamental APIs for using JavaScript with HTML5 and explain how to: Interact with web browser windows Script HTML documents and document elements Modify and apply CSS styles and classes Respond to user input events Communicate with web servers Store data locally on the user's computer This book is a perfect companion to jQuery Pocket Reference.

Big Data Architect’s Handbook: A guide to building proficiency in tools and systems used by leading big data experts

by Syed Muhammad Akhtar

A comprehensive end-to-end guide that gives hands-on practice in big data and Artificial IntelligenceKey FeaturesLearn to build and run a big data application with sample codeExplore examples to implement activities that a big data architect performsUse Machine Learning and AI for structured and unstructured dataBook DescriptionThe big data architects are the “masters” of data, and hold high value in today’s market. Handling big data, be it of good or bad quality, is not an easy task. The prime job for any big data architect is to build an end-to-end big data solution that integrates data from different sources and analyzes it to find useful, hidden insights.Big Data Architect’s Handbook takes you through developing a complete, end-to-end big data pipeline, which will lay the foundation for you and provide the necessary knowledge required to be an architect in big data. Right from understanding the design considerations to implementing a solid, efficient, and scalable data pipeline, this book walks you through all the essential aspects of big data. It also gives you an overview of how you can leverage the power of various big data tools such as Apache Hadoop and ElasticSearch in order to bring them together and build an efficient big data solution.By the end of this book, you will be able to build your own design system which integrates, maintains, visualizes, and monitors your data. In addition, you will have a smooth design flow in each process, putting insights in action.What you will learn Learn Hadoop Ecosystem and Apache projects Understand, compare NoSQL database and essential software architecture Cloud infrastructure design considerations for big data Explore application scenario of big data tools for daily activities Learn to analyze and visualize results to uncover valuable insights Build and run a big data application with sample code from end to end Apply Machine Learning and AI to perform big data intelligence Practice the daily activities performed by big data architectsWho this book is forBig Data Architect’s Handbook is for you if you are an aspiring data professional, developer, or IT enthusiast who aims to be an all-round architect in big data. This book is your one-stop solution to enhance your knowledge and carry out easy to complex activities required to become a big data architect.

Getting to Know Vue.js: Learn to Build Single Page Applications in Vue from Scratch

by Brett Nelson

Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components, state management, and routers. With Getting to Know Vue.js, you'll see how to combine reusable code with custom components, allowing you to create snippets of reusable code to suit your specific business needs. You'll also explore how to use Single File Components and the Vue.js Command Line Interface (CLI) to build components in a single file and add in build tools as you see fit.Getting started with a new Single Page Application (SPA) JavaScript framework can be an overwhelming task, but Vue.js makes this daunting task simple and easy to learn, allowing you to start implementing business needs with just a script reference to the library and the custom JavaScript required for your use case. Starting with a little reference and a handful of lines of custom JavaScript, you will have a complete Single Page Application before you know it.What You'll LearnExamine Vue.js templating syntaxWork with binding methods Manage the state of your app by comparing your options of building a data store Adapt the more robust options compatible with Vue.jsReview different router options, including creating your own router, using the Vue-router and using Page.js. Who This Book Is For Software developers with an understanding of HTML, CSS and JavaScript; prior understanding of a Single Page Application framework would be useful but not essential.

Technologies and Innovation: 4th International Conference, CITI 2018, Guayaquil, Ecuador, November 6-9, 2018, Proceedings (Communications in Computer and Information Science #883)

by Rafael Valencia-García Gema Alcaraz-Mármol Javier Del Cioppo-Morstadt Néstor Vera-Lucio Martha Bucaram-Leverone

This book constitutes the proceedings of the 4th International Conference on Technologies and Innovation, CITI 2018, held in Guayaquil, Ecuador, in November 2018. The 21 full papers presented in this volume were carefully reviewed and selected from 64 submissions. They are organized in topical sections named: ICT in agronomy; software engineering; intelligent and knowledge-based systems; e-learning.

Combining Interval, Probabilistic, and Other Types of Uncertainty in Engineering Applications (Studies In Computational Intelligence #773)

by Vladik Kreinovich Andrew Pownuk

How can we solve engineering problems while taking into account data characterized by different types of measurement and estimation uncertainty: interval, probabilistic, fuzzy, etc.? This book provides a theoretical basis for arriving at such solutions, as well as case studies demonstrating how these theoretical ideas can be translated into practical applications in the geosciences, pavement engineering, etc.In all these developments, the authors’ objectives were to provide accurate estimates of the resulting uncertainty; to offer solutions that require reasonably short computation times; to offer content that is accessible for engineers; and to be sufficiently general - so that readers can use the book for many different problems. The authors also describe how to make decisions under different types of uncertainty.The book offers a valuable resource for all practical engineers interested in better ways of gauging uncertainty, for students eager to learn and apply the new techniques, and for researchers interested in processing heterogeneous uncertainty.

Using Drupal: Choosing and Configuring Modules to Build Dynamic Websites

by Bruno De Bondt Addison Berry Angela Byron

<p>Take advantage of Drupal&#8217;s vast collection of community-contributed modules and discover how they make this web framework unique and valuable. With this guide, you&#8217;ll learn how to combine modules in interesting ways (with minimal code-wrangling) to develop several community-driven websites&#8212; including a job posting board, photo gallery, online store, product review database, and event calendar. The second edition focuses on Drupal 7, the latest version of this open source system.</p>

Refine Search

Showing 21,301 through 21,325 of 54,425 results