Make an Windows Explorer on your blog

Make an Windows Explorer on your blog

Dtree? What doest it mean?
Dtree is a script that available to add to our blog.
Dtree Menu is similar to Window Explorer. so you can describe your article
aby using Dtree so that easier to find.
To make Dtree Menu, follow these steps :
  • Log in to you blogger account
  • in Layout, click Add Page Elemen
  • klik add new page elemen, so copy the following script to the box.
<div class="dtree">
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');
d.add(3,2,'Node 1.1.1','link.html');
d.add(4,3,'Node 1.1.1.1','link.html');
d.add(5,0,'Node 2','link.html');
d.add(6,5,'Node 2.1','link.html');
d.add(7,5,'Node 2.2','link.html');
d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');
document.write(d);
//-->
</script>
</div>

note :
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');

on number 1,0 . number 1 below is a branch of the numbers 1 above 2,1
so if you want to create a new folder you can add the number 0 after the previous figures EX : 3,0
remember! the number before the number sequence 0 must follow a number of top 1,2,3,4,5,6,7,8,9 and so on.
Writing node 1, node 1.1, node 1.1.1 etc. you can replace with your post title or the other reply. while link html link you replace with the address!

If you already understand the script above then you will be easier to descrbe. even you can add it again with this :

d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');

But remember, change the script to be replaced as I have described above.
Good luck!


Displays the status of YM on the blog

Displays the status of YM on the blog

this facility is available to show your YM Status (online or offline).
if you account is active, so it is going to be colored. ok follow these step :
  • Log in to your blogger account
  • In the control panel, click "Layout"
  • click on the tab layout, then click the page element
  • Click on add page element in the side bar that will be added
  • enter this script :
<a href="ymsgr:sendIM?f.nando_fb"> <img
src="http://opi.yahoo.com/online?u=f.nando_fb&m=g&t=2&l=us"/>
</a>

Remember, replace the red text with your YM ID!
  • Click Save
  • Show it in a new tab
this is very ok, good luck!