Archive for the ‘Web Design’ Category

Copyright Infringement Notice

You can place this notice in a “comment” tag at the very bottom of your web page to warn potential code lifters. You could also use this as your “disable right click” warning message.

WARNING : DO NOT COPY! The code on this page is Copyright Protected. No portion of this website may be reproduced, copied, or transmitted in any form or by any means, except as a normal “browser download,” without prior written permission from the publisher, except for usage allowed by the “Fair Use” provisions of the “Digital Millennium Copyright Act”. All Copyright Infringement cases will be documented and may be shared with legal authorities, web host providers, search engines and the public.

Color Schemes

Here are a few links for programs that will help generate color schemes:
Color Scheme Generator 2
Color Schemer

Macromedia FlashMX Tutorials

Keyframes and Tweening: Five Easy Steps to Making a Photo Fade In and Out

CSS: Absolute Positioning

Here are a few tutorials that cover “Absolute Positioning” with CSS.

Tutorial: CSS Positioning
W3Scools: The position property
MSDN: About Element Positioning
HTML Tutorials: CSS Layout

Copyright Symbols

Here is a page for Copyright Symbol Code and Images:
The Copyright Symbol Webpage

PHP Mail Forms

Here are a few sites with information on how to build PHP Email Forms:
Email Forms in PHP
PHP: Mail Manual
Email – Making Forms
Project: phpFormGenerator
Form Processing Solutions

Web Page Review Tools

Netmechanic’s HTML Toolbox: This will provide information on Load Time, HTML Check, Browser Compatibility, Spell Check, and Link Check.

W3C’s Markup Validation Service: This will provide specific code errors.

Delorie’s Lynx Viewer: This will give you an idea of how your page lays out for the search engine spiders.

Web Page Analyzer

Bobby: Accessibility

PHP Date and Time Functions

In the footer of this site is a copyright statement with the current year. The “Year” updates automatically using the PHP Time function. Here is the code I use:


Copyright ©
< ?PHP $g_year= date ("Y"); ?>
< ?PHP echo($g_year); ?>
Blackwell & Associates, Inc. All rights reserved.

Tutorials:
PHP Date – Manual
Date () Function

Design Tutorials

Tizag Tutorials
HTML and CSS Tutorials

HTML Tutorials

A Beginner’s Guide to HTML