Vikasbhardwaj\'s Blog

get free All blogger Template,blogger hack,Blogger help etc....???

Statistics

Unique Visitors: 0

Visitors Out: 593

Blog Language: English

RSS Feeds for this Blog

Articles

Create Sub domain on a Blogger Custom Domain Blog
2010-03-16 20:14:01
This tutorial is for all those who are already using Custom Domains with Blogger. If you already have a blogger blog at some Custom domain like www.yourdomain.com , then you can set up additional blogger Blogs on sub domains like blog.yourdomain.com gallery.yourdomain.com etc. An example of such a sub-domain is bloggertemplates.bloggerplugins.org It is a blogger powered blog, which i created on the sub-domain. In order to create blogs at sub-domains, you need to create CNAME records for the same. Here we will learn how we can create a new sub-domain blog.yourdomain.com. To do that we need to create 2 CNAME records.(one of them will be used for redirection purpose) 1. blog.yourdomain.com pointing to ghs.google.com 2. www.blog.yourdomain.com pointing to ghs.google.com To create the CNA
Image Panner for Blogger
2010-03-16 08:52:08
The Simple Image Panner for Blogger lets you partially clip and confine large images on your Blogger site to a smaller container to save space, with the hidden portion accessible by dragging -or panning- inside the image. It's great for pictures or other odd sized images that otherwise would not be welcomed as part of the page's contents.In this way you can use smaller space or block to show larger image without opening it into another tab or window. So your visitors stays on your page and can see full image by dragging photos. Your blog site will have image panner by this simple hack just paste this simple code with your photos and a simple JavaScript code in HTML of your blog site and get this effect. Follow these instruction to get Simple Image Panner for your blog. Demos (drag inside image to see more): Directions Step 1: Add the Java Script code below  the ]]></b:skin> of the layout> edit html section : <style type='text/css'> /*Default CSS for pan contai
Adsense Approval with in 1 day
2010-03-13 10:13:26
Do You Want To make Money From GOOGLE ADSENSE ? No Need to own a web site of six month old. Just click On the http://www.indyarocks.com/ and register your self To start earning Money from adsense... Rule to get Adsense approval Register at your self at indyarocks. Upload a profile image. Complete your profile. Upload 10 photos in photo album. Write 2 blogs of 100 words Now apply adsense using your gmail. You will get adsense approved with in 2 days.
Pop-up contact form using Google Docs
2010-03-13 05:47:28
There's a request for making pop-up contact form in my blog. So in this post ,I will show you the tip to make a contact form for Blogger ,using free service Google Docs and a Jquery Plugin name Fancy Box . Here is screenshot : Here is the tip : 1,Go to Layout ,continue to Edit HTML ,check on Expand Widget Templates 2,Insert this code right after ]]></b:skin> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.min.js"></script>     <script type="text/javascript" src="http://dinhquanghuy.110mb.com/contactform/jquery.fancybox-1.3.0.pack.js"></script>     <link rel="stylesheet" type="text/css" href="http://dinhquanghu
Create a Contact form with Google docs
2010-03-13 05:46:08
Google offer various tools for internet users . One of them is Google Docs . This is a tool for working and sharing document online . You can also use Google docs for creating form that you can embed it into web page or email .Once someone fill out the form ,data is fed to Google data spreadsheet . Creating a contact form is a simple application . In this post ,I will tell you how to use Google docs for contact form . First ,you need a google account ( it can be a gmail account ,blogger account ... account of any service offered by google ) ,go to docs.google.com and login . Here is the screen after login Click on Create new ,choose Form from drop-down list here is the screen of Creating Form Choose add item for adding form elements ,to make a contact form
Add AdSense in Google Buzz
2010-03-10 16:48:01
Today I have notice Google AdSense ads with Google Buzz. Also, it is just using the same RSS settings used for the blog. If you have more buzz followers this might be a good chance to earn extra money. If you have blog with RSS enabled you can set up auto buzz. Click on the Connected Sites and Add the blogs, flicker and twitter accounts direct to Google Buzz.
Light Box Image Viewer For Blogger
2010-03-08 21:05:41
The light box image viewer is realy elegant image viewer adding using javascript….. Do you want to complete this hack for your blogger blogs. So,Before Check This Demo Link And Chek Out Thus Hack Automatic fade effect for blogger??? First you all need to login your blogger account. Than go to template >edit html find </head> code (ctrl +f) Than Replace This code Adding Images for the Lightbox Viewer Instruction Credits to the original maker of Light box,Lokesh Dhakar  
Thank You For Submit
2010-02-21 19:28:36
We try to be the best place to find and / or promote your templates. You help us? Just copy Text links,  and paste it anywhere on your blog. Text linksVikas Bhardwaj’s BlogVikas bhardwaj Blog
Automatic fade effect for blogger
2010-02-21 09:47:50
Today i make very useful Automatic fade effect for your blogger post image,it is effete in onmouseover and onmousout courser to fade fading your image and looking very cool..   so if you interested to do this hack.. follow this simple instruction.. Automatic fade effect for blogger setup: First all you need to login your blogger account. Go to layout. Click Edit HTML widget. Click Expand Widget Templates. Than use ctrl+f, search this code ]]></b:skin> And paste this JavaScript code below  ]]></b:skin> Now save your template Now you will find Automatic fade effect in your images.  Check this  out demo link:PC Wallpaper
Using cookies to remember and display a person name for blogger
2010-02-19 07:36:51
Description: This script will prompt the user to enter his/her name, and remember and display it whenever the user returns. Directions: Cut and paste the following into the HTML/JavaScript section of your Add A Gadgets Option. <script> <!-- // Copyright (c) 1996-1997 Tomer Shiran. All rights reserved. // Permission given to use the script provided that this notice remains as is. // Additional scripts can be found at http://www.geocities.com/~yehuda/ // Boolean variable specified if alert should be displayed if cookie exceeds 4KB var caution = false // name - name of the cookie // value - value of the cookie // [expires] - expiration date of the cookie (defaults to end of current session) // [path] - path for which the cookie is valid (defaults to path of calling document) // [domain] - domain for which the cookie is valid (defaults to domain of calling document) // [secure] - Boolean value indicating if the cookie tr