-
Recent Posts
Recent Comments
Archives
- March 2014
- March 2013
- August 2012
- June 2012
- November 2011
- September 2011
- August 2011
- July 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
Categories
- Aperture
- chm
- CLR
- COBOL
- cowon
- CSharp
- ebook
- ePub
- firmware
- fun
- GAS
- go
- gpl-2
- Heroku
- IDE
- India
- iriver
- iriver story
- iWeb
- Java
- Java
- JVM
- LightSwitch
- MacBook
- Metro
- Microsoft Visual Studio
- Mono
- MonoDroid
- Nokia
- NUnit
- Olympus
- pogoplug
- rsync
- Scripting
- SIGNTOOL
- SQL
- TechEd
- Tips
- TypeSafety
- Uncategorized
- VB.Net
- vim
- VisualCOBOL2010
- Windows Azure
- Windows Azure
- Windows Batch
- Windows Mobile
- Windows8
Meta
Monthly Archives: November 2009
Design Patterns and COBOL
As part of my working life I happy to say I use COBOL and for better or worse it is here to stay. With this in mind it annoys me I here/see saying things such as COBOL is a old … Continue reading
Valliant ecoTEC – Fault F.22
Our boiler at home today decided to display a “F22 0.2” message, at the same time I noticed it also had a low water pressure. Which I suspect was caused by myself bleeding the radiators of air the previous night, … Continue reading
Posted in Uncategorized
Tagged boiler, ecoTEC, Tip, Valliant
Comments Off on Valliant ecoTEC – Fault F.22
VIM and GO
Getting started with GO and vim As a developer who lives most of his life on my Mac with vi/vim, I was happy to see the GO distribution includes vim colourisation for .go, files ..but it was installed.. so.. To … Continue reading
El Parador and the Choocolate Line
Dear Webblog Diary Last friday night we spent the night in London and we found a really good little Spanish Tapas restaurant and I thought I would share it… just because we enjoyed it soo much.. The place is called … Continue reading
GO Baby GO..
As someone who works with ‘C’, MSIL and Java bytecode to write system level software for our compilers and runtime, I was nicely surprised to see that someone has produced a new language aim at ‘System Level Programming’. Let me … Continue reading
Type Safety and COBOL
Having read a recent bog about COBOL and type-safety, I though I would jot down some comments. ANS85 COBOL is naturally is type-unsafe due as every data item being part of one memory region (or storage area), because of this … Continue reading
Posted in CLR, COBOL, JVM, TypeSafety
Tagged COBOL, TypeSafety
Comments Off on Type Safety and COBOL
Base Class Library, Arrays, Queues and Stacks
Continuing the series of blogs about COBOL and the .Net base class library… The .Net base class library has a wealth classes and an huge of amount of methods/properties. The .Net base class library has a key handy namespace that … Continue reading
Detecting the use Mono CLR dynamically
While developing something that could be used on Mono on Windows, Mono on Unix and on Windows with Microsoft’s CLR, I needed to be sensitive to the environment but didn’t want to conditionally compile my code different. So I put … Continue reading
Arrays and the .Net Base Cass Library
Carrying on from the previous blog, the user of iterators in .Net and especially .Net on COBOL can be very useful. When CLR v2.0 was introduced a few new methods in System.IO.File for block reading/writing files were introduced, these works … Continue reading
Posted in CLR, COBOL, Tips
4 Comments
TechEd 2009 – Keynote with Jazon and Mark
My boss (Mark Conway) the other day was lucky enough to demonstrate some of the wonders of next release at TechEd 2009 in the keynote with Jazon Zander’s entitled: “Visual Studio 2010: New Challenges, New Solutions” The demo shows off … Continue reading