Surendran Sukumaran



30 Stories by Surendran Sukumaran

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...
0 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...
0 1 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...
0 2 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...
0 7 sec read

Ruby IRB like Rhodes Console for Mobile Apps

Ruby IRB like Rhodes Console for Mobile Apps Just created a rhodes console which I found very useful while we develop smart phone applications...
0 10 sec read

Push Notifications in Rhodes using Ruby

I tried Push notifications concept in Rhodes using Rhoconnect and its works well. The documentation for the same is also nice. For one of...
3 1 min read

Ruby Tips 10: Using Devise Gem for API Token Authentication

Ok. If you have already read the Devise gem wiki, you wouldn’t be seeing this, if not here is the simple way to do...
0 27 sec read

Consume SOAP WebServices Using Ruby With Savon

Recently, we had a task of consuming a SOAP based web serivces which sends and receive complex objects.
0 51 sec read

Configuring Memcached with Rails 3

First install memcached in your machine and make sure the memcached server is running. After installation to make sure its running, try starting the...
2 34 sec read

RVM Gemsets To Maintain Multiple Versions Of Gems.

RVM made my life easier to run multiple versions of ruby and rails in Ubuntu/Mac OS. If we want to maintain multiple versions of...
0 40 sec read

GitHub Client Written Using Rhodes

I am new to Rhodes, In Rhomobile landing page they have a quote saying “Use your web skills to write NATIVE apps once and...
0 1 min read

Three New things in Ruby 1.9.x

There are lot more things improved in Ruby 1.9.2, I am going to discuss about 3 new things I liked which is introduced in...
3 42 sec read