Feeds:
Posts
Comments

Archive for the ‘Java’ Category

I know, I probably tell you all day how good macs are and how they are hack proof (mainly so you don’t bother messing with mine when my backs turned, haha), but I must admit I know that Macs are Vulnerable, too… just a lot less than others. Having the latest patches from Apple, turning [...]

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 »