Sunday, August 30, 2009
Pop Up Navigation Menu From Bucket Using jQuery In Blogger
ips.jolly
|
9:16 AM
|
NEW DROP DOWN MENUS
|
Share This
Saturday, August 29, 2009
Add Scrolling News Reader Using jQuery- FUTURE Of Marque In Html
ips.jolly
|
9:29 AM
|
BLOGGER WIDGET,
NEW DROP DOWN MENUS
|
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...
We are going to do This using Java Script And A little jQuery
Share This
Friday, August 28, 2009
Disturbance/Snow Effect On Image In Blogger
ips.jolly
|
4:45 AM
|
BLOGGER WIDGET
|
Share This
Download RoboForm 6.9.96 Free Full With Working Crack Keygen For Firefox
ips.jolly
|
12:44 AM
|
SOFTWARE
|
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 .
Share This
Wednesday, August 26, 2009
What is Twitter(Or Tweeter)? Why its Getting Popular Day By Day
ips.jolly
|
10:36 PM
|
Twitter Store
|
WHAT IS TWITTER ? WHY EVERY BUDDY IS TWITTING THESE DAYS ??????????
There are Many Answers to these Which I found On Yahoo Answers :
Continue reading...
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.
Share This
Sunday, August 23, 2009
COOL ! Page Peel Effect For Blogger
ips.jolly
|
7:50 AM
|
BLOGGER WIDGET
|
Share This
Image Zoom-er Full Image On Click Easy Install For Bloggers
ips.jolly
|
7:08 AM
|
BLOGGER WIDGET
|
Share This
Saturday, August 22, 2009
How to back Bookmarks, Addons, Profiles and whole firefox Enviorment in just one click ?
ips.jolly
|
1:36 AM
|
BROWSERS
|
Back up! your bookmarks with one click without any add on.Read
Continue reading...
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.
Share This
Backup bookmarks in Firefox
ips.jolly
|
1:34 AM
|
BROWSERS
|
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...
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)
Share This
Friday, August 21, 2009
Related Posts Widget With And Without Thumbnail For Blogger Based Blog
ips.jolly
|
3:46 AM
|
BLOGGER WIDGET
|
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.
Continue reading...
Related Post Widget Without Thumbnail
Share This
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:-
and replace with
Now find
OR
If nothing appears ONLY then find this
OK Now place following code Below any one of above lines.
Now Save your template
Continue reading...
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 == "item"'>
<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, “Times New Roman”, 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 == "item"'>
<data:post.body/>
OK Now place following code Below any one of above lines.
<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == "item"'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=6"' 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="<data:post.url/>";
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts Code End-->
Now Save your template
Share This
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:-
and replace with
Now find
OR
If nothing appears ONLY then find this
OK Now place following code Below any one of above lines.
Now Save your template
Continue reading...
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 == "item"'>
<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, “Times New Roman”, 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 == "item"'>
<data:post.body/>
OK Now place following code Below any one of above lines.
<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == "item"'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=6"' 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="<data:post.url/>";
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts Code End-->
Now Save your template
Share This
Wednesday, August 12, 2009
Longest Domains or URLs in the World
ips.jolly
|
1:07 AM
|
Useless Facts
|
1st
http://www.thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com
2nd
http://www.thelongestlistofthelongeststuffatthelongestdomainnameatlonglast.com3rd
http://www.llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch.com/
If you know more comment below <:)
Share This
Friday, August 7, 2009
Open Multiple Chat Accounts of Yahoo, Google, MSN, Jabber At one place in one window At the same time.
ips.jolly
|
6:11 AM
|
Yahoo Massenger
|
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
Share This
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...
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)
Share This
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
Continue reading...
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.
Share This
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
Share This
Subscribe to:
Posts (Atom)