custom counter

Category Archives: General

Java and USB devices

Here is an interesting artice from Jeff Friesen discussing how to interact with a USB device using java:  Java and USB by Jeff Friesen — Want to use a USB device in Java? Some with native abstractions, like mass-storage drives, work as you'd expect, but many devices like webcams and game controllers are simply invisible [...]
Also posted in USB, api, java | Leave a comment

Add an Icon to your website….

I came across this handy web tool for converting image files into icons.  There are also tips for adding the icon to your website.  I gave it a go with my Passion Development logo and it worked great.
Also posted in Passion Development, Web Dev, tips | Leave a comment

So, Where have I been?

Well, I have been pretty busy lately hence the lack of blogs.   Passion Development is up and running, well the company anyway.  I still have a bit of work to do on the web site.  So why did I decide to start Passion Development? In the last few years I have seen a lot of changes [...]
Also posted in Passion Development | Leave a comment

Java Threads

Ever since I studied a module in Concurrent programming in my Masters I have been fascinated by thread programming. Growing up many moons ago as a junior programmer I was always lead to believe that threads are a bad thing and can lead to some very serious problems. This can be true if you are [...]
Posted in General | Leave a comment

Java Certification Exam help…

Since I am studying for the Java Certificate Exam, I thought I would share some of the good resources I found. Books Sun Certified Programmer Websites Great Mock Exam Java Programmer Exam Simulator Directory of Certifiction related sites
Posted in General | Leave a comment

Some Good Java tips…

A colleague of mine gave me this link to Java tips which is pretty good, I also have the book recommended Effective Java and it is a great source of Java advice. I would really recommend reading it as a source for code refactoring tips. I applied for the part time masters I am planning [...]
Posted in General | Leave a comment