There has been much press this week about Microsoft’s new annual-update programme for its Windows operating system, purported to be called “Windows Blue”. This has been mostly driven by the leak of an early copy of Blue onto file sharing websites. WinSuperSite’s Paul Thurrott gives the best overview. As well as several new “Modern UI”…
Software
Learn to Code (An Intermission): Code.org
The founders of Facebook, Microsoft, Dropbox, Twitter and many more top tech companies have provided their voices and recognisable fizzogs to this latest video from Code.org. Code.org promotes the principle that nobody is born with the ability to code, or play basketball, or drive a racing car: it is a learned skill. The biggest hurdle…
Oracle Appeals Google’s Java Win. What’s next for Dalvik?
This week, Oracle appealed Google’s win at the patent trial over the Java application programming interface (API) being used in the Android operating system. In a new document published this week (PDF), Oracle’s lawyers start by introducing a character called Ann Droid. And then tell a story about Ann ripping off Harry Potter: The Order of…
Learn to Code: Chapter 2 – Black Tie Function
This is the third part of my Learn to Code series. The previous part is here: Chapter 1 – Meet Bob. See Bob. See Bob Run. Run Bob, Run! We last spoke about making Bob run 5 miles. We were going to do that by performing an action – a “function” in programmer parlance…
Learn to Code: Chapter 1 – Meet Bob
This is the second part of a series of articles called Learn to Code. Click here to go to Chapter 0, “Wax on, Wax off”. Learn to Code Well done. You’re now a World class programmer! And you’ve been given a brief by your customer who wants you to write some software for them. The…
Learn to Code: Chapter 0 – Wax on, Wax off
So you want to learn to code? Well this is the right place. I assume no prior knowledge, except knowing how to turn on a computer, open a text editor such as Notepad, and have some idea of the operation of a keyboard. It may not be immediately obvious WHY I’m covering some of the…
Automatic Task List in Visual Studio
The Task List in Visual Studio is apparently very well hidden. But if you’ve ever put a “TODO” comment in some code in Visual Studio, you’ve already started to use it! This is a feature of Visual Studio that has been around since at least VS 2005 and yet I talk to so many developers…
Whatever You’re Good At, Graph It
What are you good at? What do you, or your business, do best? Is there something you do better than anybody else? Once you have identified your specialism, turn it into a graph. TL;DR: I predict that graphs will become the standard way of storing and sharing information. And that providing graphs containing useful information such…