Sunday, January 30, 2011

Athena : Goddess of War (아테나: 전쟁의 여신)

Name : Athena : Goddess of War
Hangul : 아테나: 전쟁의 여신

episode : 20
Genre :
Action, thriller, romance

Broadcast network: SBS
Broadcast period: 2010-Dec-13 to 2011-Feb-21
Air time: Monday & Tuesday 21:55

Starring :

Jung Woo Sung as Lee Jung Woo
Cha Seung Won as Son Hyuk
Soo Ae as Yoon Hye In
Lee Ji Ah as Han Jae Hee
Kim Min Jong as Kim Ki Soo
Choi Si Won as Kim Joon Ho



Sinopsis :
A terrorist group known as "Athena" and led by evil mastermind Son Hyuk threatens South Korea and the world. It is now up to special agent Lee Jung Woo of the National Security Agency to foil their terrifying conspiracy. Jo Soo Young, the daughter of the South Korean president, is kidnapped and hidden away in Italy. Jung Woo and his team are given the assignment to find her and bring her back.


Link download :
episode 01 (part 01 ||
part 02 || part 03 || part 04) || subtitle
episode 02 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 03 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 04 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 05 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 06 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 07 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 08 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 09 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 10 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 11 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 12 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 13 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 14 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 15 (part 01 || part 02 || part 03 || part 04 || part 05) || subtitle
episode 16 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 17 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 18 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 19 (part 01 || part 02 || part 03 || part 04) || subtitle
episode 20 (part 01 || part 02 || part 03 || part 04) || subtitle

athena special edition (part 01 || part 02 || part 03 || part 04)

Rating :






















OST :












part 1 || part 2 || part 3 || part 4 || part 5 || part 6

Pictures :





































































































Belajar Kisi2 UAS IMK 30-01-2011

Belajar Kisi2 UAS WebProg 27-01-2011

  1. Pernyataan yang benar mengenai JSP adalah :
    1. JSP merupakan pengembangan dari teknologi servlet
    2. JSP mempermudah pembuatan web statis
    3. JSP tidak dapat menggunakan kembali Java Bean
    4. Package JSP dapat ditemukan di package javax.jsp.servlet

  1. Yang bukan komponen utama dari JSP adalah :
    1. Directives
    2. Action
    3. Scripting Element
    4. Tag Documentation

  1. Implicit object yang ada di JSP adalah :
    1. Application, Response, Except
    2. Application, Page, Request, Session
    3. Out, In, PageContext
    4. Configuration, Session, Response, Application

  1. Yang bukan komponen script JSP adalah :
    1. Scriplets
    2. Comments
    3. Status
    4. Expressions

  1. Scriplet yang salah di JSP adalah :
    1. <%= %>
    2. <% %>
    3. <%! %>
    4. <%? %>
  1. Yang bukan JSP standard action adalah :





  1. Yang bukan vendor database :
    1. Oracle
    2. Java
    3. Microsoft
    4. MySQL

  1. Driver untuk koneksi ke database access adalah :
    1. com.jdbc.odbc.JdbcOdbcDriver
    2. com.ibm.db2.jdbc.net.DB2Driver
    3. com.jdbc.odbc.JdbcOdbcAccessDriver
    4. oracle.jdbc.driver.OracleDriver

  1. Package yang diperlukan untuk menggunakan class Connection adalah
    1. Sql
    2. java.sql
    3. sql.java
    4. con.sql

  1. Yang dimaksud dengan connection pooling adalah:
    1. Teknik dimana 1 proses menggunakan banyak koneksi
    2. Teknik dimana 1 koneksi dibuat khusus untuk 1 proses
    3. Teknik dimana tiap proses memiliki koneksi yang berbeda
    4. Teknik dimana database membagi koneksinya kepada prose yang berbeda

  1. Yang bukan sintaks SQL:
    1. INSERT
    2. MAKE
    3. DROP
    4. ALTER

  1. Pernyataan yang salah mengenai JSTL :
    1. Ketika menggunakan JSTL tidak perlu mendefinisikan direktif yang mendefinisikan library JSTL.
    2. JSTL menyediakan berbagai tag untuk tugas JSP standard
    3. Sebelum menggunakan JSTL kita harus membuat file jstl.rar tersedia pada aplikasi
    4. Ketika menggunakan JSTL perlu mendefinisikan direktif yang mendefinisikan prefix JSTL.

  1. Fungsi yang tidak ada pada JSTL adalah:
    1. uri
    2. forEach
    3. forTokens
    4. import

  1. Yang bukan bagian dari MVC adalah :
    1. Model
    2. Class
    3. Controller
    4. View

  1. View ada pada layer :
    1. Client
    2. Middle
    3. Information
    4. Data

  1. Kegunaan Information tier adalah :
    1. Menjadi penengah antara tier client dan middle tier
    2. Mengatur data untuk aplikasi, biasanya disimpan dalam database
    3. Menyimpan data user
    4. Menampilkan data yang ada pada database

  1. HTTP adalah protokol stateless, maksud dari pernyataan tersebut adalah :
    1. Sekali browser membuat request, koneksi ke server akan langsung diputuskan
    2. Sekali browser membuat request, koneksi ke server akan disambungkan sesuai keperluan
    3. Koneksi ke server tidak akan terputus
    4. Browser terhubung ke server ketika melakukan response

  1. Untuk mengatasi masalah HTTP yang merupakan protokol stateless maka dilakukan :
    1. Pengecekan response
    2. Session tracking
    3. Penyimpanan ke database
    4. Koneksi yang terus menerus

  1. Yang bukan komponen fungsi pada object cookie adalah :
    1. setMaxAge
    2. setPath
    3. setStatus
    4. getName

  1. Yang bukan kegunaan dari Cookie adalah :
    1. Untuk memungkinkan user untuk tidak perlu login berulang-ulang
    2. Untuk menyimpan data user setiap beberapa waktu
    3. Untuk mengedit halaman
    4. Untuk membuat advertising

