HTML, CSS, PHP and Photoshop Tutorials
I hope you will find these tutorials helpful. Please note, the methods I described are the way I do it — I don't claim it's the easiest, most efficient or most correct way.
- Browse by category:
- HTML
- PHP
- Photoshop
- Miscellaneous
-
Simple rollover menu
- type: HTML/CSS
- level: moderate
This tutorial teaches the best method to arrange your navigation, and make it look cool as well :)
-
Including files in PHP
- type: PHP
- level: easy
This tutorial will teach you how to make updating layout and changing links a lot easier, using the include() function.
-
Introduction to PHP
- type: PHP
- level: easy
If you want your website to become dynamic, you should consider learning a web programming language. PHP is such a language, and if you have a little affinity to programming, you will find learning it very easy.
-
Installing PHP ClickCounter script
- type: PHP
- level: easy
This is a tutorial on installing a simple click counter script you can download here.
-
Creating and using patterns in Photoshop
- type: Photoshop
- level: moderate
Patterns can be used as backgrounds, or become helpful when making image blends. Learn how to create and use those popular patterns you can see everywhere, but your original ones as well.
-
Common misuse of HTML elements
- type: HTML/CSS
- level: moderate
Have you ever thought about the exact purpose of a tag or attribute you are using? We all take some things for granted, but shouldn't.
-
HTML entities
- type: HTML/CSS
- level: easy
Here is my choice of 97 characters you can't get easily because they aren't on your keyboard.
-
Uploading files using FTP
- type: Miscellaneus
- level: easy
Maybe you've been using page builders or control panels, but eventually you will want to make file uploading easier and faster. If your host provides FTP access, you should learn how to use it.
-
Browser & system compatibility
- type: Miscellaneus
- level: easy
Your webpage might not look the same in all browsers, on all computers - read this tutorial to learn what the differences may be.
-
Classes and ID's in HTML and CSS
- type: HTML/CSS
- level: moderate
This tutorial teaches how to use classes and id's in formatting more tags of the same type differently.