Aplikasi Location Base System (LBS) untuk Mobile Advertising berbasis J2ME Aplikasi LBS ini akan melakukan beberapa proses berikut :
- Aplikasi diaktifkan
- Ketika aplikasi J2ME kita mendapati CellID berubah, maka dia akan mengirimkan informasi itu ke Application Server untuk memproses berikut :
* mengambil informasi lokasi dari CellSpotting.com berdasar CellID saat ini (untuk melakukan ini, dari J2ME membuat koneksi dengan protokol HTTP methode POST agar dapat mengambil data dari database CellSpotting.com)
* mencari di database, iklan-iklan yang terdaftar di sekitar area CellID tersebut * setelah ditemukan, langsung dikirim kembali ke ponsel melalui SMS Catatan: - perlu diketahui bahwa database di cellspotting.com masih sangat terbatas, karena tergantung pada para pemakai yang memasukannya - kesulitan utama dalam penelitian ini adalah:
* mendapatkan data BTS berdasar CellID
* saat ini JSR 179 (untuk LBS) masih sangat terbatas diterapkan contoh ponsel yang sudah implementasi JSR 179:
http://www.forum.nokia.com/main/0,,018-2675,00.html?model=6265
* karena sebagian besar konfigurasi BTS di indonesia menjangkau area yang cukup luas, maka perlu batasan sistem yang sangat jelas di sini
Saturday, July 7, 2007
Aplikasi Location Base System (LBS) #1
Diposting oleh RoemahInformatika 0 komentar
Label: Kronika Ide Riset
Latent Semantic Indexing (LSI) #2
Pencocokan dokumen berbahasa Indonesia dengan metode Latent Semantic Indexing (LSI) Ide dasar dari LSI bahwa kemiripan antar dokumen dapat dilihat dari frekuensi kata-kata yang sama dalam dokumen tersebut. Untuk mengurangi besarnya ukuran frequency table (M x N), dimana M adalah jumlah dokumen dan N adalah jumlah kata, dalam LSI diterakan teknik singular value decomposition (SVD). Pengembangan penelitian ini akan menerapkan metode LSI untuk membandingan 2 dokumen berbahasa Indonesia yang menghasilkan seberapa dekat kemiripan antar dokumen tersebut.
Diposting oleh RoemahInformatika 1 komentar
Label: Kronika Ide Riset
Friday, July 6, 2007
Kronika Ide .... Riset Informatika #3
Opentaps is a complete open source solution for your enterprise. Its sophisticated features and modern architecture will help bring together your entire organization, automate business processes, and improve efficiency. Download opentaps today and see what it can do for you.opentaps Open Source ERP + CRM brings you the advanced features and power of Tier 1 ERP and CRM software with the flexibility and low cost of ownership that only open source can deliver. You can use opentaps as an alternative to expensive and inflexible commercial ERP solutions, as a replacement for in-house solutions that are difficult to maintain or extend, or as a starting point to build your unique business model and processes.
Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation ... http://xmlgraphics.apache.org/batik/
ChucK : Strongly-timed, Concurrent, and On-the-fly Audio Programming Language
Face Detection
http://www.schneier.com/blog/archives/2007/01/how_to_recover.html
GEOMAP
OUR BOOKS INFORMATION SYSTEM
Diposting oleh RoemahInformatika 2 komentar
Label: Kronika Ide Riset
Thursday, July 5, 2007
Kronika Ide ... Riset Informatika #4
PID Motor Position Control Model in VB Code
USB GPS RECEIVER APPLICATION
Sistem Tracking Kendaraan Bermotor Menggunakan Teknologi GPS dan Interface Radio APRS
Diposting oleh RoemahInformatika 1 komentar
Label: Kronika Ide Riset
Wednesday, July 4, 2007
Arabic Application Development Using Microsoft VB 6.0
Arabic Symbology
Although Arabic is SBCS language, it present a special challenge to programmers. Because they’re script language traditionally written with a pen, a character can take on a different shape depending on where it appears in a word. This is similar to use capital letters at the beginning of European and American words. Many Arabic characters, however, have four variations for when the character appears at the beginning, middle, or end of a word and for when it appears by itself. More...
Diposting oleh RoemahInformatika 0 komentar
Label: Artikel
SOA (Service Oriented Architecture)
Service Oriented Architecture (SOA) merupakan satu konsep yang sedang hangat diperkatakan dan diperdebatkan dalam dunia IT beberapa tahun yang lepas. Hal ini merupakan paradigma dan konsep baru bagi mengoptimakan sebuah organisasi yang menggunakan teknologi IT agar dapat dimanfaatkan oleh organisasi lain yang memerlukannya, dengan mewujudkan sambungan (link), mengikut protokol tertentu antara organisasi berkenaan.
Protokol tersebut merupakan sesuatu yang boleh diterima oleh semua organisasi di atas platform yang berbeda. SOA perlulah diinspirasi oleh organisasi yang berasaskan manusia (human organization) dan seterusnya diterjemahkan kepada bahasa mesin dan teknologi. Layanan service, perlulah dirujuk kepada fungsi organisasi berkenaan, yang boleh ditawarkan kepada organisasi lain. Informasi yang ditawarkan perlulah dikawal oleh peraturan yang diwujudkan oleh organisasi berkenaan, atau badan lain untuk memastikan dan mengawal kualitas informasi yang bersangkutan, dan yang penting sekali untuk menentukan apakah informasi boleh diakses oleh organisasi lain.
Dari segi informasi, SOA adalah satu paradigma untuk pengaturan(organizing) dan penggunaan (utilizing) manfaat yang dapat diambil dan berada dibawah pengawasan pemilik domain yang berbeda. Capability boleh dilihat sebagai service yang diberikan oleh pelbagai organisasi yang berada pada lokasi yang berbeda.
Sudah pasti, organisasi perlu memahami konsep SOA, dan bersedia(willing) untuk menyediakan informasi tertentu melalui konsep SOA, menyediakan kaidah tertentu untuk interaksi dengan organisasi lain -communication, memastikan informasi agar dapat dilihat (visible) oleh organisasi lain dan yang panting sekali, bersedia untuk berkongsi data dan maklumat dengan organisasi lain (Sharing).
Sharing informasi dan data, tidaklah mudah dan bersifat ‘plug n play’, karena tidak akan bersahaja melihat dari sudut syntax(struktur/format) saja, tetapi juga makna dan maksud (semantic) .
Diposting oleh RoemahInformatika 0 komentar
Label: Artikel
Monday, July 2, 2007
CODE SNIPPSET
Informasi Peta Multi Routing
Menggunakan GOOGLE MAPS, Ir Agus S
Google Maps menyediakan fitur untuk menampilkan Peta Routing (Direction) dengan menggunakan parameter HTTP.
Misalny kita hendak mendapatkan DIRECTION dari kota Minneapolis, MN menuju kota New York melewati kota San Fransisco dan Tampa, maka string parameter HTTP dapat secara langsung diketikkan pada adress web browser dengan syntax sebagai berikut
http://maps.google.com/maps?saddr=start+address&daddr=destination+address
implementasi sintaksis DIRECTION dari Source (Kota Minneapolis) ke Destination (Kota Tujuan New York) melewati kota San Fransisco dan Tampa menjadi sbb :
http://maps.google.com/maps?
saddr=minneapolis%2C+mn& daddr=san+francisco%2C+ca+to%3Atampa%2C+fl+
to%3Anew+york%2C+new+york
Agar lebih customize bagi user dan memberikan Information Value yang lebih aplikatif, kita dapat mengembangkan aplikasi untuk mengolah data spasial menggunakan fasilitas dari Google Maps tsb. dengan menggunakan bahasa pemrograman Delphi, VB, C dsb, sehingga dapat memberikan output berupa informasi Direction Map, waktu tempuh dan lain sebagainya.
Diposting oleh RoemahInformatika 0 komentar
Label: Code Snippset
Tuesday, June 26, 2007
HOT LINKS

