Tag Archives: password

Apache Web Server ftp via cPanel Tutorial

Achieving file transfer to a public domain Apache website can be achieved in a number of ways … serverside web applications (eg. PHP) can write (or upload) and read (sometimes download) files databases such as MySql can store file data … Continue reading

Posted in eLearning, Networking, 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