Techniques to Make the Windows XP Installer CD for SATA Hard Disk.

Teknik atau cara membuat Master Windows XP untuk Hard Disk SATA.
The steps to make the Windows XP installer CD in order to detect SATA hard disk on the notebook or laptop.
Before we begin the steps necessary to prepare some software and equipment we need. that is:

  1. Master CD Installer Windows XP.
  2. Blank CDs.
  3. Computers or Notebook can burning.
  4. Disk space for Master Windows XP (approximately 700 MB)
  5. NLiteOS software (can download here)
  6. SATA drivers (download link here)
After the software and equipment prepared,  follow the steps below:
  1. Install  NLiteOS Software on your computer. 
  2. If you have not installed the computer netframework 2, install first netframework 2. (can be download here).
  3. Copy Master the Windows XP CD into Drive C on the computer or your laptop and give the folder a name that is almost similar to windows, for example in C: \ WINSATA
  4. copy SATA drivers which we prepare in the directory, eg in C: \ WINSATA \ satadrv.
  5. Run the program nLiteOS Software and enter Blank CD into the CD-RW and follow the steps as below:
  1. Choose the language is used like the following picture: 
  2. PATH Navigate to the folder your created, for example C: \ WINSATA like this picture below. the nLiteOS will detect a series of Windows XP Installer and then press Next button.
  3. After the display appears as below,  ignore and click Next button.
  4. After the display appears as below, click on the Driver until circle is green, which means we will insert the CD into the driver installer and click also Bootable ISO to CD Blank to burning to which we have prepared earlier on the CD-RW. Then press Next.
  5. After the show window as below the Insert button and select a single driver will only enter if specific driver, or select multiple drivers if we would put all the drivers, then navigate to the folder SATA drivers we had copy. Single drivers for SATA hard drive type, while multiple drivers specifically for this type of SATA hard disk common.
  6. After we put the drivers into the list and then press Next, and the display will appear as below it. and select yes to proceed.
  7. After the process is complete, press next to continue.
  8. After the display appears as below, select Burn Image mode if we are going directly to CD or burning select Create Image mode if we can just make an ISO image only. then press Next.
  9. Once the process is complete we click Finish, and the CD or image ready for our use.
Read Detail ~ Techniques to Make the Windows XP Installer CD for SATA Hard Disk.

Why Notebook with SATA Hard Disk Can't to Install in Windows XP?

Mengapa notebook dengan hard disk SATA tidak bisa diinstall Windows XP?
New notebook now mostly use SATA hard disk. and of most new notebook products recommended to use Windows Vista. There are several techniques that you know that not all notebooks that use SATA hard drives have trouble installing Windows XP. All you need to see, among others are from his BIOS settings.

If the hard disk setting is AHCI and IDE, so if you want to install Windows XP notebook with Change setting to IDE hard disk so that we can do the installation.

If in its BIOS settings no settings to change the AHCI or IDE, then we require additional drivers to detect the sata hard disk on a notebook that we have entered into the Windows XP installation CD.
 
Where can we get the sata drivers for us enter into the Windows XP Installer CD and how do I enter into it? Look at the Tips & Tricks category and search for the title "How to Make Windows XP Installer CD for SATA hard disk". Divernya adjusting for the type of notebook you are going to install to avoid problems during installation of Windows later. Ask the driver stained Google or you can see here.
Read Detail ~ Why Notebook with SATA Hard Disk Can't to Install in Windows XP?

Program PHP Basic Introduction

Dasar Pengenalan Program PHP


PHP is a scripting language combined with HTML and runs on the server side. This means that all the syntax that we provide will be fully executed on the server while the browser is sent to the outcome only. In PHP variable names preceded each dollar sign ($). For example a variable name in PHP is written with $ a. Type of a variable is determined at the time course of the program and depending on the context used.

There are several control structures in PHP, among others:
1. IF
IF construction is used to perform the execution of a conditional statement.
2. WHILE
While the meaning of statemant is giving orders to run the statements below it repeatedly, as long as the conditions are met.
3. FOR
Almost the same as WHILE statementnya only a different course.
4. SWITCH
SWITCH statement is used to compare a variable with some values and run a particular statement if the variable value equal to the value of the comparison.
5. Require
Require statement is used to read the variable values and functions of the other files. Require statement can not be included diadalam such a loop structure while or for. Because only allows the same file pemangggilan the
only once.
6. INCLUDE
Include statement to include the contents of a particular file. Include can be placed in a loop for example in statements for or while.

