I use Amazon EC2 infrastructure to run my Ruby on Rails application and lately the load time for my application has gone in minutes, actually couple of minutes. After some googling I realized that it does not matter much if I have lots of models and controllers in my code. Most of the time consumed […]
Month: May 2011
Virtual Touring in Google Maps with Play/Pause feature
Source code and sample html available at: https://github.com/prabgupt/googleMap_virtual_tour Usage: Mentioned in README present at git repo above Purpose of Plugin: You can display virtual tours between places on map. Currently, above sample show animation of marker moving along actual direction path between places located on map in sequence specified. Prequisite HTML, jQuery/JavaScript knowledge is required Basic […]
Party Animals
Anurag Rawat joined as as our Sales and Marketing go-to-guy for 2 months from IIM Calcutta and today was his last day before he joins his new job in Boston Consulting Group. Team went out for a dinner and Anurag was more than willing to treat us 😀 Had some nice get together and lot […]
Plugin to upload video to YouTube directly from your site
Source code and sample available at: https://github.com/prabgupt/youtube_video_upload_plugin Usage: Please note that sample is available for RoR3 but it can be easily converted for any underlying platform. Refer README in git repo above to know how to run it in RoR3. To see how to tweak code to use it for any other platform, keep reading the […]
AutoCompletion script for world places using google geocode API
Source code and README available at: https://github.com/prabgupt/geocode_autocompletion_js Purpose of this Utility: It will auto suggest world places based on user input Instructions as well as sample HTML to use the code are mentioned inside README mentioned above. Making of geocode_autocomplete.js I’m assuming here that you are already familiar with JavaScript/jQuery. You’ll need to understand following things […]