Dowload Mp3 Indonesia

External links - Jquery You want to Increase Page Rank for Blogger or your site in no time ? Ok ,perfect ! All those what you have found from tips and tricks about SEO and Ranking may work ,but have you came across the tips which I found ?

All you need to try it here you wont be sorry ! go try it GUMGUM :) visit my another explained post about this tips about ranking

Gambar Animasi

External links - Jquery Twitter is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: What are you doing?While Twitter may have started as a micro-blogging service, it is grown into much more than simply a tool to type in quick status updates. I often describe Twitter as a cross between blogging and instant messaging, but even that doesn't do it justice.

WHY USE TWITTER ? GO HERE AND READ WHY :)

Info Wisata Indonesia

External links - Jquery Want to get rid of the blogger toolbar in new blogger that just came out of beta ? If you have shifted your blogspot blog from old blogger to the new blogger beta, you may have noticed that the previous CSS code to remove the blogger navbar will no longer be effective. That's because Google now uses different CSS tags to display the blogger bar. [#navbar-iframe instead of #b-navbar] If you want to hide the navbar in your blogger blog, here's what you should do ! (these instructions refer to the "new" Blogger layouts templates) GO GET IT GUMGUM:)

Obyek Wisata

Thumbnail image that says sleek button using photoshop that links to a Photoshop tutoril. Looking for professional Social Bookmark Buttons for your blog ! me too :) however, while i was searching the net too, I came across a post by Naeemnur, that had instructions for Blogger (BlogSpot.com) based blogs which was really good.If you have a blog on blogger you can definitely give this a try.

Its very attractive social bookmarking widget ! it can help you to let your visitors bookmark your page effectively .

for instructions about the use of this SEXY Social bookmarking widget ! you can go here and get it GUMGUM:)

Wednesday, March 31, 2010

Creating Dropdown Menu

In the concept of blogs, each post we will automatically terarsip neatly every month. Each enters the new moon, like January, it will appear in December archives in the sidebar. The problem is, if we have been blogging a year, then the archive from January to December will be lined up on our sidebar. How about a two and three years' time? Practical steps to overcome this is to make the pull-down menu as below:




So, how many months / years we are blogging in blogger / blogspot, the menu months is not going to meet and fall in line length in our sidebar. Who looks just the name of "Archives", it was only after the click, will display the name of the month our archives.

To make this pulldown archives there are two bloggers with a template that is for the classics, and new templates. For the classic template are the steps as follows:


1. Log into blogger.com with your id
2. Click Templates
3. In the sidebar of your blog archives section, there's html code as follows:

&<BloggerArchives>
<a href="<$BlogArchiveURL$"$gt;'><$BlogArchiveName$></a>
</BloggerArchives>

4. Well, replace the code above dg html code below:

<select name="archivemenu"
onchange="document.location.href=this.options[this.selectedIndex].value;">
<option selected>- Archives -</option>
<BloggerArchives>
<option value="<$BlogArchiveURL$>"><$BlogArchiveName$></option>
</BloggerArchives>
</select>

5. When finished, click SAVE CHANGES. When you've DONE, click republish.
6. Done.

For those of you who wear the new template, easier steps, namely:

1. log in, certainly with your id
2. Click the Layout
3. Click PAGE Elements, search element (box) that reads Blog Archive
4. Click Edit on the box this Blog Archive
5. In addition to the writing style there are a few radio buttons, select the radio button
labeled Menu with Dropdown tick mark / check
6. Click Save Changes
7. Completed

Well the above statement is the steps to create a Dropdown menu for Archives, which now how do I create a dropdown menu in its existing link, and I take the example for my own personal Dropdown menu in the upper right which contains the words "blog tutorial ". To make it please you copy the HTML code below:

<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu><option value=0 selected>tulisan disini yang akan muncul duluan</OPTION>

<option value="isi dengan addres yang ingin di tuju">tulisan di sini yang akan muncul</option></select></form>

For example mine Dropdown menu:

<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu>
<option>- Examples Blog -</option>
<option value="http://downloadmp3indonesia.net/">Download Mp3 Indonesia</option>
<option value="http://infowisataindonesia.com/">Info Wisata Indonesia</option>
<option value="http://bagusriyanto.com/">Obyek Wisata</option>
<option value="http://bagusriyanto.com/">Belajar Ngeblog</option>
<option value="http://liriklagulirla.blogspot.com/">Lirik Lagu</option>
<option value="http://chordlaguindonesiaterbaru.blogspot.com/">Chord Lagu</option>
</select></form>

The result will be like this:


Easy is not it? Good luck!

0 comments:

Post a Comment