Baca Lengkap - Page Rank ilang
27 Maret 2011
Page Rank ilang
Baca Lengkap - Page Rank ilang
23 Januari 2010
Award Dari Sahabat
Sob dapet award nih..bagi yang kebagian silahkan diambil yah..
"International Blogger Community Award" dari GEORGEOUZ :
"International Blogger Community Award" dari GEORGEOUZ :
Untuk yang ini ada aturannya : Rules: 1. Link the person who tagged you. 2. Copy the image above, the rules and the questionnaire in this post. 3. Post this in one or all of your blogs. 4. Answer the four questions following these Rules. 5. Recruit at least seven (7) friends on your Blog Roll by sharing this with them. 6. Come back to BLoGGiSTa iNFo CoRNeR (PLEASE DO NOT CHANGE THIS LINK) at http://bloggistame.blogspot.com and leave the URL of your Post in order for you/your Blog to be added to the Master List. 7. Have Fun! Questions & Your Answers: 1. The person who tagged you: GEORGEOUZ 2. His/her site's title and url: GEORGEOUZ 3. Date when you were tagged: 23 Januari 2010 4. Persons you tagged:
Seri Bahasa
caramelcoklat
KANIGORO PAGELARAN
Afiliat
TYSN4
Wedding Gift
Amuys Blog
Sobat buruan diambil yah...siapa tw besok dapet award lagi...
Baca Lengkap - Award Dari Sahabat
17 Januari 2010
Dapet PR 2 tapi Alexa Naik Drastis..
Waduh lama neh melupakan blog..sampe2 g keurus...waktu buka blog eehhh dapet 2 kejutan..pertama kejutan yang nyenening,,kedua kejutan yang nyedihin...jadi gini ceritanya kejutan yang pertama, ketika gw buka blog eh ada yg aneh di page rank. Ketika gw amat2 in eh ternyata dpt PR2,,,wah wah,,,seneng bgt neh hati,,.tpi waktu bila mata bergeser ke kanan dan berhenti pada Alexa...yah kegembiraan yang tadinya membeludak tiba tiba surut deh..ternyata alexa naik drastis bgt,.gmana neh sob???ada yang bisa ngasih saran ga???Mohon pencerahanya..
Baca Lengkap - Dapet PR 2 tapi Alexa Naik Drastis..
06 November 2009
Cara Membuat Navbar Horizonal Multi Level
Langsunga aja ke TKP..seperti biasanya sobat Login ke bloger dan sebagainya langsung masuk ke Edit HTML. Jangan lupa download templete dulu, buat jaga jaga.
Langsung saja langkahnya sebagai berikut :
Cari kode </b:skin>
Copy paste kode dibawah ini sebelum kode </b:skin>
.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}
.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
font: bold 12px Verdana;
background: #414141;
width: 100%;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}
.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}
/* ######### CSS classes applied to down and right arrow images ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
Cari code </head>
Copy paste code dibawah ini sebelum code </head>
<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'/>
<script src=' http://h1.ripway.com/anshul555/slidemenu_horiz.js ' type='text/javascript'/>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'/>
<script src=' http://h1.ripway.com/anshul555/slidemenu_horiz.js ' type='text/javascript'/>
Cari code seperti ini
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Testing templates (Header)' type='Header'/>
</b:section>
</div>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Testing templates (Header)' type='Header'/>
</b:section>
</div>
Copy paste code dibawah ini tepat di bawah code tersebut di atas.
<div class='jqueryslidemenu' id='myslidemenu'>
<ul>
<li><a href='http:marchsya.blogspot.com'>Home</a></li>
<li><a href='#'>Daftar Isi</a></li>
<li><a href='#'>Tutorial Blog</a>
<ul>
<li><a href='#'>Sub Item 1.1</a></li>
<li><a href='#'>Sub Item 1.2</a></li>
<li><a href='#'>Sub Item 1.3</a></li>
<li><a href='#'>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href='#'>Islam</a></li>
<li><a href='#'>Folder 2</a>
<ul>
<li><a href='#'>Sub Item 2.1</a></li>
<li><a href='#'>Folder 2.1</a>
<ul>
<li><a href='#'>Sub Item 2.1.1</a></li>
<li><a href='#'>Sub Item 2.1.2</a></li>
<li><a href='#'>Folder 3.1.1</a>
<ul>
<li><a href='#'>Sub Item 3.1.1.1</a></li>
<li><a href='#'>Sub Item 3.1.1.2</a></li>
<li><a href='#'>Sub Item 3.1.1.3</a></li>
<li><a href='#'>Sub Item 3.1.1.4</a></li>
<li><a href='#'>Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href='#'>Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href='http://marchsya.blogspot.com'>Tukar Link</a></li>
</ul>
<br style='clear: left'/>
</div>
<ul>
<li><a href='http:marchsya.blogspot.com'>Home</a></li>
<li><a href='#'>Daftar Isi</a></li>
<li><a href='#'>Tutorial Blog</a>
<ul>
<li><a href='#'>Sub Item 1.1</a></li>
<li><a href='#'>Sub Item 1.2</a></li>
<li><a href='#'>Sub Item 1.3</a></li>
<li><a href='#'>Sub Item 1.4</a></li>
</ul>
</li>
<li><a href='#'>Islam</a></li>
<li><a href='#'>Folder 2</a>
<ul>
<li><a href='#'>Sub Item 2.1</a></li>
<li><a href='#'>Folder 2.1</a>
<ul>
<li><a href='#'>Sub Item 2.1.1</a></li>
<li><a href='#'>Sub Item 2.1.2</a></li>
<li><a href='#'>Folder 3.1.1</a>
<ul>
<li><a href='#'>Sub Item 3.1.1.1</a></li>
<li><a href='#'>Sub Item 3.1.1.2</a></li>
<li><a href='#'>Sub Item 3.1.1.3</a></li>
<li><a href='#'>Sub Item 3.1.1.4</a></li>
<li><a href='#'>Sub Item 3.1.1.5</a></li>
</ul>
</li>
<li><a href='#'>Sub Item 2.1.4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href='http://marchsya.blogspot.com'>Tukar Link</a></li>
</ul>
<br style='clear: left'/>
</div>
Terus di SAVE
Dan coba deh....moga berhasil dan bermanfaat....jika sobat ada yang mau menambahkan silahkan aja..
Baca Lengkap - Cara Membuat Navbar Horizonal Multi Level
31 Oktober 2009
Keyboard Shortcuts Untuk Mozzila
Keyboard Shortcuts
CTRL + A Select all text on a webpage
CTRL + B Open the Bookmarks sidebar
CTRL + C Copy the selected text to the Windows clipboard
CTRL + D Bookmark the current webpage
CTRL + F Find text within the current webpage
CTRL + G Find more text within the same webpage
CTRL + H Opens the webpage History sidebar
CTRL + I Open the Bookmarks sidebar
CTRL + J Opens the Download Dialogue Box
CTRL + K Places the cursor in the Web Search box ready to
type your search
CTRL + L Places the cursor into the URL box ready to type a
website address
CTRL + M Opens your mail program (if you have one) to create
a new email message
CTRL + N Opens a new Firefox window
CTRL + O Open a local file
CTRL + P Print the current webpage
CTRL + R Reloads the current webpage
CTRL + S Save the current webpage on your PC
CTRL + T Opens a new Firefox Tab
CTRL + U View the page source of the current webpage
CTRL + V Paste the contents of the Windows clipboard
CTRL + W Closes the current Firefox Tab or Window (if more
than one tab is open)
CTRL + X Cut the selected text
CTRL + Z Undo the last action
F1 Opens Firefox help
F3 Find more text within the same webpage
F5 Reload the current webpage
F6 Toggles the cursor between the address/URL input box and
the current webpage
F7 Toggles Caret Browsing on and off. Used to be able to
select text on a webpage with the keyboard
F11 Switch to Full Screen mode
Moga bermanfaat.
Baca Lengkap - Keyboard Shortcuts Untuk Mozzila
Langganan:
Postingan (Atom)