Feeds:
Posts
Comments

Archive for the ‘Programming’ Category

Further to my earler post “The coolest laptop ever” – more news has come to light in relation to the option of installing a fully fledged distro on the laptop.
Mandriva One is now a fully hardware native linux distro.. meaning that after installing all the hardware on the Eee PC is detected “out of the [...]

Read Full Post »

Unlike many other OS’s out there, mac’s OSX has a built in text-to-speech (TTS) system. Knowing this can open up some powerful features for the power user.
Not only can you make it speak text in a document by highlighting text and visiting the Services menu, but you can also call the speech engine from command [...]

Read Full Post »

Creating a simple web browser in Java is quite simple. Although i teach C++ (i must confess), for ease and speed of programming Java is great for beginners, especially for multi-platform GUI applications. That said, below is code for a simple Java based web browser. You could easily modify this code to browse the [...]

Read Full Post »