Friday, July 31, 2009

Virtualbuzz Page Rank Updated


Hello every One To day we are so glad that our page rank is updated , and we got the PR2 directly from pr 0.

I want to thank every body who supported me for this the biggest thing is that i got this page rank just in 2 weeks that is really a big achievement for me,

Thanks to Every one who Exchanged link with me and who visited my blog.

I request to every body please give comments because we badly need your feed backs to make our blog Even more better.

I hope that every body had got a great Page rank number.
So what are your waiting for guys ?? tell me If you got a new page rank in comments and Share your Happiness with us and our readers.

Cheers to ALL who got a page rank and who didnt got it, dont worry or make your heart small i wish that you will get It soon, Thank you once again all

Tuesday, July 28, 2009

Read More Hack For Blogger Posts (Automatic)


Well To day i was busy making a template for my Friend so did not got time to write new posts to this blog,

at this time i was free so i though to post a quick trick for all you guys, i know many of you do not know how to make your posts small having a read more botton or continue reading button so here is an article for you guys,

Making your posts expandable is just 2 steps process this is a great hack . i will not write about the qualities of this hack and why should you add this code to your blog, because i dont have much time to write about these comming to the point

Login to your blog and edit your blogger layout and then html click on the expand widget templates.

Now find

</head>

and replace it with the following code

<script type='text/javascript'>
var thumbnail_mode = &quot;float&quot; ;
summary_noimg = 230;
summary_img = 140;
img_thumb_height = 100;
img_thumb_width = 100;
</script>
<script src='http://files.bloggerplugins.org/excerpt.js' type='text/javascript'/>
</head>


now 2nd step, now find <data:post.body/>

and replace it with following code,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<span style='padding-top:5px;;float:right;text-align:right;'><a expr:href='data:post.url' rel='bookmark'><b>Read more >></b></a></span>
</b:if>


if you want a image instead of Text (read more) just replace the read more with <img src=' http://lh3.ggpht.com/_kTaFrEr_318/SkKGIoU-oPI/AAAAAAAAA9g/5A_nTHvFgiI/readmore_thumb%5B2%5D.gif' align='right' border='0'/>

Now you are done save your template and enjoy new look of it.. any questions ? ask in comments

Monday, July 27, 2009

Track Who Dont links to you Whome You link


Do you have a blog with a link exchange ? Yes Do you know how many website are linking to you whom you are linking ? I think you will say yes Every one is linking to my blog whom i am linking right ? But i can surely say its wrong, many people just link for some time and then remove it and we are so busy that we can't even check who is linking to us and who is not.

Well it happened to some days ago i found 7 websites that are not linking to my blog and i was linking to them i immediately told them to put my link otherwise i will remove their link.

The Question is how i found who was linking to me and who was not linking to me? Right So i should tell you that i was just surfing the internet and found a Website having a tool to check the our reciprocal links. its very easy to find out, here is the simple 3 steps way to check

1. Click Here and go To Reciprocal Link Checker By Submit express,

2. Type your url in the Box URL to check

3. Put all the links in your link exchange in the box Target URL(s) and click verify links Its done Website will automatically tell you who is linking to you and who is not,

Today i thought to search for some software's And Found too many software of the same purpose if you guys wants software's then Go to GOOGLE and try to search RECIPROCAL LINK CHECKING SOFTWARE'S you will find too many software's, some free some trail versions and some PAYABLE

Don't forgot to Drop comments ,
MASTERMIND

Multi Yahoo Without Any Patch


Hello every one Im back with a new article for my new blog section "Computer Tips", Yes from today i will also tell you Some hot Computer tips Tricks and solutions to the Computer Problems.

Today's Trick is to Make your Yahoo Mesenger a Multi Yahoo Messenger, So you can chat with Multiple Persons with Multiple ids at the same time.

You will be thinking that its an old trick that we can just run a patch and its done, why you take risk to download a Yahoo multimessenger patch from un trusted site??? Why dont you do it your self ?? How can you do ?? Here is the answer

1. Go to start many and then Run and type their Regedit

2. Now go to to HKEY_CURRENT_USER Then Software Then Yahoo And then Pager and click on the Test Folder

3. Now add a new deword value and name it plural

4. Now modify the Folder that we made earlier and put these values Value data : 1
Base : Decimal

now save it and you are done , Enjoy Chatting every one.....

Sunday, July 26, 2009

How to Add Recent Post Widget With Pictures

Want a Recent post widget for your blog with picture thumbnails?

Want an attractive Recent posts widget that attract your Visitors to reads your posts and comment on them ?

Here is the answer for All your questions and needs,

here is simple code for recent post widget just like its in my blog it like Beautiful and i think you guys will also be agree with me

So here we start our tutorial you can install this beautifull widget within seconds in your blog just by following these simple steps

Go to blogger.com and login their and go to edit layout

now go to add widget and then add html/java script widget

And copy the code bellow and paste it their now save it and you are done..

Remember dont fogot to edit home page url and paste their your own blog url, any question ?? drop comments and i will answer all your question

here is the code :-

<script language="JavaScript">
imgr = new Array();
imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
showRandomImg = true;
boxwidth = 298;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#000000";
thumbwidth = 40;
thumbheight = 40;
fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = false;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 5;
home_page = "http://yourblog.blogspot.com/";
</script>
<script src="http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js" type="text/javascript"></script>