Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

Google Map Zoom Animation Maker - Automatic Zoom-in Zoom-out

Google map has made travelling way better. Earlier the satellite imagery was just something seen in Hollywood movies, but now everybody can get that feeling. The zoom in and zoom out animation of the satellite images attracted me very much and here i tried to make it available for everyone using a cool piece of code. Try it and share with your friends.

Google Map Zoom Generator

Place :
Latitude : N
Longitude : E
Width : Height :
View Type: Satellite View Map View
Min Zoom : Max Zoom :
Zoom Speed : Value between 1 to 5 work better.



More about this Google Map Zoom Animation Maker :
  • Either enter location name or Long/Lat of a place.
  • Zoom value decide how much you want to be near the satellite. 1 means nearest to satellite and 20 means nearest to earth.
  • For Example: If you want to generate an animation of Statue of Liberty, New York then either enter its name or its Latitude:40.6892145 and Longitude: -74.0450237 .
  • Generating an animation may take around 30 seconds and depends on your internet speed.

Embed Google Map on a Website - HTML Code Generator

Here is an easy tool to generate code for embedding google map of a particular location on your website or web page. You just need to fill the location name, longitude (optional), latitude(optional) to generate the html code. Just use the tool feel the easiness of generating a complex code in a second. You also see a live output of the code in action just before getting the final piece of code, which helps in testing all the options given here.

Google Map Code Generator

Place :
Latitude : N
Longitude : E
Width : Height :
View Type: Satellite View Map View
Zoom :


Heighlights of this Google Map Code Generator

  • You just need the fill either place name or the longitude and latitude of the location.
  • You can adjust the height and width of map.
  • You can choose the ZOOM level. (Just try it !)
  • You have got an option to choose between Satellite View or Map View.
  • You see the LIVE output before getting the code to know how it will look like on your webpage.
  • Just Copy-Paste the HTML code and publish on your website.


Feel free to leave a comment if you find it useful !

Hiding a DIV in HTML with or without Javascript

Sometimes we need to hide a DIV in a HTML page. There are various ways to do that. Some of them includes usage of Javascript, while some of them don't. However if you learn the usage of Javascript then you can control it more easily. Without wasting the time let me show you the methods.

Overlapping a DIV with another and adjusting its Opacity

While working with HTML in web designing, sometime we need to overlap a div with another. Those who do it for the very first time find it difficult to do that. Here i have provided a simple example to make it easier for you to do it.

How to run a Javascript Function on Page loading

It is a common necessity that web developers face to run a javascript function at the time of page loading. Here we have got two easy ways to that. The second way can be used to display an animation, if you use your brain to do that.

How to use a HTML Table as a database through Javascript

As a professional blogger i am often reminded of the drawbacks of using blogger for doing something professional. One such thing is using databases. It is nearly impossible to use a big database file to create a dynamic page on blogger. But here i have successfully generated javascript to use a HTML Table as a database on a blogger post. However this feature is not just limited to usage on blogger platform (anyone can implement it), if javascript is allowed on client side. The best part is that the table (or database) is kept hidden while the dynamic page is generated.

Dowry Calculator

Dowry Calculator
For some people dowry is a way to earn, for some its a social liability of Girl's father and for some its a status symbol. There are various ways to ask for it. Here is a calculator that can help "to be Grooms" to check their expected dowry value. Enter all details correctly and check how much dowry you are expected to get. 

Displaying Label and Search Results in feed using Script

Several bloggers and webmasters use to display a feed of posts and pages on a particular post/page. I am also using it on my blogs. Its easy to display label feeds. You can easily get its script code if you google for it. But you have to use a trick and do some changes in the code to make it display the search results for a particular word.

How to add a Copy Button under some text on your website

You must be visiting this page because you want to know a method to add a COPY button under some text in your website. Once i needed it too and discovered the following code. Its not written by by but it works perfectly.

Add Website Link in text copied from your Website

If you want to add your website link in the text copied from your website then you can use the script given on this page. This technique does not protect your website data but helps you in spreading your website link through the copied text.

Dynamic Image Map that works when window is resized

Last time i was creating an image map in my website and found my self into a state where image was dynamically resized by browser to fit it into the space. But it created a problem in the image map. Coordinates of Image Map were same as before, while image was resized by the browser. In such a situation i need my image map coordinates to be changed dynamically.

How to Embed a PDF file in a Website using HTML Code

You must have seen a number of websites, showing pdf files directly on their webpages instead of giving a download link for that pdf file. You can also do it on your own blog or website. Bestrix.blogspot.com will demonstrate how to do it using a very simple method.

How to Reduce Photo Size Less than 20 KB / 10 kb / 100 KB Online

Most of us want to reduce size of images stored in our computers either to save space or to post them online. Sometimes we need it while applying for some job / recruitment and need a scanned photo
( size below 20 KB / 12 KB / 10 KB ) to upload on the official site. If the photo is above the specified limit it may be rejected. Advanced users know how to reduce image size by using iamge editing tools. But novice users find it dificult.

Select All Friends on Facebook Javascript Code Chrome Extension

Select All Friends on Facebook

Sometimes you need to invite your friends to like a page or to an event on Facebook. Its easy if your friends are just 20 or 30. But its frustrating if you have to select thousands of friends.

How to make Dynamic URL in HTML by using Events

Its quiet easy to make dynamic URLs if you are using Javascript or PHP. But if you want to use pure HTML then what will u do ? In this post i will tell you a very simple code in HTML to create a dynamic URL.

Marquee HTML Code Example to Pause onmouseover in Middle

Marquee HTML Code Example to Pause onmouseover

Today i have been trying hard to create a marquee which can be paused when we take the cursor over it. However it took me an hour to do so but in the end the answer was very simple. I am sharing it with you now.