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 […]
Author: Prabhat Gupta
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 […]
Adding/Customizing Wikipedia search in your website
This post will guide you on how to add wikipedia search on your web site and furthermore how to customize the search output, depending on need for your website. Also all the intra links available inside wikipedia content would be made to open inside your site only rather going to their actual WikiPedia page. Pre-requisite: […]
Private Chat Room in Ruby on Rails 3.0
This sample will let you develop a private chatRoom using juggernaut. It push chats in realtime based on publish/subscribe model, hence making it extremely fast and scalable. Resources Nodejs – http://nodejs.org/ Redis – http://code.google.com/p/redis/ Juggernaut – https://github.com/maccman/juggernaut/ JQuery – http://mirror.ozdiy.com/assets/b8/2f96a12bc919b37e09d303b86ea1b9_1251811910.html Getting started 1. Install node-v0.2.5 – Download 2. Install redis 2.0.4 – Download 3. Run […]