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 )

Tcl/Tk Bats and Ball Tutorial

Good news today is a breakthrough on a put-off project, getting Tcl/Tk to work with Mac OS X Mavericks and Xcode 5.1 on a MacBook Pro laptop … answering, partially, the previous Tcl/Tk So Brilliant (but where do you start?) … Continue reading

Posted in eLearning, Games, GUI, Tutorials, Xcode | Tagged , , , , , , , , , , , , , | 1 Comment

HTML/Javascript Email Form Primer Tutorial

Today’s HTML/Javascript (and bit of CSS) topic will be very familiar to lots of people. It involves the “Contact Us” type of email form that makes use of a TextArea HTML tag. So let’s summarise the points of interest with … Continue reading

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

R Tcl/Tk Canvas Primer Tutorial

Like yesterday, have you heard of R? R is a free software programming language and software environment for statistical computing and graphics. The R language is widely used among statisticians and data miners for developing statistical software[2][3] and data analysis.[3] … Continue reading

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

HTML/Javascript Canvas Chalkboard Game 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 touch on the functionality to draw an … Continue reading

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

HTML/Javascript Canvas Card Game 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 touch on the functionality to draw an … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , | 1 Comment

YUI UI Colour Picker 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. One of the best of these is the YUI library by … Continue reading

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

Python Tkinter Primer Tutorial

Have you heard of Python? Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. Check … Continue reading

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

Code::Blocks C++ Win32 API Frame Menu Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project to create a C++ Windows 32bit GUI frame application (Win32 API) with two simple submenus. Programming IDEs take a lot of the … Continue reading

Posted in Code::Blocks, eLearning, GUI, Tutorials | Tagged , , , , , , , , | 6 Comments