WAMP

Troubleshooting WAMPServer Won’t Start on Windows 10

WAMPServer doesn’t work. I launched the application from the taskbar in Windows 10, but the “W” in system tray doesn’t turn green, it just stays red. There is also an error when I hover over the W: Local server – None of 2 services running SEARCH TERMS I TRIED Here are some search terms and […]

Troubleshooting WAMPServer Won’t Start on Windows 10 Read More »

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today

ORIGINAL PROBLEM I spent hours tonight struggling with this Google Apps script I wrote to serve as custom functions or advanced macros. I adapted it from this StackOverflow post. The main issue I ran into was comparing dates. Here is my research path, and hopefully, some indicator as to why it took so long: STEPS

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today Read More »

Zemanta Puts Unwanted HTML Comments In Pre-Formatted PHP Code (Sourcecode) In WordPress Posts

PROBLEM: I  have recently determined through trial and error and process of elimination that Zemanta is responsible for adding extraneous HTML comments to my pre-formatted (with “pre” tags) PHP code that I have placed between “sourcecode” tags to activate WordPress.com’s built in programming code syntax highlighting. Here is a screenshot (fig 1.) that demonstrates the

Zemanta Puts Unwanted HTML Comments In Pre-Formatted PHP Code (Sourcecode) In WordPress Posts Read More »

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns)

Greetings folks. Tonight I’m studying on how to create a PHP Object-Oriented MySQL database connection class.  This will be reusable and able to be implemented in any database driven web application built with PHP & MySQL.  It uses the ActiveRecord and Singleton design patterns. I’m currently following this YouTube tutorial: Using OOP PHP to select,

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns) Read More »

Lynda.com PHP MySQL WAMP Project: Widget Corp – Progress Update – 2012.02.07

Hello folks.  I’ve been doing a Lynda.com tutorial called PHP With MySQL Essential Training.  I’ve actually been doing aboutg 2-8 hours per week of the multiple, sequential lessons that are involved in this excellent hands-on tutorial for about a month now. At this point, I have completed all the basic PHP and MySQL material, and

Lynda.com PHP MySQL WAMP Project: Widget Corp – Progress Update – 2012.02.07 Read More »