Tag Archives: debug

Web Application HTML Reporter Tool Primer Tutorial

The work we’ve been doing lately with the “Random Emoji Slideshow” project felt like we were creating a “tool”, as much as a web application for amusement or information. Don’t know about you, but this looking up of emoji information … Continue reading

Posted in eLearning, Event-Driven Programming, Software, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

WordPress Is Mentioned By Navigation Primer Tutorial

We’ve written some new WordPress navigation logic today, for blog posting relationships between … A blog posting being referred to … back, optionally, as a link, to … A blog posting that mentioned that blog posting currently being viewed … … Continue reading

Posted in Database, eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

MAMP Error Logs Primer Tutorial

The error logs of a local web server are important resources to help work out problems with configurations and software related to web applications. Did you know? Local web servers are great for beginners to learn web programming, and a … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

Internet Explorer ActiveX Batch Quiz Primer Tutorial

Hope you don’t find “intellectual exercises” a waste of time? If so, you may need to tune out now, from our HotKey Quiz web application (building on yesterday’s Windows Command Line Batch Quiz Primer Tutorial) discussion below. There are occasions … Continue reading

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Windows Command Line Batch Quiz Primer Tutorial

Readers who found Assembler Primer Tutorial interesting may well be interested in today’s tutorial where we construct a simple quiz made up of questions suiting a hotkey answer on the Windows command line, written in DOS (or Windows Command Line) … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , | Leave a comment

PHPStorm and Xdebug Primer Tutorial

Though with a large variety of scenarios with code, you can debug a piece of code from the command line … and don’t get me wrong because sometimes the command line will be the only way … the experience of … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , | 9 Comments

Javascript Debugging via Firefox Inspector Primer Tutorial

We like to work with the Firefox web browser generally, and in that environment, we tend to like the Firebug addon to examine HTML and Javascript and CSS issues. However, when it comes to debugging Javascript at a detailed level, … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

PHP Debug via Firefox and FirePHP Primer Tutorial

Today’s tutorial builds on Javascript Debug via Firefox and Firebug Primer Tutorial as shown below, by showing you the joys of PHP Debugging (not always easy) using a great open source Firefox (browser) tool called FirePHP. FirePHP asks that you … Continue reading

Posted in Ajax, eLearning, Tutorials | Tagged , , , , , , , | 9 Comments