CSS - Simple roll over menu
This tutorial will aid in the creation of a simple menu roll over effect using CSS (Cascading Style Sheets). It is possible to use other tools, like JavaScript or DHTML, to create this effect, though for this type of effect CSS is the optimum choice. CSS tends to be supported by more browsers, though not all functions are available to every browser, and can't as easily be turned off by the user. If a user turns off JavaScript the site will not be displayed as intended. Another benefit of this CSS menu effect is no graphics are necessary. This saves the user from seeing missing link icons if the file is not loaded properly. It is also very small in size making it load faster, and updating or fixing the menu is much quicker than recreating new graphics.
View Tutorial
RSS - feed
This article demonstrates the ease of creating a RSS feed.This article demonstrates the ease of creating a RSS feed. RSS (Really Simple Syndication) is an XML (Extensible Markup Language) based document used to publish frequently updated digital content, such as blogs, news feeds or podcasts.
View Article