1 / 55

PERANCANGAN TOKO ONLINE AGAN/COMPUTER/CORNER

PERANCANGAN TOKO ONLINE AGAN/COMPUTER/CORNER . TUGAS AKHIR Diajukan untuk memenuhi salah satu syarat kelulusan Program Diploma III Adi Kusuma NIM : 1 8100494. BAB I PENDAHULUAN. 1.1. Latar Belakang. 1.2. Maksud dan Tujuan . 1.3. Metode Penelitian. 1.4. Ruang Lingkup. BAB II PEMBAHASAN.

kirby
Download Presentation

PERANCANGAN TOKO ONLINE AGAN/COMPUTER/CORNER

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PERANCANGAN TOKO ONLINE AGAN/COMPUTER/CORNER TUGAS AKHIR Diajukan untuk memenuhi salah satu syarat kelulusan Program Diploma III AdiKusuma NIM : 18100494

  2. BAB I PENDAHULUAN 1.1. Latar Belakang

  3. 1.2.Maksud dan Tujuan

  4. 1.3. Metode Penelitian

  5. 1.4. RuangLingkup

  6. BAB IIPEMBAHASAN

  7. 2.1.1.Pengenalan Internet

  8. 2.1.2. Adobe Dreamweaver CS4

  9. 2.1.3.PHP: Hypertext Preprocessor

  10. Tabel II.1 Operator Aritmatika

  11. Tabel II.2. Kebenaran Operator Logika

  12. Tabel II.3 Operator Pembanding

  13. 2.1.4. MySQL SELECT * FROM tabel1, tabel2 WHERE tabel1.field=tabel2.field GROUP BY field1 ORDER BY field2 LIMIT 0,5;

  14. 2.1.5. JavaScript <input type="button" value="Tekandisini" onclick="halo();"> <script type="text/javascript"> function halo() { alert( "Halo Dunia!" ); } </script>

  15. 2.1.6. File .htaccess RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.mydomain.com/dontsteal.gif [R,L]

  16. 2.1.7. CAPTCHA Completely Automated Public Turing test to tell Computers and Humans Apart

  17. 2.1.8. PengertianStrukturNavigasi

  18. 2.2. AnalisaPerancangan Web

  19. 2.2. Administrator

  20. 2.2. Halaman Pelanggan

  21. RancanganStrukturNavigasiPelanggan

  22. RancanganStrukturNavigasi Administrator

  23. 2.3.1. Normalisasi id_kategorinama_kategoriseo id_kotanama_kotaongkos_kirim id_ordersnama_customeralamat_lengkap telpon email status_order jam_ordertgl_orderid_kota id_ordersid_produkjumlah id_produkid_kategoriid_vendor nama_produkseodeskripsi dimensiberath_awal hargaongkirstok tgl_masukgambardibeli promo soon id_review nama_customer email isi id_produk status id_vendor nama_vendorseoid_orders_temp id_produkid_sessionjumlah tgl_order_tempjam_order_temp Gambar II.1 BentukTidak Normal (Unnormalized Form)

  24. Gambar II.2 Bentuk Normal Kesatu(First Normal Form / 1NF) id_kategori* nama_kategoriseo id_kota* nama_kotaongkos_kirim id_orders* nama_customeralamat_lengkap telpon email status_order jam_ordertgl_orderid_kota id_ordersid_produk* jumlah id_produkid_kategoriid_vendor nama_produkseodeskripsi dimensiberath_awal hargaongkirstok tgl_masukgambardibeli promo soon id_review* nama_customer email isi id_produk status id_vendor* nama_vendorseoid_orders_temp* id_produk* id_session* jumlah tgl_order_tempjam_order_temp

  25. Keterangan : * : Primary Key ** : Foriegn Key Gambar II.3 Bentuk Normal Kedua(Second Normal Form/2NF)

  26. 2.3.2 FlowCart Login

  27. Flowchart Menu Utama

  28. Flowchart Ganti Password

  29. Flowchart ManajemenModul

  30. Flowchart Kategori

  31. Flowchart Produk

  32. Flowchart Vendor

  33. Flowchart Order

  34. Flowchart OngkosKirim

  35. Flowchart Ganti Password

  36. Flowchart Ganti Password

  37. Tabel II.3. StrukturTabelProduk 2.4.1. Spesifikasi File

  38. Tabel II.3. StrukturTabelKategori Tabel II.3. StrukturTabel Vendor

  39. Tabel II.5. StrukturTabelKontak

  40. Tabel II.6. StrukturTabel Orders

  41. Tabel II.6. StrukturTabel Order Detail

  42. Tabel II.6. StrukturTabel Orders Temp

  43. Tabel II.6. StrukturTabel Review Produk

More Related