Tag Archives: HTML

PDF Text Only Extraction Primer Tutorial

Quite some time ago now, the web browsers offered a text only view of the web contents. Perhaps they still do. It was a great idea back then for slow communication protocols involving personal modems, and their sluggish speed. Sometimes, … Continue reading

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

MeteorJS Framework Primer Tutorial

MeteorJS is a relatively new Javascript Framework to build web applications. Like NodeJS it uses Javascript at the server and Javascript at the client. We installed MeteorJS and performed its ultra simple Hello World web client/server (HTTP://localhost:3000) web application, and … Continue reading

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

CSS3 More Complex Pseudo Class Selectors Tutorial

With the CSS and HTML Complex Pseudo Class Selectors Tutorial below we talked about some CSS3 Pseudo Element Selectors, and today we talk about some more. In order to show you this we wrote a small utilitarian HTML and CSS … Continue reading

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

XML on the Fly via PHP Attribute Tutorial

We fell for the “give it away” via a “blog posting title” trick! Second time we’ve fallen for it this month. Howevvvvvvvvver … and isn’t there always a “vvvvvvv” with Antipodean winters … we wondered if you picked up with … Continue reading

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

XML on the Fly via PHP Primer Tutorial

The Three P’s (that being PHP and Python and Perl) are all pretty good at interfacing with the XML protocol and format. And that XML is a very important protocol in today’s digital age. Over the last few days with … Continue reading

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