A Home of knowledge

Sunday 2 September 2012

Make a maintenance page using PHP.

Easy to make a maintenance page using PHP.Just open a note pad and past the code.
<?php
header(“HTTP/1.1 503 Service Temporarily Unavailable”);
header(“Status: 503 Service Temporarily Unavailable”);
header(“Retry-After: 3600″);
?>
<html>
<head>
<title>Site upgrade in progress</title>
<meta name=”robots” content=”none” />
</head>
<body>
<h1>Maintenance Mode</h1>
<p><a title=”Your site” href=”your-site-url”>Your Site name</a> is currently undergoing scheduled maintenance.<br />
Please try back <strong>in 60 minutes</strong>.</p>
<p>Sorry for the inconvenience.</p>
</body>
</html>

Wednesday 2 May 2012

How to add adsense ad unit in blogger post content.

Now i will explain the best way to add adsense ad unite to your blog post contant.
First login to your adsense account and create a new ad unite for your blogger post content. You can't add the adsense code directly to your blogger template.
So you neet to Parse the adsense code.
Now Parse your adsense code using AdParse.
After parsing,your ad code Should look like this.
adsense parse,adsense in blogger template
Now add the Parse code following the steps.

Wednesday 25 April 2012

How to change mouse icon in blogger.

Change your mouse icon when any visitor visit your blog. It's locking so gorgeous and easy to add this stylist mouse to your blog.
See the demo of Stylist mouse icon


Let's see how to enable this stylist mousr or change the  default mouse from your blogger.

step 1. Login to your blogger account.

step 2. Go to your dashboard > design > add a gadget > HTML/javascript.

Saturday 21 April 2012

Make online Animated Videos FREE

Now it's easy to make animated movie or video file. You can make animation online without any coat. You can create video for FUN, SCHOOL or your BUSINESS.
For doing everything short-cut go to http://goanimate.com and sign up free. Orginaly it is a video creator. Using this video creator you can


* Make a viral video.
* Create an animated lesson for your class.
* Make a demo video of your product, a promotional video for your business or a training video for your staff.