Sunday, August 30, 2009

Pop Up Navigation Menu From Bucket Using jQuery In Blogger

Continue reading...

Saturday, August 29, 2009

Add Scrolling News Reader Using jQuery- FUTURE Of Marque In Html

Simple but effective news ticker that can be put to use in a variety of ways. When using text, like in this example, defining the headings and associated content sections within a definition list makes sense from a semantics perspective, and it’s easy to add any additional elements we may need as we go.





We are going to do This using Java Script And A little jQuery

Continue reading...

Contact Us

Continue reading...

Friday, August 28, 2009

Disturbance/Snow Effect On Image In Blogger

Photobucket


Have a Look ! At This DEMO

Continue reading...

Download RoboForm 6.9.96 Free Full With Working Crack Keygen For Firefox


I think there is no need to describe the power of Roboform in filling various Forms Online with single click
Special Features:

#We can add our own Categories Which we want to Fill in a form .For example We make new Category Nickname: And specify IPSJ .Then if we click submit it fills Nickname field automatically with IPSJ

# It is a good password manager.It can save any number of passwords for a single site.To login a site you only have to press a submit button Then it automatically fills the password and login id and also press login button automatically.

# It automatically loaded with Firefox or IE And also other browsers .


Continue reading...

Wednesday, August 26, 2009

What is Twitter(Or Tweeter)? Why its Getting Popular Day By Day

WHAT IS TWITTER ? WHY EVERY BUDDY IS TWITTING THESE DAYS ??????????

There are Many Answers to these Which I found On Yahoo Answers :

I think you mean "Twitter", which is a social networking site that allows you to post updates about yourself and keep track of what friends/contacts are posting.

Continue reading...

Sunday, August 23, 2009

COOL ! Page Peel Effect For Blogger

See the Demo Below to understand what we are going to do :)



demo

 

Continue reading...

Image Zoom-er Full Image On Click Easy Install For Bloggers

Continue reading...

Saturday, August 22, 2009

How to back Bookmarks, Addons, Profiles and whole firefox Enviorment in just one click ?

Back up! your bookmarks with one click without any add on.Read

FEBE (Firefox Environment Backup Extension) allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up -- It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.

Click here (Add to Firefox)

Continue reading...

Backup bookmarks in Firefox

One Big lose of formating computer is losing all your surfing Data sites And Most Important your Bookmarks. Bookmarks act Like map in A deadly Jungle or a Hot Desert .But its Simple in Firefox to Back Up! All your bookmarks with two clicks!.

1) Go to Bookmarks

2)Click! Organize
Last but not least ok ok !


3) Click Import and Back up!

4)Then Back up Give location and save! (Remember DON'T SAVE IN C DRIVE)
Continue reading...

Friday, August 21, 2009

Related Posts Widget With And Without Thumbnail For Blogger Based Blog

The related posts widget shows an advance related posts section beneath our post page.The related posts are taken from the same label of the current post.


Related Post Widget Without Thumbnail


Continue reading...

Wednesday, August 19, 2009

Related Posts Widget For Blogger Based Blogs

The related posts widget shows an advance related posts section beneath our post page.The related posts are taken from the same label of the current post.

At first

Login to Blogger>>>Go To LAYOUT>>>Then Click On Edit HTML>>>Check Mark Expand Widgets>>>Press Ctrl+F

Search For below code:-


</head>




and replace with

<!--Related Posts Scripts and Styles Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;

}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkMiYOBLxMdvB5ZXUSp1jOK71HR2z5UguWA9JadldfHeHHEiLO9DO8bafoBUHFMknUw-AiVL3wFMpJjnc_6QPAdT37JVz_qstiHCpZUESZ_JAlRMsj8KERH-KLh6TJoben-uT8_a9ywqI/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related.js' type='text/javascript'/>
</b:if>
<!--Related Posts Scripts and Styles End-->
</head>




Now find


<p class='post-footer-line post-footer-line-3'>


