Categories
Tags → Html Tutorial

Pop-up Windows

JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-...
DETAILS

Date Functions

The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows ...
DETAILS

Templates, The PHPLIB Way

Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main...
DETAILS

Dynamic Image Generation with PHP

PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database, create grapical displays of statistics from log files, a...
DETAILS

First Servlets

This tutorial shows you how to write your first serlvet by introducing several key elements such as Basic Servlet Structure, A Simple Servlet Generating Plain Text, Compiling and Invoking the Servlet, A Simple Servlet Generating HTML, and Some Simple...
DETAILS

Binary Data + MySQL + PHP

This tutorial will show how you can store the data via the HTML forms &"File&" feature in your MySQL database and how you can access and use this data in your webproject.
DETAILS

PHP-browserdetecting script

This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is &"OtherBrowser&") and include different html Web pages for different browser types using PHP.
DETAILS

So, You Want A Guestbook CGI, Huh?

This online tutorial guids through the steps to place a guestbook CGI onto your system. This tutorial deals with UNIX servers and UNIX commands for configuration, and assumes that you are able to Telnet into the system, Create directories, and Change...
DETAILS

Getting and Using Meta Tags for Search Criteria

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the a...
DETAILS

PHP3 Introduction

This excellent five-page tutorial introduces you to the world of PHP3 programming and Web database interfacing with MySQL. Main topics include: The definition of PHP, How to use HTML forms and variables with PHP, MySQL database interfacing, Outputtin...
DETAILS

Page:
©2003-2008 jCay.com