Clean Code With Tidy

Hints Standards Web Development

When I first started creating web pages with using SimpleText or BBEdit, my code was super clean…it might not have been as complicated as it now, but everything was in it’s place and it was damn impressive to look at. Enter in GoLive CyberStudio (now Adobe GoLive). Lots of great features and awesome site management, but my god, the code is nasty. Since I decided to design my pages using CSS instead of tables, I have once again found myself coding web pages in text editors or in GoLive’s source code editor. I am a much cleaner coder than Adobe GoLive, but I still make mistakes, and sometimes forget to properly code something, making my pages not compliant with the W3C’s standards. So what do I do? Enter Tidy. I use the command line version, but there is also a cocoa implementation of Tidy that is also pretty cool. So, no more excuses for nasty, non-compliant code.

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

UNIX

cheers! windows applications without windows.

This weekend, in between validatint my code, football, and SoCom II, I ran into a cool project that I think is worth mentioning: Darwine. For people like me that do not always have access to a PC but believes in QA for multiple browsers/platforms, there are times when all I need is IE for Windows. […]

Web Development

firefox plugin: web developer

When designing web sites and then performing QA/validating I have found the Firefox plugin “web developer” to be invaluable. (I am finishing up jappler.com and my validation this weekend). You can easily view all your CSS elements, validate your CSS, outline tables, view page information, even view a page’s speed report. I would highly recommend […]