Software

Remote Debugging your Hybrid Mobile app

Debugging your Hybrid Mobile application has now become very simple, I use cordova for building Mobile applications, use to test the application in the...
Surendran Sukumaran
1 min read

Connect Rails 4 With Microsoft SQL Server Database

I spent a while to find a solution for connecting Rails 4 with MS SQL Server database. Later I found a quick and easy...
Sivakumar V
31 sec read

24 pull requests in Tamil

Our team assisted in converting 24pullrequest.com site in to Tamil language.
Karthik A K
13 sec read

Easy Way To Deploy Motorola SB1 Apps

Deploying apps on SB1 is not straight forward unless you are familiar with Motorola Rapid deployment or your customer is techie. Its not advisable...
Sivakumar V
1 min read

Integrate RhoMobile with LungoJS Framwork

Last week, I had the chance to learn about LungoJS. Basically, I am a Rhomobile Developer. So I tried to implement Rhomobile app with...
Visnupriya
2 min read

Create a File with content in oneline – Unix

echo ‘One line content here’ | sudo tee /etc/apache2/filename.txt You can use echo “One line content here’ > filename.txt if the folder is not...
Balaji D Loganathan
5 sec read

Fix for ActiveRecord::ConnectionNotEstablished with acts_as_votable gem (0.5.0) on Rails…

When we were building the changebadtogood.com app we faced a certain issue with the acts_as_votable gem (~> 0.5.0) with Rails ‘3.0.19’. We got the...
Steve Robinson
1 min read

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