SOAL UAS WebProg 28-01-2011 Kasus

















1. Buatlah perhitungan kurs diatas dengan menggunakan JSP !

2. Buatlah perhitungan kurs diatas dengan menggunakan JS

Saturday, January 29, 2011

SOAL UAS WebProg 28-01-2011 Essay

1. Jelaskan konsep design pattern dan MVC !

2. Lengkapilah codingan dibawah ini yang kurang...
import.java.sql.*;
public class simpleJdbc
{
public static void main (string [] args) throws SQLExeception Class Not Found Exeption
{
Class.forName("com.mysql.jdbc.Driver");
system.out.println ("Driver loaded");
_________________________________________________ (a)
system.out.println ("Database connected");
_________________________________________________ (b)
_________________________________________________ (c)
while (resultSet.next());
system.out.println(resultGet.getString());
connection.closed;
}
}

3.Jelaskan konsep akses dari session dan cookies !

Lee Hong Ki 이홍기


Name : Lee Hong Ki
Hangul : 이홍기

Birthdate: 02 Maret 1990
Star sign: Pisces
Height: 178cm
Weight:
60kg
Blood Type:
AB
Profession: Singer and actor
Talent agency:
F&C Music

Group Band : F.T.Island



TV Series :
My Girlfriend is a Nine-Tailed Fox (SBS, 2010) --> cameo on Ep.16
More Charming by the Day (MBC, 2010) --> cameo on Ep.111
You're Beautiful (SBS, 2009)
Style (SBS, 2009) --> cameo on Ep.6
On Air (SBS, 2008) --> cameo on Ep.1
Unstoppable Marriage (KBS2, 2008) --> cameo on Ep.62
Kkangsooni (EBS, 2005)
Neh Sontob Kkeuteh Bichi Nama Issuh (EBS, 2004)
Magic Kid Masuri (KBS2, 2002)

Movies :
Winter Child (2005)

Variety Shows :
100 Points Out of 100 Points (KBS, 2010)
Style (SBS, 2009)
Scandal Idol Show (Mnet, 2009)
Music Inkigayo (SBS,2009)
Good Daddy (SBS, 2008)
Happy Shares Company (SBS, 2008)
Family Outing (SBS, 2008)

Musical :
Musical Stage Acting Korean version of A Midsummer Night's Dream (KHE, 2009)

Award :
2009 SBS Drama Awards: New Star Award (You're Beautiful)


Pictures :