background preloader

OpenClassrooms - Développez vos applications web avec AngularJS

OpenClassrooms - Développez vos applications web avec AngularJS

https://openclassrooms.com/courses/developpez-vos-applications-web-avec-angularjs

Related:  Langagesoutils webTUTORIELS, COURS, CONSEILS etc...Veille Tech AngularJs

Envoyer des notifications avec Google Cloud Messaging ( GCM ) GCMPushMessage.php class GCMPushMessage { private $serverApiKey; private $devices = array(); function __construct($apiKeyIn){ Awesome Table - Google Apps Script Examples Display Spreadsheet Data in beautiful and functional views Awesome Table lets you display the content of a Google Sheet into various types of views: From a simple table to people directories, Gantt chart views, Google Maps, card views… There are many possibilities to suit your personal and professional needs. With it, data in Sheets are shown in a more functional way and can be shared with viewers. Awesome Table is available as a gadget for Google Sites and as a web app. Easily sort out data with interactive filters Narrow a search and browse through data easily by adding several filters to a view.

Tutorial: Tutorial Loading... A great way to get introduced to AngularJS is to work through this tutorial, which walks you through the construction of an AngularJS web app. The app you will build is a catalog that displays a list of Android devices, lets you filter the list to see only devices that interest you, and then view details for any device. Follow the tutorial to see how AngularJS makes browsers smarter — without the use of native extensions or plug-ins: See examples of how to use client-side data binding to build dynamic views of data that change immediately in response to user actions.See how AngularJS keeps your views in sync with your data without the need for DOM manipulation.Learn a better, easier way to test your web apps, with Karma and Protractor.Learn how to use dependency injection and services to make common web tasks, such as getting data into your app, easier.

$q A service that helps you run functions asynchronously, and use their return values (or exceptions) when they are done processing. This is a Promises/A+-compliant implementation of promises/deferred objects inspired by Kris Kowal's Q. $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred implementations, and the other which resembles ES6 (ES2015) promises to some degree. The streamlined ES6 style promise is essentially just using $q as a constructor which takes a resolver function as the first argument.

Facebook API pour Android To use Facebook SDK in a project, add it as a build dependency and import it. 1. Go to Android Studio | New Project | Minimum SDK 2. Select API 15: Android 4.0.3 or higher and create your new project. 3. OpenSeadragon OpenSeadragon An open-source, web-based viewer for high-resolution zoomable images, implemented in pure JavaScript, for desktop and mobile. OpenSeadragon Viewer With Default Settings See how people are using OpenSeadragon in the wild. Examples & Features

Example Viewer Example 1 - Starter HTML page with a text input Example 2 - Added keyup event listener on textInput. Example 3 - Extracting text from the text input as it changes. Example 4 - Updating a span when input text changes using the DOM API. Example 5 - Updating a span when input text changes using jQuery. Example 6 - Updating a span when input text changes using Backbone. Firebase Cloud Messaging   Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging, a message can transfer a payload of up to 4KB to a client app.

Trifacta Wrangler to format and clean data Data wrangling — formatting and cleaning — is a sore spot and stumbling block for many, but you often can't do much visualization- or analysis-wise until the data is in order. My projects folder is filled with one-off Python scripts written for specific datasets (and steps within steps). Trifacta Wrangler aims to streamline the process with a click interface and automation. The desktop software is free to use and available for PC and Mac. When you open the application for the first time, helpful tips pop up to take you through the usual steps.

Related: