Tom Mix and Lady

Web Design Examples

Here are various web design examples I wanted to share with you in no exact order. Not all the examples are perfect but they will at least be helpful and or educational for those who have not seem them before. Please feel free to share your ideas! Enjoy!

Editing Code On A Page in FF
A great trick in Firefox that allows you to edit the html on a page on the fly. You can then do things like save the page with your updated changes. Once you pull up a page copy paste the following into address bar.

javascript:(function(){ document.designMode='on'; })()

Form Link

(Basically an example of a form link)

<INPUT type="button" value="Random Link" name="name" onClick="window.location='http://www.cnn.com'"> Displaying HTML Code on a page
Just use the wrap the tags <XMP> </XMP> (monospace) around your code. Or another option is to use the ASCII code.