Sunday, November 14, 2010

Belajar UTS WebProg 14-11-2010

Ringkasan Materi

Materi 01
















Web Technology : Web Server, Database Server, Application Server, Firewall, SSL, HTTPS, FTP, Domain, dll.
Web Application : One stop shopping Amazon.com, Web Portal yahoo.com (entertainments, finance, email, collaborations / groups, search engine), B2B portal, Banking (online banking, payment gateway, eCommerce, eEducation.

Programming Language : Web Design (HTML, XHTML, Style Sheet -CSS-, XML, XSL, XSLT), Language Choice (Client Side Scripting : VBScript, Java Script; Server Side Scripting : PHP, ASP, JSP; Java (J2EE)l; Visual Studio.NET


Materi 02
Web Design play important role in successful Web Application.
Web Application = Web Design + Web Programming.

Hal yang penting dari mendesign sebuah web adalah :
- information design
- user interface design
- graphics design

HTML : Hypertext Markup Language
- Markup Language :
.... identify elements of a page so that a browser can render that page on your computer screen.
.... used to format text and information
markup up with elements, delineated by tags. Tags keywords contained in pairs of angle brackets.
HTML tags not case sensitive, and good practice to keep all te letters in one case.

untuk HMTL ganti "[]" dengan "<>"
HTML Structure :
1. always include the [HTML] ... <[/HTML] tags 2. HTML documents : ---> [HEAD] ... [/HEAD] berisi info tentang dokumentnys
---> [TITLE] ... [/TITLE] judul yang tertulis di Web Pagenya
---> [BODY] ... [/BODY] page content, text image, links, forms, and many elements include backgrounds, link colours, font face.

untuk menampilkan ini :

harus membuat numbering dan bulletnya :
[p] Tiga hal yang harus diperhatikan Siswa
[ol type =" 1"]
[li] Sayangilah [b] Ibumu [/b] melebihi sayngmu dengan do'i mu
[li] Hormatilah dosenmu melebihi hormatmu pada [u] Pak Polisi [/u ]
[li] Jangan [i] malas [/i] belajar text book dan internet
[/ol]

[p] Produk kami terdiri dari :
[ul]
[li] Training [/li]
[li] Konsultasi [/li]

nah bingung ya kenapa yg di numbering ga ada [/li] tp di bullet ada...
sebenernya pas gw cek sih sama ajah
gw coba numbering pake [/li] sama ga pake sama ajah
yg bullet gw coba ilangin [/li] nya jg sama ajah kalo pake...
kesimpulan gw kayaknya pake ga pake [/li] untuk di bullet n numbering sama aja deh :)

untuk menaruh link : [a href="cha35.blogspot.com"] Situs Saya [/a]
untuk menaruh image : [img scr="icha.jpg" width =350 height=350][/img]
untuk membuat table :
[table]
[tr]
[td] [/td]
[td] [/td]
[/tr]
[/table]
untuk membuat inputbox dan password :
Masukkan nama anda : [input name = name type = text size = 20 maxlength = 40] [br]
Password : [input name = password type = password size = 8 max length = 80 [br]
untuk membuat checkbox :
[input type = "checkbox" name = "cb" value = "1"] Asia [br]
[input type = "checkbox" name = "cb" value = "2"] Afrika [br]
[input type = "checkbox" name = "cb" value = "3"] North Amerika [br]
[input type = "checkbox" name = "cb" value = "4"] Europe [br]
untuk membuat radio button :
[input type="radio" name="cb" value="pria"] Laki-Laki[br]
[input type="radio" name="cb" value="wanita"] Wanita[br]
untuk membuat text area :
[textarea name="address" rows="5" cols="50"] [/textarea]
untuk submit :
[input type="submit" value="Kirim"]
untuk reset :
[input type="reset" value="Clear fields"]


Materi 03 (haizzz sumpah pusing bgt liat slide nya... mw muntah :-&)
HTML baik menggunakan static pages :
- dapat specify text / image layour, presentation, links, dll
- web pages terlihat sama setiap kali diakses



Materi 04

Materi 05

Materi 06

Materi 07






ringkasan ini digunakan untuk pribadi bukan untuk diperjualbelikan atau dibagikan tanpa ijin.
cha35.blogspot.com

No comments: