This section provides you with introduction to advanced webmaster tools and techniques that can enhance Web sites with many interesting features not available through ordinary HTML.
Cascading Style Sheets (CSS)
Cascading Style Sheets is a powerful webmaster tool for controlling the overall Web site design. Instead of defining the Web site design in each and every page, you can use one style sheet file to control fonts, colours and layouts throughout your site. The best webmaster tools and tutorials for creating style sheets that work across all browsers.
HTML Frames
HTML frames allow webmasters to display two or more pages in the same browser window. But using frames can cause problems with search engines. These problems can be corrected, with a little foresight by webmasters.
JavaScript
JavaScript is a compact, object-based scripting language for Web pages. JavaScript code embedded into your HTML pages can enhance them with many interesting elements, from swapping images when you move a cursor over them, to multi-level drop-down menus. With JavaScript, you can create almost application-like pages and even advanced webmaster tools. JavaScript examples are not only educational, but also applicable for practical Web development.
PHP
PHP is a server-side, HTML embedded scripting language used to create dynamic web pages. The goal of the language is to allow web developers to write dynamically generated pages quickly. A brief introduction to PHP, tutorials, examples. Simple PHP mail script.