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

WP C – Temp

  • Super Sidebars Populate your Panels Positively Saucy!

    here’s some links to the sidebar stuff: the ultimate starting point right here more to come later.

    Continue Reading

  • Internet Streaming Radio
    for Media Player Classic

    NOTE: Added Winamp Playlists to the zip file i’ve collected a list of high-quality (meaning, fairly high-bandwidth / high bitrate — however you wish to classify it…) streaming internet radio. Just click here and download the .zip file which contains a simple text file (i used the .ini extension to help you recognize the proper…

    Continue Reading

  • Google Reader: a Quest for the Delicious!

    Two of my favorite new things are RSS & / or Atom aggregation, and http://del.icio.us — the “Social Bookmarking” mega-site. Yes, i’m going through the “i just discovered how damn cool syndication can be!” phase, so i’m all about posting Social Bookmarks with commentary on anything and everything that sparks my interest in regard to…

    Continue Reading

  • PHP5 as a CGI binary

    Unable to install PHP5 and Apache on one of my Windows boxes (for reasons i have yet to realize) i decided to go w/ PHP5 on IIS (my first real use of IIS for development). First off, i’d like to say that i ‘hate’ IIS as compared to Apache2. It’s just not friendly, but then…

    Continue Reading

  • mail() function – the PHP Manual

    mail (PHP 3, PHP 4, PHP 5) mail — Send mail Description bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] ) Sends an email. Parameters to Receiver, or receivers of the mail. The formatting of this string must comply with RFC 2822. Some examples are: user@example.com user@example.com, anotheruser@example.com User <user@example.com>…

    Continue Reading

  • W3C Specification: CSS 2.1 | Anonymous inline boxes

    In a document with HTML markup like this: <p>Some <em>emphasized</em> text</p> The <p> generates a block box, with several inline boxes inside it. The box for “emphasized” is an inline box generated by an inline element (<em>), but the other boxes (“Some” and “text”) are inline boxes generated by a block-level element (<p>). The latter…

    Continue Reading

  • Display legible e-mail address while remaining secure from SPAM!

    Commonly known as “spam bots” or “e-mail harvesters”, a technology used by those people who wish to scan your source-code for any unsuspecting owner’s e-mail address, their harvesting method can be avoided ef we don’t actually type the address into the code in the form it would take if we were typing it into the…

    Continue Reading

  • Zap Pesky Bots with JavaScript Anti-Spam!

    Works on rats, mice, other small rodents, and most insects. not approved for use in some states This is an effective means to combat SPAM bots and spiders which crawl your pages, searching for an open door to invade your in-box: your e-mail address on your web site as a way of providing convenient contact…

    Continue Reading