For a while now I have been listening to podcasts. For those that don’t know a podcast is an audio file that you can download and listen to, usually about a topic you are interested in. The topics that interest me are obviously Star Trek, Science and Technology and IT stuff. I mainly listen to them in the car when I am...
So I have been working through the challenges on the freecodecamp website and one of the unique things that this site does is give you the chance to program with another person. I am an introvert and if you were to ask me to pick up the phone and ring someone I will procrastinate a lot before doing it (if I do it at...
I got excited earlier this week as I started playing around with the javascript I have been learning. I thought I would try and create useful javascript that could be applied to an online filestore. Somewhere that you could upload, delete, edit files and folders and various options to do with your files would popup via...
The first program anyone writes in a new language is often really simple and just displays the text “Hello World!”, below are a few examples from languages I have knowledge of. Console.WriteLine("Hello, world!"); <html> <head></head> <body> <p>Hello, world!</p> </body> </html> php echo 'Hello, world!'; ?>MsgBox("Hello,...
There is no escaping the fact that we are in 2015 now. My new years resolution is to do more coding. Over Christmas I thought I would have a go at http://www.codecademy.com I completed the javascript course and I was just wondering what I should try next when I saw a tweet about http://www.freecodecamp.com Since then I...