Tutorials 4
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. […]
Introducing Application Modeling Language AppML
AppML is an Application Modeling Language for bringing data to HTML pages. The home page for AppML is as follows:- http://www.w3schools.com/appml/default.asp AppML extends the HTML with additional feature like data attribute and controller. The AppML uses most of HTML elements and not complex unlike other frameworks like AngularJS or Backbone. The code for appml.js is […]