Leakbali
w3 Tutorial, Web Tutorial
Switch to English Bahasa Indonesia 
Register   Login

Kode Program  


Share your source code for developing web site / pages. Submit your articles and upload the source codes.

Simple CSS Dropdown Menu

Here is a simple CSS Dropdown Menu. First we create HTML form, then we create the CSS. For this example we use internal CSS puts between tags. [code] Simple CSS Dropdown Menu body{background-color : gold;color : brown;} ul{list-style-type : none;} ul li{display : inline; border : 1px solid #FF3300; padding : 4px 10px; background-color ...
Download Simple CSS Dropdown Menu

CSS Horizontal Navigation Menu

In HTML we create a link as navigation bar with tag. For several purpose we can create a navigation bar with tag and another tags combination such as or . [br][br] In this example, we create a vertical or horizontal navigation menu with HTML and CSS, following steps below: [br][br] [h3]CSS ...
Download CSS Horizontal Navigation Menu

CSS Layout

We can create [url=http://www.leakbali.com/T-css/]CSS[/url] layout with no table like in HTML layout. In this case we use tag . Follow this steps to create Web Layout with CSS: [br][br] [h3]Create HTML Document[/h3] In this case we use internal CSS embedded in tag. [code] CSS Layout body{background-color : #EEEEEE;} div#main{width : 900px; border : 1px solid #606060; ...
Download CSS Layout

Guestbook with CAPTCHA

CAPTCHA is a type of challenge-response test used in computing as an attempt to ensure that the response is not generated by a computer. [br][br] A CAPTCHA is a means of automatically generating challenges which intends to: [ul] [li]Provide a problem easy enough for all humans to solve.[/li] [li]Prevent standard automated software from filling ...
Download Guestbook with CAPTCHA

Friendly URL's with php and .htaccess file

If we have a website or content management system that works happily, but the addresses that it produces are something like this: [code] www.oursite.com/page/page.php?id=3 [code] This is fine but have you considered the following: [ul] [li]This may not be the most search engine friendly address, particularly if it is long and unwieldy.[/li] [li]It is not so easy ...
Download Friendly URL's with php and .htaccess file

Basic AJAX

AJAX adalah singkatan dari Asynchronous JavaScript and XML.AJAX, terdiri dari HTML, Javascript, DHTML dan DOM yang kemudian digabungkan dengan bahasa pemograman web server-side seperti PHP dan ASP, sehingga membentuk suatu aplikasi berbasis web yang interaktif.AJAX bukanlah bahasa pemograman baru, tetapi adalah teknik baru untuk membuat aplikasi web lebih baik, lebih ...
Download Basic AJAX

Capture Visitor

To Capture the visitor that visit your website, just download and use the script in this page.[br][br] [h3]What Captured?[/h3] [ol] [li]The url of page, this will capture the url of each page that visitor visited.[/li] [li]The date of visitor come to the pages.[/li] [li]The browser that visitor use when they come to your web pages.[/li] [li]The ...
Download Capture Visitor

Source Code


References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References