Monthly Archives: March 2010

Javascript and CSS Dropdown Menu

Creating an interactive css dropdown menu for you site is a great way to add some interactive element to your site and also to user’s can get to a place in just one click. The nice thing about a javascript … Continue reading

Posted in Tips and Tricks | Tagged , | Leave a comment

How to Add HTML Special Characters To A Webpage

Adding special characters to your website can sometimes become tricky.  Some editors interpret the code correctly and some don’t.  And sometimes everything looks fine on your computer then when you upload the page to your website, the characters are all … Continue reading

Posted in Tips and Tricks | Tagged | Leave a comment

How To Create HTML Links That are Page Jumps

How to create HTML Links that are page jumps?
HTML links that are page jump are links that take you to specific part on the same page. They are used on long pages to make it easier for the user to click on a link rather than scroll down the page. Continue reading

Posted in Tips and Tricks | Tagged , | 5 Comments

HTML Cheat Sheet

Below is a HTML cheat sheet for the most commonly used tags and attributes. Most tags have an opening and closing tag. Basic Tags <html></html> Defines the html document <head></head> This defines the information about the html document such as … Continue reading

Posted in Tips and Tricks | Tagged | Leave a comment

How to Embed MP3 Audio Files on Your Website

Do you need to embed MP3 audio files, such as podcasts or songs or other audio files on your website? There are several ways to do this and here you’ll learn how to do this without requiring an external player … Continue reading

Posted in Tips and Tricks | Leave a comment