-
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
Category Archives: Tips
Extending Visual COBOL 2010
One of the many great reasons for choosing Microsoft Visual Studio 2010 as our development platform for Visual COBOL 2010 is it ability to be extended… which we have done but you equally use third party extensions too. One of … Continue reading
Posted in CLR, COBOL, Tips, VisualCOBOL2010
Tagged COBOL, Extensions, Spell Checker, Visual Studio, VisualCOBOL2010
Comments Off on Extending Visual COBOL 2010
Reflection and COBOL
For the last couple of months I have working on Visual Studio 2010 and this include Microsoft CLR v4 and I was recently asked how to write a test that determines at runtime which CLR is being used and what … Continue reading
Posted in CLR, COBOL, Tips
Tagged CLR, COBOL, cobol.net, managed cobol, reflection
Comments Off on Reflection and COBOL
Manual for British Gas RC Plus Thermostat
I recently tried to find our manual for our “British Gas RC Plus Termostat” on the internet as we have lost our original manual. Anyway, after some research, I found they British Gas just re-badged them from Drayton Digistat and … Continue reading
Posted in GAS, Tips
Tagged British Gas RC Plus Thermostat, RC PLus
Comments Off on Manual for British Gas RC Plus Thermostat
Microsoft Application Architecture Guide, 2nd Edition
Microsoft have just updated the “Application Architecture”. I can’t say I have read it from cover to cover but it is being downloaded to my ebook reader… Microsoft Application Architecture Guide, 2nd Edition The guide helps you to: Understand the … Continue reading
Posted in CLR, ebook, pdf, Tips
Tagged .net, 2nd Edition, ebook, microsoft, Microsoft Application Architecture Guide, pdf
Comments Off on Microsoft Application Architecture Guide, 2nd Edition
Scripting Languages and COBOL
The use of scripting languages with other languages has increased over the last couple of years, from a simple case of interoperability, reuse of scripting code to allowing your code to customised via the user of external scripts. All of … Continue reading
Posted in COBOL, Java, JVM, Scripting, Tips
Tagged COBOL, javascript, javax.script, JSR 223, Micro Focus, Net Express, ScriptEngine, ScriptEngineManager, Scripting, ScriptObject
2 Comments
MacBook keyboard pains and VirtualBox/VMWare
As a MacBook user who has used Virtualisation on the mac for sometime now but only usually with Linux based OS, I was forced to use it with Windows recently and I quickly found out how badly it handles UK … Continue reading
Posted in MacBook, Tips
Tagged custom keyboard, custom keyboard layout, euro key, hash key, MacBook, uk keyboard, virtualbox, vmware
4 Comments
Converting .chm’s for reading on the iriver story
One of the first things I wanted to read on my iriver story was the montly msdn subscription magazine which is available as a .chm. Which unfortunately the iriver story does not support, so I needed to convert it into … Continue reading
12 Tips for using Micro Focus COBOL
12 Tips for using Micro Focus COBOL As it is close to Christmas and I wanted to do something with 12 in the title, I’ve thrown together some useful if not un-ordered list of 12 things tips using Micro Focus … Continue reading
A Comparison Of .Net COBOL, Visual Basic and C#
Today my collegues Robert and Alex have finally 🙂 decided to publish a document that compares Visual Basic, C# and COBOL for .Net under The Creative Commons Attribution-ShareAlike 2.5 License. Rather than doing a cut-paste job, here is a quote … Continue reading
Java process id via java.lang.management
While working on a project recently I need to find out the current process of the active running Java process (for tracing/auditing), however I never found a 100% perfect solution but did come across an acceptable solution to use the … Continue reading