Tag Archives: programming

PHP/Javascript/HTML Hit Counter Primer Tutorial

Here is a tutorial that shows a way to create a very rudimentary PHP Hit Counter for a particular webpage. By “for a particular webpage” mean that to get a meaningful hit count for a website you probably are best … Continue reading

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

More Java Applet Tutorial

Java Applets Have you ever made one? What is it? Well … according to Wikipedia … http://en.wikipedia.org/wiki/Java_applet … A Java applet is an applet delivered to users in the form of Java bytecode. Java applets can be part of a … Continue reading

Posted in Animation, eLearning, Tutorials | Tagged , , , , , | 53 Comments

More Javascript DOM Tutorial

Here is a tutorial that addresses more Javascript DOM ideas and builds on two previous tutorials HTML/CSS/Javascript Sliding Menus Primer Tutorial and JavaScript and the DOM Tutorial. Some of the salient points about Javascript DOM are: Javascript DOM can make … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 1 Comment

More AutoHotKey Tutorial

Have you heard of AutoHotKey? It is a Windows application (that is quite brilliant) which can record and replay mouse and keystrokes, or assign a group of actions to a HotKey. Anybody into procedures and the operations side of I.T. … Continue reading

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

More Windows Command Prompt Via Batch File Tutorial

This tutorial builds on the previous Windows Command Prompt Via Batch File tutorial, showing you the use of some Windows Command Prompt commands such as set /a, set /p, date, time, echo, pause, call, if, goto, for/f, systeminfo, ping, choice … Continue reading

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

Assembler Primer Tutorial

Assembler programming is a very early form of software code, dating back as far as 1954, that sits, in the spectrum of computer language sophistication, between computer machine code and the compiled source codes of modern programming languages (which comparatively … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , | 1 Comment

HTML/CSS/Javascript Pulldown Menus Primer Tutorial

Here is a tutorial that introduces you to the website idea of Pulldown Menus. What is a Pulldown Menu? Glad you asked. Pulldown Menus let you present a set of links without the clutter until you choose to “let the … Continue reading

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

Go Install Primer Tutorial

Go (by Google) gave me that feeling like you are just seeing the tip of the iceberg, again. A friend kindly put me onto this as a programming language which is an alternative to OOP but not just a function … Continue reading

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