Sweety's posts with tag: tutorial

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag tutorial
Blog EntryFungsi HTMLMay 25, '08 9:19 AM
for everyone

Ordered by Function

DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset 


Start tag Purpose DTD
     
Basic Tags    
<!DOCTYPE>  Defines the document type STF
<html> Defines an html document STF
<body> Defines the body element STF
<h1> to <h6> Defines header 1 to header 6 STF
<p> Defines a paragraph STF
<br> Inserts a single line break STF
<hr> Defines a horizontal rule STF
<!--...--> Defines a comment STF
     
Char Format    
<b> Defines bold text STF
<font> Deprecated. Defines text font, size, and color TF
<i> Defines italic text STF
<em> Defines emphasized text  STF
<big> Defines big text STF
<strong> Defines strong text STF
<small> Defines small text STF
<sup> Defines superscripted text STF
<sub> Defines subscripted text STF
<bdo> Defines the direction of text display STF
<u> Deprecated. Defines underlined text TF
     
Output    
<pre> Defines preformatted text STF
<code> Defines computer code text STF
<tt> Defines teletype text STF
<kbd> Defines keyboard text STF
<var> Defines a variable STF
<dfn> Defines a definition term STF
<samp> Defines sample computer code STF
<xmp> Deprecated. Defines preformatted text  
     
Blocks    
<acronym> Defines an acronym STF
<abbr> Defines an abbreviation STF
<address> Defines an address element STF
<blockquote> Defines a long quotation STF
<center> Deprecated. Defines centered text TF
<q> Defines a short quotation STF
<cite> Defines a citation STF
<ins> Defines inserted text STF
<del> Defines deleted text STF
<s> Deprecated. Defines strikethrough text TF
<strike> Deprecated. Defines strikethrough text TF
     
Links    
<a> Defines an anchor STF
<link> Defines a resource reference STF
     
Frames    
<frame> Defines a sub window (a frame) F
<frameset> Defines a set of frames F
<noframes> Defines a noframe section TF
<iframe> Defines an inline sub window (frame) TF
     
Input    
<form> Defines a form  STF
<input> Defines an input field STF
<textarea> Defines a text area STF
<button> Defines a push button STF
<select> Defines a selectable list STF
<optgroup> Defines an option group STF
<option> Defines an item in a list box STF
<label> Defines a label for a form control STF
<fieldset> Defines a fieldset STF
<legend> Defines a title in a fieldset STF
<isindex> Deprecated. Defines a single-line input field TF
     
Lists    
<ul> Defines an unordered list STF
<ol> Defines an ordered list STF
<li> Defines a list item STF
<dir> Deprecated. Defines a directory list TF
<dl> Defines a definition list STF
<dt> Defines a definition term STF
<dd> Defines a definition description STF
<menu> Deprecated. Defines a menu list TF
     
Images    
<img> Defines an image STF
<map> Defines an image map  STF
<area> Defines an area inside an image map STF
     
Tables    
<table> Defines a table STF
<caption> Defines a table caption STF
<th> Defines a table header STF
<tr> Defines a table row STF
<td> Defines a table cell STF
<thead> Defines a table header STF
<tbody> Defines a table body STF
<tfoot> Defines a table footer STF
<col> Defines attributes for table columns  STF
<colgroup> Defines groups of table columns STF
     
Styles    
<style> Defines a style definition STF
<div> Defines a section in a document STF
<span> Defines a section in a document STF
     
Meta Info    
<head> Defines information about the document STF
<title> Defines the document title STF
<meta> Defines meta information STF
<base> Defines a base URL for all the links in a page STF
<basefont> Deprecated. Defines a base font TF
     
Programming    
<script> Defines a script STF
<noscript> Defines a noscript section STF
<applet> Deprecated. Defines an applet TF
<object> Defines an embedded object STF
<param> Defines a parameter for an object
source: here

Blog EntryTutorial Membuat FRAMEMar 19, '08 4:56 PM
for everyone

Pengenalan Dasar Frame


Rumus untuk membuat frame:

Di mulai dengan <FRAMESET TYPE="XX,XX"> dan di tutup dengan </FRAMESET>.

TYPE kita ganti dengan COLS atau ROWS. Kalau kita ingin membuat Frame dengan 2 kolom, maka kata2 TYPE di ubah menjadi COLS. Kalau kita ingin membuat Frame dengan 2 Baris, maka kata TYPE kita ubah menjadi ROWS.

XX koma XX maksudnya, XX adalah persentasi dari ukuran pixel yang akan kita buat, sedang koma menentukan akan kita buat berapa banyak framenya.

Contoh 1:

....<HEAD>

