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

WP C – Temp

  • WordPress SSL and localhost

    Having issues with https://localhost/myWordPressSite ? If your site is redirecting to https:// on localhost, and you’re having difficulty with :443 your localhost SSL configuration, check out the advise in the answer here. When accessing a site on localhost, it may redirect to https:// or your software, such as WordPress, may complain that your site is…

    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

  • 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

  • PHP Eclipse – How to install the Ulitimate IDE for Linux

    This particular Note is much in the spirit of my original (formerly known as) Web Developers’ Pocket Reference. Fortunately for Linux users, Adam Stokes, of http://astokes.org wrote a very nice step by step tutorial for how-to install PHPEclipse on Fedora Core 5 (a Linux distribution). Mr stokes has titled his article, Web development on Fedora…

    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

  • PHP: Manual Installation on Windows Systems

    RE: php-5.1.2-Win32.zip In the past, on a few different Windows XP systems, I have installed PHP as an Apache module, and i’ve been thrilled by achieving a functional Apache / PHP configuration without having to troubleshoot as i simply never experienced any problems with the installations. However, on this particular XP setup, Apache and PHP…

    Continue Reading

  • mod_perl: Installation Failure (however difficult to assess)

    Lacking the knowledge previous to this day’s endeavor, in an ultimate attempt to develop ASP on an existing Apache2 installation, i researched the options and my searching pointed to – mod_perl. What I installed the file named Perl-5.8-win32-bin-0.10.exe , a rather complex, self-extracting, “automatic” installation process. I probably would have had more success had I…

    Continue Reading