Posts

Showing posts with the label Javascript

Block access to the site if javascript is disabled

Image
Majority of modern web sites, especially with responsive feature, make a large use of javascript for allow various objects to be managed correctly in each situation. Sometime can happen user have javascript disabled in the browser and the web site will not work as expected with the result of a bad user experience. Here  a simply solution for advise user about javascript problem and block access to the site until javascript enabled.

Get Blogger feeds using javascript

Image
Google Blogger is the famous blogging service used by a lot of people in the world. Is a good service but is quite basic and is not possible to customize so much by default. However some new features can be "added" by using some javascript code. In this tutorial will explain how to "extract" blog feeds through javascript showing an example of possible use.

Show whole world by default in Google Maps

Image
If you want to use Google Maps in your web site or application and want to have, by default, show the whole world this is the basic page to use.