Tutorials 4
Electron Desktop Notification Using Node Notifier
Electron framework does not provide cross platform notification API. We can use HTML5 Web Notification API to create notification.But it can only be used in Mac OS and Linux. Electron for Windows build does not support Web Notification.This concludes We need a cross platform notification solution.We can solve this problem using node-notifier NPM module. […]
Implementing HTML5 Desktop Notification
HTML5 provides desktop notification API for use by the developer to generate notification. In this demo, “We will learn to create a desktop notification using HTML5 API”. A desktop notification object is created using Notification() class with new keyword. In this demo we have created a button for subscribing notification.When user click on the button […]
Getting Started With Backbone JS Part1
The first thing you need to know about Backbone.js is that it’s friendly. It is not difficult to learn or use, and the time you will spend to learn this serviceable framework will be worth it. You will learn how to use one of the most popular front-end frameworks and how to develop modern web […]
How AngularJS Application Works?
AngularJS This post is all about understanding the working mechanism of an AngularJS application. 2-way data binding is the core of AngularJS which creates the magic that you see in most of its application.we will learn how it works. INTRODUCTION TO ANGULARJS AngularJS is an one of the most popular client side framework and developed […]