Featured Tab View:
http://blog.daryanto.com/2009/11/membuat-menu-slide-show-tab-view.html
---------------
Topik lain
Drop Down menu dg JS:
http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm
Selasa, 01 Desember 2009
Jumat, 27 November 2009
Jumat, 30 Oktober 2009
Idola Gue: Raditya Dika
Raditya Dika (lahir Desember 28, 1984) adalah penulis Indonesia, komedian, penulis skrip komik/film, dan seorang penggiat perbukuan. Raditya dikenali publik setelah buku pertamanya Kambingjantan (Gagasmedia, 2005) terbit di pasaran.
Raditya Dika adalah seorang fans fanatik David Sedaris (penulis), Hilman Hariwijaya (penulis), Ellen Degeneres (komedian), Jerry Seinfeld (komedian), Judd Apatow (produser film), dan Woody Allen (penulis/sutradara/aktor)
Buku:
- Kambingjantan: Catatan Harian Pelajar Bodoh (2005)
- Cinta Brontosaurus (2006)
- Radikus Makankakus: Bukan Binatang Biasa (2007)
- Babi Ngesot: Datang tak Diundang, Pulang tak Berkutang (2008)
Komik (bersama komikus Dio Rudiman):
- Kambingjantan: Sebuah Komik Pelajar Bodoh (2009)
Film
- Kambingjantan: Sebuah Film Pelajar Bodoh (2009, aktor dan penulis skrip)
Lainnya:
- Tolong, Radith Membuat Saya Bego (buku ditulis bersama pembaca) (2007)













Raditya Dika adalah seorang fans fanatik David Sedaris (penulis), Hilman Hariwijaya (penulis), Ellen Degeneres (komedian), Jerry Seinfeld (komedian), Judd Apatow (produser film), dan Woody Allen (penulis/sutradara/aktor)
Buku:
- Kambingjantan: Catatan Harian Pelajar Bodoh (2005)
- Cinta Brontosaurus (2006)
- Radikus Makankakus: Bukan Binatang Biasa (2007)
- Babi Ngesot: Datang tak Diundang, Pulang tak Berkutang (2008)
Komik (bersama komikus Dio Rudiman):
- Kambingjantan: Sebuah Komik Pelajar Bodoh (2009)
Film
- Kambingjantan: Sebuah Film Pelajar Bodoh (2009, aktor dan penulis skrip)
Lainnya:
- Tolong, Radith Membuat Saya Bego (buku ditulis bersama pembaca) (2007)













