Up-to-date articles will return when migration completes. Meanwhile viewing an old database.

WP C – Temp

  • CSS Generated Content: Revisited

    CSS Generated Content: Revisited

    first you must reference the Hex code for that character, which is #. The hex value must be further interpreted however, for CSS. Using the 6 hex digit rule, that code would look like the following property, value pair: content: “Step \000023 ” counter(section);

    Continue Reading

  • Unicode Miscellaneous Symbols – HTML NCR’s

    Unicode Miscellaneous Symbols and their corresponding Numerical Character Reference (NCR). Install the font for full coverage.

    Continue Reading

  • Choosing a DOCTYPE: XHTML vs. HTML

    Aww, man! Not another lame blog entry…on the issue of HTML vs XHTML <!DOCTYPE>! Not only are there ten billion articles the same, it’s a really annoying topic, isn’t it? Ha! Well, I must admit, this most recent time I’ve come across another myself, I decided to read it, and I did gain a little insight into…

    Continue Reading

  • Flip out, man!

    Check out the tool at Fileformat.info which allows you to enter text into a form, and submit it to have the returned text be displayed– upside-down! Note: URL href updated 2010.02.27

    Continue Reading

  • Line Breaks: More than a Handfull

    Line Breaks: More than a Handfull

    See also: Cutting Lines If you have any experience in programming, or even in simply writing HTML markup, you have probably come across the need to use a specified Line Break Control Character. It can be confusing as to when and where one should be used over the other. ASCII(1) One of the all-time-most-common standards…

    Continue Reading

  • Score “Outstanding” in your Penmanship: a look at Code Style

    Score “Outstanding” in your Penmanship: a look at Code Style

    More info about Coding Style Standards. have you ever wondered what is best practice in keeping your code consistent, not only w/ yourself, but w/ others in the industry? ever wondered what’s best for a function bracket, or what to do when a closing bracket is going to have an “else” clause? This Note is logged…

    Continue Reading

  • CDATA : When, Where, (why) and How to use it in XHTML

    References to, and specifications of CDATA can be seen all throughout the W3C Recommendations– especially in Standardized Generalized Markup Language, the Markup Language from which HTML itself is derived (SGML is a descriptive markup for the structure of a computer document – therefore, since HTML is itself a Structural Markup, we can conclude that HTML…

    Continue Reading