AngularJS PrettyJson Editor Demo
In this Demo,”We will learn to install ng-prettyjson editor and use it for displaying a simple json data”. The ng-prettyjson editor is built on top of the Ace Editor by Cloud 9 as a AngularJS directive. We need to install few dependencies to use the ng-prettyjson.The dependencies are AngularJS and requireJS. The following screenshot shows […]
Introducing PhantomJS Headless browser
PhantomJS is built on top of webkit layout and rendering engine. In this demo “We will learn to capture screenshot from a given URL using PhantomJS”. It provides support for JSON,DOM handling,CSS support,canvas and svg. PhantomJS can be installed locally using npm install phantomjs –save command.The following screenshot shows the terminal with phantomjs installation. To […]
AppML Controller Example
In my previous post we have introduced with AppML. We will explore more in this post. In this post we will learn about controller provided by AppML. The project structure for this demo is as follows:- The students.json file is used as a data source for this demo.The content of student.json file is as follows:- […]
Introducing W3.CSS Style Sheet
W3.CSS is a new style sheet library for styling HTML pages. W3.CSS provides responsiveness across platform and optimized size for Mobile applications. In this Demo, “We will start with W3.CSS library with some example”. In my previous post we have learnt AppML library by W3.We will use AppML in this demo as JSON data source. […]