Programming

Explain about J2ME, PHP, HTML, CSS, Delphi, C++, C#, Pascal, etc.

Rabu, 27 Juni 2012

Free E-Book : Panduan Membuat Blog WordPress

Bagi rekan yang sedang belajar,  referensi buku adalah salah satu sumber inspirasi dalam belajar.. Kali ini saya berbagi sebuah referensi yang baik untuk anda pelajari. Bagi rekan-rekan yang suka dengan ngeblog, kini hadir E-Book yang mencoba memperkenalkan dan menuntun rekan untuk mahir dalam dunia blog terutama WordPress... sedikit berteori ...Blog berasal dari kata “Web Log” atau “Logs” yang sebenarnya berarti catatan  singkat yang...

Barcode Freeware Component untuk C++ Builder dan Borland Delphi

Rekan-rekan pasti sudah tahu apa itu barcode.... Disini saya akan mengulas sedikit tentang barcode : Barcode pada dasarnya adalah susunan garis vertikal hitam dan putih dengan ketebalan yang berbeda, sangat sederhana tetapi sangat berguna, dengan kegunaan untuk menyimpan data-data spesifik misalnya kode produksi, tanggal kadaluwarsa, nomor identitas dengan mudah dan murah, walaupun teknologi semacam itu terus berkembang dengan ditemukannya media...

Free E-Book Belajar Fotografi Pemula dari Adorama (LEGAL)

APA ITU FOTOGRAFI ???? Ya... fotografi terdiri dari 2 kata yaitu Photos artinya "cahaya", dan Graphos artinya "menulis". Nah secara singkatnya fotografi dapat diartikan sebagai teknik "menulis/melukis dengan cahaya". Kenapa demikian??? menurut ilmu fisika setiap benda memantulkan cahaya, setiap cahaya tersebut dapat difokuskan melalui lensa dan membakar medium penangkap cahaya (film) atau direkam melalui sensor digital. Bagi rekan-rekan yang ingin...

Selasa, 26 Juni 2012

Ribbon Hero 2 : Game Belajar Microsoft Office

Tahukah rekan-rekan sekalian sebenarnya kita tak perlu repot-repot belajar dengan serius tentang Microsoft Office yang terdiri dari Microsoft Office Word, Microsoft Office Excel, Microsoft Office Power Point, Microsoft Office Access dan lain-lain. Ternyata Microsoft telah membuat sebuah permainan yang diperuntukkan kepada rekan-rekan yang ingin belajar Microsoft Office. Game ini sangatlah menarik dan user friendly serta GRATISSSS. Berikut ini contoh...

E-Book : AutoCAD 2010 Essentials

Bagi rekan-rekan yang bergelut dalam dunia IT pasti sudah tidak asing lagi dengan software CAD satu ini yaitu AutoCAD. Perlu rekan ketahui AutoCAD adalah sebuah perangkat lunak komputer CAD untuk menggambar objek 2 dimensi atau 3 dimensi. Nah.. pada umumnya di dunia saat ini AutoCAD adalah software CAD yang paling banyak digunakan oleh para user. Nah.. ada berita lain bahwa AutoCAD ini hanya berjalan dan dikeluarkan untuk operating system Windows...

Ebook : Android Essentials - Membuat Aplikasi Android

Sudah tidak asing lagi bagi kita tentang Android. Android identik dengan Smart phone, Tablet dan lain-lain. Ya.... Android adalah salah satu sistem operasi yang berbasis LINUX untuk smart phone atau komputer tablet. Android menyediakan platform terbuka bagi para pengembang untuk menciptakan aplikasi mereka sendiri untuk digunakan oleh bermacam peranti bergerak. Kabarnya Android ini bersifat open source sampai tahun 2015... Sampai saat ini sudah...

E-Book : SEO Made Easy

SEO (Search Engine Optimization) atau biasa orang indonesia kenal optimisasi mesin pencari yang hanya bisa serangkaian prosesnya dilakukan secara sistematis atau terus menerus, ditujukan untuk meningkatkan kapasitas volume dan kualitas lalulintas yang bagus atau trafik dari mesin pencari menuju alamat situs web yang diinginkan, dengan memanfaatkan segalala mekanisme kerja alami algoritma si mesin pencari tersebut. Tujuan inti SEO ialah memposisikan...

