Creating a Tooltip for Google Maps JavaScript API V3
February 3, 2012 § 23 Comments
In this tutorial, I’m going to guide you through the process of creating a customized Tooltip, using Google Maps JavaScript API V3. You can use a Tooltip to display a short message when the user hover over a marker in the map. To create a Tooltip class, I’m going create a custom layover. « Read the rest of this entry »
How to make your websites download and run fast [part one]
December 1, 2011 § 1 Comment
There are few simple rules that can help you create website and web applications that download remarkably fast, some of these rules have to do with JavaScript, CSS, HTML, server configuration and HTTP requests. I use/recommend Page Speed to help analyzing the performance of my web pages. In this post I will talk about rules concerning JavaScript. « Read the rest of this entry »