Awards | Who is K'Tesh? | Day of Honor | Code Warriors | Linking Info | Links | Email
Just what is a "Code Warrior" anyway?
Code Warriors are Webmasters, especially the ones who create Klingon Web Pages, who take it upon themselves to Create Code, Share It, and Inform other Webmasters on ways of Improving their own Code. If you found yourself here, and this does not apply to you, I welcome you to read on, or you can go back to where you were. I started this when I had written a simple request to another nameless Webmaster and received an annoying message back from him, I decided that it was time to help others learn to create better code. The goal of any Web page is to welcome others into your Belief, Hobby (ies), Business, or Interests. To create a place where others can SHARE AND ENJOY what you have created, or give you hints and suggestions. I know that It is annoying to have someone come behind you and make criticisms, but often it is in your own best interest to hear them out. People who send these criticisms have taken time out of their life to let you know what their needs are. These people are not obligated to do so, and deserve to be heard. Some browsers are not as capable as others, and creating browser specific code is REALLY ANNOYING, these individuals may not be able to afford better, but if you want to share something with the World why are you cutting out these people? My suggestion is to create pages for these browsers if you can. This is not meant as a tutorial on HTML, just suggestions on things to Avoid, and some good habits to get into. If you have a Suggestion on a correctable habit people get into, or a page that focuses on this subject in more detail... A Complaint, or need further information, you can email me. I will not however go and look over your website to just to find flaws. If you find a flaw in your page, can reproduce it, and it is not listed in this page, I may look at it, to offer suggestions (No Guarantees).
AVOID THESE:
Read on, BEFORE YOU CLICK on this link!!!
"TARGET = "_new" within an HREF statement:
This annoying piece of code is the one that started this all. It purpose is to launch a new Web Browser. I personally find this the most VAIN thing a person can do. "Here check out my links...I'll create a New Browser window for you...". If you haven't encountered this mentality yet, You're Lucky. Why do I find it so annoying? It can crash your viewer's browser... It eats up RAM... And My biggest pet peeve, You cannot go BACK to the original without closing or minimizing windows. If you want people to come back to your page, offer them something that they want to come back to, not because they have to. NOTE: TARGET = " " anything other than " _top" can and will do this to...If the page is not in a framed environment.
Not having a "TARGET = " within an A HREF statement for framed pages:
For Webmasters who's pages are stuck in someone else's framed environment place a link to the page with a TARGET = "_top", this will break you out of it. Then Email the perpetrator, and see if they will correct the link for you. i.e.:
<script language="JavaScript">
JavaScript from Java Script Made Easy! This is a great resource for Java
Pop up Windows: Been to Geocities or Tripod lately? Every time you go forward or back to a link to them you find a new pop up window appears. In framed pages its even worse, because each page generates a new window, If you have a page at Geocities, you may find the following code at the end of your files, remove this from your code, and your visitors will thank you for it.
// Set cookie so that pop-up will know who authored this page.
// open the popup window
Not having a <NOFRAMES> statement in framed pages: The NOFRAMES command allows you to put in a statement for people who do not have a frames capable browser, usually a link to the equivalent page, minus the frames. Do NOT chastise them for this, but you might recommend that they get a frames capable browser.
CAPITALIZATION OF EVERTHING ON THE PAGE... IT IS UGLY AND CONCIDERED BAD NETTICUTE, ITS CALLED SHOUTING AND SPAMMERS USE THIS A LOT. Use all caps to accent something, not everything, no matter how passionate you feel about the issue. (Yes, I know I'm doing it here, but I had to stop, it even looks ugly just typing it.).
: One of the most annoying things out there a simple and easy to correct MISTAKE. Don't use it in the first place.
Dead Links, and Out of Date links:
Dead Links within YOUR PAGE: If you have decided to KILL a page in your page, don't just erase it without any warning or thought. Instead create another page with the same name and post it. This page should have something that tells the viewer that the link is dead, gives them an opportunity to report it to you and instructions on how to get back...here try this link:
friends.htm. This is a page I killed due to lack of interest.
Background Images Vs. Text: This can be a real problem, if you have a "busy" background graphic, just about any text will be hard to see against it. I recommend that you test a page with your background and all the colors that you use for text and links to see if they conflict.
Also, if you have a dark background image and use light colored text often people will have to wait for the page to load before they can even read what your site is about, this is simply sloppy coding... that is unless you include a BGCOLOR = in your body tag... here's mine:
Outdated material, AKA Cobwebbing: Who cares what the third season premiere spoiler is for TNG? It came and went years ago. Cull this kind of material.
Here are a few suggestions for things to try:
Get into the habit of using <A NAME = " " > on your link page: If you want to find your link fast on another page provide the code for the person who is setting the link and slip the <A NAME = " " >
into the code. Then enter a #yourname at the end of their links page htm or html code
NOTE: this does not work in tables, sorry
When confirming a new link to someone email them and give them the whole URL. Many email programs allow direct linking into the browser, and they can see that you have linked to them there, no hunting for the link. i.e.
http://www.myserver.com/~me/mylinks.htm#billybob
Check it out, let me know how it looks
Create a page for people to get the code for linking to your page: Complete with any IMG SRC = " " information. How do you do the
I realize that I may not be following all of my recommendations, if you find fault with any of my pages Email me and let me know.
REMEMBER, You may be the person who creates the code, but your page is for the WORLD and if it isn't user friendly, you are not going to have any USERS.
Well it's getting late, I may rant more later.
PS. Again. If you find anything with my code, or any content on my pages that makes it difficult for you to enjoy what you see (other than the grossness of some of the recipes)(Really, only tera'naganpu would actually ruin good food by burning it!) I welcome your input. Email me and let me know.
|
|