วิธีใส่เพลงใน Hi5 มีหลายแบบหลายวิธีครับ ตอนนี้เวปไซต์ที่เปิดให้บริการ แจกเพลงออนไลน์เพื่อนำโค้ดเพลงมาแปะใน Hi5 มีเยอะมากมายครับ ในที่นี้ผมจะเสนอวิธีใส่เพลงใน Hi5 จากเวป imeem.com ซึ่งมีเพลงหลากหลายให้เลือกทั้งเพลงไทยและต่างประเทศครับ
รู้จักกับ imeem
imeem เป็นเวปที่เปิดให้บริการเกี่ยวกับ เพลงและวีดีโอ ครับ สามารถ Share เพลงและวีดีโอได้ มีเพลงและวีดีโอสำหรับนำมาใส่ใน Hi5 เยอะมากๆครับ ก่อนที่เราจะไปเอาโค้ดเพลงมาใส่ใน Hi5 นั้น ต้องสมัครเป็นสมาชิกกับทางเว็บไซต์ก่อนนะครับ พอสมัครแล้วเราก็มาหาเพลงเพื่อใส่ใน Hi5 ของเรากันได้เลย
วิธีใส่โ้ค้ดเพลงใน Hi5 ด้วยเว็บ imeem.com
หลังจากที่เราสมัครสมาชิก และทำการเข้าสู่ระบบของเว็บไซต์ imeem.com แล้ว

1. เพื่อความรวดเร็วในการใส่เพลงใน Hi5 ของเราทำการค้นหาเพลงที่เราต้องการเลยครับจากหมายเลข1 ใส่ชื่อเพลง เลือกให้เป็น music นะครับ เพราะตอนนี้เราจะทำการใส่เพลงใน Hi5 ของเรากันก่อน แล้วกดค้นหา
2. เพลงที่เราค้นหาก็จะแสดงออกมาครับจากคีย์เวิร์ดที่เราได้ทำการค้นหา ลองฟังสักนิดก็ดีครับ เพราะบางเพลงอาจจะถูกตัดเอาเฉพาะบางท่อน หรืออาจจะเป็นเพลงที่โดนตัดเสียงร้องครับ

- Auto Play (ตรงหมายเลข 1) ก็คือ เวลาเปิดเวป Hi5 ของเราแล้วจะให้เล่นเพลงนี้โดยอัตโนมัติหรือเปล่า ถ้าไม่ต้องการก้อทำการติ๊กออกได้ครับ
3. พอเราคลิ๊กเข้ามายังเพลงที่เราเลือกแล้วก็จะมอีกี 2 วิธีครับที่จะนำเพลงมาใส่ใน Hi5 ของเรา
- วิธีใส่เพลงใน Hi5 แบบที่ 1 ใช้โ่ค้ด Embeded โดยจะเอาโค้ดที่อยู่ด้านหลัง Embed: (ตรงหมายเลข1) ในกล่องข้อความนั้นไปวางไว้ใน Hi5 ของเรา ในช่องไหนก็ได้ครับที่เราต้องการ ถ้าเราต้องการเปลี่ยนสถานะของ Autoplay ตอนเปิด Hi5 ให้ไปหาดูที่ aus (ตรงหมายเลข 1) เปลี่ยนไปมาจาก true เป็น false หรือ false เป็น true ได้เลยครับ
- วิธีใส่เพลงใน Hi5 แบบที่ 2 ก็คือคลิ๊กให้โค้ดเพลงนี้ไปใส่ไว้ที่ Hi5 ของเราโดยตรงเลย (ตรงหมายเลข2) พอคลิ๊กแล้วจะมีให้เราใส่ email และ password ของ Hi5 เรา แล้วเพลงก็จะไปโพสต์ที่ Hi5 ของเราโดยอัตโนมัติครับ
*** ผมแนะนำวิธีใส่เพลงใน Hi5 แบบที่ 1 ดีกว่าครับไม่รู้ว่าทางเวปเขาจะแอบเอา email กับพาสเวิร์ดเราไปทำอะไรหรือเปล่า จะให้ดีวิธีแรกปลอดภัยกว่าครับ


