Category Archives: GUI

Graphical user interface (GUI, sometimes pronounced ‘gooey’)[2] is a type of user interface that allows users to interact with electronic devices using images rather than text commands ( Wikipedia )

jQuery Sortable Table Primer Tutorial

A lot of the things people like about the Web are to do with JavaScript and client-side activities. Adding to that experience are Javascript libraries packed full of features. Probably the best known of these is jQuery. Read more about … Continue reading

Posted in eLearning, GUI, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , | 4 Comments

Java Swing ActionListener KeyListener Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests your … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , | 3 Comments

PHP/Javascript/HTML Google Chart JSON Data Table Event Tutorial

Here is a tutorial that re-introduces you to Google Graphs API, or Google Chart Tools, and its JSON Data Table functionality which we talked about last time with PHP/Javascript/HTML Google Chart JSON Data Table Import of CSV Tutorial as shown … Continue reading

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

Windows Right Click Primer Tutorial

If you’ve used Windows (by Microsoft) as a desktop/laptop operating system a lot and then switch to a Mac OS X environment new to you, for a while, you miss a lot of the features of Windows. As with many … Continue reading

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

XWindows Primer Tutorial

The XWindow System is a windowing system most commonly found on unix or Linux operating systems. On the Mac OS X Linux system this XWindow System may be called X11, or more recently XQuartz. At one stage it was more … Continue reading

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

Java Cut and Paste Primer Tutorial

The clipboard is an important part of the GUI aspects to Windows and Mac OS X, and even non-GUI DOS windows or Unix/Linux console windows would have functionality to cut, paste and copy string data. Today’s Java program shows cut … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , | 13 Comments

HTML/Javascript Canvas Double Click Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we add to the functionality of the previous … Continue reading

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

HTML/Javascript Canvas Image Copy Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we add to the functionality of the previous … Continue reading

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