Posts

Showing posts with the label Googel API

How to set focus on Table row using Javascript

We are developing Application for Google Smart TV and all is going well. We are using Table, Div or some other elements which cannot be focused on using .focus() of java script. We have used Table to show data in one of our page. Our target is to set the focus on first element of table i.e. first row. We tried different solutions suggested on web but nothing worked. All the posts are suggesting to use focusable controls like text box, check box etc. Finally we found solution on http://groups.google.com/group/mozilla.dev.tech.css/browse_thread/thread/42591922d95c6399 In the post "Stanimir Stamenkov" has used a term "if you just define a 'tabindex' on the element it becomes focusable" I assigned "tabindex" property to table row and then used .focus() and the focus reached to row. Hope this will help all who are looking for such nice solutions.

How to implement Google Analytics in web site

To implement Google analytics you must have an Gmail account.

Use Google maps in Asp.net C#

Image
Download this with example with code This is very simple to use Google maps to your application To use Google map you must have an Google account go to HTTP://code.google.com/apis/maps/signup.html login and create key for your website. Please use the example attached with this post. After generating key replace this key in web.config. For any queries please let me know.