OR


<div class='post-footer-line post-footer-line-3'>


If nothing appears ONLY then find this


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>




OK Now place following code Below any one of above lines.


<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://teckzest.blogspot.com/2009/08/related-posts-widget-for-blogger-based.html' style='display:none'>Related Posts Widget</a>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts Code End-->


Now Save your template
Continue reading...

Related Posts Widget For Blogger Based Blogs

The related posts widget shows an advance related posts section beneath our post page.The related posts are taken from the same label of the current post.

At first

Login to Blogger>>>Go To LAYOUT>>>Then Click On Edit HTML>>>Check Mark Expand Widgets>>>Press Ctrl+F

Search For below code:-


</head>




and replace with

<!--Related Posts Scripts and Styles Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;

}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkMiYOBLxMdvB5ZXUSp1jOK71HR2z5UguWA9JadldfHeHHEiLO9DO8bafoBUHFMknUw-AiVL3wFMpJjnc_6QPAdT37JVz_qstiHCpZUESZ_JAlRMsj8KERH-KLh6TJoben-uT8_a9ywqI/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related.js' type='text/javascript'/>
</b:if>
<!--Related Posts Scripts and Styles End-->
</head>




Now find


<p class='post-footer-line post-footer-line-3'>


OR


<div class='post-footer-line post-footer-line-3'>


If nothing appears ONLY then find this


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>




OK Now place following code Below any one of above lines.


<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://teckzest.blogspot.com/2009/08/related-posts-widget-for-blogger-based.html' style='display:none'>Related Posts Widget</a>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts Code End-->


Now Save your template
Continue reading...

Wednesday, August 12, 2009

Longest Domains or URLs in the World

http://www.asamir.net/wp-content/uploads/image/domain.jpg

1st

http://www.thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com


2nd

http://www.thelongestlistofthelongeststuffatthelongestdomainnameatlonglast.com


3rd


http://www.llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com/




If you know more comment below <:)
Continue reading...

Friday, August 7, 2009

Open Multiple Chat Accounts of Yahoo, Google, MSN, Jabber At one place in one window At the same time.


Yes Friends it is Possible.For example you have Five different accounts of Yahoo Like me ;) And you want to chat with your friends in different id's But practically it's not possible As a person account log in One account at time.But it is Possible now to open not only Multiple accounts of Yahoo But simultaneously Google ,Aim, MSN etc With is Power full site http://chat.zoho.com

Not only this you will find Many other Facilities Available in this site
Continue reading...

Thursday, August 6, 2009

Backup bookmarks in Firefox

One Big lose of formating computer is losing all your surfing Data sites And Most Important your Bookmarks. Bookmarks act Like map in A deadly Jungle or a Hot Desert .But its Simple in Firefox to Back Up! All your bookmarks with two clicks!.

1) Go to Bookmarks

2)Click! Organize
Last but not least ok ok !


3) Click Import and Back up!

4)Then Back up Give location and save! (Remember DON'T SAVE IN C DRIVE)
Continue reading...

How to back Bookmarks, Addons, Profiles and whole firefox Enviorment in just one click ?

Back up! your bookmarks with one click without any add on.Read

FEBE (Firefox Environment Backup Extension) allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up -- It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.

Click here (Add to Firefox)

Continue reading...

Where is Go button in Firefox 3.5 ?-Go button is not visible in Firefox 3.5 and above.


yes a few days ago i decided to up grade my Firefox from 2 to 3.5 version.And believe me it is really good one !.But i suddenly shocked! to see that where is the Go button gone man!.

First i thought that it may be the work of a bug. than i found on net many users of F>F 3.5 complaining of missing go button . And that i found that the G button remains visible when you type a new address in add bar.

But not a problem .We Always use go button to refresh the site.

So here the solution , Add this add on of Firefox it will show Go button always !
here the link

https://addons.mozilla.org/en-US/firefox/addons/versions/6933#version-1.0.3
Continue reading...