Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

15 June 2013

Hangman - Part 6

GUI

This post will be about GUI design. You can find whole books on design. Many designers maintain blogs about GUI's. I'm not an expert in the field but I can offer some key points to consider when designing.

08 June 2013

Hangman - Part 5

More Diagrams

This will be the last of the diagrams don't worry. These are great diagrams too, they tell make our lives so much easier when it gets to implementation.

11 May 2013

Hangman - Part 1

Welcome to our first actual project. Just in case you didn't read the title we will be developing a game of hangman. It's a simple game meaning the logic won't be difficult to implement but it'll give us a chance to walk through some of the development steps.

04 May 2013

What Is Software Engineering?

Software Engineering

It's a big topic but I'll try to give some meaning to the term. Wikipedia, in all it's glory, didn't help me much when trying to define software engineering in the context that we'll be looking at it. In our context software engineering is the act or process of designing and developing software. In other words we'll be engineering software.

26 April 2013

Introduction

Here it goes...

What is this and why is it here?

I'm going to start a blog about programming. Not about how to use library 'X' or tutorials on some language, I'm going to blog about developing software. Let me tell you a little about how I got here.