[ 2 Comments ] Posted on October 31, 2008 under Cascading Stylesheet (CSS), Hypertext Mark-up Language (HTML), Javascript, Search Engine Optimization (SEO)
Aside from placing CSS and Javascript within the head section of the HTML, we can also place them in separate external files. This enables several HTML webpages to access and use them. The results: uniform appearance of the website across several pages, elegant and simpler HTML code, and a search engine friendlier website.
[ No Comments ] Posted on October 25, 2008 under Javascript
A popular image flip back in the late 90’s that uses Javascript. When a mouse hovers on an image (usually a hyperlink image), the image “flips” or change to another image. It reverts to the original image when the mouse pointer moves away. Rarely use nowadays due to popularity of text-based links and the notoriety of Javascript as means of attaching viruses and other malwares.