Basic Internet Programming: Basic techniques for the Development of Web-based Applications
Web Application
web application or webapp is an application that is accessed via a web browser over a network such as the Internet or an intranet. It is also a computer software application that is coded in a browser-supported language (such as HTML, JavaScript, Java,PHP, etc.) and reliant on a common web browser to render the application executable.
Web applications are popular due to the ubiquity of web browsers, and the convenience of using a web browser as a client, sometimes called a thin client. The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity, as is the inherent support for cross-platform compatibility. Common web applications include webmail, online retail sales, online auctions, wikis and many other functions.
Application-specific methods such as drawing on the screen, playing audio, and access to the keyboard and mouse are all possible, etc.
General purpose techniques such as drag and drop are also supported by these technologies. Web developers often use client-side scripting to add functionality, especially to create an interactive experience that does not require page reloading.
Recently, technologies have been developed to coordinate client-side scripting with server-side technologies such as PHP. Ajax, a web development technique using a combination of various technologies, is an example of technology which creates a more interactive experience.
Struktur Webapp
Applications are usually broken into logical chunks called "tiers", where every tier is assigned a role. Traditional applications consist only of 1 tier, which resides on the client machine, but web applications lend themselves to a n-tiered approach by nature. Though many variations are possible, the most common structure is the three-tiered application. In its most common form, the three tiers are called presentation, application and storage, in this order.
The web browser sends requests to the middle tier, which services them by making queries and updates against the database and generates a user interface.
sumber & more detail: http://en.wikipedia.org/wiki/Web_application
web application or webapp is an application that is accessed via a web browser over a network such as the Internet or an intranet. It is also a computer software application that is coded in a browser-supported language (such as HTML, JavaScript, Java,PHP, etc.) and reliant on a common web browser to render the application executable.
Web applications are popular due to the ubiquity of web browsers, and the convenience of using a web browser as a client, sometimes called a thin client. The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity, as is the inherent support for cross-platform compatibility. Common web applications include webmail, online retail sales, online auctions, wikis and many other functions.
The web interface places very few limits on client functionality. Through Java, JavaScript, DHTML, Flash and other technologies
Application-specific methods such as drawing on the screen, playing audio, and access to the keyboard and mouse are all possible, etc.
General purpose techniques such as drag and drop are also supported by these technologies. Web developers often use client-side scripting to add functionality, especially to create an interactive experience that does not require page reloading.
Recently, technologies have been developed to coordinate client-side scripting with server-side technologies such as PHP. Ajax, a web development technique using a combination of various technologies, is an example of technology which creates a more interactive experience.
Struktur Webapp
Applications are usually broken into logical chunks called "tiers", where every tier is assigned a role. Traditional applications consist only of 1 tier, which resides on the client machine, but web applications lend themselves to a n-tiered approach by nature. Though many variations are possible, the most common structure is the three-tiered application. In its most common form, the three tiers are called presentation, application and storage, in this order.
A web browser is the first tier (presentation), an engine using some dynamic Web content technology (such as ASP, ASP.NET, CGI, ColdFusion, JSP/Java, PHP, Perl, Python, Ruby on Rails or Struts2) is the middle tier (application logic), and a database is the third tier (storage).
The web browser sends requests to the middle tier, which services them by making queries and updates against the database and generates a user interface.
sumber & more detail: http://en.wikipedia.org/wiki/Web_application
Kamis, 29 Oktober 2009
Tutorial Mendesain Theme Wordpress
Disini nih tempat saya belajar mendesain WP Theme:
Bloggingly
wpdesigner
LANGKAH MENDESAIN WP THEME:
- desain di photoshop
- slicing >> download tutorial
- Coding >> see tutorial
Bloggingly
wpdesigner
Langkah awal mendesain WP Theme:
- Engine Wordpress yang terinstal dan dapat berjalan secara lokal di komputer anda.
- Editor untuk mengedit source code
- Dreamweaver
- Notepad++
- Software untuk image editing
- Photoshop
- Corel Draw
sumber: bloggingly
LANGKAH MENDESAIN WP THEME:
- desain di photoshop
- slicing >> download tutorial
- Coding >> see tutorial
Rabu, 28 Oktober 2009
Basic Internet Programming: Infrastruktur Internet
Internet tidak dapat dimiliki perorangan karena internet adalah milik global (semua orang dapat menikmatinya). Walaupun begitu Internet dapat dikelola.
Setiap komputer yang terhubung dengan internet merupakan bagian dari network (jaringan).

source:
http://computer.howstuffworks.com/internet-infrastructure.htm
http://computer.howstuffworks.com/internet-infrastructure1.htm
http://computer.howstuffworks.com/internet-infrastructure2.htm
Setiap komputer yang terhubung dengan internet merupakan bagian dari network (jaringan).
For example, you may use a modem and dial a local number to connect to an Internet Service Provider (ISP). At work, you may be part of a local area network (LAN), but you most likely still connect to the Internet using an ISP that your company has contracted with. When you connect to your ISP, you become part of their network. The ISP may then connect to a larger network and become part of their network. The Internet is simply a network of networks.
Most large communications companies have their own dedicated backbones connecting various regions. In each region, the company has a Point of Presence (POP). The POP is a place for local users to access the company's network, often through a local phone number or dedicated line. The amazing thing here is that there is no overall controlling network. Instead, there are several high-level networks connecting to each other through Network Access Points or NAPs.

