Kamis, 15 September 2016
Rabu, 14 September 2016
Jumat, 09 September 2016
boootstrap responsive website
http://www.w3schools.com/bootstrap/default.asp
<div class="jumbotron text-center">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>
<div
class="container">
<div class="row">
<div class="col-sm-4">
<h3>Column 1</h3>
<p>Lorem ipsum dolor sit
amet, consectetur adipisicing elit...</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
</div>
<div class="col-sm-4">
<h3>Column 2</h3>
<p>Lorem ipsum dolor sit
amet, consectetur adipisicing elit...</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
</div>
<div class="col-sm-4">
<h3>Column 3</h3>
<p>Lorem ipsum dolor
sit amet, consectetur adipisicing elit...</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
</div>
</div>
</div>
html example
HTML Examples
HTML Basic
HTML document
HTML headings
HTML paragraphs
HTML links
HTML images
HTML Attributes
The title attribute
The href attribute
The width and height attributes
The alt attribute
Attribute without quotes
Attribute without quotes does not work
HTML Headings
HTML headings
HTML horizontal rules
HTML head
HTML Paragraphs
HTML paragraphs
More HTML paragraphs
The use of line breaks in HTML
Poem problems (some problems with HTML formatting)
How to control the line breaks and spaces with the <pre> tag
HTML Styles
HTML styles
HTML background color
HTML text color
HTML text font
HTML text size
HTML text alignment
HTML Text Formatting
Bold formatting using the <b> element
Strong formatting using the <strong> element
Italic formatting using the <i> element
Emphasized formatting using the <em> element
Small formatting using the <small> element
Marked formatting using the <mark> element
Marked deleted using the <del> element
Marked inserted using the <ins> element
Marked deleted and inserted using <del> and <ins>
Subscript formatting using the <sub> element
Superscript formatting using the <sup> element
HTML Quotations and Citations
Formatting short quotations with the <q> element.
Formatting quoted sections with the <blockquote> element.
Formatting document author/owner information with the <address> element
Formatting abbreviations and acronyms the <abbr> element
Formatting work title with the <cite> element
Formatting text direction with the <bdo> element
HTML Computercode Elements
Keyboard input formatting using the <kbd> element
Computer output formatting using the <samp> element
Programming code formatting using the <code> element
Programming code formatting preserving whitespace and line-breaks
Variable formatting using the <var> element
HTML Comments
Hidden comments
Conditional comments
Comments for debugging
HTML CSS
HTML with inline CSS
HTML with internal CSS
HTML with external CSS
HTML with CSS fonts
HTML with CSS using the id attribute
HTML with CSS using the class attribute
HTML and CSS borders
HTML and CSS padding
HTML and CSS margin
HTML and CSS full demo
HTML Links
Linking, using an absolute URL
Linking, using a relative URL
Changing the color of links
Removing the underline from links
Changing the target of a link
An image as a link
Creating a bookmark link
A link that breaks out of a frame
A mailto link
A mailto link with subject
HTML Images
The Mountain
An image height and width using attributes
An image height and width using CSS
An image height and width using both
An image in another folder
An image with a broken link
An image on another server
Using an image as a link
A moving image
An image map with clickable regions
A floating image
HTML Tables
Basic HTML tables
A table with borders
A table with collapsed borders
A table with cell padding
A table with headings
A table with left-aligned headings
Horizontal/Vertical table headings
A table with a caption
Table cells that span more than one column
Table cells that span more than one row
A table with cell spacing
A table with HTML tags inside
Tables with different style using id I
Tables with different style using id II
Tables with different style using class I
Tables with different style using class II
HTML Lists
An unordered list (default)
An unordered list with disc bullets
An unordered list with circle bullets
An unordered list with square bullets
An unordered list without bullets
An ordered list (default)
An ordered list with numbers
An ordered list with letters
An ordered list with lowercase letters
An ordered list with roman numbers
An ordered list with lowercase roman numbers
A description list
A nested list I
A nested list II
A horizontal list
A horizontal list menu
HTML Block and inline elements
Styling <div> elements
Styling <span> elements
HTML Classes
Classing <div> elements I
Classing <div> elements II
Classing <span> elements
HTML Layout
Layout using float
Layout using flexbox
Layout using flexbox 2
Layout using flexbox 3
HTML IFrame
Inline frame (a frame inside an HTML page)
HTML head Elements
A valid HTML document with no <html> <body, and <head>
A valid HTML document with no <head> element
The <title> element defines the document title
The <style> element contains style information
The <link> element defines a relationship to an external resource
The <meta> element defines special meta information
The <script> element defines client-side JavaScripts
The <base> element defines the base URL for all URLs
HTML Scripts
Insert a script
Use of the <noscript> tag
HTML Forms
Form with text input
Form with radio button input
Form with text fields and a submit button
Form with a text fields without a name attribute
Grouping Form Data
Send e-mail from a form
HTML Form Elements
A simple drop-down list
A drop-down list with a pre-selected value
A textarea (a multi-line text input field)
An input button
Using the <datalist> Element
Using the <keygen> Element
Using the <output> Element
HTML Input Types
Input type text
Input type password
Input type radio
Input type checkbox
Input type button
Input type number - with restrictions
Input type number - with steps
Input type date - with date picker
Input type date - with restrictions
Input type color - with color picker
Input type range
Input type month
Input type week
Input type time
Input type datetime
Input type datetime-local
Input type email
Input type search
Input type tel
Input type url
HTML Input Attributes
The autocomplete attribute
The novalidate attribute
The autofocus_attribute
The form attribute
The formaction attribute
The formenctype attribute
The formmethod attribute
The formnovalidate attribute
The formtarget attribute
The height and width attributes
The list attribute
The min and max attributes
The multiple attribute
The pattern attribute
The placeholder attribute
The required attribute
The step attribute
HTML5 Canvas
Draw on the canvas with JavaScript
Draw a line with lineTo()
Draw a circle with arc()
Draw a text with fillText()
Draw a text with strokeText()
Draw a linear gradient
Draw a circular gradient
Draw an image with drawImage()
HTML5 SVG
SVG Circle
SVG Rectangle
SVG Rounded Rectangle
SVG Star
SVG Logo
HTML5 Media
Play Bunny
Play bear video with controls
Play bear video with autoplay
Play Horse sound with controls
HTML5 Geolocation
Get geolocation coordinates
Handle geolocation errors
Get geolocation with a map
Get geolocation with Google map script
Get geolocation and watch the position
HTML5 Local Storage
Store a name permanently
Store a counter permanently
Store a counter for one session
More HTML5 Examples
HTML5 drag and drop
HTML5 application cache
HTML5 web workers
HTML5 server sent events
sumber : http://www.w3schools.com/html/html_examples.asp
PHP scripts are executed on the server.
What You Should Already Know
Before you continue you should have a basic understanding of the following:- HTML
- CSS
- JavaScript
What is PHP?
- PHP is an acronym for "PHP: Hypertext Preprocessor"
- PHP is a widely-used, open source scripting language
- PHP scripts are executed on the server
- PHP is free to download and use
PHP is an amazing and popular language!
It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
It is deep enough to run the largest social network (Facebook)!
It is also easy enough to be a beginner's first server side language!
It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
It is deep enough to run the largest social network (Facebook)!
It is also easy enough to be a beginner's first server side language!
What is a PHP File?
- PHP files can contain text, HTML, CSS, JavaScript, and PHP code
- PHP code are executed on the server, and the result is returned to the browser as plain HTML
- PHP files have extension ".php"
What Can PHP Do?
- PHP can generate dynamic page content
- PHP can create, open, read, write, delete, and close files on the server
- PHP can collect form data
- PHP can send and receive cookies
- PHP can add, delete, modify data in your database
- PHP can be used to control user-access
- PHP can encrypt data
Why PHP?
- PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
- PHP is compatible with almost all servers used today (Apache, IIS, etc.)
- PHP supports a wide range of databases
- PHP is free. Download it from the official PHP resource: www.php.net
- PHP is easy to learn and runs efficiently on the server side
koneksi PHP dan Mysql
http://www.nulis-ilmu.com/2014/11/membuat-koneksi-database-mysql-dengan-php.html
Sebelum melakukan operasi pada database MySQL, kita harus terkoneksi
lebih dahulu dengan database tersebut. Proses koneksi dengan database
dimulai dengan proses login dan kemudian membuka sebuah database. Semua
proses itu kita kerjakan melalui script, jadi tidak seperti saat login
ke phpMyAdmin. Untuk login ke server database kita memerlukan nama host,
nama user dan password baru kemudian kita mencoba menghubungkan dengan
salah satu database pada database server.
PHP menyediakan beberapa cara untuk membuat koneksi dengan database yaitu dengan fungsi mysql_connect(), fungsi mysqli_connect() dan koneksi dengan PDO. Yang sama dari ketiga jenis koneksi tersebut kita tetap membutuhkan parameter penting untuk koneksi yaitu host, user, password. Khusus untuk PDO kita bisa langsung menyebut nama database pada koneksi.
Fungsi mysql_connect() merupakan bagian dari fungsi-fungsi mysql extension sedangkan fungsi mysqli_connect() merupakan bagian dari mysqli extension. Untuk penggunaan mysql extension saat ini dianjurkan untuk tidak lagi digunakan, sebagai gantinya digunakan mysqli extension. Huruf i pada mysqli berarti improved, artinya telah di-improve atau diperbaiki.
Referensi :
sumber : http://www.nulis-ilmu.com/2014/11/membuat-koneksi-database-mysql-dengan-php.html
Membuat Koneksi Database MySQL Dengan PHP
PHP menyediakan beberapa cara untuk membuat koneksi dengan database yaitu dengan fungsi mysql_connect(), fungsi mysqli_connect() dan koneksi dengan PDO. Yang sama dari ketiga jenis koneksi tersebut kita tetap membutuhkan parameter penting untuk koneksi yaitu host, user, password. Khusus untuk PDO kita bisa langsung menyebut nama database pada koneksi.
Fungsi mysql_connect() merupakan bagian dari fungsi-fungsi mysql extension sedangkan fungsi mysqli_connect() merupakan bagian dari mysqli extension. Untuk penggunaan mysql extension saat ini dianjurkan untuk tidak lagi digunakan, sebagai gantinya digunakan mysqli extension. Huruf i pada mysqli berarti improved, artinya telah di-improve atau diperbaiki.
Koneksi database menggunakan mysql_connect dan mysql_select_db.
Pada mysql_connect kita hanya menghubungkan ke server database melalui nama host, nma user dan password. Dan untuk memilih database yang akan dibuka kita harus menggunakan fungsi lain yaitu fungsi mysql_select_db(). Saat ini fungsi mysql_connect() sudah diperbaiki pada mysqli extension dengan mysqli_connect().Cara penulisan mysql_connect
mysql_connect(nama_host, nama_user, password);
Cara penulisan mysql_select_db
mysql_select_db(nama_database, koneksi_sql);
Contoh script penggunaan fungsi mysql_connect() dan mysql_select_db()
- <?php
- //membuat definisi dari masing-masing parameter
- $dbHost = 'localhost';
- $dbUser = 'root';
- $dbPass = '123';
- $dbName = 'test';
- //mulai koneksi mysql
- $dbLink = mysql_connect($dbHost, $dbUser, $dbPass );
- if ($dbLink) echo "Koneksi MySQL Berhasil ...<br/>";
- else die('Koneksi MySQL Gagal: ' . mysql_error());
- //mulai koneksi database
- $dbSelected = mysql_select_db($dbName, $dbLink);
- if ($dbSelected) echo "Koneksi Database Berhasil ...<br/>";
- else die ('Koneksi Gatabase Gagal: ' . mysql_error());
- //membuat query membaca record dari tabel user
- $query="SELECT * FROM user";
- //menjalankan query
- $result=mysql_query($query);
- //menampilkan hasil query
- while($row = mysql_fetch_array($result)) {
- echo $row["nama"] . "<br/>"; }
- ?>
Koneksi database menggunakan mysqli_connect
Fungsi mysqli_connect merupakan bagian dari mysqli extension yang merupakan pengembangan dan perbaikan dari mysql extension. Mysqli extension sudah termasuk saat kita menginstal PHP5. Dalam koneksi menggunakan mysqli_connect terdapat opsi database, jadi kita bisa langsung terhubung dengan database dengan sekali perintah tanpa perlu fungsi mysql_select_db().Cara penulisan mysqli_connect
mysqli_connect(nama_host, nama_user, password, nama_database);
Contoh script penggunaan mysqli_connect()
- <?php
- //membuat definisi dari masing-masing parameter
- $dbHost = 'localhost';
- $dbUser = 'root';
- $dbPass = '123';
- $dbName = 'test';
- //mulai koneksi mysql dan database
- $dbLink = mysqli_connect($dbHost, $dbUser, $dbPass ,$dbName);
- if ($dbLink) echo "Koneksi MySQL Berhasil ...<br/>";
- else die('Koneksi MySQL Gagal: ' . mysql_error());
- //membuat query membaca record dari tabel user
- $query = "SELECT * FROM user";
- //menjalankan query
- $result = mysqli_query($dbLink, $query);
- //menampilkan hasil query
- while($row = mysqli_fetch_array($result)) {
- echo $row["nama"] . "<br/>";
- }
- ?>
Koneksi database menggunakan PDO
PDO adalah singkatan dari PHP Data Object. Dengan PDO kita bisa melakukan koneksi ke beberapa jenis database termasuk MySQL. Jadi jika kita menggunakan beberapa jenis database, penggunaan PDO lebih dianjurkan. Selain itu jika dikemudian hari kita merubah database kita cukup melakukan sedikit perubahan pada parameter koneksi PDO.Cara penulisan koneksi PDO
$conn = new PDO("mysql:host=nama_host;dbname=nama_database", nama_user, password);
Contoh script penggunaan koneksi PDO
- <?php
- //membuat definisi dari masing-masing parameter
- $dbHost = 'localhost';
- $dbUser = 'root';
- $dbPass = '123';
- $dbName = 'test';
- //menjalankan koneksi sql
- try {
- $dbLink = new PDO("mysql:host=$dbHost;dbname=$dbName", $dbUser, $dbPass);
- echo "Koneksi MySQL Berhasil...<br/>";
- }
- catch(PDOException $e)
- {
- echo $e->getMessage();
- }
- //membuat query
- $query = "SELECT * FROM user";
- //menampilkan hasil query
- try {
- $query = $dbLink->prepare($query);
- $query->execute();
- while($data = $query->fetch()) {
- echo $data['nama']."<br/>";
- }
- }
- catch (PDOException $e) {echo $e->getMessage();}
- ?>
- http://php.net/manual/en/function.mysql-connect.php
- http://php.net/manual/en/function.mysqli-connect.php
sumber : http://www.nulis-ilmu.com/2014/11/membuat-koneksi-database-mysql-dengan-php.html
Cara Membuat dan Menjalankan File PHP
Cara Membuat dan Menjalankan File PHP
Kemudian untuk bisa dijalankan, file tersebut harus diletakkan pada folder localhost, misalnya pada linux secara default berada pada /var/www. Sebelumnya menjalankannya, pastikan dulu kita telah berhasil menginstal web server dan php. Dalam penulisan script php kita harus mengacu pada aturan penulisan php yang telah dijelaskan pada artikel sebelumnya. Untuk mempermudah proses belajar php biasanya saya membuat folder php pada folder web server, misal /var/www/php.
Contoh file PHP sederhana untuk menguji web server dan mengetahui versi php yang diinstal :
- <?php
- echo phpinfo();
- ?>
Cara penulisan dan penempatan script PHP pada file PHP
Dalam menulis kode script php pada file .php ada dua cara yaitu semi php dan full php. Keduanya mempunyai kelebihan dan kekurangan. Mana yang dipilih, tentu sesuai keinginan dan kebutuhan serta kemudahan masing-masing programmer.Cara penulisan semi php
Maksudnya cara semi php berarti kita menulis kode php disisipkan pada kode html. Jadi walaupun filenya php namun isinya adalah kode html. Kemudian disela-sela kode html tersebut kita sisipkan kode php.Contoh penulisan semi php :
- <!DOCTYPE html>
- <html>
- <head>
- <title>Ini adalah title window</title>
- <body>
- <h1>Contoh penulisan semi php</h1>
- <p>Ini adalah Paragraf yang ditulis dengan html</p>
- <?php echo "<p>Ini adalah Paragraf yang ditulis dengan php</p>"; ?>
- </body>
- </html>
Pada contoh diatas terlihat paragraf yang ditulis dengan php dan yang tidak tampak sama jika dijalankan pada browser. Perbedaannya hanya pada penulisan kodenya saja. Jadi meskipun isinya kode html tetap bisa ditampilkan oleh browser.
Cara penulisan full php
Ini merupakan cara penulisan yang seluruhnya menggunakan kode php. Semua kode ditulis dengan aturan php dengan tetap mengacu pada aturan html. Maksudnya kita tetap harus membuat head dan body lalu aturan tag-tagnya juga harus mengikuti kaidah-kaidah penulisan html. Perbedaan dengan cara semi php adalah tag-tag ini ditulis dengan perintah echo.Contoh penulisan full php:
- <?php
- echo "
- <!DOCTYPE html>
- <html>
- <head>
- <title>Latihan menulis PHP</title>
- <body>
- <h1>Contoh penulisan semi php</h1>
- <p>Ini adalah Paragraf yang ditulis dengan html</p>
- Ini adalah Paragraf yang ditulis dengan php</p>
- </body>
- </html>
- ";
- ?>
Pada contoh diatas terlihat bahwa semua kode berada diantara tanda <?php ... ?>. Kode-kode HTML yang semula diluar php kini ditempatkan didalam php dengan perintah echo. Kelebihan dari penulisan ini adalah kita bisa dengan mudah mengontrol apakah akan tampilkan atau tidak. Jika menggunakan cara semi php maka kerja php tidak bisa dilakukan karena php hanya bekerja diantara tanda <?php ...?> saja.
Sepintas terlihat sama dan tidak ada yang istimewa pada php. Namun jika kita melihat contoh berikut akan terlihat kelebihan dari php.
Contoh penulisan php menggunakan variabel :
- <?php
- $title="Latihan menulis PHP";
- $p1="Ini adalah Paragraf yang ditulis dengan html";
- $p2="Ini adalah Paragraf yang ditulis dengan php";
- echo "
- <!DOCTYPE html>
- <html>
- <head>
- <title>".$title."</title>
- <body>
- <h1>Contoh penulisan php dengan variabel</h1>
- <p>".$p2."</p>
- <p>".$p2."</p>
- </body>
- </html>
- ";
- ?>
Pada contoh ketiga terlihat bahwa php bisa menangani variabel yang berarti memungkinkan kita untuk melakukan pengaturan isi web dengan menggunakan program. Pada contoh terdapat 3 variabel, yaitu $title, $p1 dan $p2. kemudian ketiganya ditampilkan pada lokasi tertentu pada website dengan hanya menyebutkan nama variabelnya saja.
Referensi : sumber : http://www.nulis-ilmu.com/2014/09/cara-membuat-dan-menjalankan-file-php.html
Apa itu Web Server
http://www.nulis-ilmu.com/2014/09/apakah-itu-web-server.html
Sebelumnya perlu diketahui bahwa web server itu tidak hanya Apache atau bahkan beberapa teman menyebut dengan XAMPP, atau WAMP server atau yang lain. Selain Apache ada beberapa perangkat lunak web server lain yang berbayar seperti Microsoft Internet Information Services (IIS) dan Sun Java Web Server.
Sebelumnya perlu diketahui bahwa web server itu tidak hanya Apache atau bahkan beberapa teman menyebut dengan XAMPP, atau WAMP server atau yang lain. Selain Apache ada beberapa perangkat lunak web server lain yang berbayar seperti Microsoft Internet Information Services (IIS) dan Sun Java Web Server.
Apa itu PHP
http://www.nulis-ilmu.com/2014/09/apakah-itu-php.html
Contoh program PHP sederhana untuk menampilkan tulisan Selamat Belajar PHP:
<?php
echo "Selamat Belajar PHP";
?>
Dasar-dasar PHP
Tutorial PHP Dasar
Ini adalah indeks artikel untuk tutorial PHP dasar. Dalam artikel-artikel ini ditulis secara urut mulai dari tentang apa itu PHP, tipe data dan variabel lalu bagaimana cara mengontrol alur program pada PHP.Selanjutnya juga ditulis mengenai fungsi dan array juga penanganan form dengan PHP.
Pengetahuan dasar PHP sangat penting untuk kemudian masuk ke pembuatan website atau pembuatan aplikasi menggunakan PHP.
Berikut ini beberapa artikel tutorial dasar PHP:
- Apakah itu PHP?
- Apakah itu Web Server?
- Cara Instal Web Server di Linux
- Cara Instal Web Server di Windows
- Aplikasi Teks Editor untuk Pemrograman Web
- Cara Membuat dan Menjalankan File PHP
- Cara Membuat Komentar Program Pada PHP
- Tipe Data, Variabel dan Konstanta pada PHP
- Mengenal Operator pada PHP
- Membuat Penyeleksian Kondisi Pada PHP
- Membuat Perulangan Pada PHP
- Mengenal Fungsi pada PHP
- Mengenal Array Pada PHP
- Jenis-jenis Array pada PHP
- Fungsi-fungsi PHP untuk Mengurutkan Array
- Mengenal Variabel PHP Super Global
Demikian beberapa artikel tutorial dasar PHP, semoga bermanfaat.
http://www.nulis-ilmu.com/p/tutorial-php-dasar.html
Index adalah file yang dibuka secara defaul oleh web browser sehingga tidak menampilkan folder
http://www.nulis-ilmu.com/2015/01/apa-itu-index-html.html
Index.html adalah sebuah file yang menjadi indeks sebuah website. File
ini otomatis dibuka saat kita membuka website dengan memanggil nama
domain website. Index html adalah default file dan merupakan file paling
penting bagi website. Tanpa file index.html, jika kita membuka website
maka browser akan menampilkan file-file lain dalam bentuk tampilan
folder bukan tampilan website sesuai design.
Sedangkan file index.html pada tiap-tiap direktori dan sub direktori dalam website bisa berisi peringatan untuk tidak diijinkan mengakses halaman atau bisa juga berisi script untuk mengarahkan pengguna ke file index.html pada direktori root. Baik website statis dan website dinamis sebaiknya mewajibkan adanya file index.html pada direktori dan sub direktori dalam website.
File index.html yang berada dalam direktori dan sub direktori akan otomatis dibuka saat pengguna mencoba masuk langsung ke direktori dan sub direktori tersebut. Hal ini mencegah pengguna melihat isi direktori dan sub direktori yang bisa saja menjadi celah keamanan sebuah website.
Berikut ini contoh file index.html sederhana untuk memberitahukan bahwa situs sedang dalam tahap pembuatan :
Untuk lebih jelas bisa dilihat pada tulisan sebelumnya yang khusus membahas tentang Aplikasi Teks Editor untuk Pemrograman Web.
File index.html juga bisa dibuat secara online pada aplikasi teks editor yang disediakan oleh cpanel atau spanel. Jadi file index.html bisa dibuat dan diedit dimana saa asalkan ada aplikasi teks editor.
Sumber : http://www.nulis-ilmu.com/2015/01/apa-itu-index-html.html
Apa Itu Index.html ?
Letak file Index.html
File index.html wajib berada pada direktori utama atau direktori root sebuah website. File index.html juga harus berada pada setiap direktori dan sub direktori dalam direktori website. Hal ini dilakukan untuk alasan keamanan agar website aman dari hacking oleh pihak-pihak yang tidak bertanggungjawab.Isi file Index.html
File index.html yang berada pada direktori root umumnya berisi tampilan homepage website, yaitu halaman default saat website dibuka dengan nama domainnya. File index.html ini berisi script-script dan tata letak website beserta isi dan link-link didalam website. Dalam sistem website dinamis file index.html menjadi sangat kompleks berbeda dengan website statis.Sedangkan file index.html pada tiap-tiap direktori dan sub direktori dalam website bisa berisi peringatan untuk tidak diijinkan mengakses halaman atau bisa juga berisi script untuk mengarahkan pengguna ke file index.html pada direktori root. Baik website statis dan website dinamis sebaiknya mewajibkan adanya file index.html pada direktori dan sub direktori dalam website.
File index.html yang berada dalam direktori dan sub direktori akan otomatis dibuka saat pengguna mencoba masuk langsung ke direktori dan sub direktori tersebut. Hal ini mencegah pengguna melihat isi direktori dan sub direktori yang bisa saja menjadi celah keamanan sebuah website.
Apakah harus index.html ?
Sebetulnya ada beberapa nama file yang bisa dipakai untuk file indeks sebuah website, yaitu misalnya :- index.html
- index.htm (ekstensi htm sama dengan html, namun html lebih banyak dipakai)
- index.php (digunakan jika file index berisi script php)
- default.htm (pada server windows)
Contoh file index.html
Sebuah file index.html sederhana hanya dibuat agar memenuhi format html standar seperti head, body, title dan isi.Berikut ini contoh file index.html sederhana untuk memberitahukan bahwa situs sedang dalam tahap pembuatan :
- <!DOCTYPE html>
- <html>
- <head>
- <title>Situs dalam Pemeliharaan</title>
- </head>
- <body>
- <div style="text-align:center;margin-top:200px;">
- <h1>Maaf situs sedang dalam tahap pembuatan.<br/>
- Silahkan berkunjung lagi besok.</h1>
- </div>
- </body>
- </html>
Cara Membuat file index.html
Untuk membuat file index.html sebenarnya kita hanya memerlukan aplikasi text editor. Untuk sistem operasi Windows kita bisa gunakan notepad atau notepad++. Dan jika kita menggunakan sistem operasi Linux malah ada banyak sekali pilihan teks editor diantaranya Geany, Bluefish, Pluma, Gedit, Kate dan masih banyak lagi aplikasi teks editor di linux.Untuk lebih jelas bisa dilihat pada tulisan sebelumnya yang khusus membahas tentang Aplikasi Teks Editor untuk Pemrograman Web.
File index.html juga bisa dibuat secara online pada aplikasi teks editor yang disediakan oleh cpanel atau spanel. Jadi file index.html bisa dibuat dan diedit dimana saa asalkan ada aplikasi teks editor.
Sumber : http://www.nulis-ilmu.com/2015/01/apa-itu-index-html.html
List of Database sofware Commercial and Free
Daftar sistem manajemen basis data relasional
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Software Database Komersil[sunting | sunting sumber]
- 4th Dimension
- Dataphor
- Daffodil database
- DB2
- FileMaker Pro
- FrontBase
- Informix
- InterBase
- Matisse [1]
- Microsoft Access
- Microsoft SQL Server
- Microsoft Visual FoxPro
- Mimer SQL
- Netezza
- NonStop SQL
- Oracle
- Progress 4GL
- Sand Analytic Server (sebelumnya dikenal sebagai Nucleus)
- SmallSQL
- Sybase Adaptive Server Anywhere (sebelumnya dikenal sebagai Watcom SQL)
- Sybase Adaptive Server Enterprise
- Sybase Adaptive Server IQ
- Teradata
- ThinkSQL [2]
- VistaDB
- VMDS
Database gratis atau open source[sunting | sunting sumber]
Sejarah[sunting | sunting sumber]
Langganan:
Postingan (Atom)