http://rapidshare.com/files/44147333/comgpr_ff.rar

Title: Database System ConceptsAuthors:Abraham SilberschatzHenry F. KorthS. Sudarshan
http://rapidshare.de/files/14981246/Database_System_Concepts_4th_Ed_-_McGraw_Hill.rar.html

Subdreamer CMS
http://www.uploading.com/?get=ANO0QA4B
Diposting oleh RoemahInformatika 0 komentar
Label: Download
Monday, June 25, 2007
Most Downloaded in C
Abstract: Pathfinder
This application uses an implementation of the A* ("A-Star") algorithm to find the shortest path through a set of rectangular obstacles. The application demonstrates an optimizing step-by-step search of the obstacle space. The core class includes additional functionality for computing an eight-directional step path to the goal using run-slice computation.
http://www.mediafire.com/?2glxtymin2e
Abstract: Content Management System
This application is a content management system (CMS) for the djstein.com website. Prior to the development of this CMS, the website was authored manually based on a set of HTML templates. This proved to be cumbersome and yielded inconsistent results, so some time was invested in designing a database to store the content of djstein.com in a relational database and to write documents in standardized form. The resulting application is an intermediary between a set of simple user forms and the HTML content of the website. (Most CMSes are web applications that generate this text on-the-fly. But djstein.com is a website with infrequent changes, so it is more efficient to generate static HTML in response to site changes. Thus, the database is hosted remotely, and pages are generated remotely and deployed to the djstein.com webserver.)
http://www.mediafire.com/?d1douhnnhdd
Diposting oleh RoemahInformatika 0 komentar
Label: Download
Most Downloaded in Delphi
The SWORD Project
http://sourceforge.net/projects/sword
XMLDataSet
http://www.openfmi.net/projects/xmldataset
JeonSoft Accounting Module The purpose of JAM (Jeonsoft Accounting Module) and JAM.NET Accounting System is to increase the speed and efficiency of the overall accounting... http://www.jeonsoft.com/
MemDB Barcode Printing System 2.0 This program prints Code 128, EAN 128, Code 39, Code 93 or Code 25 interleaved barcode and text labels. User can set the page, label and page... http://www.memdb.com/
ABOUT MONEX Personal finance manager based on double entry bookkeeping principles. Features: account tree view, transaction filtering, multiple currencies, multiple exchange rates, transaction scheduling, download of financial data (not yet implemented), +++
EXE FILES http://downloads.sourceforge.net/monex/Monex_0-715.exe?modtime=1168724426&big_mirror=0
DELPHY/KYLIX SOURCE CODE OF MONEX http://downloads.sourceforge.net/monex/monex_source_0-715.zip?modtime=1168724698&big_mirror=0
Diposting oleh RoemahInformatika 0 komentar
Label: Download
Most Downloaded in VB
This Whozz Calling ?
"Listener" package contains the WC Listener and WC Client applications, as well as the Microsoft Visual Basic project files used to create these applications. The WC Listener program runs on a computer connected to a Whozz Calling?, Whozz Calling? Lite or Scout series product. It displays and logs inbound call data and outbound call data (if applicable). The WC Listener also broadcasts all call data across a local area network to any computer with the WC Client loaded.
Car Parking System source : http://www.mediafire.com/?fkzwftmdbre
Employees Daily Time Record System
source : http://www.mediafire.com/?59gve1t0kvw
VB Code - Point Of Sale (POS)
source : http://www.mediafire.com/?7myjdc1fmmx
VB SMS SDK ........... download http://www.activexperts.com/files/activsms/asmstool.exe
Dijkstra's algorithm to find Shortest Path
source code : http://www.mediafire.com/?a4f4mrz2tgl
Remote Monitoring System Sends E-mail via SMS
pdf : http://pdfserv.maxim-ic.com/en/an/AN3297.pdf
source : http://www.maxim-ic.com/images/appnotes/3297/Remote_Monitor_EPD_Ver1.0.bas
VB6 Telephone Bill sample code
source : http://www.mediafire.com/?fnwy9gg2uei
VB 2 SQL Server Client Shell Program
source : VBtoSQLClientDemo.zip
Diposting oleh RoemahInformatika 1 komentar
Label: Download
Sunday, June 24, 2007
JAVA
Core Java :-
Thinking in Java, by Bruce Eckel, 3rd Ed
Thinking in Patterns with Java
Sun Certified Java Programmer Pre-Exam Essentials
A Comparison of the C# Programming Language to the JAVA Programming Language
Introduction to Programming Using Java
The Java Reference Library CD Bookshelf
Java 1.2 Unleashed
Java FAQ
Coding Conventions for Java
Introduction to Computer Science Using Java
The Java Web Services Tutorial
Core Servlets and JavaServer Pages
Getting Started with JDBC API
JAAS Developer's Guide
Java Book Chapters
Peter Norton's Guide to Java Programming
The Java Language Environment
Concurrent Programming Using Java
Computer Scientist through Java
Jan Newmarch's Guide to JINI Technologies
Advanced Programming for the Java 2 Platform
Securing Java
Java Platform Performance: Strategies and Tactics
Java Design Pattern: A Tutorial
Free Java Books Collection
Java Message Service (JMS) Tutorial
Evaluating Java for Game Development
Java Performance
330 Java Tips
Interface Design: Best Practices in Object-Oriented API Design in Java
Bleeding at the Keyboard: A Guide to Modern Programming with Java
The Java Look and Feel
Objects and Java
Data Structures and Algorithms with Object-Oriented Design Patterns in Java
Java Data Structures, 2nd Edition
Brewing Java: A Tutorial
Java2D: An Introduction and Tutorial
Java 3D API Tutorial
Java 3D API Specification
Data Structures through Java
Practical Artificial --- Intelligence Programming in Java
Essentials of the Java Programming, Part 1
Essentials of the Java Programming, Part 2
The Java Tutorial
Java, an Object First Approach
Java Expert Solutions
Java Lecture Notes
Teach Yourself Java 1.1 Programming in 24 Hours
Tricks of Java Programming Gurus
Teach Yourself Java in 21 Days
Web Programming with Java
The Official Gamelan Java Directory
Principles of Object-Oriented Programming in Java
Using Java, 2nd Edition
Java by Examples
Java Developer's Reference
Java Unleashed
Using Java 1.1, 3rd Edition
Java Language Reference
Exploring, 2nd Edition
Java Language Specification
Java in a Nutshell, 2nd Edition
Developing Intranet Applications with Java
Internet Game Programming with Java
Java Thin Client Systems with VisualAge Generator
Java Fundamental Classes Reference
Java AWT Reference
Creating a GUI with JFC/Swing
Programming User Interfaces with JFC
Swing: A Quick Tutorial for AWT Programmers
Java Swing
A Java GUI Programmer's Primer
JFC Unleashed
Java Thin Client Programming
Java Thin Client for Network Computing
Java Application Development for CICS
The JNDI Tutorial
Inside the Java Virtual Machine
Java Virtual Machine Specification
Java and XML:-
Processing XML with Java
J2EE and XML Development
Working with Java and XML
J2EE:-
Designing Enterprise Applications with the J2EE Platform, Second Edition
The Java Enterprise CD Bookshelf
Thinking in Enterprise Java
The J2EE 1.4 Tutorial
Mastering Enterprise JavaBeans, 2nd Edition, by Ed Roman. (PDF, 6MB) [Download ]
Lectures in Enterprise JavaBeans
J2EE BluePrints
The J2EE Tutorial
J2EE Developer's Guide
EJB Design Patterns, by Floyd Marinescu. (PDF)
Developer's Guide to Understanding Enterprise JavaBeans
Application Development with VisualAge for Java Enterprise
Enterprise Java Beans, an Introduction
J2EE Technology in Practice
Factoring JavaBeans in the Enterprise
Cooking with Beans in the Enterprise
Servlet Essentials
Servlets and JavaServer Pages (JSP): A Tutorial
Presenting JavaBeans
Diposting oleh RoemahInformatika 0 komentar
Label: EBOOKS
Saturday, June 23, 2007
Linux, Unix
The Linux Cookbook
Unix Man Pages
Everyday Linux
The Art of Unix Programming
The Unix-Haters Handbook
Secure Programming for Linux and Unix
Unix/Linux Book Chapters
Teach Yourself Linux in 24 Hours
NeXTStep Programming: Step One, Object-Oriented Applications
Linux Professional Institute Certification (LPIC) Level Examination Preparation
Linux From Scratch
Beyond Linux From Scratch
The Linux Kernel
Introduction to UNIX - the Online Manual
Linux Kernel 2.4 Internals
LINUX: Rute User's Tutorial and Exposition
Perl for System Administration
Linux Device Drivers, 2nd Edition
Linux Newbies Administrator Guide
The Linux Web Server CD Bookshelf
Linux Network Administrator's Guide, 2nd Ed.
The Unix Programming Environment
The UNIX CD Bookshelf
Networking CD Bookshelf
A Comprehensive Guide to FreeBSD
Brian and Tom's Linux Book
Advanced Linux Programming
Beej's Guide to Interprocess Communication
Beej's Guide to Unix Network Programming
Maximum RPM
Introduction to Socket Programming
UNIX Hints & Hacks
XEmacs Tutorial
Josh's Linux Guide
KDE 2.0 Development
Debian GNU/Linux System Administrator's Manual
UNIX Unleashed
Linux Kernel Module Programming Guide
Using Samba
UNIX Unleashed, Internet Edition
UNIX Unleashed, System Admin's Editon
Linux Documentation
Unix System Administration
UNIX System Calls and Subroutines using C
Introduction to Unix for Web Developers
FreeBSD Developers' Handbook
C-shell Cookbook
Securing and Optimizing Linux: Red Hat Edition
Programming Guide for Linux USB Device Drivers
Security in Open Systems
Unix System Administration - A Survival Course
Teach Yourself Shell Programming in 24 Hours
GNU Emacs Manual
Slackware Linux Unleashed
Wine How-To
Linux User's Guide
Redhat Linux Unleashed
Linux System Administrator's Guide
Linux Network Administrators' Guide
AWK Programming Language
Effective AWK Programming
CVS--Concurrent Versions System
GNU Make
The Unix Shell Guide
Unix KornShell Quick Reference
UNIX Bourne Shell Programming
Bash Reference Manual
Beginner's Guide to Programming on the SUNs
GTK+ / Gnome Application Development
GTK v1.2 Tutorial
GTK+ Reference Manual
Writing GNOME Applications
An Introduction to Tkinter
Unix Text Processing
Xlib Programming Manual
XLib Manual
Basic Graphics Programming with Xlib Library
Xlib programming: a short tutorial
Xlib Reference Mannual
Motif Programming
Motif Programming Manual (6A) / Motif Reference Manual (6B), 2nd Ed
Diposting oleh RoemahInformatika 0 komentar
Label: EBOOKS
Wednesday, May 23, 2007
SISTEM GAME DRAGONBALL FIGHTER DGN KENDALI GERAKAN TANGAN
Draft riset/tugas akhir Teknik Komputer, berminat ?
email : roemahinformatika@inbox.com
Diposting oleh RoemahInformatika 0 komentar
Label: Pappers
Monday, May 21, 2007
Detektor Taraf Kebisingan Suara
referensi >>> doc : http://www.mediafire.com/?9ctttornnjl
Diposting oleh RoemahInformatika 0 komentar
Label: Pappers
Friday, April 27, 2007
Open Project
SerReg is a small home controller intended to turn your personal computer ( PC ) into a process control / data collection system. With the appropriate sensors SerReg can monitor physical variables such as pressure, temperature, light intensity, weight, movement etc, process the information and then use the result to control up to three physical devices such as motors, heaters, sirens, lights or other appliances around the home, office, laboratory or factory . You can program your appliances to operate automatically in conjunction with your weekly and daily schedule, manualy turn them on/off from your PC or use SerReg as a process ON/OFF controller to regulate some kind of physical variable ( process variable - PV ) to the desired value ( setpoint - SP ).
Diposting oleh RoemahInformatika 0 komentar
Label: Open Source Hardware
Saturday, April 21, 2007
KOMPRESI TEXT SMS
reference link :
http://www.mediafire.com/?cyyxbvbzu1b
Diposting oleh RoemahInformatika 1 komentar
Label: Pappers
Saturday, February 3, 2007
Hasil Tes Aptitude Pemrograman Mhs. Thn I United Kingdom
Saeed Dehnadi dan Richard Bornat (paper pdf) melakukan sebuah tes apititude pemrograman
Learning to program is notoriously difficult. A substantial minority of students fails in every introductory programming course in every UK university. Despite heroic academic effort, the proportion has increased rather than decreased over the years. Despite a great deal of research into teaching methods and student responses, we have no idea of the cause.
It has long been suspected that some people have a natural aptitude for programming, but until now there has been no psychological test which could detect it. Programming ability is not known to be correlated with age, with sex, or with educational attainment; nor has it been found to be correlated with any of the aptitudes measured in conventional intelligence or problem-solving-ability tests.
We have found a test for programming aptitude, of which we give details. We can predict success or failure even before students have had any contact with any programming language with very high accuracy, and by testing with the same instrument after a few weeks of exposure, with extreme accuracy. We present experimental evidence to support our claim. We point out that programming teaching is useless for those who are bound to fail and pointless for those who are certain to succeed.
Berdasarkan hasil pengujian mereka, terdapat tiga kelompok dalam kelas pemrograman,
Kelompok yang ingin belajar lebih cepat
Kelompok yang mengatur diri dan berusaha supaya lulus
Kelompok yang belum memahami ide dasar pemrograman (sampai perkuliah selesai)
Tampaknya kesalahan bukan pada dosen (baik dari material maupun cara mengajarnya):
The cause isn’t to be found in inappropriate teaching materials or methods either. Essentially, the computer science community has tried everything (see section 2) and nothing works. Graphics, artificial intelligence, logic programming languages, OOP, C, C++, PROLOG, Miranda: you name it, we’ve tried it. We’ve tried conventional teaching, lab-based learning by discovery and remedial classes. We’ve tried enthusiasm and cold- eyed logical clarity. Nothing makes a difference. Even the UK’s attempt in the 1980s to teach the whole UK population to program on the BBC Micro ran into the sand.
Bagaimana dengan mahasiswa Indonesia ?
Diposting oleh RoemahInformatika 0 komentar
Label: Artikel
Tips Mendesign Website
Sering kita temui website yang tipikal: "Welcome to my homepage," animasi e-mail, background dengan tulisan miring (diagonal), animasi garis pembatas, tabel dengan border tiga-dimesi dan lain-lain. Hal ini terjadi akibat dari fasilitas Template yang disediakan oleh software pembuat web seperti: FrontpageT, Corel WebDesignerT, dan sebagainya yang ditujukan untuk mempermudah penggunanya dalam membangun website.
Jika anda puas dengan hasil kerja anda membangun website dengan fasilitas template, sudahlah cukup sampai disini. Tetapi jika anda tidak puas dengan apa yang anda buat, dan anda merasa ingin lebih baik, maka anda perlu mengetahui bagaimana Web Designer membangun suatu Website, terlepas anda punya bakat seni atau tidak.
Unik : Dalam membuat karya apapun seorang designer mempunyai kesadaran untuk tidak meniru atau menggunakan karya orang lain. Begitu pula seorang Web Designer harus mempunyai budaya malu untuk menggunakan icon, animasi, button, dll, yang telah digunakan atau dibuat oleh orang lain.
Komposisi : Seorang Web Designer selalu memperhatikan komposisi warna yang akan digunakan dalam website yang dibuatnya. Pergunakan selalu Palette 216 WebColor, yang dapat diperoleh dari Adobe.com, hal ini untuk mencegah terjadinya dither pada image yang berformat GIF. Dalam membangun website suatu perusahaan, Web Designer selalu menyesuaikan warna yang digunakan dengan Corporate Color perusahaan tersebut. Sebagai contoh: Telkom Corporate Color-nya adalah biru, Coca-Cola : merah dan putih, Standard-Chartered : hijau dan biru, dsb. Untuk kemudian warna-warna tadi digunakan sebagai warna dominan atau sebagai elemen pendukung (garis, background, button, dsb).
Simple : Web Designer banyak yang menggunakan prinsip "Keep it Simple", hal ini ditujukan agar tampilan website tersebut terlihat rapi, bersih dan juga informatif.
Semiotik : Semiotika adalah ilmu yang mempelajari tentang tanda-tanda. Dalam hal ini diharapkan dengan melihat tanda atau gambar, user/ audience dapat dengan mudah dan cepat mengerti. Sebagai contoh: Jangan membuat gambar/image yang berkesan tombol, padahal itu bukan tombol/ link.
Ergonomis : Web Designer selalu memperhatikan aspek ergonomi. Ergonomi disini adalah dalam hal kenyamanan user dalam membaca dan kecepatan user dalam menelusuri website tersebut. Web Designer memilih ukuran Fonts yang tepat sehingga mudah dibaca, Web Designer menempatkan link sedemikian rupa sehingga mudah dan cepat untuk di akses dan lebih penting lagi adalah Informatif.
Fokus : Tentukan hirarki prioritas dari pesan yang akan disampaikan, misalnya: Judul harus besar, tetapi jangan sampai akhirnya akan konflik dengan subjudul yang berukuran hampir sama. Hal ini akan membingungkan user/audience untuk menentukan pesan mana yang harus lebih dahulu dibaca/ dilihat.
Konsisten : Tentukan font apa yang akan digunakan sebagai Body-text, Judul, Sub Judul dan sebagainya, sehingga website tersebut akan terlihat disiplin dan rapi. Sesuaikan jenis huruf yang digunakan dengan misi dan visi website tersebut, misalnya: hindari menggunakan font Comic dalam membangun website suatu perusahaan resmi. Demikian beberapa aspek dan prinsip yang digunakan Web Designer dalam membuat website, selebihnya merupakan ekspresi dari pembuat website itu sendiri yang terwujud dalam penggayaan penyusunan website.
Diposting oleh RoemahInformatika 0 komentar
Label: Artikel
Friday, February 2, 2007
Thursday, February 1, 2007
TUTORIAL SMS GATEWAY
dapat anda download disini : http://www.mediafire.com/?dy92hzc3h1x
Diposting oleh RoemahInformatika 0 komentar
Label: Artikel
Monday, January 22, 2007
Thesis IT ... overview
1 . Development of a standalone intelligent auto-tuner-for cascade control systems
2. IP traffice with multi-class QoS over 3G mobile networks
3. Fingerprint image quality measure, feature extraction and matching
4. Efficient algorithms for delay-constrained group multicast routing
5. Video shot detection and key frame extraction
6. Watermarking of diital audio signals
7. Fingerprint processing techniques for biometric application
8. .........etc
http://www.ntu.edu.sg/eee/academic/MEng/theses_meng.htm
Diposting oleh RoemahInformatika 0 komentar
Label: Pappers