Archive for the 'XHTML' Category


Do as the Pros Do: Learn by Example!

Responsible Appropriation: I am an advocate of learning from others by observing the mastery of their work. Surely something can be learned by attempting to emulate a work of art, and oftentimes– throughout history– it has even been considered an effort of flattery. Role Model Candidates: Yahoo! Widgets Deep purples and Lush Green/Blue colors. Black [...]

CSS Generated Content: Revisited

See also: Line-Feed Control Character in CSS Generated Content [ novicenotes.net ] the Newline Character [ novicenotes.net ] Character References in CSS Generated Content Strings With web standards compliancy in mind, a desire to program using valid markup, to use the right DTD, etc., there inevitably comes difficulty, and unexpected challenges. Many times when i’ve [...]

Create a Sidebar Panel of your Favourite Web Site

Easily create a custom sidebar of your choice (aka. browser panel, sidebar panel, or opera hotlist) for your web browser. Try it. It’s very easy, so go check it out!

Quest for the Ultimate Dynamic Web Site Framework

Ever since i first began working with the basic template i (poorly) describe elsewhere here in this journal, i have been trying different things to perfect it. Today, I made a small breakthrough. As can be seen at one of my experimental web sites,

CSS and PHP: Working with a Dynamic Style Sheet

Have you ever wanted your CSS to respond differently depending upon your page content? It is possible to have interplay between PHP and CSS. If you want to try using CSS and PHP together, here are a few simple suggestions to get you going: STEP ONE: The html: In this technique for integrating Dynamic CSS, [...]