Javascript (Demo)

Unit testing for AngularJS

I recently wrote unit testing for an AngularJS application. We know AngularJS is one of the most popular front end framework used by developers....
Thirumal S
1 min read

Ionic Framework to get a native look for Your…

Recently I came across Ionic Framework, which is really good and has got very nice UI components and integration with angular framework, thought of...
Surendran Sukumaran
14 sec read

A Brief Introduction to Node.JS

Nodejs And Other JavaScript A beginner like myself would have first come across JavaScript when developing HTML Documents were we used JavaScript in a...
Sairam S
2 min read

Geolocation in Cordova Application

Recently I started developing Mobile applications using Apache Cordova. In this blog, let me share how we used the Geolocation plugin in Cordova application...
Rajeswari K
1 min read

Zurb Foundation – Disable abide validation on blur and…

We widely use the amazing Zurb Foundation framework as a base for many of our projects. Zurb provides a lot of features and utilities...
Steve Robinson
2 min read

Simple JavaScript templating with jquery-tmpl

When writing applications where you fetch data asynchronously from the server and render it to the user using AJAX you would have to deal...
Steve Robinson
5 min read

My First-hand Experience With KnockoutJS

Why Knockout ? When I worked for a single pager cross platform mobile application, there were lot of UI need to be updated very...
Surendran Sukumaran
1 min read

Capitalize All the Text in HTML Table using jQuery.

This is my first plugin in Jquery, It is a small and simple plugin which Capitalize all the text inside a table. The plugin...
Surendran Sukumaran
7 sec read

Integrate CreditCard Payment in Rhodes(iPhone and Android) Apps

We successfully integrated Stripe based Credit card payment in a Rhodes App for iPhone and Android. Stripe is really cool and made our life...
Prabu D
13 sec read

Github with coderwall Application in Rhomobile

I recently tried to integrate github and coderwall in rhomobile application. Using github oauth we can authenticate user and show the following details of...
Visnupriya
1 min read

Jammit installation issue (no such file to load —…

In one of m project I am using Jammit which provides both the CSS and JavaScript concatenation, compression and also provides built-in JavaScript template...
Surendran Sukumaran
36 sec read

Bindings in Mozilla Browsers

Mozilla browsers provide bindings to achieve certain features like the text-overflow: ellipsis style. XBL(XML Binding Language) provides a way to bind selected elements using...
Allan
1 min read