Skip to Content

Aarron Walter

XHTML | CSS |

Categories

My Book: Building Findable Websites

Building Findable Websites: Web Standards, SEO, and Beyond
Building Findable Websites: Web Standards, SEO, and Beyond
Aarron Walter
Buy on Amazon
Book's Companion Website
Companies waste fortunes seeking a magic bullet for Search Engine Optimization. But the keys to honest, effective web findability are appropriate writing and semantic markup. Aarron Walter’s wonderfully lucid and informative book tells everything you need to know to get your web content (or your client’s) in front of as many appreciative readers as possible.

- Jeffrey Zeldman, founder, Happy Cog Studios author, Designing With Web Standards, 2nd Edition

Now playing on my computer

CNN – CNN=Politics Daily Track | Artist
cnet.com – Buzz Out Loud 857: Dumber than a robot d... Track | Artist
cnet.com – Buzz Out Loud 855: The iPhone changes ev... Track | Artist
NPR – It's All Politics November 19 2008 Track | Artist
MSNBC.com copyright 2008 – MSNBC Hardball with Chri... Track | Artist
My Playlist Feed | My Last.fm Profile

Recent Photos From Flickr

New Fireplace video walk through, Sun, 26 Oct 2008 10:02:55 -0800 View of Completed Fireplace in the living room, Sun, 26 Oct 2008 09:20:12 -0800
View of Completed Fireplace in the living room, Sun, 26 Oct 2008 09:19:59 -0800 Close up of Meredith Paramount Tile, Sun, 26 Oct 2008 09:19:47 -0800
My Flickr Photo Stream | All Photos

Essential CMS Development Tools

25 Oct . 2006

There are two JavaScript utilities I can’t live without when it comes to developing Content Management Systems: Tiny MCE and Prototype. Tiny MCE creates a robust and customizable WYSIWIG editor on your textarea form elements allowing users to write copy with formatting, links, and images. It’s used in many popular projects like Word Press (which is powering this blog!) and Drupal. A word of caution that there are known library conflicts between Scriptaculous and Tiny MCE.

Prototype can be used to do very simple, elegant form validation as is demonstrated on my contact page. Dexagogo demonstrates this with great detail and offers a demo download for your learning pleasure.

With both of these libraries it’s much easier to develop forms that give your users the power to add sophisticated content while preventing input errors in a user friendly way.

2 Responses to “Essential CMS Development Tools”

  1. Matt Norris Says:

    At my internship (Webbiffi) they absolutely swear by My SQL and Access working together. What is the differnece in Drupal, My SQL and Access? Access and Drupal are the same thing right, except one is open source? Just curious when I seen this message flow through my RSS reader.

  2. Aarron Says:

    MySQL is an open source database application, Access is a database application created by Microsoft. Drupal is an open source Content Management System. Drupal isn’t a database, but does use a database.

Share Your Thoughts

* indicates required