Senin, 11 Juni 2012

History Of Operating System : The Fourth Generation

The Fourth Generation (1980-Present) : Personal Computers. With the development of LSI (Large Scale Integration) circiuts, chpis containing thousands of transistors on a square centimeter of silicon, the age of the personal computer dawned. In terms of architecture, personal computers were not that different from minicomputers of the PDP-11 class, but in terms of price they certainly were different. Where the minicomputer made it possible for a...

Minggu, 10 Juni 2012

The Role of SQL

SQL is not itself a database management system, nor is it a stand-alone product. Youcannot go into a computer store and "buy SQL." Instead, SQL is an integral part of adatabase management system, a language and a tool for communicating with the DBMS.Figure 1 shows some of the components of a typical DBMS, and how SQL acts as the"glue" that links them together. Figure 1 . Components of a typical database management system The database engine...

Sabtu, 09 Juni 2012

History Of Operating Systems : The Third Generation (1956-1980)

The Third Generation (1965-1980): ICs and Multiprogramming. By the early 1960s, most computer manufactures had two distinct, and totally incompatible, product lines. On the one hand there were the word-oriented, large-scale scientific computers, such as the 7094, which were used for numerical calculations in science and engineering. On the other hand, there were the character-oriented, commercial computers, such as 1401, which were widely used...

MEMORY MANAGEMENT

The needs of users can be met best by a computing environment that supports modular programming and the flexible use of data. System managers need efficient and orderly control of storage allocation.The OS, to satisfy these requirements, has five principal storage management responsibilities: • Process isolation: The OS must prevent independent processes from interfering with each other’s memory, both data and instructions. • Automatic allocation...

Jumat, 08 Juni 2012

What Are FAT, FAT32, and NTFS ?

FAT (or FAT16) dates back to DOS 3.0, and FAT32 was introduced with the OSR2 update to Windows 95. NTFS (NT file system) is a more mature version of FAT32 that was originally designed for use with Windows NT and Windows 2000 for server applications. Each partition on a hard disk and each removable disk must be formatted with FAT, FAT32, or NTFS, but it's possible (and often desirable) to have some disks with one format and some with the other format...

Selasa, 05 Juni 2012

History Of Operating Systems : The Second Generation (1955-1965)

The second Generation (1955-1965) Transistors and Batch Systems. The introduction of the transistor in the mid-1950s changed the picture radically. Computers became reliable enough that they could be manufactured and sold to paying customers with the expectation that they would continue to function long enough to get some useful work done. For the first time, there was a clear separation between designers, builders, operators, programmers, and maintenance...

History of Operating Systems : The First Generation (1945-1955)

Operating systems have been evolving through the years. In the following sections we will briefly look at this development. Since operating systems historically have been closely tied to the architecture of the computers on which they run, we will look at successive generations of computers to see what their operating systems were like. This mapping of operating system generations to computer generations is crude, but it does provide some structure...

Senin, 04 Juni 2012

The SQL Language

The SQL language and relational database systems based on it are one of the most important foundation technologies in the computer industry today. Over the last decade, the popularity of SQL has exploded, and it stands today as the standard computer database language. Literally hundreds of database products now support SQL, running on computer systems from mainframes to personal computers and even handheld devices. An official international SQL...

What Is a Network?

A network is nothing more than two or more computers connected by a cable (or in some cases, by a wireless connection) so that they can exchange information. Of course, computers can exchange information in other ways besides networks. Most of us have used what computer nerds call the sneakernet. That’s where you copy a file to a diskette and then walk the disk over to someone else’s computer. (The term sneakernet is typical of computer nerds’...

What is Operating Systems ?

An operating system is a program that manages the computer hardware. It also provides a basis for application programs and acts as an intermediary between the computer user and the computer hardware. An amazing aspect of operating systems is how varied they are in accomplishing these tasks. Mainframe operating systems are designed primarily to optimize utilization of hardware. Personal computer (PC) operating systems support complex games, business...