Latest Entries »
You see it a lot, but sometimes it can do more harm than good. Click here, while descriptive can also be elusive at the same time when it comes to search engine optimization. As early as 2001, the Quality Assurance Interest Group at W3C was recommending that you do not use click here as a link indicator. Consider the following links…
- click here to purchase SuperWidget now!
- Purchase SuperWidget now!
Each link would take to you the same place and imply that they are links denoted by the underlined text. As a general rule, most people understand that underlined text is a link and do NOT need to be instructed to click here. The difference is that the second link will now associate the URL with the action Purchase SuperWidget instead of Click Here. While I am on the subject, you should also refrain from underlining text in your website if it is not a hyper-link, it can be confusing to your reader as they might think it is a link.
With the importance of search optimization these days, every little bit you can do will go a long way.
Using the Modulus PHP Arithmetic Operator, you can easily assign an alternate class to a repeated element. Depending on whether a number is odd or even, you could choose which color to make each row by assigning the css style selector to the repeated tag.
Example PHP Function
This function will output the text string “ alt“. It is best used inside the class attribute of your HTML element if the number passed to this function is an even number.
function doAlt($n) {
if ($n % 2) {
echo(' alt');
}
}
This site allows the visitor to choose a plate image from several categroies and customize the text, font, and colors. In addition they can choose frames and protectors as an option.
Project Tasks:
- Design/Build
- Create Shopping Cart
- Provide way for client to update or add products
Basic site that allows visitors to place an order for a title on their site. The order form on this site integrates with the SoftPro order entry system.














