-
Angular.js
Why Angular is not only for single page web apps
AngularJs is often seen as a viable solution for building full scale single page web applications. Although that is a…
Read More » -
HTML5
HTML5 Geolocation Example – Weather Widget Demo
Introduction At the heart of every location-based application is positioning and Geolocation. Geolocation is similar to the use of positioning systems…
Read More » -
Python
Python/pandas: Column value in list
I’ve been using Python’s pandas library while exploring some CSV files and although for the most part I’ve found it…
Read More » -
ASP.NET
Starting the prototype: building the database
This week, I started working on a prototype of the UI for my event scheduler software to test if it…
Read More » -
JavaScript
How long did I sleep last night: using Cordova, HealthKit, and JavaScript, and a handful of Promises
Now that we can know how much activity I did yesterday, we can look at whether I am getting enough sleep.…
Read More » -
Backbone.js
Introduction to the Backbone Query API
As a relatively “new” user of Backbone.js, I looked at different JSON querying tools that existed. At the time I…
Read More » -
HTML5
HTML5 Offline Web Application Example
In this example we will talk about writing an Offline Web Application. Offline ? Sounds weird, doesn’t it ? HTML5…
Read More » -
Python
Python Tutorial: Strings Datatype
Data stored in memory can of different types and Python like other languages have different standard data types. Sometime back…
Read More » -
HTML5
HTML5 Graphics and Animation Example
Introduction Animation is the visualization of change, having reference points for the start and end states for comparison. Before HTML…
Read More »