Sep 18, 2011 by menis_yr 3
Shirt Design | Desain Kaos Polo Company
Desain kaos polo untuk company, model tampak depan dan belakang, ada 3 model untuk inspirasi desain.
Sep 18, 2011 by menis_yr 3
Desain kaos polo untuk company, model tampak depan dan belakang, ada 3 model untuk inspirasi desain.
Aug 24, 2011 by b0z_gank 1
Tutorial php membuat aplikasi sederhana yaitu mengubah nilai uang (dollar) menjadi sebuah kalimat terbilang, misalnya dari suatu inputan bernilai angka 5000 maka setelah dikonversi menjadi sebuah kalimat “five thousand dollars”. bagaimana cara membuatnya?
Langkah 1. Membuat Form untuk memasukkan nilai yang akan dikonversi
<html><body> <form name="konversi" action="konversi.php" method="post"> Nominal : <input type="text" name="nominal" maxlength="16"><input type="submit" value="konversi"> </form> </body></html>
Aug 10, 2011 by allezzii 0
Simple Network Management Protocol (SNMP) is a network management specification developed by the Internet Engineering Task Force (IETF), a part of the Internet Activities Board (IAB), in the mid-1980s as management standards for products LAN-based network, such as bridges, routers, and wiring concentrator. SNMP is designed to reduce the level of complexity of network management and the many resources needed to support such management. Read the rest of this entry »