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.
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.
How to do an HTML Redirect How to do a ASP Redirect
<%
Response.Redirect("http://www.aperfectmix.com");
%>
How to do a PHP Redirect
*some-url is replaced with the actual url
How to do a Javascript Redirect
*some-url is replaced with the actual url