htaccess is a very useful way to accomplish things that HTML and CSS can't, however it is very rarely allowed on free-servers. You should check with your system administrator to make sure that .htaccess is allowed/enabled before trying out these tutorials.
Error Pages
Customize your 404 and other error pages.
Private Directories
Password protect your private folders.
Anti-Leech
Stop people from remotely linking to your image files.
Anti-Leech test
See if your .htaccess anti-leech is working here.
Hotlinking
All about leeching files and why it is wrong.
Showing posts with label Coding Tutorials. Show all posts
Showing posts with label Coding Tutorials. Show all posts
Monday, November 8, 2010
Sunday, October 31, 2010
Javascript
Javascript can be a lot of fun, adding interactivity and cool effects to regular HTML pages. It's a little more complicated than HTML, but below are some examples of the best things it can do.
Pop-Up Windows
Pop customized windows from links.
Drop-Down Menus
Use form drop downs for menus, both with a button or without.
Chromeless Windows
The very popular chromeless window.
Mouseover Images
Change your link images when you hover over them.
No Right Click
Disable the right mouse button to stop copycats.
Pop-Up Windows
Pop customized windows from links.
Drop-Down Menus
Use form drop downs for menus, both with a button or without.
Chromeless Windows
The very popular chromeless window.
Mouseover Images
Change your link images when you hover over them.
No Right Click
Disable the right mouse button to stop copycats.
Friday, October 29, 2010
PHP Tutorials
Here are a few tutorials covering the basics of PHP, as well as a couple of scripts you can download, use, and perhaps learn from. An overview of CSS, and how to use it.
Get Started
An overview of PHP, and how to use it.
Extras
A few things that are helpful to know when using PHP.
Variables
Using variables in PHP scripts.
Forms
An example form script using variables.
Cookies
Store and track user data while they travel through your website.
Sessions
A more secure method than cookies.
Comment Forms
How to write a comment form script.
Query Strings
How to have URLs like index.php?x=about or index.php?about
Flat File Databases
Storing information in text files if you have no MySQL access.
PHP and MySQL
How to connect to a MySQL database with PHP code.
Inserting MySQL Data
How to enter information into a MySQL database with PHP code.
Reading MySQL Data
How to read data from a MySQL database with PHP code.
All the Code
The entire example MySQL guestbook script.
User Registration
Make a user sign-up & log-in script with PHP and MySQL.
The Sign-Up Script
Write form and script to enable users to sign up.
The Log-In Script
Write form and script to enable users to log in once they have signed up.
The Log-Out Script
Write the script that will log users out of the system when they're done.
All the Code
The entire example user registration script.
Get Started
An overview of PHP, and how to use it.
Extras
A few things that are helpful to know when using PHP.
Variables
Using variables in PHP scripts.
Forms
An example form script using variables.
Cookies
Store and track user data while they travel through your website.
Sessions
A more secure method than cookies.
Comment Forms
How to write a comment form script.
Query Strings
How to have URLs like index.php?x=about or index.php?about
Flat File Databases
Storing information in text files if you have no MySQL access.
PHP and MySQL
How to connect to a MySQL database with PHP code.
Inserting MySQL Data
How to enter information into a MySQL database with PHP code.
Reading MySQL Data
How to read data from a MySQL database with PHP code.
All the Code
The entire example MySQL guestbook script.
User Registration
Make a user sign-up & log-in script with PHP and MySQL.
The Sign-Up Script
Write form and script to enable users to sign up.
The Log-In Script
Write form and script to enable users to log in once they have signed up.
The Log-Out Script
Write the script that will log users out of the system when they're done.
All the Code
The entire example user registration script.
CSS Tutorials
Get Started
An overview of CSS, and how to use it.
An overview of CSS, and how to use it.
Properties
A list of CSS tags and their properties.
A list of CSS tags and their properties.
Classes
Using classes to customize your pages.
Using classes to customize your pages.
Text Rollovers
How to affext text links with CSS.
How to affext text links with CSS.
Backgrounds
Using CSS to control backgrounds.
Using CSS to control backgrounds.
DIV Layers
How to use DIV layers with CSS.
How to use DIV layers with CSS.
Custom Scrollbars
Customize the colors, transparency and orientation of your scrollbars.
Customize the colors, transparency and orientation of your scrollbars.
Custom Cursors
How to force the viewer's cursor to change.
How to force the viewer's cursor to change.
Filters
Some cool text and image effects.
Some cool text and image effects.
Thursday, October 28, 2010
HTML Tutorials
Get Started
An overview of HTML, and how to start using it to create webpages.
The Font Tag
Manipulate the look, size and color of text.
Linking
Using links to other webpages and images.
Head & Body
The base of every HTML page.
Tables
Understanding tables, and using them with images.
Forms
A simple contact form from which visitors to your site can send you messages.
Frames
Arrange your webpages in frames to have several separate pages in one browser window at once.
Colors
The hexadecimal codes for non-dithering colors.
Color Picker
Automatically set background and text colors of your webpage with this program
Special Characters
A list of §þë©ï@| characters and the codes to put them on your webpages.
Reference List
A comprehensive list of HTML tags.
An overview of HTML, and how to start using it to create webpages.
The Font Tag
Manipulate the look, size and color of text.
Linking
Using links to other webpages and images.
Head & Body
The base of every HTML page.
Tables
Understanding tables, and using them with images.
Forms
A simple contact form from which visitors to your site can send you messages.
Frames
Arrange your webpages in frames to have several separate pages in one browser window at once.
Colors
The hexadecimal codes for non-dithering colors.
Color Picker
Automatically set background and text colors of your webpage with this program
Special Characters
A list of §þë©ï@| characters and the codes to put them on your webpages.
Reference List
A comprehensive list of HTML tags.