hi happy diwali to all ..
Friday, October 16, 2009
Test post for diwali 2009
Posted by Testing at 2:12 AM 0 comments
Labels: diwali
Wednesday, August 26, 2009
Increase Your Text Size Widget
Login into your Blogger.com
GO to Layout > Add a Gadget > Html/Javascript
Paste the below code and Save it -
<a href="javascript:void(0);" onclick="javascript:body.style.fontSize='.5em'"><span >+</span></a>
<a href="javascript:void(0);" onclick="javascript:body.style.fontSize='1em'"><span style="font-size: x-small;">+</span></a>
<a href="javascript:void(0);" onclick="javascript:body.style.fontSize='1.5em'"><span >+</span></a>
<a href="javascript:void(0);" onclick="javascript:body.style.fontSize='2em'"><span style="font-size: large;">+</span></a>
<a href="javascript:void(0);" onclick="javascript:body.style.fontSize='2.5em'"><span >+</span></a>
You can see the Demo Widget here in the Right Top of the Sidebar.
Posted by Testing at 3:32 AM 0 comments
Cool Social Bookmarking Widget for Bloggers
Step 1 :
Posted by Testing at 2:56 AM 1 comments
Monday, August 24, 2009
Create a Link Love Box
What is Link Love box ?
Spreading your blog link around blogosphere. Its simple
lets see how to create ..
Login into Blogger.com
GO to Layout > Add a Gadget
Select HTML/Javascript and Paste the Following codes below :
<textarea rows="4" cols="15" style="font-size: 1.1em;" readonly="readonly" onclick="this.select();">
<a href="http://steal-ideas.blogspot.com"><img alt="Steal-Ideas!" src="http://i273.photobucket.com/albums/jj216/srivathsangk/steal-ideas.gif"/></a></textarea>
Posted by Testing at 6:20 AM 1 comments
Retweet Icon on the Side of the Post
Login into Blogger.com
Click the Layout > Edit Html > Check In Expand Widget Templates
Find out the Line
<div class='post-header-line-1'/>
Copy and Paste these codes below the line which you found
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'dangerdiabolick';
</script>
<script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/>
</div>
Change the Name which is given in red to your Twitter user name ..
so that When you retweet it comes like this - RT@Your twitter name
You can see here in this blog - How the Icon Appears in the post - Check out the Top right of the post.
Posted by Testing at 4:54 AM 0 comments
Digg Icon on the Side of the post
Login into Blogger.com
Click the Layout > Edit Html > Check In Expand Widget Templates
Find out the Line
<div class='post-header-line-1'/>
Copy and Paste these codes below the line which you found
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
digg_window = 'new';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
You can see here in this blog - How the Icon Appears in the post - Check out the Top right of the post.
Posted by Testing at 4:33 AM 0 comments
125 x 125 Ad Spots Widget
Step I:
Go to Layout>Page Elements and click on "Add a gadget" (preferably add in the side bar) and select HTML/JavaScript.
Step II:
Paste the following code into your gadget window.
<center>
<table border="0" cellpadding="10" cellspacing="10">
<tr>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
</tr>
<br/>
<tr>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
</tr></table>
</center>
Step III:
Save the widget. Now view your blog, It should appear like this.
Note:
1. When advertisers want to advertise on your site, just replace the code in "red" with the URL of image that advertisers want to display.
2. If you want only 2 vertical ads just delete the following code each row.
<th width="126" height="126" align="center"><img src="http://i44.tinypic.com/2v97vv9.jpg"/></th>
3. Likewise to create 3 columns in each row just add the above code in each row and you are done.
[Via]
Posted by Testing at 4:00 AM 1 comments