hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 17 July, 2017 UTC

How to Create Global Event Bus using Vue.js ?

Introduction to Global Event Bus A global event bus, while discouraged at certain instances is a very beautiful and easy way to share data across various Vue based components. This approach has been there are various frameworks namely Angular also had ... more


Monday, 17 July, 2017 UTC

DeviceJS – JavaScript in Physical World

Introduction to DeviceJS DeviceJS is a Jquery for the IoT world. It’s built on top of NodeJS and already supports the most common protocols like Z-Wave, ZigBee, Bluetooth etc. It has the capability to easily connect to most of the IoT systems across the ... more


Monday, 17 July, 2017 UTC

Vue ToDo list with Delete Option & Global Event Bus – Part II

Introduction to Vue ToDo List In the earlier post about Creating a ToDo List, we learned about creating a ToDo list component along with the various ways in which we can create a Vue instance. We also learned about the root element which holds the entire ... more


Friday, 14 July, 2017 UTC

Learn to detect discrete Orientation Changes using orientationchange

Introduction to discrete orientation change Discrete Orientation change refers to the change in the orientation of a device. To be precise from landscape to portrait or vice versa. So what is so new in this? In order to change certain things on the web ... more


Wednesday, 12 July, 2017 UTC

Easily Bind Select and Multi-select using Vue

Introduction In this section, we will deal with data binding of the select as well as the multi-select element. We will use the same directive as in the previous article v-model . With this tutorial, you will be able to understand the way in which these ... more


Tuesday, 11 July, 2017 UTC

Learn Fast Handling User Inputs & form bindings using Vue

Introduction to User Input using Vue In this article, we will be using Vue in order to make User’s inputs come Alive. We will be seeing different ways in which User Inputs can be handled using Vue. User inputs are everywhere ranging from Forms to the ... more


Monday, 10 July, 2017 UTC

Getting Started with Vue using Fiddle

Setting up Fiddle for Vue In order to setup Vue in Fiddle, you just need to open fiddle, log into it and start by setting Vue as the JavaScript Framework. Once it’s done you can go ahead and start the code tutorial below. In this post, we will deal with ... more


Monday, 10 July, 2017 UTC

An introduction to Vue Framework?

What is Vue? Vue is a progressive framework for building User Interface. Vue’s major focus is on the view layer of the MVC. Vue is incrementally adoptable in order to build rich User Interfaces for Single Page Applications(Applications that do not need ... more


Saturday, 8 July, 2017 UTC

How to Trigger Resize Event Manually using Native JavaScript?

Introduction to Resize Event Resize events are fired whenever the there is a change in the size of the document window or you can say when the document view is being resized. Now, this resize can trigger automatically in cases like changing device orientation ... more


Saturday, 8 July, 2017 UTC

Check App Availability on your Device – Ionic Native

Introduction to App Availability App Availability feature helps you to determine whether an application is already available on your device or not. This allows an app to check whether a specific app in installed on the device or not. For this particular ... more


Thursday, 6 July, 2017 UTC

How to Generate Unique ID using JavaScript?

Generating Unique ID using JavaScript Getting along with generating unique ID in JavaScript is an almost required in the majority of applications. In today’s time with the advent of Single Page Applications, this has become a standard approach which maintaining ... more


Thursday, 29 June, 2017 UTC

Immersive Android Application using Ionic Framework

What is Immersive Android Application? Android 4.4+ brought with itself an immersive mode where one can open an application in fullscreen mode and give their users an immersive experience. From the standpoint of UX, this is really a good way of representing ... more


Wednesday, 28 June, 2017 UTC

How to Use Action Sheet in Ionic Native

Introduction to Action Sheet There is always a need for the native list of user options from where a user can choose various options from. Action Sheet provides us with such option. This plugin triggers the native Action Sheet. There is also an option ... more


Thursday, 22 June, 2017 UTC

How to install The Ionic 2 Framework?

Introduction In this exercise, we will go ahead and see how to install Ionic framework onto your system. The Ionic framework is a robust and feature-rich framework and helps you to do mobile development with ease. Let’s go ahead and see the steps involved ... more


Thursday, 22 June, 2017 UTC

Understanding different Ionic Console options

With power comes ton of Fun!! Ionic Console makes sure that you can use these to supercharge your development.The Web Juice Connector. ionic doc This leads you to the documentation for ionic on the site. Connector. ionic generate Generate pipes, components, ... more


Wednesday, 28 December, 2016 UTC

Battery Status API – Hardware Access API

What is Battery Status API? Battery Status API specification defines a way in which the web developers can determine the battery status of the hosting device. Battery Status API can help you define the current status of the device battery. Namely charging, ... more


Friday, 23 December, 2016 UTC

What is AMP (Accelerated Mobile Pages)

Introduction to AMP AMP or Accelerated Mobile Pages is a new Open Standard which has evolved in order to render high quality User Experience in Portable Devices. AMP is a way to build static or dynamic websites which can render the content pretty fast ... more