Web Design Resources
This site was my first real attempt ever at coding a website from scratch. I started this with absolutely no clue as to what I was doing, and to be honest, I still don't really know what I'm doing.
The following are some pretty good tutorials and such information websites. This site wouldn't be here if I didn't manage to find these. If you're just starting web design, you might want to bookmark a few of these.
If you come across more great web design resources, feel free to submit them to this section!
PageTutor's HTML Tutorial - This site is the perfect place to start for those completely new to web design - new as in no clue where to even start. The explanations are very well done and easy to understand. It won't teach you everything you need to know, but it gives you the basics so that you can understand what more advanced guides are talking about.
W3School's Online Web Tutorials - This one is more well-rounded and covers most things. It can be a bit confusing sometimes but the information is all there.
Tizag Tutorials - This one I probably use the most. The explanations are easy to understand on most topics. Reference pages are also available listing tags for HTML and CSS, which are quite useful.
Indenting with HTML - One thing you might notice is that you cannot indent in html. This site analyzes the alternatives so that you can decide what you want to do.
Common Fonts to All Versions of Windows and Mac - One thing with webdesign is that no one will see nice fonts you use unless they also have it on their computer. This is a handy list of what are generally safe fonts (everybody has these).
PHP Click Counter - Very useful script for counting the number of times any link on your site has been clicked. You can have an infinite number of links tracked at once. It can also display the count anywhere you want (doesn't even have to be on the same page). This is useful, but I recommend learning to make your own if you have the time. If you simply cannot make your own, I'd recommend this one.
Easy Counter - Counts total visitors to your site as a whole. It is somewhat difficult to find an actual visitor counter for the entire site, rather than a hit counter for one page on your site. Used to be used here at pftq.com until I learned to make my own.
Tectite.com - Great PHP scripts, notably the FormMail, which is being used on this site for the Email function. Very easy to use and simple install.
Date and Time Format PHP - Handy list for formatting time displays in PHP.
A Simple Guide to .htaccess - List of ways to use the .htaccess file (found in root directory, or make your own) for your site, including redirects, blocking users, etc.
Search Engine Ranking Factors - Useful comprehensive tips on how to build your site to show up well on search engines.
And Finally...
W3C Markup Validation Service - Check your page for errors before sharing it with the world wide web.
WDG HTML Validator - Checks your entire site for html errors in one go.
Browsershots.org - Gives you a screenshot of your page from a large variety of browsers (your choice).
Silktide - Analyzes your site and determines how well your site is built. Fields include design, accessibility, popularity, and more.
Favicon From Pics - Free tool for converting still images into a Favorites icon for your site. This is the icon in the address bar when someone views your site and the icon people see when they bookmark your site.
