Home Tags GUI

Tag: GUI

Developing Apps on Qt, Part 3

7
In the previous article, we covered some important Qt non-GUI classes; I hope you experimented with others, since the secret to learning lies in...

Lisp: Tears of Joy, Part 9

11
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it because of its cryptic...

Developing Apps on Qt, Part 1

5
This article introduces application development using the Qt GUI framework. There was a time when all desktop applications were developed from scratch. Then came the...

FOSS is __FUN__: Get the Basics Right

1
A few thoughts about databases in general... and some rants about the good old ways. There are a plethora of free/open source databases around, from...

Device Drivers, Part 10: Kernel-Space Debuggers in Linux

2
This article, which is part of the series on Linux device drivers, talks about kernel-space debugging in Linux. Shweta, back from hospital, was relaxing in...

Web Application Penetration Testing Using Samurai

3
This article introduces you to penetration-testing of Web applications. Also included is some hands-on work with a Web-testing framework called Samurai. Penetration testing, affectionately called...

Graphics Using Xlib, Part 1

0
This article introduces you to the X Window System, with the aim of helping developers understand how to use the Xlib library effectively. The X...

FreedomYUG: Do You Really Love Yourself?

10
...or do you use Windows 7 Starter Edition on a netbook? Do you genuinely love and respect yourself? Or did you just agree to buy...

Play with GUIs using Python

5
The GUI (Graphical User Interface) is the simplest way to let users interact with the system. If you know how to create GUIs, you...

Exploring Software: What Makes Netbook Hotkeys Tick!

0
This article explores the often confusing issues around ACPI handling in Linux, with the particular perspective of getting hotkeys working on netbooks. One weakness of...