Calendar
May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  
Statistic
Earn Cash by using your Blog

MySQL

WEB design application | Know some WEB design applications

A. FIREWORKS CS3
FIREWORKS CS3 is an application program to design the layout on web pages.The application comes with several features for object processing bitmaps, vectors, and also the text. This application is also supported with adequate color processing so that it can achieve a maximum design.
FIREWORKS CS3 helps user to use it to facilitate understanding of the desired web layout design. In which there is such a complete tool to help deliver a perfect design as the user wants it.2. FLASH CS3
Furthermore ADOBE FLASH CS3, the application is also one of the WEB DESIGN software applications with features - features that are easily understood by the user.

3. DREAMWEAVER CS3
Just as the two applications that I mentioned earlier, DREAMWEAVER CS3 also serves as a design layout on the web but more priority to the addition of new functions and facilities serving the toolbar that can be modified as the user wants.

The third application is very helpful beginner in web design. Many features - features that are in it to make the beginner better understand how to modify the appearance of the web layout they want.

 

Operate MySQL

The operation of MySQL there are two ways, namely:
A. Using the Command Line Interface (CLI) - For example the command prompt
on windows, linux and unix on a terminal.
2. Tool use WYSIWYG (What you see is what you get) - Examples
such as: XAMPP, MySQL-Front, SQLyog, phpMyAdmin, DBDESIGNER, etc..
In this module we will first study the operation of MySQL
by using a Command Line Interface (CLI) using the command
existing prompt on the Windows operating system. To Mysql we will
using XAMPP, why do we use xampp? Because xampp is
programs that already include Mysql Server, Webserver, database manipulation tools
web bases such as phpMyAdmin.
1. Go to the Program Directory by:
Go to the DOS prompt and then Type the command:
cd \
cd xampp \ mysql \ bin
KomunitasMengoperasikan MySQL
The operation of MySQL there are two ways, namely:
A. Using the Command Line Interface (CLI) - For example the command prompt
on windows, linux and unix on a terminal.
2. Tool use WYSIWYG (What you see is what you get) - Examples
such as: XAMPP, MySQL-Front, SQLyog, phpMyAdmin, DBDESIGNER, etc..
In this module we will first study the operation of MySQL
by using a Command Line Interface (CLI) using the command
existing prompt on the Windows operating system. To Mysql we will
using XAMPP, why do we use xampp? Because xampp is
programs that already include Mysql Server, Webserver, database manipulation tools
web bases such as phpMyAdmin.
VII.1. Go to the Program Directory by:
Go to the DOS prompt and then Type the command:
cd \
cd xampp \ mysql \ bin
community

2. Sign in to MySQL client programs
Give the command: mysql-u root press Enter

3. Making Database and Table