Creating magento extension with custom database table
In this post we are discussing about creating magento extension with custom database table. Follow step by step and if you encounter any error don’t hesitate to contact me Document Conventions I am going to use a few common conventions …
Change the color scheme of google maps

When we use Google Maps JavaScript API v3 we have the extreme freedom to customize the output we gets like to change the color scheme of google maps You can create a new map type to which to apply styles, …
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 …
Simple countdown timer using javascript

we can create an simple countdown timer using javascript without any javascript library for that first we need to create an html element with the following And add the javacript code from below countdown(2) is the function which invokes the …