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

WP C – Temp

  • The Standard US Keyboard: Quick Reference

    The Standard US Keyboard: Quick Reference

    Update: 2010-04-04  text string added for more copy options Web developers often encounter situations in which it is necessary to preview fonts. As technology develops and the restrictions are lifted on how fonts may be used on the web, web developers will be trying new things, which will require more testing. For English speaking developers who have…

    Continue Reading

  • No Ice Cream until you’ve Eaten all of your Pseudo-Elements

    No Ice Cream until you’ve Eaten all of your Pseudo-Elements

    Enjoy this very easy way of spicing up your paragraph styles.

    Continue Reading

  • W3C Specification

    A Closer Look at W3C Technical Reports and Publications: Standard Frustration Web Design & Web Application Development In the context of Web Design and Web Development standards, there is one prevailing source of confusion; one primary element responsible for blowing the minds of beginners, and without prejudice for seasoned professionals, that their disagreement upon its proper interpretation…

    Continue Reading

  • HTML 5: the Fate of Style, Decided?

    If you are in the habit of authoring valid, forward compatible hypertext markup, then you have probably heard rumors that the HTML element attribute style=“ ”, may be deprecated in HTML 5. The style=“ ” attribute is a valid attribute of HTML 4.01 and XHTML 1.0, and according to the HTML 5 draft in progress, style=”” will maintain its place as…

    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

  • TSW phpCoder 2008 Beta Released

    Before you follow the link below, I hope you’ll take a moment to think about your answer to the following questions: If you answered ‘ Yes! ’ to any of those questions, then hurry over to tsware.net and download PHP Coder 2008 (available for Windows). At the time of writing this entry, the software had…

    Continue Reading

  • Colorzilla: the DOM Inspector Deluxe

    Colorzilla: the DOM Inspector Deluxe

    Colorzilla is a Mozilla browser add-on extension compatible with Firefox and Chrome. It provides extensive DOM node details in the browser statusbar, and is capable of sampling any color on the current page– including colors from images. When I first discovered it a couple of years ago, I was amazed at the capabilities of Colorzilla

    Continue Reading

  • Tanggaard Software to Release PHP Editor

    Tanggaard Software to Release PHP Editor

    Tanggaard Software, otherwise known as TSW, or tsware.net, has announced the forthcoming release of phpCoder 2008 Forthcoming PHP IDE: TSW phpCoder 2008 According to Tanggaard Software‘s Kasper Tanggaard: …[phpCoder 2008] will come with a nice set of features … based around writing PHP code. … You will see [elements familiar from] WebCoder [the TSW web…

    Continue Reading

  • Use PHP to Create Dynamic JavaScript Values

    Use PHP to Create Dynamic JavaScript Values

    One possible approach† to writing JavaScript on-the-fly I’ve been using something similar to the following in some apps for the purpose of including a sort of Dynamic JavaScript which, depending upon perhaps other variables or logical procedure, might easily be included or left out of any part of the web application. $js_array=array(); $js_array[‘open’]=”<script type=\”text/javascript\”> \n”;…

    Continue Reading