<FRAMESET ROWS="50%,50%">
<FRAME SRC="http://www.web-page-1.com" NAME="page1">
<FRAME SRC="http://www.web-page-2.com" NAME="page2">
</FRAMESET>

</HEAD>....

Itu maksudnya, kita membuat page dengan 2 Frame yang terbelah secara vertikal dengan ukuran atas 50% dan bawah 50%.


Contoh 2:

....<HEAD>

<FRAMESET COLS="50%,50%">
<FRAME SRC="http://www.web-page-1.com" NAME="page1">
<FRAME SRC="http://www.web-page-2.com" NAME="page2">
</FRAMESET>

</HEAD>....

Itu maksudnya, kita membuat page dengan 2 Frame yang terbelah secara horizontall dengan ukuran kiri 50% dan kanan 50%.

Disini kita bebas memainkan nilai dari persentasenya, jika kita ingin sebelah kiri kecil kanan besar, rubah saja komposisinya menjadi 30% dan 70%.

Frame Border

Untuk menambah garis, rumus menjadi begini:

<FRAMESET TYPE="XX,XX" BORDER="#">

Tanda # kita ubah dengan besar pixel garis yang kita inginkan, misal 20 atau berapa saja yang kita inginkan.

Contoh:

....<HEAD>

<FRAMESET ROWS="50%,50%" BORDER="20">
<FRAME SRC="http://www.web-page-1.com" NAME="page1">
<FRAME SRC="http://www.web-page-2.com" NAME="page2">
</FRAMESET>

</HEAD>....


Frame Border Color

Jika kita ingin bordernya berwarna, maka kodenya menjadi begini:

<FRAMESET TYPE="XX,XX" BORDERCOLOR="#XXXXXX">

Tanda #XXXXXX kita ubah dengan color (warna).

contoh:

....<HEAD>

<FRAMESET ROWS="50%,50%"
BORDERCOLOR="#0000FF">
<FRAME SRC="http://www.web-page-1.com" NAME="page1">
<FRAME SRC="http://www.web-page-2.com" NAME="page2">
</FRAMESET>

</HEAD>....

Scroll Bar

Jika kita ingin membuat scroll bar, maka rumusnya begini:

<FRAME SRC="URL" SCROLLING="X">

Kita ubah X dengan 3 kemungkinan:

YES berarti scroll bar ON.
NO berarti scroll bar OFF.
AUTO berarti web page akan bergerak manual jika di butuhkan.

contoh:

....<HEAD>

<FRAMESET ROWS="50%,50%">

<FRAME SRC="http://www.web-site-1.com" NAME="page1" SCROLLING="YES">

<FRAME SRC="http://www.web-site-2.com" NAME="page2" SCROLLING="NO">

</FRAMESET>

</HEAD>....

Selamat mencoba, semoga bermanfaat.

*zeventina





Pertama, klik setting, lihat panah ijo yang di atas. Lalu, My Site, lihat panah ijo yang di bawah.
Lalu, klik Custom CSS (lihat gambar bawah).




Maka, akan muncul tempat buat kita simpan css, seperti ini.. Nah di tempat ini, letakkan kode untuk merubah cursor pakai image sesuai yang kita inginkan.




Masukan kode di bawah ini, tanda /* dan */ nya jangan disertakan ya..


 /*

a.select, a.select:link, a.select:visited {
background: transparent url(http://www.journey.zeventina.com/multiply/1squaresmilie-hato.gif) no-repeat scroll left center;
font-family: Times Roman;
font-size: 17px;
}

 */

Itu akan merubah cursor kamu jadi begini:
 

 /*

a.select, a.select:link, a.select:visited {
background: transparent url(http://www.allerheiligen.org/journey/multiply/blob02.gif) no-repeat scroll left center;
font-family: Times Roman;
font-size: 17px;
}

 */


Itu akan merubah cursor kamu jadi begini: 

Kalau kamu kamu pakai image punya kamu sendiri, tinggal replace saja URLnya:

  /*

http://www.allerheiligen.org/journey/multiply/blob02.gif

  */

Ganti pakai image kamu sendiri yang sudah kamu simpan di hostingan kamu pribadi. Wokay? Gampang kan ya?



Blog EntryTutorial To Customize Your MultiplyThemeDec 1, '06 3:49 AM
for everyone


Hiii yahh.. cmon babe step by step kita mulai ya belajar ganti theme Multiply. Sambil minum kopi.. ok? Jadi begini, sebelon kita bicara css, ada yang harus kamu siapkan dulu, yaitu:

Photohosting.

Photohosting itu adalah hosting tempat kita simpan foto atau image, yang akan kita butuhkan URLnya untuk dimasukan ke dalam css.

