Author Archives: spgennard

Announcing TypeScript 1.0RC

Its nearly at v1 level.. Some nice additions in v1.0rc, including: use of ‘any’ in interfaces and subclassing interface merging Anway.. stroll along to… http://blogs.msdn.com/b/typescript/archive/2014/02/25/announcing-typescript-1-0rc.aspx

Posted in Uncategorized | Comments Off on Announcing TypeScript 1.0RC

How to avoid using Unix touch command on Windows…

In my company we have a strange habit of using third party tools to do the most trivial things rather than using the native features. A recent example of this is the use of the “Unix” touch command on Windows. … Continue reading

Posted in fun, Microsoft Visual Studio, Tips, Windows Batch | Comments Off on How to avoid using Unix touch command on Windows…

Re-using COBOL rather than converting it to C#

While reading a article on-line about using “NACA transcoder” to translate COBOL into Java it got me thinking about modernizing COBOL. While I agree 100% about the actual code generated by the NACA transcoder is not maintainable, I disagree that … Continue reading

Posted in CLR, COBOL | Tagged , , , , , , , | Comments Off on Re-using COBOL rather than converting it to C#

Visual Studio 2012 RC – Menus in CAPS

I like a lot of changes gone into Visual Studio 2012 but the one I had is the “Menus in CAPS”, luckly we have a registry workaround! HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion REG_DWORD value: 1 Or via PowerShell: Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type … Continue reading

Posted in Microsoft Visual Studio | Tagged | Comments Off on Visual Studio 2012 RC – Menus in CAPS

Building a better pogoplug.

A while ago I purchased a pogoplug as a means of sharing photos with my family but its use never really happened because the interface they provided is clunky for hi-res pictures/video.. and some of the family failed to consistently … Continue reading

Posted in pogoplug, rsync | Comments Off on Building a better pogoplug.

rsync & permission denied/operation not permitted & arch linux

I use rsync to sync directories between machines but one of my machines kept screwing up the permissions, I finally get time to track the “Operation not permitted” issue and it turned out to my vfat backup drive not being … Continue reading

Posted in pogoplug, rsync, Tips | Tagged , , , , , , | Comments Off on rsync & permission denied/operation not permitted & arch linux

Metro up Java

Microsoft’s Metro environment is a bit of a closed environment for the Open Source language vendor, so although you can code Metro applications in C/C++, C#, HTML/JavaScript/CSS on both Intel and ARM chipsets the choice of other languages are non-existent. … Continue reading

Posted in Java, Metro, Windows8 | Tagged , , , , , , , | Comments Off on Metro up Java

Windows 8 Developer Preview on VirtualBox

Although I got a developer preview samsung Windows 8 tablet at the Microsoft Build event I do like to use Virtual machine whenever possible because they are very useful. I have managed to get Windows 8 installed on VirtualBox on … Continue reading

Posted in Windows8 | Tagged , , , , , , | Comments Off on Windows 8 Developer Preview on VirtualBox

Heroku add Java support but dumps containers!

Recently I have reviewing various cloud solutions and what impact this has on the way you create/architect applications and I have come to the conclusion they are often way too complicated for most existing applications to be effectively hosted in … Continue reading

Posted in Heroku | Comments Off on Heroku add Java support but dumps containers!

Motorola XOOM 3.1 update for Europe

My beloved European XOOM finally is getting Android 3.1 support… Boy have I had to be patient… Android™ 3.1 for Motorola XOOM™ will soon be available over the air to all Motorola XOOM users in Europe. We expect the over-the-air … Continue reading

Posted in Uncategorized | Comments Off on Motorola XOOM 3.1 update for Europe