Home / Archive: September 2009

| RSS

Windows 7 Commercial – More Happy Is Coming

This is a very smart commercial for Windows 7. A clever way to praise a product without taking a dig on others. Maybe Apple will learn a thing or two from this. Enjoy.

[ More ] September 16th, 2009 | No Comments | Posted in News |

Output DOCTYPE In XSLT

These days I am working on a personal project which I call “my precious”. This projects involves transforming XML documents into HTML using XSLT. Things were going smooth till I decided to output DOCTYPE from XSLT. This is what I did.
  
XSLT parser does not like the code above and gives me this error.

After [...]

[ More ] September 16th, 2009 | 2 Comments | Posted in Programming |

TechEd Australia Day 2

Keynote for TechEd Australia started a bit slow with too much concentration on words such as innovation, excitement and productivity. Keynote was saved by awesome presentations by Sara Ford and Sarah Vaughan. Rest of the day was fantastic. A combination of excellent topics and superb presentation skills made it a worthy learning day.
The best [...]

[ More ] September 9th, 2009 | No Comments | Posted in News |

TechEd Australia Day 1

Some of you may know that author of this site (that’s me in case you are thinking) is attending his first ever TechEd. TechEd to me is like woodstock for developers and other IT people who come in masses for this amazing and full of geek energy event. Over next few posts I will write [...]

[ More ] September 8th, 2009 | No Comments | Posted in News |

Output To Console In Windows Forms Application

This post shows you how to output data to a Console in a Windows Forms Application. I use this technique religiously when developing Windows Forms applications. Debugging is much simpler when you can see information on what your application is doing in a Console. Of course the onus is on you as developer to output [...]

[ More ] September 1st, 2009 | 5 Comments | Posted in Programming |