Making different web-based applications with Windows-based application creation (visual programming), such as Visual Basic, Delphi, or KDevelop. In visual programming, we enhance the speed and application performance by optimizing memory usage, process management, and Input-Output settings. On the web-based programming, the determining factor is the speed of application performance and database access and network access speed Internet.
The second difference is the way applications run. In visual applications, applications built using a specific tool, and then compiled. The results can be directly used in the computer. Web-based applications can not be run directly on the computer. To run it, it takes a particular engine, in this case the web server.
Many PHP programmers are used by a background of C / C + + because of the similarity syntaxnya. Open source, so free and free. Partner usually MySQL database, Apache Web server running together on a Linux operating system. Everything is free and free.
Read Detail ~ Program PHP Basic Introduction

About SQL (Structure Query Language)

Tentang SQL (Structure Query Language)
SQL stands for Structure Query Language. SQL is often pronounced "Sequel" is a structured language used to query, update and manipulate databases. This language can be used to load, sort and filter a specific data from a database. SQL actually has become the standard language in the database server processing. Many vendors that offer SQL language with slight variations berbagainama and different.
Once we know little about SQL then we learn more about creating databases in MySQL. Can we create a database using the MySQL Command Line or use the interface as SQLYog version 5. In this SQLYog we can more easily in the manufacture of its database tables.
The table is a structure in the database used to store data. Table consists of one or more columns. Each column can be filled with data of the appropriate data type. One line of data (record) is a set of information that the parts in the columns. After we create the database tables we created as well as needed. The structure is part of the table must be specified when creating tables. Table structure contains columns, which each column has its own characteristics. Each column has a column name, data type that can be accommodated and the column width.
Type of data provided by MySQL is vast and complete. The selection of data types is essential. It is absolutely done is selected the data type must match the data stored or processed. If the data type does not match, an error will occur and the process will stop. In addition to the data types must match, the selection of an appropriate data type will save memory and speed up the process.
Simply MySQL data types can be grouped as follows:
1. Integer
2. Decimal and Numeric
3. Float and Double
4. DateTime, Date and Time
5. Char, varchar
6. And any other data type such as year, binary, text and other.

In a table requires a primary key index is a data sorting is physically joined with the table. In one table can only have one primary key, but the key to primary key sequence can consist of several columns. Primary key is always been updated when changes are related to record key column.
In a database containing the tables can be selected according to the needs of applications that we make. Selection of data is useful for many purposes. From a number of data owned by the tables in the database, we can choose specific data are taken. The data set includes a column selection and a particular record. Further selected data can be processed further directly or diinteraksikan with other data in a particular process.
Join the MySQL command provided to relationships (linking) multi-table. Join command does not stand alone but is used in other commands, the commands Select, Update and Delete. Additional join command is used to replace a single source table with a multi-table on these commands.
Aggregate function is a function that is often used in the selection of data pegelompokan (group by). Aggregate functions can be used to obtain statistical data from several database tables. Some aggregate functions are often used are as follows:
1. AVG (expr), Count (expr) and Sum (expr).
2. MIN ([DISTINCT] expr), MAX ([DISTINCT] expr)
3. STDDEV_POP (expr)
4. STDDEV_SAMP (expr)
5. VAR_POP (expr)
6. VAR_SAMP (expr)
View or Table View is a virtual table (virtual) that can display information from one table or more. View actually contains the definition of a command to view a table or more in a new table that is a virtual table, as collected and stored data remain in the original table. Each view will be seen as a separate table. In this way can be obtained some information which is often used, just like accessing a table, the view. Later view can also be accessed by application programs that we make. Although the view is a virtual table, but the view is stored in a database and stored in fact is the definition of view.
Stored Procedure is a sub program or set of SQL commands stored and integrated in a database. Stored procedure stored in the MySQL server, not the client computer, and will be merged with a database in server.Stored Procedure is a new facility was added in MySQL version 5. With the existence of this facility makes MySQL as a database application that can fully apply the concept of pemrogaman Client-Server, not just Multi-User. Stored Procedure can be accessed via application program a particular object in the program each application. At the time of execution of application programs such as the Delphi, stored procedures will be implemented on the server computer rather than on the client computer and the results sent to the client computer. Thus the division of labor will occur between the client and server, and network traffic activity becomes reduced. As a result of client server performance increases and more efficient.
Select the Stored Procedure has limitations, in Microsoft SQL Server, Stored Procedure same equivalent but with a little different way of making the Stored Procedure we have made above may work, either called directly from SQL Server or if called from an application program. But in MySQL there are still restrictions. If the Stored Procedure executed in Command Line obviously no problem but if run from an application program is still an error message error.
Read Detail ~ About SQL (Structure Query Language)

