Tag: images

Best practices: keywords in alt attributes

October 22, 2009

22 Comments

Topics: Accessibility.

This is certainly a subject that I’ve covered before — in fact, it’s something I would hardly choose to cover yet again if it didn’t continue cropping up as an important issue. The use of text in alt attributes is an extremely sensitive subject. Today, the good folks at SEOmoz published an extensive article documenting their statistical findings on web site ranking factors, as gathered from the data in their LinkScape analysis tool. It’s a good article, and demonstrates some […]

Continue reading “Best practices: keywords in alt attributes” »

Basic Tips on Image Handling for the Web: Tutorial

September 27, 2007

6 Comments

Topics: Web Development.

This is a basic guide to dealing with images on the web — file formats, sizing, naming protocols, and adding them to a page. File Formats File Naming Coding for Images Editing and Sizing Choosing the Right File Format There are three common image file formats in use on the web: JPEG (Joint Photographic Experts Group) (also JPG), GIF (Graphic Interchange Format) and PNG (Portable Network Graphics). Respectively, these stand for Joint Photographic Experts Group, Graphics Interchange Format, and Portable […]

Continue reading “Basic Tips on Image Handling for the Web: Tutorial” »

Search Optimization, Accessibility, and Images: Best Practices

September 25, 2007

6 Comments

Topics: Accessibility.

One common suggestion concerning the search optimization of images is to use the alt attribute to place keywords relevant to the image contents. I really loathe this. If it was an amazing, perfect, incredible search optimization technique which would bring absolutely fantastic traffic I still wouldn’t recommend the technique. Appropriate alt attributes are one of the most critical areas for the user experience of screen reader users — using them inappropriately is a great way to give this section of […]

Continue reading “Search Optimization, Accessibility, and Images: Best Practices” »

Easy PHP Photo Gallery

March 19, 2007

171 Comments

Topics: Accessibility.

I dropped support for this project in about 2012, and the files are no longer available for download. Thanks for stopping by! There are a lot of PHP (Hypertext PreProcessing) photo gallery scripts out there. I know; because I went looking for one some time ago, and found myself barraged with Javascript, AJAX, and complicated installations. I didn’t want any of those things, so in the end I just wrote one for myself — and this is the end result. […]

Continue reading “Easy PHP Photo Gallery” »