Tag Archives: ssl

Nimh Game for Two Remote Players Tutorial

The recent Nimh Game Revisit Tutorial continued the idea with our Nimh game, whereby a human plays the computer, and we take it you can see that two players within reach of a device playing the game could collaborate as … Continue reading

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

Nimh Game Revisit Tutorial

We’re revisiting our Nimh (“play the computer and do not get stuck with the last match”) game today, for a few reasons … it had slowed down, reading through user files, but every now and then we can maintain that … Continue reading

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

Gimp Guillotine Follow Up Troubleshooting Tutorial

It’s been a while since the “Gimp Guillotine” work of Gimp Guillotine Follow Up Memory Tutorial (and if this is all confusingly new to you we recommend reading Gimp Guides to HTML Primer Tutorial, and up). During that time we’ve … Continue reading

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

Monthly Chronicler LocalStorage Tutorial

Are you familiar with “LocalStorage” at the client side of web application usage, as an alternative to HTTP Cookie usage? It can store much more information than HTTP Cookies, but has no expiry date as such. This is not to … Continue reading

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

Monthly Chronicler Date Range Tutorial

Today’s crucial Javascript function is called “nothing” (or more specifically setTimeout(nothing,600); (to have a small delay to when it gets used)). How did this come to pass? Well, today, with some new onclick event logic allowing for the user to … Continue reading

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

Monthly Chronicler Password Protect Tutorial

When you have sensitive data involving personal information and monetary matters you ideally need to … involve SSL (ie. https: type URLs) … and as far as passwords are concerned … it is best to hash your passwords rather than … Continue reading

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

Web Server Error Pages and SSL Tutorial

As far as Apache web servers go, the messages from users and between web pages themselves as part of navigation can contribute to errors with web access to web applications. What happens when these errors happen? The errors are categorized … Continue reading

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

SSL Certificate Renewal Tutorial

Adding the big picture around the knowledge presented in SSL Certificate Primer Tutorial below, today, we want to fill you in on the deployment of SSL (ie. being able to use URLs starting with https:) for a dedicated web server, … Continue reading

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