Built Windows Mobile 6.5 Apps Using RhoMobile Suite 4.0

We successfully managed to build Windows Mobile 6.5.3 apps using RhoMobile 4.0.0.beta.28 suite. Here is what I found on my way.
Visnupriya
1 min read

More about observable arrays in Knockoutjs

ObservableArray is a nice way to update a collection in Knockoutjs, if we want to repeat certain UI sections like name of the products...
Surendran Sukumaran
1 min read

Domain name registration using eNom API

One of the most crucial requirements for establishing an online identity is registering a domain name. I came to know about eNom API which...
Prabu D
1 min read

Make Parallel HTTP Requests Using Typhoeus

Parallel http request using Typhoeus and Httparty. Typhoeus took 0.99148906 seconds Httparty took 3.370132528 seconds You can find the gist at https://gist.github.com/spritle/5261906
Balaji D Loganathan
9 sec read

Sync Two Cloud Servers Files

Recently I have implemented two-way files synchronization between two Ubuntu Cloud servers using unison and inotifywait. Thought I would share it here as a...
Sivakumar V
1 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

File Upload using Backbone.js, paperclip and jquery upload in…

Learning new things is quite common for developers. Now its time to learn an interesting topic which is evolving around RoR developers. A concept...
Dhepthi L Narasimhan
2 min read

Image Uploading With Rhodes, RhoConnect & Rails3

Recently I working on an app project which involves uploading and transferring images from smartphones to Web and vice-versa. My stack was Rhodes, RhoConnect,...
Visnupriya
1 min read

Using Facebook Realtime Updates in Ruby on Rails

Recently I got chance to try Facebook real time API in one of our project. Realtime Updates enables applications to subscribe to changes in...
Rajeswari K
2 min read

Emerging Big Data in Enterprise Mobile Applications

The new Smart phone era has changed the way people live, smart phones were not just used as an instrument to communicate but also...
Surendran Sukumaran
2 min read

Tip: Curl JSON Output formatting

If you use curl http://www.changebadtogood.com/api/v1/get_recent_issues | python -mjson.tool you will see fantastic formatting of json result. Let’s see the “before” and “after” effects.
Neelkanth Ram
1 min read

Simple Tip for GitHub, Gems

GIT: To list the remote repo a git repo is pointing Try git remote -v or git remote show origin GEM: gem list rhodes...
Neelkanth Ram
6 sec read