If you find yourself banging your head against a wall of code, stuck hunting for bugs or causes to erratic behaviour, it easy to get frustrated. And when you’re frustrated, it’s harder to think clearly about the best way to approach your problem. That’s why I’ve written myself a list of tips whenever I’ve been struck by the lightening of clarity and inspiration. And now I’m going to let you in on them.
Continue Reading
Programming
As a programmer, it’s often tempting to try and solve your problems by writing programs, rather than hunting for solutions written by others. But that doesn’t mean you don’t want to share them, and hopefully help someone else, like I did with MessagePop, and like I’m doing again with this new program I’ve written called wpTracker.
Continue Reading
As a good student, I’ve been spending all my time lately studying. So the only thing I’ve had time to write is study notes. I thought that I’d make the most of them, share a bit of my new knowledge with you, and give you a quick crammer’s guide to some of the topics from each of my subjects this semester. The information probably won’t mean a whole lot to you if you’ve never learnt anything about the topic before, but if you have, hopefully, this’ll clear up a few things for you.
This one’s about C Programming. This subjects covers making programs in C, pointers, file handling and parameters, generic programming and dynamic data structures.
Continue Reading
Because I’ve been spending all my time studying lately, the only thing I’ve had time to write is study notes. So I thought that I’d make the most of them, share a bit of my new knowledge with you, and give you a quick crammer’s guide to some of the topics from each of my subjects this semester. The information probably won’t mean a whole lot to you if you’ve never learnt anything about the topic before, but if you have, hopefully, this’ll clear up a few things for you.
This one’s about Web Programming. This subjects covers HTML4, HTML5, XHTML, CSS, JavaScript, PHP and a little bit of HCI.
Continue Reading
Because I’ve been spending all my time studying lately, the only thing I’ve had time to write is study notes. So I thought that I’d make the most of them, share a bit of my new knowledge with you, and give you a quick crammer’s guide to some of the topics from each of my subjects this semester. The information probably won’t mean a whole lot to you if you’ve never learnt anything about the topic before, but if you have, hopefully, this’ll clear up a few things for you.
This one’s about Java Programming 2. This subjects covers graphical user interface (GUI) in Java using Swing, linked lists and binary search trees, interfaces, exceptions, and recursion.
Continue Reading
Because I’ve been spending all my time studying lately, the only thing I’ve had time to write is study notes. So I thought that I’d make the most of them, share a bit of my new knowledge with you, and give you a quick crammer’s guide to some of the topics from each of my subjects this semester. The information probably won’t mean a whole lot to you if you’ve never learnt anything about the topic before, but if you have, hopefully, this’ll clear up a few things for you.
This one’s about Java Programming 1. This subjects covers the basics of writing programs in Java, using arrays, classes, and exception, as well as how to write to files.