Here's how to auto play any you tube videos you like to put in my space or friendster profile. I tried it myself and it works.
Showing posts with label Javascripts.. Show all posts
Showing posts with label Javascripts.. Show all posts
Sunday
Tuesday
How To Put Scrollbar To Your Blog List Part 2.
I found a better way to put scrollbar to your blog list.The difference between my first tutorial which shown here is the header will not be scrolled together with your blog list links anymore.Make sure you got the right widget id name before you proceed to the main code.
Main Code:
# Widget Id Name ul{
height:200px;
overflow:auto;
}
Example:
<b:widget id='BlogList1' locked='false' title='Friendly Bloggers' type='HTML'/>
So it should look like the code below.
# BlogList1 ul{
height:200px;
overflow:auto;
}
When the code is all set. Find the line /*----Sidebar-----*/and simply paste the code under it.Preview first before saving to avoid possible errors.Enjoy!!!
# Widget Id Name ul{
height:200px;
overflow:auto;
}
Example:
<b:widget id='BlogList1' locked='false' title='Friendly Bloggers' type='HTML'/>
So it should look like the code below.
# BlogList1 ul{
height:200px;
overflow:auto;
}
When the code is all set. Find the line /*----Sidebar-----*/and simply paste the code under it.Preview first before saving to avoid possible errors.Enjoy!!!
Labels:
Blogger Tips,
Blogger Tutorials.,
Javascripts.
Monday
Falling Effects For Blogger Beta.
Another falling effects for your blogger and this time is hearts and stars.This fit to those who have a white backgrounds.I paste the code on the top of my header.So it's up to you where you want to put it.Here's the site that i been talking about Falling Objects Selections.Enjoy!!!!
Labels:
Blogger Tips,
Blogger Tutorials.,
Javascripts.
Saturday
How To Put Snow Effect In Blogger.
First log in to your blogger account.
2nd go to layout and add gadget.
3rd selet Html/Javascript and paste the code below.
4th put the gadget on top of the header and save.Enjoy!!!
<script src="http://snow-effect.googlecode.com/files/snow.js" type="text/javascript">
/***********************************************
* Snow Effect without images-by Kurt Grigg at http://www.btinternet.com/~kurt.grigg/javascript
* Script featured & available at Dynamic Drive at http://www.dynamicdrive.com/
* Please keep this notice intact
***********************************************/
</script>
2nd go to layout and add gadget.
3rd selet Html/Javascript and paste the code below.
4th put the gadget on top of the header and save.Enjoy!!!
<script src="http://snow-effect.googlecode.com/files/snow.js" type="text/javascript">
/***********************************************
* Snow Effect without images-by Kurt Grigg at http://www.btinternet.com/~kurt.grigg/javascript
* Script featured & available at Dynamic Drive at http://www.dynamicdrive.com/
* Please keep this notice intact
***********************************************/
</script>
Labels:
Blogger Tips,
Blogger Tutorials.,
Javascripts.
How To Put Recent Post Widget.
Labels:
Blogger Tips,
Blogger Tutorials.,
Javascripts.,
Widgets
Wednesday
How To Resize Images.
I happen to put a picture in my other profile and it sucks because it cuts half of my picture.So I'm going to share this code to help you adjust your pictures using the location or direct link. Here's the trick.
Main Code.
<IMG SRC="Image Link" WIDTH="80" HEIGHT="100" BORDER="1">
Example:

<IMG SRC="http://i449.photobucket.com/albums/qq211/she-la01/angelina-jolie-1024x768-31752.jpg" WIDTH="200" HEIGHT="200" BORDER="1">
Main Code.
<IMG SRC="Image Link" WIDTH="80" HEIGHT="100" BORDER="1">
Example:

<IMG SRC="http://i449.photobucket.com/albums/qq211/she-la01/angelina-jolie-1024x768-31752.jpg" WIDTH="200" HEIGHT="200" BORDER="1">
Labels:
Blogger Tips,
Blogger Tutorials.,
Javascripts.,
Photo Resizer
Subscribe to:
Posts (Atom)