Have seen many people saying there hosting provider downtime is going on as they are migrating there servers but if you do the procedure carefully then you can prevent downtime. I just tried to explain how you can prevent downtime if you are a small scale hosting provider.
Case 1 Reseller Account to VPS Hosting
Before you continue login to your Reseller WHM account(old server) and change password of all accounts and make a note of each domain username & password. Then follow the instructions. In this … Read More
Working with google map is always fun games for me but sometimes fun games waste lot of time. I burn my hrs to built this code and when i saw result it puts a big smile on my face. Before that i wasted hrs to find code over forums & blogs to locate multiple locations with custom category marker & custom info window but i found nothing, so finally i decided to do it on my own & i get through it.
I hope this tutorial will help you to built your own multiple … Read More
I don’t think so, take a look at my demo has no api key but it has functionality with custom marker and custom info window. It drives me crazy when things takes less than an hour to built this code.
Have you ever though keeping Google map with fullscreen toggle option? Cool ahhh!… just check out my example.
[symple_toggle title=”Between <head></head> Section”]
<script src=”js/FullScreenControl.js” type=”text/javascript”></script> <!– Fullscreen JS –>
<script type=”text/javascript”>
$(document).ready(function(){
$(‘.show_hide’).showHide({
speed: 1000, // speed you want the toggle to happen
easing: ”, // the animation effect you want. Remove this … Read More