Add Google like Speech Recognition Search Box to your website

Post image of Add Google like Speech Recognition Search Box to your website
Filed in Web Development2 comments

You can add a speech recognition search box to your website and facilitate your visitors to search more comfortably. Unfortunately this feature which uses HTML5 speech input tags works only in webkit rendering engine enabled browsers like Google Chrome v.11 or higher. But we hope this useful feature will be a built-in facility of all browsers by default in the near future.

 Add speech recognition to your existing search box

It’s really simple. To add a speech recognition search box to a website, simply add x-webkit-speech=’true’ to your code like this.

<input name='q' size='31' type='text' x-webkit-speech='true'/>

Well, that’s all. However, you can use this with any input field. Try it. You can see a live preview at the footer of this site.

Posted by admin   @   14 February 20122 comments
Tags : ,
GD Star Rating
loading...
Add Google like Speech Recognition Search Box to your website, 9.0 out of 10 based on 4 ratings

2 Comments

Comments
Feb 21, 2012
7:59 am
#1 Backlinks :

whoah this weblog is wonderful i really like studying your posts. Stay up the great work! You understand, a lot of individuals are searching around for this information, you could help them greatly.

Author Mar 6, 2012
11:52 am
#2 admin :

Thanks for the encouragement.

Leave a Comment



Previous Post
«
Next Post
»