source:
http://computer.howstuffworks.com/internet-infrastructure.htm
http://computer.howstuffworks.com/internet-infrastructure1.htm
http://computer.howstuffworks.com/internet-infrastructure2.htm
My Vocabs
Revenge: dendam
establish: mendirikan, membentuk, menetapkan...
oversees: mengawasi
overall: secara keseluruhan, secara global
instead: selain, malah, malahan
dispute: n (sengketa, perselisihan), v(mendebat, menentang, bertengkar)
due to: prep(karena, berkat, disebabkan oleh)
convenience: n(mudahnya, manfaat, waktu yang sebaik-baiknya, kamar kecil, kakus)
assign: v(memberikan, menugaskan, menetapkan, menempatkan)
reside: v(tinggal, terletak, adalah ciri khas)
ubiquity: kehadiran
noun |
|
verb |
|
establish: mendirikan, membentuk, menetapkan...
oversees: mengawasi
overall: secara keseluruhan, secara global
instead: selain, malah, malahan
dispute: n (sengketa, perselisihan), v(mendebat, menentang, bertengkar)
due to: prep(karena, berkat, disebabkan oleh)
convenience: n(mudahnya, manfaat, waktu yang sebaik-baiknya, kamar kecil, kakus)
assign: v(memberikan, menugaskan, menetapkan, menempatkan)
reside: v(tinggal, terletak, adalah ciri khas)
ubiquity: kehadiran
Selasa, 27 Oktober 2009
Tujuan Mempelajari Basic Internet Programming
Tujuan:
Yang perlu dipelajari:
The course objective is to:
- Familiarise students with Internet structure and with basic protocols
- Provide knowledge of and proficiency in basic techniques for the development of web-based applications,
- Provide basic knowledge of construction techniques related to client-server applications
sumber: http://www.kth.se/student/kurser/kurs/DD1335?l=en_UK
Yang perlu dipelajari:
Content
Internet structure and history. Internet and its potential applications such as e-mail, news groups, chat, video, etc. Internet legislation and ethics. Internet and web development processes.
A run-through of basic WWW techniques such as HTML, DHTML, XML, CSS and JavaScript. Standards and de facto standards. Writing of interactive graphic applications
The use of basic protocols such as IP, TCP, UDP and multicast. The use of sockets, streams and URL. Client-server programming including Corba and RMI. Server programming with CGI.
Laboratory work dealing with e.g. construction of interactive interfaces, introduction to URL, sockets, message systems, CGI, DHTML and JavaScript.
Exercise where participants, working in groups, choose a moore advanced area and develop a larger application
Yang Harus Saya Pelajari
Term I
- Basic Internet Programming
- Basic Database
- Network Admin and Server Technology & TCP/IP
- Dynamic HTML
- Entrepreneurship 1
Term II
- Advanced Internet Programming
- Advanced Database
- Web Hosting & SEO Workshop
- Optional Subject : Java, Network Security
- Enterpreneurship 2
- Kunjungan ke Industri IT
Term III
- Software Engineering
- Final Project
materi diatas saya peroleh dari sini. Materi diatas harus saya pelajari guna mewujudkan impian saya untuk menjadi seorang web developer.
Materi2 diatas saya rasa masih kurang,... mungkin masih ada materi lain yang harus saya pelajari.
- Basic Internet Programming
- Basic Database
- Network Admin and Server Technology & TCP/IP
- Dynamic HTML
- Entrepreneurship 1
Term II
- Advanced Internet Programming
- Advanced Database
- Web Hosting & SEO Workshop
- Optional Subject : Java, Network Security
- Enterpreneurship 2
- Kunjungan ke Industri IT
Term III
- Software Engineering
- Final Project
materi diatas saya peroleh dari sini. Materi diatas harus saya pelajari guna mewujudkan impian saya untuk menjadi seorang web developer.
Materi2 diatas saya rasa masih kurang,... mungkin masih ada materi lain yang harus saya pelajari.
Senin, 26 Oktober 2009
Inspirasi Hidupku
sumber: http://bloggingly.com/liputan-pesta-blogger-2009/
kiri-kanan: Fikri Rasyid - Japestinho. Keduanya adalah penulis di Bloggingly. Semangat ngeblogku selalu terinspirasi oleh mereka berdua. Mereka masih muda, mungkin usianya sama dengan saya. Tapi kemampuan menulis mereka sudah tidak diragukan lagi. Bloggngly saya sejajarkan dengan blog-blog besar lainnya. Sebut saja ayongeblog.com, NavinoT.com, dan masih banyak lagi.