คิดว่าเพื่อนคงมีเพลงเพราะๆ มาใส่ใน Hi5 กันแล้วนะครับ
Cascading Style Sheets (CSS)
In web development, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.
CSS is used to help readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, and reduce complexity and repetition in the structural content. CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.
The CSS specifications are maintained by the World Wide Web Consortium (W3C). Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318 (March 1998).
Syntax
CSS has a simple syntax, and uses a number of English keywords to specify the names of various style properties.
A style sheet consists of a list of rules. Each rule or rule-set consists of one or more selectors and a declaration block. A declaration-block consists of a list of semicolon-separated declarations in curly braces. Each declaration itself consists of a property, a colon (:), a value, then a semi-colon (;).
In CSS, selectors are used to declare which elements a style applies to, a kind of match expression. Selectors may apply to all elements of a specific type, or only those elements which match a certain attribute; elements may be matched depending on how they are placed relative to each other in the markup code, or on how they are nested within the document object model.
In addition to these, a set of pseudo-classes can be used to define further behavior. Probably the best-known of these is :hover, which applies a style only when the user 'points to' the visible element, usually by holding the mouse cursor over it. It is appended to a selector as in a:hover or #elementid:hover. Other pseudo-classes and pseudo-elements are, for example, :first-line, :visited or :before. A special pseudo-class is :lang(c), "c".
A pseudo-class selects entire elements, such as :link or :visited, whereas a pseudo-element makes a selection that may consist of partial elements, such as :first-line or :first-letter.
Selectors may be combined in other ways too, especially in CSS 2.1, to achieve greater specificity and flexibility.
Use of CSS
Prior to CSS, nearly all of the presentational attributes of HTML documents were contained within the HTML markup; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, within the HTML. CSS allows authors to move much of that information to a separate stylesheet resulting in considerably simpler HTML markup.
Headings (h1 elements), sub-headings (h2), sub-sub-headings (h3), etc., are defined structurally using HTML. In print and on the screen, choice of font, size, color and emphasis for these elements is presentational.
Prior to CSS, document authors who wanted to assign such typographic characteristics to, say, all h2 headings had to use the HTML font and other presentational elements for each occurrence of that heading type. The additional presentational markup in the HTML made documents more complex, and generally more difficult to maintain. In CSS, presentation is separated from structure. In print, CSS can define color, font, text alignment, size, borders, spacing, layout and many other typographic characteristics. It can do so independently for on-screen and printed views. CSS also defines non-visual styles such as the speed and emphasis with which text is read out by aural text readers. The W3C now considers the advantages of CSS for defining all aspects of the presentation of HTML pages to be superior to other methods. It has therefore deprecated the use of all the original presentational HTML markup.
Popular CSS
Some popular online networking sites use Style Sheets to design profiles and userpages, such as MySpace and Hi5.
Style sheet sources
CSS information can be provided by various sources. CSS style information can be either attached as a separate document or embedded in the HTML document. Multiple style sheets can be imported, and alternative style sheets can be specified so that the user can choose between them. Different styles can be applied depending on the output device being used; for example, the screen version can be quite different from the printed version, so that authors can tailor the presentation appropriately for each medium.
Author styles (style information provided by the web page author), in the form of
external stylesheets, i.e. a separate CSS-file referenced from the document
embedded style, blocks of CSS information inside the HTML document itself
inline styles, inside the HTML document, style information on a single element, specified using the "style" attribute.
User style
a local CSS-file specified by the user using options in the web browser, and acting as an override, to be applied to all documents.
User agent style
the default style sheet applied by the user agent, e.g. the browser's default presentation of elements.
One of the goals of CSS is also to allow users a greater degree of control over presentation; those who find the red italic headings difficult to read may apply other style sheets to the document. Depending on their browser and the web site, a user may choose from various stylesheets provided by the designers, may remove all added style and view the site using their browser's default styling or may perhaps override just the red italic heading style without altering other attributes.
CSS Example.
The example begins with a comment:
/* A sample style sheet */
The comment is followed by two statements. The first statement is an at-rule:
@import url(base.css);
The second statement is a rule set:
h2 {
color: #666;
font-weight: bold;
}
The rule set consists of a selector (the text before the left curly brace, {) and a declaration block (delimited with the curly braces, { … }). The block contains two declarations separated by semicolons:
color: #666;
font-weight: bold;
Each declaration includes a property name and a value, separated by a colon.
Thanks For : http://en.wikipedia.org/wiki/Cascading_Style_Sheets