Yang gampang register aja disini.

Setelah daftar, nanti kamu tinggal upload image yang mau kamu taro disitu, then akan muncul tuh URLnya seperti begini: http..blabla..

Color Scheme

Color Schemes itu adalah color generator. So kamu bisa pilih warna apa yang match, mau warna redup atau genjreng, tanpa perlu pusing lagi padu padannnya. Kadang kan suka ya lihat blog yang warnanya norak? Perpaduannya ga matching gitu? Nah itu namanya asal2an, kalo mau serius, coba bikin theme pakai tools yang tepat, ok? Ini URL Color Scheme yang aku referensikan buat kamu.

Paintshop, Adobe Photoshop atau Gimp

Nah, sekarang, kita mulai menggambar image. Pake program apa aja yang kamu punya. Kalo aku pake Gimp. Terserah pake apa aja, yang penting, kamu bisa bikin gambarnya, ok?

Kita mulai ya..

Step 1.

Bikin image ukuran 800 x 600 (px). Sample:


Lalu, kita potong (crop) image bagian header (kepala), ukuran bebas sesuai kebutuhan, misal 800 x 250px. Sample:


Lalu, buat content, kita potong image buat nanti di repeat sumbu y. Sample:




Lalu, kita siapkan image buat backgorund. Sample:



Sekarang, urusan image beres. Tinggal masuk ke bagian yang pusingnya. Css.

Cara meng-customize-kan theme kita, langkahnya begini:

Setting->My Site->Pilih Theme yang Shadow Box->Custom css->Masukin css ini: Download aja ya disini atau kamu copy css yang ada dibawah..


How to "install" this theme:

1) Select the "Shadow Box" theme from the Multiply theme selection page for your personal page. You

can select that by clicking on this link: http://multiply.com/setup/pages/themes/shadowbox

2) Copy and paste the CSS code below to the CSS page on your setting page. The link for the

Custom CSS page is this one: http://multiply.com/setup/pages/upload-css

Notes:
1. If you want to be able to restore the previous theme, remember to backup
the CSS file that is already installed on the settings page.
2. Please DON'T alter the codes to avoid unpleasant results.
3. If you are using sliders more than "width: 500px" this may not be a good theme for you to use.
4. This theme is best viewed "1024x768"
5. Strictly for Multiply Account users ONLY.

*************************************************************************************
Bird Theme
By: Tina http://stifter.multiply.com
Based on Multiply's Shadow Box THEME
01 Dec. 2006


**************************************************************************************

/* ini untuk background, 
image URLnya tinggal kamu replace aja */

body {background: #E444B9
url("http://i99.photobucket.com/albums/
l291/zeventina1/bird_bg.jpg");
background-repeat: repeat }
color: #000000;
margin: 0;
width: auto;
}
a, a:visited, a:link { color:#64AEC0; }
.rail {
width: 109px;
}
.railstart {
display: none;
}
.railbody {
width: 109px;
font-size: 12px;
background: none;
border: none;
z-index: 1000;
}

/* ini iklan google, warna bgnya kamu
ganti aja sesuaikan ama warna bg blog */

.railsep {
height: 1px;
margin: 12px 0 12px 0;
background: none;
background-color: #E4A8CA;
}
.railend {
display: none;
}


/* ini untuk content, image URLnya
tinggal kamu replace aja */

div#page_start_wrapper {
width:800px;
margin: 0 auto;
background: url(http://i99.photobucket.com
/albums/l291/zeventina1/bird_content.jpg);
}

/* ini untuk header, image URLnya
tinggal kamu replace aja */

div.owner_nav {
width: 800px;
margin: 0 auto;
margin-top: 0px;
height: 224px;
border: none;
background: url(http://i99.photobucket.com/
albums/l291/zeventina1/bird_h.png);
}
div#subnavc {
width: auto;
}
div#subnav {
padding: 5px 30px 0 300px;
border: none;
background: none;
height: auto;
}
a.topt, a:visited.topt, a:link.topt {
line-height: 1.5em;
display: block;
float: left;
height: auto;
text-align: center;
background: #85C1C1;
font-size: 11px;
color: #520553;
padding: 1px 7px 1px 7px;
width: auto;
border: 1px solid #EBDFCF;
}
a.toptsel, a:visited.toptsel, a:link.toptsel {
line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
font-weight: bold;
color: #000;
background: none;
background-color: #C7D1DD;
border: 1px solid #EBDFCF;
padding: 1px 7px 1px 7px;
width: auto;
}

h1#page_owner_title {
padding:170px 50px 6px 40px;
font-size: 10px;
height: 12px;
background-color: #fff;
background-color:#fff;
background-color: none;
background: none;
color: #fff;
border: none;
font: 1pt Arial;
}
div#page_start {
padding: 10px;

}
div#rail {
text-align: left;
width: 109px;
}

