Hello World!

Welcome to my Artwork and Photography website!

Being a programmer and software engineer, using the first post title of “Hello World!” is very appropriate for me.  Every junior programmer is taught to create a program that simply displays “Hello World!” in a simple window.  This is a vehicle for new programmers and experienced programmers to see and understand the simple dynamics of the language they are using. Case in point, my first C program was:

/* Hello World! */
#include<stdio.h>
main()
{
    printf("Hello World!");
}

This is straying a little from artwork and photography but in some ways it doesn’t for me.  Programming for over 30 years now has taught me all the in’s and out’s of how to use computers.  Artwork and photography are all about technology today so programming ties in nicely with my hobbies!