How to send email in PhoneGap (Android) using a gmail account
· ā˜• 8 min read · āœļø Dinesh
For the last one month, I have been working on an android app for a grocery store. I have been using PhoneGap to develop the solution as the client wanted both Android and Iphone version. I have tried building the app in native Android but going through the hassle of designing css was just too much for me and plus I did not had time to learn Iphone development. There was a short learning phase for PhoneGap and the results were awesome.

How To Share Any Folder On Mac Via Built-in Web Server
· ā˜• 2 min read · āœļø Dinesh
So what’s new here? Well I was playing around with PhonegapĀ to build a small android and ios app. I was able to build a small weather app using Yahoo weather apiĀ but then I came across Sencha TouchĀ 2. I wanted to build the same app inĀ Sencha TouchĀ and compare the two platforms for developing mobile apps and as ap part of its get started tutorialĀ I had to drop theĀ Sencha TouchĀ in a web server.

Saving files in Amazon S3 using Carrierwave and Fog Gem
· ā˜• 5 min read · āœļø Dinesh
Long long time ago in a far far away landā€¦.. I am just kidding. So I needed a gem to do file uploads(in my case images but you can upload anything) and I was looking at various options. PaperclipĀ is a popular option but there is a new kid on the block (so i read in various forums)ā€¦ Carrierwave. Now I have not used Paperclip but what I read was that CarrierwaveĀ is more flexible and powerful thanĀ PaperclipĀ so if are interested then keep reading.

Installing Rails on Mac OSX
· ā˜• 3 min read · āœļø Dinesh
I struggled a lot doing this on my mac. I prepared steps and notes while I was upgrading. here are the steps for mac osx. This works for Mac OSX 10.6+ ============ Section 1 ================= Install and update Ruby 1.9 on MAC OSX Snow leopard 10.6.5 Install RVM Installation instruction: http://rvm.beginrescueend.com/rvm/install/ ā€“ In Treminal Run the following command: bash < <( curl http://rvm.beginrescueend.com/releases/ ā€¦ all-latest ) ā€“ type in terminal: version=$(curl http://rvm.

Setting up IMAP settings for hotmail account on Iphone and android
· ā˜• 3 min read · āœļø Dinesh
Yes, there are still a few lost soul who still have aĀ Hotmail accountĀ and I am one of them :-). I have used Iphone in the past and use an android phone now, however I always complained that I was not able to set up an IMAP account for Hotmail. I always had a POP3 account šŸ™ What does IMAP and POP3 mean? ā€“ For beginner who do not understand what is IMAP and POP3, hereā€™s a small description.

Engineyard, Rails 3.x, NGINX, PASSENGER ASSETS NOT DISPLAYED
· ā˜• 7 min read · āœļø Dinesh
CAUTION: Please excuse the diction/grammar/spelling. Itā€™s 3 AM and I am in a hurry to sleep as I need to drop my friends to airport in exactly 4 hrs. So I was trying to set up this new application for my wife. I was using galleria pluginĀ to show a slide like image. Everything was working fine in development so I decided to see how it would look like in production environment if it was deployed in a cloud or virtual server.