Skip to Content

Aarron Walter

XHTML | CSS |

Categories

Archive for the 'Tools & Utilities' Category

Transforming Unwieldy URLs into Something Better

12 Dec . 2006

It’s Christmas time, and you are probably compiling your lengthy wish list of stuff you want from Amazon.com, or other popular web sites. The problem is when you try to share links with your family/friends to the must have things on your list the URLs are usually a cumbersomely long length, and not very convenient for sharing. There’s a simple solution, and it’s called Tiny URL. This handy little utility will convert the massive URL you paste into it to a short URL that is easier to work with. They even have a bookmarklet you can add to your browser’s bookmark tool bar to make converting URLs fast and easy.

Moving Towards Accessible Development

08 Dec . 2006

Recently I’ve been talking a bit with my students about the role of accessibility in their internships/jobs in the web world, and many have said that their employers don’t see a lot of value in it for their site. I found that a bit surprising as so many evangelists have been actively promoting the benefits (a broader audience, search engine optimization, increased support for PDAs/phone display, usability conveniences for all) and ease of writing accessible code. As a teacher of Interactive Design, I have some power to change this thinking by teaching my students the value of accessibility and how to build it into their projects. Below is a bit of an accessibility round up of a few useful tools, articles, sites, and informative podcasts about the topic that may help inform/convince you about the importance of accessibility.

Adobe Kuler: Color Palette Generation

25 Nov . 2006

Adobe has recently introduced Labs.Adobe.com where they introduce valuable tools and get feedback from users about their initial releases of some of their products. I recently wrote about their handy Spry Framework, which looks like the easiest to learn JavaScript framework on the market. They have also released one of the best color palette generation utilities I have seen to date entitled kuler. Kuler takes cues from many other popular color palette utilities, and in many ways ups the ante. It emulates the community sharing of palettes seen at Colour Lovers (by the way, they have a new site), offers all of the palette options for analogous, monochromatic, complimentary, and triadic systems seen on Color Scheme Generator 2, and allows you to mix and copy RGB, Hex and CMYK values like Color Mixers. Kuler displays swatches in large areas on a dark background allowing you to see them much better than its competitors. It’s a beautiful system, and a great asset to any designer operating in any medium.

As a bonus, they also offer some useful links to color theory resources in the links section.

Microformats Cheat Sheet

25 Nov . 2006

Now that you are getting interested in implementing Microformats on your sites, you may find a cheat sheet of all major Microformats for fast reference a handy tool. Brian Suda, the author of this useful cheat sheet also wrote a book on Microformats, published by O’reilly. Think Vitamin reviewed the 45 page PDF book favorably.

Dreamweaver Extension for Microformats

23 Nov . 2006

The Web Standards Project has assembled a Dreamweaver task force to try to lobby Adobe to better implement web standards in their software (although Dreamweaver has come a long way in this respect already). One useful outcome of their efforts is an extension for Dreamweaver that simplifies the implementation of Microformats. Microformats is one of the hottest buzzwords as of late, and for good reason. It’s goal is to standardize the way in which we use XHTML to markup information such as calendar events, contact information, etc. so we can build scripts and applications that can see the meaning in this content and do something useful with it. An example might be a community calendar application that could gather all events from sites that list events in a certain area. A program could not make any sense out of this content unless it had a standardized way of identifying each piece. To learn more, visit Microformats.org.

The Microformats extensions allows you to quickly markup contact info, events, references to friends/colleagues sites, and site licensing in this standardized format. Learning to do this on your own is also pretty easy, as Microformats uses XHTML tags you already know, but names classes for these tags according to the data it encloses. Once you install the extension, look at your Insert palette in Dreamweaver where you will find the Microformats menu item added.