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

WP C – Temp

  • 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

  • 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

  • Monitor Values Assigned to PHP Local Scope Variables and GLOBALS by Step Debugging with XDebug in TSW phpCoder 2008

    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

  • 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

  • Search Engine Disparity

    Search Engine Disparity

    It’s no new news that different Search Engines have unique ways of gathering information they store for use in a search query. Personally, I use Google 99% of the time. However, I discovered something interesting today which may lead me to query more than one Search Engine for my future research. I wanted to see…

    Continue Reading

  • FastStone Image Viewer : Windows XP

    Are you looking for a full-featured, freeware image browser with image editor capabilities for Windows XP? Do you need to easily browse all images on your local drives and removable media? Have you been searching for the best way to transfer (a.k.a. download, extract, copy) images to your computer from your Camera, memory-card, or other…

    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

  • 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

  • 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