sumber: http://www.flickr.com/photos/9605997@N02/2631323212/
Pandji, siaa sih yang nggak kenal dengan cowok yang satu ini?? Yap, dia adalah seorang presenter kondang. Saya baru tahu kalau ternyata panji itu adalah seorang blogger.
Yang menjadi inspirasi dari foto diatas adalah tembok di belakang Pandji yang bertuliskan:
"I LOVE INDONESIA"
ONE BLOOD. ONE ANTHEM. ONE NATION. ONE LOVE
ONE BLOOD. ONE ANTHEM. ONE NATION. ONE LOVE
Nampaknya bakalan keren, kalo aku make T-shirt bertuliskan kata-kata diatas. Tidak hanya keren, setiap aku melangkah kemanapun dengan mengenakan T-shirt itu pasti aku menjadi semakin PD.
Tulisan itu bukan sekedar tulisan. Kala membaca tulisan itu, jiwa nasionalisme saya langsung berkobar. Dalam hati saya menjerit menyebutkan kata itu.
Tentang
Puji syukur saya panjatkan ke hadirat Allah Yang Maha Kuasa yang telah memberikan berjuta-juta nikmat yang tak mungkin dapat saya sebutkan semuanya disini. Shalawat salam saya haturkan ke junjungan baginda Rasul Nabi Muhammad SAW yang menjadi panutan bagi seluruh ummat muslim dan yang selalu saya nantikan syafaatnya di hari akhir nanti. Semoga kita semua selamat dunia akhirat. amiin
Ucapan terimakasih saya sampaikan kepada orang-orang yang saya cintai yang telah memberikan dukungan dalam bentuk materi maupun non materi. Orang-orang tersebut adalah kedua orang tua (Ahmad Yahya dan Musyarofah), kakek nenek (Purnomo dan Muflikhah), paman dan bibi (Nur Khasanah dan suaminya, Khotibul Umam dan istrinya dan Missmaruddin dan kekasihnya), adik saya tercinta (Edy Choeroni), dan tak lupa pujaan hati saya (Lilis Musrifah). Segala dukungan yang kalian berikan telah membuat saya semangat dalam menjalani kehidupan.
Tujuan saya membuat blog ini hanyalah untuk kepentingan saya pribadi sebagai catatan sepenggal kisah hidup saya yang sekiranya pantas saya tulis disini. Tidak ada maksud lain kecuali untuk mengenang sehala apa yang telah saya kerjakan. Dan semoga blog ini bisa menjadi media refleksi bagi saya pribadi agar dapat menjadi insan yang lebih baik, berguna bagi keluarga dan orang lain.
Ucapan terimakasih saya sampaikan kepada orang-orang yang saya cintai yang telah memberikan dukungan dalam bentuk materi maupun non materi. Orang-orang tersebut adalah kedua orang tua (Ahmad Yahya dan Musyarofah), kakek nenek (Purnomo dan Muflikhah), paman dan bibi (Nur Khasanah dan suaminya, Khotibul Umam dan istrinya dan Missmaruddin dan kekasihnya), adik saya tercinta (Edy Choeroni), dan tak lupa pujaan hati saya (Lilis Musrifah). Segala dukungan yang kalian berikan telah membuat saya semangat dalam menjalani kehidupan.
Tujuan saya membuat blog ini hanyalah untuk kepentingan saya pribadi sebagai catatan sepenggal kisah hidup saya yang sekiranya pantas saya tulis disini. Tidak ada maksud lain kecuali untuk mengenang sehala apa yang telah saya kerjakan. Dan semoga blog ini bisa menjadi media refleksi bagi saya pribadi agar dapat menjadi insan yang lebih baik, berguna bagi keluarga dan orang lain.
Langganan:
Postingan (Atom)