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

WP C – Temp

  • CSS Crib Sheet – Accessibility Mnemonics

    CSS Crib Sheet – Accessibility Mnemonics

    Remember the CSS Prayer that your mother taught you as a child? All of your CSS Stylesheet rules of thumb are here, complete with mnemonics!

    Continue Reading

  • 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

  • Create Icon-Size Images. Export .ICO Format.

    [ note: the following article is incomplete ]Intended Audience: Note: Experience, though indicated above to describe a recommended audience, must not be misunderstood to imply an exclusive purpose for the resource. The classification is provided to express the author’s expectation regarding what the article has to offer, in very general terms, to give readers an…

    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

  • Superior .GIF Alpha Transparent Support : Paint.NET Freeware

    What??Who says that Graphic Design Artists, Web Designers, and Web Application Developers, must not use the PNG image format if it contains transparent, alpha channel elements?!? The sad news is, the statement is true for anyone concerned about maintaining a consistent design appearance, cross browser. If a .png image appears in the page using the…

    Continue Reading

  • Technique: Find the Perfect Font for Text as Image

    Technique: Find the Perfect Font for Text as Image

    “…so the text and colors can be tested against a more realistic representation of their possible use in the actual web site…” If you’ve ever used a Word Processor, then chances are you have at least once labored with the potentially time-consuming, often tedious indecision which accompanies the selection of the Perfect Font for your text masterpiece in waiting.…

    Continue Reading

  • PHP String Variables: To Quote… or Double Quote?

    …that is the question. Oftentimes i find myself faced with a situation wherein I must decide whether to use PHP’s single or double quotes. If you’re not aware of it by now, then you should STOP everything and go learn a bit about the differences between the two: a single-quoted string, vs a double-quoted string–…

    Continue Reading

  • 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…

    Continue Reading

  • PHP _SERVER Variables

    PHP _SERVER Variables

    If you’re considering the use of PHP Server Environment Variables in your web application, but you are not certain which $_SERVER variable will produce the information you need, you are not alone. It’s not uncommon for the PHP web application developer to cross reference $_SERVER variable data during the development process. Busting the Myth of…

    Continue Reading

  • Finger Lickin&apos; Rules of Thumb

    Finger Lickin' Rules of Thumb

    del.icio.us : smart cooking : tasty tags As far as i’m concerned, the point behind del.icio.us is to maintain a meaningful collection of tagged bookmarks– bookmarks which you’ve saved for a reason: the content is important to you. Saving a bookmark in del.icio.us is a somewhat time consuming process, however it is time well invested…

    Continue Reading