ยินดีต้อนรับ ผู้เยี่ยมชม ครับ / สมาชิกสามารถ Login ได้ที่นี่ ( Login ชื่ออื่น | Logout )   
แนะนำ Diary ของตัวเอง
  พฤษภาคม 2551  
อา. จ. อ. พ. พฤ. ศ. ส.
123
45678910
111213141516
17
18192021222324
25262728293031

เปิดปฏิทินเดือนอื่น
Go!

Diary dekba20301
  • บันทึกเป็น Favorite Diary
  • ดู My.iD ของคนอื่นๆ
  • ดู Gallery ของคนอื่นๆ
  • ดู Diary ของคนอื่นๆ

  • บันทึก Diary ห้าวันล่าสุด
    29 มี.ค. 51 [6414/4]
  • โค๊ด hi5
    Code hi5
  • 26 ก.พ. 51 [4046/9]
  • Code
    Hi5
  • 18 พ.ย. 50 [319/23]
  • เรื่องเดิมๆ
    กุคิดถึงมืงวะสาส
  • 16 ต.ค. 50 [156/7]
  • ขอบคุณ . . . สำหลับความเหงา
    ความเหงา
  • 6 ต.ค. 50 [105/11]
  • เหงาๆ
    ความ . . . เหงา

  • Favorite Diary
    -

    View : 6414 Post : 4

    29 มีนาคม 2551
    ชื่อตอน : โค๊ด hi5
    เกริ่นเรื่อง : Code hi5


     

    รูปแบบของการวางโค้ด


    <style type="text/css">
    ...................
    ...................
    ...................
    </style>


    รูปแบบของโค้ด

    Selector { Property : Value }

    selector
    คือ ส่วนของ tag ,element หรือส่วนหนึ่งๆ ในเว็บเพจ
    property
    คือ คุณสมบัติที่จะแสดง
    Value
    คือ ค่าของคุณสมบัตินั้น

    เราสามารถกำหนดได้หลายคุณสมบัติ ภายใน Selector เดียว
    โดยใช้เครื่องหมาย ;คั้นระหว่าง คุณสมบัติ

    ริ่ ต่ Hi5 กั

    Code

    การกำหนดค่า
    background-attachment :
    fixed
    ล็อกพื้นหลังอยู่กับที่
    scroll
    พื้นหลังเลื่อนตามเนื้อหา

    background-repeat :
    repeat
    ทำซ้ำพื้นหลัง
    no-repeat
    ไม่ทำซ้ำ

    <style type="text/css">

    body {
    background-image: url(
    ใส่ url ของรูป ) ;
    background-attachment: fixed ;
    background-repeat: repeat ;
    }

    #user-details { border: none; }
    .section .content { border: none; }

    </style>

    Code

    <style type="text/css">

    textarea {background-image:url(
    ใส่รูปในกล่อง commentใส่ URL ของรูปนะคับ );
    border-style: inset;
    color:
    สีของตัวอักษรเวลาที่พิม ;
    height:
    ความสูงของ CommentBox หน่วยเป็น px;
    width:
    ความกว้างไม่ควรเกิน 450px; }

    </style>


    Code
    http://www.myspacecursor.net/arrow-cursors.html
    http://www.dressupmyspace.com/cuflowers.shtml
    http://www.htmate2.com/cursors/index.php
    http://www.totallyfreecursors.com/index.cfm
    http://www.cursorpedia.com/
    copy
    ใส่ cursor (รูปเม้าส์)โค้ดข้างล่างนี้ ไปวางในบล้อก HTML/CSS
    แล้วเปลี่ยน URL ของเม้าส์ด้วยนะคับ url หาจากเวบตัวอย่างที่ให้ไว้
    (
    ก้อบมาเฉพาะ url นะคับ นามสกุล .cur หรือ .ani แล้วไปใส่ในโค้ด)

    <style type="text/css">

    body {cursor: url(
    ใส่ url ของเม้าส์ จะแสดงเมื่อชี้เม้าส์บนหน้า page );}
    a {cursor: url(
    ใส่ url ของเม้าส์ จะแสดงเมื่อชี้เม้าส์บน link );}

    </style>
    ทำแถบ Header ให้ใสทุก boxทำให้แถบ Log in ให้หายไป

    การทำให้มันหายไป อาจจะทำให้คุล Log out ลำบากนิสนึ่ง
    แต่ถ้าคุลอยากจะเอามันออก เพราะเห็นว่ามันรก Hi5
    ก็เพียงแต่ก้อบโค้ด ไปวางได้เลยคับ

    <style type="text/css">

    #p_nav_header{display:none}

    </style>
    ส่วนโค้ดที่ทำลิ้งกลับไปยังหน้า Home คือ
    <a href="http://www.hi5.com/friend/displayHomePage.do" >Go back to home</a>
    ก้อบไว้วางใน Lifestyle ,Interest ได้เลยคับ

    Code

    <style type="text/css">

    .listitem-separator {visibility: hidden;}

    </style>

    Code

    <style type="text/css">

    #comments .listitem-separator {background:
    ลบเส้นคั่นระหว่าง Commentเปลี่ยนสีเส้นคั่น Commentใส่รหัสสี !important;}

    </style>

    Code

    <style type="text/css">

    .comment-picture {height:100px !important;
    width:100px;}
    .comment-picture a img {width:100px; height:100px;}

    </style>

    ขยายรูป display Commentการตกแต่ง Content ที่เป็นข้อมูลส่วนตัว

    ในส่วนนี้จะมี Selector เป็น

    #user-details .content { }

    ซึ่งประกอบไปด้วย 3 ส่วนย่อย คือ

    #about-left { }
    #about-center { }
    #about-right { }

    เรียงตามลำดับจากซ้ายไปขวา
    คุลสามารถใส่คุณสมบัติ ต่างๆ ลงไปได้ ทั้ง 4 selector เช่น
    การสลับด้าน direction: RtL; หรือ LtR
    พื้นหลัง background: url( );
    เส้นกรอบ border: outset 10px red;

    โค้ดที่ผมเอามาให้เป็นตัวอย่างนี้ จะเป็นการจัดรูปแบบเหมือนของผมนะคับ

    <style type="text/css">

    #user-details .content { direction: RtL;}
    #about-left { direction: LtR; }
    #about-center{ direction: LtR; }
    #about-right { direction: LtR; }
    #about-left, #about-center, #about-right
    { border: outset #1c1c1c 10px; }

    </style>

    #about-left, #about-center, #about-right
    จะเท่ากับ .about-column
    จะสามารถใช้แทนกันได้นะคับ เพื่อให้โค้ดสั้นลง ใส่ Footer ให้ Hi5ใส่ URL รูปภาพ) no-repeat center center;
    border: none; display: block; height: 50px;
    }

    </style>
    ใส่รูป Header ให้ Hi5ใส่ URL รูปภาพ); width:956px;
    height:
    ความสูงของรูปภาพpx}

    </style>

    Code

    ตกแต่งลิ้งใต้ Headerสามารถตกแต่งได้ 3 ส่วนหลักๆ ได้แก่
    #profile-nav
    คือ ส่วนที่เป็นแถบ
    คุณสมบัติที่สำคัญ
    text-align: center;
    จัดกึ่งกลางตัวอักษร
    background-image: url(
    ภาพพื้นหลัง) ;
    background-color:
    สีของพื้นหลัง;
    border:
    เส้นกรอบ ขนาดเส้น สีของเส้น;
    height:
    ความสูงของแถบ เป็น px;

    #profile-nav a
    คือ ส่วนที่เป็นตัวอักษร ลิ้ง
    คุณสมบัติที่สำคัญ
    font-family:
    รูปแบบตัวอักษร;
    font-size:
    ขนาดตัวอักษร เป็น px;
    color:
    สีตัวอักษร;
    padding:
    ระยะห่างระหว่างลิ้ง;

    #profile-nav a:hover
    คือ ส่วนที่เป็นตัวอักษรขณะชี้ที่ลิ้ง
    คุณสมบัติที่สำคัญ
    background-image: url(
    ภาพพื้นหลังขณะชี้ที่ลิ้ง) ;
    text-decoration: none; (
    ไม่มีเส้นใต้)
    color:
    สีตัวอักษรขณะที่ชี้ลิ้ง;


    <style type="text/css">

    #profile-nav { background-color:
    สีพื้นหลัง; }
    #profile-nav a { color:
    สีตัวอักษร; padding: 1.0em;
    font-size: 12px; }
    #profile-nav a:hover { color:
    สีตัวอักษรขณะชี้ลิ้ง;
    text-decoration: none;}

    </style>

    Code
    ใส่กรอบให้หน้า Hi5แบบของเส้นขอบ
    ใส่แบบของเส้นกรอบ;
    border-width:
    ใส่ความหนาของกรอบpx;
    border-color:
    ใส่สีของกรอบ;
    }

    </style>

    Code ScrollBar

    <style type="text/css">

    html {
    scrollbar-arrow-color:
    โค้ดสี;
    scrollbar-face-color:
    โค้ดสี;
    scrollbar-highlight-color:
    โค้ดสี;
    scrollbar-3dlight-color:
    โค้ดสี;
    scrollbar-shadow-color:
    โค้ดสี;
    scrollbar-darkshadow-color:
    โค้ดสี;
    scrollbar-track-color:
    โค้ดสี;
    }

    </style>
    ใส่พื้นหลัง + ลบเส้นขอบ

    Code


    Code

    <style type="text/css">

    #footer {
    background: url(

    Code

    dotted

    dashed

    solid

    double

    groove

    ridge

    inset

    outset


    <style type="text/css">

    html {
    border-style:

     

    Code ลิ้งรูปสลับด้าน

    จะแสดงเมื่อใช้ mouse ชี้ไปยังลิ้งรูปภาพ
    ซึ่งสามารถสลับได้ 2 แบบ คือ
    Filter: FlipH คือ สลับในแนวนอน
    Filter: FlipV คือ สลับในแนวตั้ง

    <style type="text/css">


    a:hover img {Filter:FlipH}

    </style>


    Code เปลี่ยนรูปแถบสถิติ 











    <style type="text/css">

    .vanity-bar div {background:url(ใส่ URL ภาพแถบพื้น) !important;}
    .vanity-bar div div {background:url(ใส่ URL ภาพแถบบน) !important;}
    .vanity-bar div div img,.vanity-bar div img
    {display:none;}

    </style>

      

    Code ทำกรอบ box, bg ให้ Comment


    <style type="text/css">

    .subsection .comment {background: url(ใส่ URL รูปภาพ);
    border: inset 3px #c00000;
    height: ความสูงของ box px; overflow: auto;}

    </style>

    โค๊ตใส่ภาพ ใต้ คอมเม้น

    #comments .footer { display:block;height:--px;background:url(----) #000000 center center no-repeat;width:460px;}



    เปลี่ยนรุปเส้นคั่น (คอมเม้น)

    .listitem-separator {DISPLAY: block;background:url(----) !important;HEIGHT: 35px! important;background-repeat: no-repeat! important;background-position: center! important;}

    *ลบเส้นคั่น friends / #friends   .listitem-separator
    *ลบเส้นคั่นใน five / #user-fives .listitem-separator



    ลบฃื่อเพื่อนในTOP FRIEND

    #friends .friend-name { display: none; }


    โค๊ตใส่รูปแทนส่วนของfive

    #user-fives {height: ----px;
    width:450px;
    border-style: ----; border: ---px;border-color: --;BACKGROUND-IMAGE: url(-----);}


    #user-fives IMG {display:none;}



    โค๊ตใส่รูปแทนในส่วนของ อั้ลบี่มรูป

    #photoAlbums {background-image: url(-----);
    display: block;
    height: ----px;
    width:450px;
    border-style: ---; border: ---px;border-color: ---;}


    .album IMG {display:none;}
    .albumWrapper {display:none;}


    โค๊ตลบ หัวข้อต่างๆ ใน เพจ
     
    .section h4,{display: none;}
    .section h1,{display: none;}


    ลบข้อมูลลิ้ง footer

    #footer,#footer *,#footer a,#ad_banner,
    .channel_details {display:none;}


    เปลี่ยนสี ลิ้ง p_nav_primary

    #p_nav_primary li#nav a {font-family:Papyrus;color:#FF0000;}


    เปลี่ยนเพจทั้งเพจให้เปนสีขาวดำ  รึ กราฟฟิก ( ทั้งเพจ)

    html {filter:gray}




    การทำให้ คอมเม้น อยุ่ตรงกลางล่าง เปงแนวยาว

    #comments
    {position:relative;top: 9em;right: 20.5em; MARGIN-LEFT: -250px;MARGIN-right: -250px;width:940px;MARGIN-BOTTOM: 9em;}

    * relative;top: 9em;  ปรับระยะความห่างจากด้านบน นับจากfive
    * MARGIN-BOTTOM: 9em; ปรับระยะความก่างจากด้านล่าง


    ทำให้ปุ่มกดลงมาอยู่ใต้ กล่องคอมเม้น

    textarea {display:block}




    ลบข้อมูลฝั่ง ขวา แล้วทำให้ ข้อมูล ฝั่งซ้ายมาอยู่ตรงกลาง

    #photoAlbums {display: none;}


     

    #friends {display: none;}


    #user-fives {display: none;}




    #content-left {position:relative;top: 0em;left: 21em; MARGIN-right: -250px;MARGIN-left: -250px;width:956px;MARGIN-BOTTOM: 173em;
    text-align: center;}

    *ในกรณีที่เอาคอมเม้นไว้ล่าง



    ปรับระยะห่างของรุปคอมเม้น จากกรอบ

    .comment-picture {
    position: relative;
    bottom: -1em;left:1em;}


    การทำให้ข้อมูล และ ตัวอักษรทั้งหมดอยู่ตรงกลาง (ลัด )

    html{text-align: center;}

    * หรือจะแยเปนส่วนๆไปกะได้


    ใส่ภาพแร่ะกรอบให้ตัวอักษรในคอมเม้น

    .section .comment-text {
    border-style: ----; border: --px;border-color: -----;
    letter-spacing: 3px;
    color: สีฟร้อน;
    width: 300px !important;
    background-image: url(----------);}




    ลบช่องข้อมูลที่ไม่ต้องการ

    #schools {display:none;}
    #groups {display:none;}
    #videos {display:none;}
    #widgets {display:none;}
    #background {display:none;}
    #recent-updates {display:none;}
    #Interests {display:none;}
     #journalDetail {display: none;}



    ใส่ ฟุตเตอรให้ profile

    #user-details .footer {background: url(----)
    no-repeat center center;
    border-none;
    display: block; height: ---px; }

     

     

    ทำให้กล่องคอมเมนต์ใหญ่เต็มจอ

    ก่อนอื่นคุณต้องย้ายพวกข้อมูล สไลด์ เพลงไปไว้ในไลฟ์สไตล์ก่อนนะค่ะ จากนั้นก็จะซ่อนส่วนต่างๆโดยโค้ดนี้ค่ะ
    #journalDetail ,#schools ,#groups,#videos, #widgets ,#background,
    #interests, #recent-updates {display:none;}แล้วใช้โค้ดต่อไปนี้ขยายกล่องคอมเมนต์
    #comments{text-align: center;position:relative;top: 5em;right: 22em; margin-left: 250px;margin-right: 250px;width:900px;margin-bottom: 5em;}
    ถ้าไฮ5ใครคอนเทนต์อยู่สลับข้างกัน (ฝั่งเฟรนด์กะไลฟ์สไตล์) ก็เปลี่ยนเป็น margin-left: -250px;margin-right: -250px;
    top: 5em; คือ ระยะห่างข้างบนโดยจะเริ่มนับจากไฟว์ ส่วนค่าต่างๆนั้น ถ้าไม่พอดีก็ปรับตัวเลขเอานะค่ะ

    สลับคอนเทนต์ซ้ายขวา (ฝั่งเฟรนด์กับไลฟสไตล์)

    table {direction:rtl;}

    #content-right {direction:ltr;}
    .commentEditor textarea {direction: ltr;}

    user-links (ลิงค์ใต้รูปดิสเพล์พวกแอดเฟรนด์ ให้มีรูป)

    #user-links a {display:list-style-image;background:url(ใส่ url รูปภาพ);

    border: solid 1px #000000; ลักษณะ ขนาด สีเส้น ปรับเอานะ

    background-color: สีพื้นหลัง;

    padding-left:เลื่อนตำแหน่งข้อความpx;

    width:ความกว้างนุ่นใช้146px;height:ความสูงนุ่นใช้23px;}


    ทำให้ข้อความคอมเมนต์มีสีพื้น

    .section .comment-text {

    filter:glow(color:สีพื้นหลังข้อความ, strength=ขนาดของพื้นใส่เป็นตัวเลขได้เลย);height:auto; }


    เปลี่ยนไอคอนออนไลน์

    span {display:none}

    #online-now-icon
    {background: url(ใส่urlรูปภาพ);height: 20px;width: 80px; _background: none; _filter:

    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=3D&#39; ใส่urlรูปภาพอันเดียวกัน&#39;);
    height:20px;width: 80px;}

    #online-now-icon {background-image: url(ใส่urlรูปภาพอันเดียวกัน); width: 80px; height: 20px;margin: 5px 0px 0px 0px;}

    ถ้าภาพใครมีขนาดใหญ่กว่าก็เปลี่ยนค่าของความกว้างความสูงให้เท่ากับภาพที่มีค่ะ

    letter-spacing : ระยะห่างระหว่างตัวอักษร px; ถ้าอยากจะให้ส่วนไหนห่างกันก็ใช้โค้ดนี้ใส่เพิ่มเข้าไปส่วนนั้นค่ะ

    ทำภาพดิสเพล์คนละภาพกะที่โชว์ในไฮ5

    #user-picture {visibility: hidden}

    #picture-links {visibility: hidden}

    #about-left { background:url(ใส่urlของรูปที่เราจะโชว์แทนดิส) transparent 50% 30% no-repeat;height:ความสูงpx;} ตัวเลข 50 กะ 30 คือค่าของแกน x y คุณปรับค่าเอาตามชอบค่ะ


    ทำบีจีให้เพลงจาก imeem ค่ะ

    http://www.mediafire.com/?ar3njmjhk3f
    วิธีอยู่ที่ลิงค์บนนี่นะค่ะ อัพไว้แล้ว

    ทำ friends, fives, Albums อยู่ตรงกลาง

    #friends {text-align: center;position:relative;top: 0em;right: -0em; margin-left: 250px;margin-right: 250px;width: px;margin-bottom: 0em;width:กว้างpx;}



    <style type="text/css">


    #profile-name {background-image:url(


    <style type="text/css">

    #profile-name { background: none; }
    #profile-nav,.section h1,.section h2
    { background-color: transparent; border: none; }

    </style>


    Code


    ดู My.iD ของคนอื่นๆ | ดู Gallery ของคนอื่นๆ | ดู Diary ของคนอื่นๆ | บันทึกเป็น Favorite Diary

    ความคิดเห็นที่ 4

    วัดดีแวะมาเยี่ยม  ว่างๆก็มาเยี่ยมบ้างน่ะ

    Name : วานัน < My.iD >
    Email / Msn:
    วันที่ : 18 เมษายน 2551 / 17:24

    ความคิดเห็นที่ 3
    ขอบคุงมาก ๆ นะคะ
    Name : D3stiNY < My.iD >
    Email / Msn:
    วันที่ : 31 มีนาคม 2551 / 17:34

    ความคิดเห็นที่ 3
    มาอ่านคำคมของผมบ้างนะครับ
    Name : หมึกอรหันต์ < My.iD >
    Email / Msn:
    วันที่ : 15 เมษายน 2551 / 13:39

    ความคิดเห็นที่ 2

    โค้ด แนะนำ โหลด hi5 ให้ไวที่สุด

    http://www.thaihi5.com/board/index.php?topic=98.0

    โค้ดพื้นฐาน ต้องเข้าดูให้หมดนี่

    http://www.thaihi5.com/board/index.php?topic=459.0

    http://www.thaihi5.com/board/index.php?topic=1648.0

    http://www.thaihi5.com/board/index.php?topic=163.0

    http://www.thaihi5.com/board/index.php?topic=1577.0

    http://www.thaihi5.com/board/index.php?topic=4848.0

    http://www.thaihi5.com/board/index.php?topic=2400.0 

    http://www.thaihi5.com/board/index.php?topic=4150.0 

    http://www.thaihi5.com/board/index.php?topic=5405.0

    ชำแหละhi5 (ประโยชน์กับคนเล่น hi5 และดัดแปลงโค้ดเก่งๆ)

    http://www.thaihi5.com/board/index.php?topic=2978.0

    แจกรูปขอ Five

    http://www.thaihi5.com/board/index.php?topic=2300.0

    http://www.thaihi5.com/board/index.php?topic=2936.0

    แจก Head

    http://www.thaihi5.com/board/index.php?topic=4520.0

    http://www.thaihi5.com/board/index.php?topic=4726.0

    http://www.thaihi5.com/board/index.php?topic=4921.0 
    http://www.thaihi5.com/board/index.php?topic=5188.0 (update)

    โค้ด สถิติ

    http://www.thaihi5.com/board/index.php?topic=4380.0

    http://www.thaihi5.com/board/index.php?topic=3422.0

    http://www.thaihi5.com/board/index.php?topic=3774.0

    http://www.thaihi5.com/board/index.php?topic=4131.0

    สคริป ต่างๆ

    http://www.thaihi5.com/board/index.php?topic=1158.0

    http://www.thaihi5.com/board/index.php?topic=1356.0

    http://www.thaihi5.com/board/index.php?topic=963.0

    http://www.thaihi5.com/board/index.php?topic=1313.0

    http://www.thaihi5.com/board/index.php?topic=5106.0

    http://www.thaihi5.com/board/index.php?topic=5124.0

    สอนทำสกิน

    http://www.thaihi5.com/board/index.php?topic=2664.0

    http://www.thaihi5.com/board/index.php?topic=108.0

    http://www.thaihi5.com/board/index.php?topic=5177.0

    แทรกภาพ หัวข้อต่างๆ

    http://www.thaihi5.com/board/index.php?topic=3985.0

    เว็ปแต่งรูป อัพโหลดรูป โหลดฟ้อน

    http://www.thaihi5.com/board/index.php?topic=2948.0

    จำนวนคนออนไลน์

    http://www.thaihi5.com/board/index.php?topic=1703.0

    http://www.thaihi5.com/board/index.php?topic=2103.0

    โค้ด อธิบายมะถูกอ่ะ

    http://www.thaihi5.com/board/index.php?topic=1789.0

    โกง view

    http://www.thaihi5.com/board/index.php?topic=4298.0

    เอฟเฟ็กตอนชี้ลิ้งค์

    http://www.thaihi5.com/board/index.php?topic=4457.0

    ปีก ๆๆ

    http://www.thaihi5.com/board/index.php?topic=1439.0 (hot!)

    http://www.thaihi5.com/board/index.php?topic=3332.0 (hot!)

    http://www.thaihi5.com/board/index.php?topic=1278.0 (hot!)

    http://www.thaihi5.com/board/index.php?topic=2195.0 (hot!)

    http://www.thaihi5.com/board/index.php?topic=1835.0 (hot!)

    http://www.thaihi5.com/board/index.php?topic=5397.0 (hot!)

    ทำโค้ดด้วยตัวเอง

    http://www.thaihi5.com/board/index.php?topic=3970.0

    ของร่วง

    http://www.thaihi5.com/board/index.php?topic=1728.0

    http://www.thaihi5.com/board/index.php?topic=1125.0

    ของลอย

    http://www.thaihi5.com/board/index.php?topic=2501.0

    ใส่ C-BOX

    http://www.thaihi5.com/board/index.php?topic=1564.0

    สัญลักษณ์ อักษร สวยๆ

    http://www.thaihi5.com/board/index.php?topic=3150.0

    เมาส์น่ารัก ๆ

    http://www.thaihi5.com/board/index.php?topic=20.0

    http://www.thaihi5.com/board/index.php?topic=231.0

    http://www.thaihi5.com/board/index.php?topic=5085.0

    ภาพสลับไปสลับมา

    http://www.thaihi5.com/board/index.php?topic=2125.0

    ข้อควรระวัง Journal

    http://www.thaihi5.com/board/index.php?topic=1659.0

    โค้ดตัววิ่ง

    http://www.thaihi5.com/board/index.php?topic=35.0

    icon น่ารัก ๆ + icon online

    http://www.thaihi5.com/board/index.php?topic=4787.0

    เพลงหลายๆแนว

    http://www.thaihi5.com/board/index.php?topic=4273.0

    ใส่ภาพตรงโดเมน

    http://www.thaihi5.com/board/index.php?topic=4850.0

    คนที่เข้า hi5 ไม่ได้

    http://www.thaihi5.com/board/index.php?topic=1320.0

    Mass@hi5 ระบบโพสข้อความอัตโนมัติ

    http://www.thaihi5.com/board/index.php?topic=1741.0

    สร้าง ป๊อปอัพ

    http://www.thaihi5.com/board/index.php?topic=1706.0

    ข้อความสายฝน ไม่ใช่บุหรี่นะ หึหึ

    http://www.thaihi5.com/board/index.php?topic=1298.0

    Fade รูป ตัวอักษร

    http://www.thaihi5.com/board/index.php?topic=2713.0

    จอสั่น

    http://www.thaihi5.com/board/index.php?topic=1471.0

    แต่งแบบแหวกแนว

    http://www.thaihi5.com/board/index.php?topic=2539.0

    นาฬิกา

    http://www.thaihi5.com/board/index.php?topic=4950.0

    สร้าง glitter เอง

    http://www.thaihi5.com/board/index.php?topic=5053.0

    โค้ด counter

    http://www.thaihi5.com/board/index.php?topic=5034.0

    ดอกไม้เป็นกรอบ

    http://www.thaihi5.com/board/index.php?topic=5062.0 (hot!)

    เพิ่มเพื่อน +5 เร็วๆๆ อันนี้ผมก็งงอยู่คับ ลองไปดู

    http://www.thaihi5.com/board/index.php?topic=5059.0

    รวมกรอบ

    http://www.thaihi5.com/board/index.php?topic=5008.0

    บีจีไว้ทำสกิน

    http://www.thaihi5.com/board/index.php?topic=5244.0

    เส้นคั่นคอมเม้นท์

    http://www.thaihi5.com/board/index.php?topic=5263.0 (update)

    สกินสำเร็จรูป

    http://www.thaihi5.com/board/index.php?topic=5184.0 (update)(hot!)

    URL เอาไว้ทำบีจี

    http://www.thaihi5.com/board/index.php?topic=5317.0 (update)(hot!)

    แจกสกิน+เฮด (รูปเถื่อน)

    http://www.thaihi5.com/board/index.php?topic=5279.0

    ------------------------------------------

    Name : SaucY < My.iD >
    Email / Msn:
    วันที่ : 29 มีนาคม 2551 / 20:03

    ความคิดเห็นที่ 1

    เอาไว้ ว่างๆ จะเอาลง ใน My.id ให้นะคับ

    Name : SaucY < My.iD >
    Email / Msn:
    วันที่ : 29 มีนาคม 2551 / 01:19

    My.iD Diary | Copyright © 1999-2006 All rights reserved to Dek-D Executive Producers