magnify
formats

How to create your simple tracking application with Google Maps JavaScript API V3

To place Google Maps on your web page you need to follow few steps. There is no need of API key in Google Maps Version 3 as compare to Google Maps Version 2. In your source of web page create a style tag for body and div that will contain maps: <style type=”text/css”> html, body,

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Create your own Speech to text application using Microsoft speech library

Published on April 21, 2012 by in ASP.Net

Create a desktop application or web application in Visual Studio. Add reference of system.speech to your application from you references in solution explorer Include following namespace using System.Speech.Recognition; using System.Speech.Synthesis; then write following code for “Speech Recognition” where you want it should start recognizing speech. try {     SpeechRecognitionEngine recognitionEngine = new SpeechRecognitionEngine();     recognitionEngine.SetInputToDefaultAudioDevice();    

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

How to create your simple tracking application with Google Maps JavaScript API V2

To place Google Maps on your web page you need to follow few steps. Firstly get an API key from Google for your domain, to do so here is the link: http://code.google.com/apis/maps/signup.html In your source of web page Register API on your page using this JavaScript code: <script src=”http://maps.google.com/maps?file=api&amp;v=2&amp;key=PASTE-YOUR-KEY-HERE&sensor=true_or_false“ type=”text/javascript”></script> Add the div and set id

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
© 2012 TeamVilla
credit