Remove Blank Lines Between Code
Sometimes when we are dealing with the files through ftp some servers append so many blank lines in between codes.When we are using Dreamweaver we can remove blank lines between code using the regular expressions Hit CTRL-F to open the …
How to clear the placeholder on focus
By default place holder will stay there when we click on the text box, We can do it by writing simple code with javascript as follows Don’t forget to include jQuery The above code is mentioned only for text boxes …
Add numbers or alphabets to google markers API

As part of Google Chart Tools we can generate markers that contain a letter or number, as well change the marker and font colors. So to recaps we can Add numbers or alphabets to Google markers API Here the example …
Resize the markers in google maps
When we use the default markers and sometimes we need to resize the markers in google maps and here is the code to resize icon image the icon for example So this will help you to know how to Resize …