How to Select the Appropriate Internet Service

Bagaimana Memilih koneksi Internet yang baik?



When we will install the Internet, we need to pay attention to some issues in the election that the internet connection that we use does not harm us. As the selection provider, type of connection, speed of access, and cost of course. Some things to choose a good Internet connection, including:

  1. Adjust the level with us, whether we are using the internet are often free or only sometimes.
  2. Adjust work with us, whether we work with require internet access fast or not.
  3. Customize with us, our purpose in this case is the cost so that we do not feel disadvantaged.

From some of the above solutions we can provide the Internet connection that we should use. There are some who have internet connection at this time include:

  1. Internet Provider. This service usually have a high speed and high level of stability has a connection. And also to serve the Internet continuously, charges are usually calculated using the time base or calculated monthly.
  2. Speedy. Speedy service level will also have a high-speed access, but because the number of users at this time speedy, speedy sometimes have trouble or problems. Usually this service is used as a home-home personal internet or home package. Speedy also provide packages in addition to home business such as unlimited. For more details, please visit the speedy speedy.
  3. Wireless modem. The Internet using wireless modems usually are people - people that have a high level of mobility. Speed access is still under the speedy service or provider. Usually use this wireless service from mobile service providers such as Telkomsel, indosat, proXL, flexi, starone, smart, axis, 3, m8, Ceria, and others. Speed and cost of access depending on the service provider.

This article we make with the aim that we have not and do not feel any loss in using the internet service. We hope this article is useful for those of you who need and enjoy the Internet world with us. There are complaints and suggestions, or need a solution please visit us here in infokomnet.blogspot.com.
Read Detail ~ How to Select the Appropriate Internet Service

Differences in Dual Core and Core 2 Duo

Perbedaan Dual Core dan Core 2 Duo




Intel issued a technology that, among others, Dual Core and Core 2 Duo, we sometimes difficult to distinguish between them. Actually what a difference with the Dual Core Core 2 Duo? View from the name is almost similar but 2 processors have differences. Differences with the Dual Core Core 2 Duo, among others:

  1. Have a Dual Core 2 processors in the process of working together and the work process is divided evenly in each processor, but in the Core 2 Duo processor will work one by one in accordance with the use, that is when the processor 1 in the Core 2 Duo is not able to process its own processor then the second to help the process of execution of the processor 1.
  2. Dual Core requires high power during the process because the 2 processors working together, but in the Core 2 Duo power needed less because processors do not necessarily berproses if not needed. This effect on the notebook or laptop that works using batteri. Notebook or laptop with a Core 2 Duo processor batterinya more durable than a laptop or Notebook using the Dual Core processors.

Currently, Intel processors have the technology up to Quad Core and Core 2 Quad. The difference is almost the same as above. Possibility still stout differences of others, but the author presents the only 2 differences over the most prominent authors after conducting research.
Read Detail ~ Differences in Dual Core and Core 2 Duo

The Development of the Internet and the Cybernet

Perkembangan Internet dan Dunia Maya.



Internet world at this time is very tight and crowded. Warnet-warnet around us are many and cheap, especially disekitas campus or around the schools. Various information is available on the internet. We can dig up information from internet easily. But we must also be vigilant, because in addition to positive information, the world's internet banyakinformasi also negative, such as pornography, and others.
As a man who is always thirsty for information, we can find something that we previously did not get into more of a internet. Internet media is a complex media with various information. Engine-search engine is available there and we live to use it to get the information we find. In the internet search engine such as, google, yahoo, amazon, and others.
Engine-search engine has to index the information from all over the world and show it to us. Someone who would like to search for information to stay on to enter a keyword search engine and through the search engine, then we search for information that will appear to be in accordance with the keywords that we enter. Internet is a source of knowledge is extraordinary.
In addition to functioning as a media publication, the Internet can also connect us with other people who were using the Internet because the Internet is connected to various parts of the world. We can communicate with text, voice or video streaming. And with what we can communicate? Of course, with the messenger applications like Yahoo Messenger, Google Talk, Camfrog, Facebook, Friendster and others.
Other functions of the Internet as adalalah remote control. For example using a video server, or micro-controllers that we connect with the Internet network so that we can control the micro-tool we used from various places that have internet service.
Perhaps a glimpse of the development of the Internet and we believe that not only the use of the Internet because the more knowledge we have learned of its development and also increasing.
Read Detail ~ The Development of the Internet and the Cybernet