/* ini untuk footer, image URLnya
tinggal kamu replace aja */

div#ownedfooterc {
background: url(http://i99.photobucket.com/
albums/l291/zeventina1/bird_content.jpg);
width: 800px;
height: 53px;
margin: 0 auto;
}
div#ownedfooter {
border: none;
background: none;
color: #999;
padding: 0;
text-align: center;
font-size: 10px;
border-top: 1px solid #ddd;
margin: 0 15px 0 15px;
}
div.stats {
border-bottom: none;
}

.itemboxsub {
color: #64AEC0;
/*
background-color: #d3ddee;
background-color: #ecf2f9;
*/
font-weight: bold;
font-size: 22px;
border: none;
background: none;
}
.rolloverfordnd {
color: #D10560;
font-weight: bold;
font-size: 22px;
border: none;
background: none;
background-color: #eee;
max-width: 540px;
}

.itemshadow {
max-width: 540px;
width: 100%;
}

td.icon {
padding-left: 5px;
}
.itemsubsub {
font-size: 10px;
font-weight: normal;
line-height: 1.2em;
text-align: left;
color: #000;
}
.itemstamp {
float: right;
font-size: 10px;
font-weight: normal;
margin: -5px 0 5px 0;
color: #3B023C;
}

/* ini untuk box di content, warna bg bisa kamu
ubah sesuai selera */

.itembox, .itemboxalbum {
padding: 10px 10px 10px 10px;
margin: 0px;
color: #3B023C;
overflow: visible;
background: none;
background-color: #C7D1DD;
border: 1px dashed #ccc;
border: none;
}
.itemactionspacer {
height: 30px;
}
.rail .userlogo {
border: 1px solid #999;
}
.caldiv1 { background-color: #ccc; }
.caldiv1 td { font-size: 10px; }
.caldate { font-size: 13px; font-weight: bold;}
.cald { float:right; text-align: center;
background-color: #fff; padding: 0px 4px 0px 4px;
margin: -3px -3px 3px 3px; border: 1px solid #ccc; width: 20px}
.calevent { margin: 0px 0px 8px 0px; }
.caldiv1 td:hover { background-color: #fff; }
.caldiv1 th {
background-color: #ccc;
color: #000;
font-size: 10px;
font-weight: normal;
text-align: center;
}
.caldiv1 th a, .caldiv1 th a:visited { color: #fff; }
a.compose:hover {
text-decoration: underline;
}
span.fakelink {
color:#8E95B2;
}
table.globalnav {
border-top: 1px solid #43423A;
border-bottom: 1px solid #43423A;
background-color: #EEFECF;
}
div#ownedheader a:link, div#ownedheader a:visited,
div#ownedheader a { color:#D40AD6; }
.header a:link, .header a:visited, .header a { color:#64AEC0; }
.navinput {
border: 1px solid #999;
color: #3B023C;
}
.header .globalnav div.gndd a { color: #D40AD6;
border: 1px solid #eee }
div.gndd {
background-color: #eee;
border: 1px solid #ccc;
}
div.ddsep { background-color: #ccc; }
div#rail div.userlogo {
/* width: 65px;
height: 65px;
margin: -88px 0 20px 63px; */
padding: 0;
border: none;

}
td.rail {
border-left: 1px solid #ddd;
}
a.mine, a:link.mine, a:visited.mine {
font-size: 12px;
font-weight: normal;
color: #5B032A;
}
div.viewmore {
margin: 0;
font-size: 12px;
border-top: 1px dashed #ddd;
border-bottom: 1px dashed #ddd;
}
div.itemactions {
border-top: 1px dashed #ddd;
border-bottom: 1px dashed #ddd;
}
div.ritemactions a, div.ritemactions a:link,
div.ritemactions a:visited {
font-size: 12px;
font-weight: normal;
color: #5B032A;
}

/* ini untuk navigation yang di header,
ukuran bisa diubah sesuai selera */

table.indextitle {display: none}
td#maincontent { padding: 0 10px 20px 50px;}
border-top: 1px dashed #ddd;
span.tagtitle {
color: #5B032A;
}
.prevnext {
margin-top: -25px;
position: relative;
}
div.icon {
display: none;
float: left;
}
div.openbox {
margin: 0 0 5px 0;
}
div.guidebox {
background: none;
background-color: #eee;
border: 1px solid #ccc;
}
b.cn { display: inline; }
div#ownedfooter b.cn, .header b.cn { display: none; }

Theme ini screenshotnya kaya gini..


© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help