Monday, November 24, 2008

Is it really that simple

Working in the Apps dev space, you quiet often get issued with bugs and feature requests that users expect to be very easy to fix. As a general rule of thumb, I attempt to fix anything the user wants as long as it fits within the scope/budget for the project. As with everything though, quiet often a bug/request will be issued that is actually a lot bigger and more complicated than it initially appears.. And this brings me to something I've been sitting on, thinking about for a few weeks..

Over on CodingHorror is a post about a "bug/feature request" that seems to have been made into a big issue. It's a request to have the Windows Forms designer automatically default the forms font to Segoe... On the surface of this, its a pretty simple request...

The problem for me is that i use VS2008 and target Win XP AND Vista.. Unfortunately, I cannot guarantee that Segoe is actually present on the target machine, and I'm not too sure if I'm actually allowed to distribute the font (I'm guessing I can't..).. This raises an interesting problem.. Windows Forms doesn't deal very well with automatic resizing. It can be done, but requires a lot of extra work, and because of this, I don't want to use Sagoe and risk the target machine picking the next best font..


Sure, there are options available, like having project settings determine the font.. i.e. a "Vista Only" option, but personally I think that allowing the users to just select the font they want works best..

Anyways, back to the grind...

Thursday, October 30, 2008

I'm excited

At times, working in the IT industry seems to be a little slow, dull and much the same as the previous day. this has been the case lately with the media continuing to blast Microsoft over Vista. Everywhere you turn, there are complaints, "10 reasons why x is better than Vista" and any other thing you can possibly imagine.

As for me, I've had no major issues with Vista, I use it to work, i use it to play, and for the most part, it works.. Sure, there are one or two little things that I may think need improving, but that's the same for any OS..

But, I guess back to the topic, and that its the reason for my excitement.. The last few days have reminded me exactly why I love this industry. Here's why:

Tuesday I started a new Job, and we also started to get information flowing in from PDC2008. The big news items, well, here they are:

  • Details on Windows 7 have started flooding in, it's Vista but it's better..
  • The Announcement of Windows Azure.. Yep, the cloud computing OS
  • And Office on the Web

I'm not going to go into details of each and every feature here, but there are a lot. I guess what I'm more interested in is the fact that a company who, according to the press is "struggling" to provide such wide ranging announcements and to even get a lot of positive feedback from folk who have been very critical of late.

I can't wait to get my hand on some of this.

Monday, October 20, 2008

Silverlight 2.0 Released

The title says it all.. And here's the link to the announcement. For me, this is what I've been waiting for, Silverlight 1 was nice, but lacked a lot of features that I personally believe were required to make it useful beyond media streaming and basic flash type apps.. Silverlight 2.0 brings in everything I need as a developer to really start pushing it for internal business apps developement.. Yay!!!

Monday, October 13, 2008

Current Reading List

I thought I'd just put up a quick post of my current reading list. So, here it is:

Feel the Fear and Do It Anyway
The God Delusion
Fish!

I don't know why, but I quite often find myself reading a few books at the same time.. Maybe I need to learn to focus a little more ;)

Thursday, October 02, 2008

w00t

I just read over on Mitch's blog about some new features that are going to be included into the next release of TFS Power Tools. Each of these new features looks awesome, but one caught my eye in particular that I personally can't wait too see. that feature is the new Team Members folder. Not only will this allow you too visually see who is in your project team, but it will also provide integration with your *IM client for presence, notification and vital communication functionality.

I'm all for collaboration, and any tools that help me communicate better with team members is a win in my books.

*If your IM client supports it..

Tuesday, September 30, 2008

VS2010 & .Net 4.0

W00t, just a quick post to link up the announcement of Visual Studio 2010 and the .Net Framework 4.0. Here's the link

Oh yeah, just a quick wish on the collaboration side.. I want to be able to have multiple people working on a diagram at the same time.. Think of it like collaborative "white boarding" but.. well.. not on a whiteboard.. I know that there are a million tools available for basic whiteboard sharing, but they all ultimately end up requiring one person to convert it into UML/DML etc.. I'd just like to take the middle man (or format) out of the picture..

Can't wait too see where this all goes..

Thursday, August 28, 2008

IE8 Beta 2

Most people by now are probably aware the IE8 beta 2 has been released. In my last post, I quickly touched on Ubiquity, and it's interesting too see that other people also believe that Accelerators (the feature formally know as Activities) goes a way to providing the same functionality, seems some people do get it.

Besides this, there are many other features that IE has been needing for a while. The biggest as far as I'm concerned is InPrivate, closely followed by the work done on performance (speed increase, memory usage etc).

Unfortunately I won't get a good chance to get my hands dirty until later today, but I'm sure looking forward to getting IE8 beta 2 running on my machine at home.

Wednesday, August 27, 2008

What a tool!

I was just over at Scobleizer and stumbled across his latest post about ubiquity. Somewhere in the post, he starts to talk about people who "get it" and people who don't. Or as he puts it, passionates and non-passionates.

His rant goes on about people who won't be bothered reading the instruction manual and watch the training video, and because of this, only passionate people will use it.

Now, I think ubiquity is a nice concept rolled up into a geeky, non-usable form. Blaming users for not wanting to learn what is in effect a command line for the browser seems to be a bit off the mark. If you actually spend the time to even read the first page about ubiquity, it talks about providing the "Verbs" (actions) on context menus. This is where the future is. It provides the features you need where people don't have to remember all the possible things they can do.

So, I can understand someone which passion getting excited about ubiquity, but taking an elitest stand and saying that it's no good for anybody else is just a complete load of crap as far as I'm concerned. I think maybe a bit of critisism about the form it's been delivered in is probably a better approach to take than bagging people who prefer to use the mouse than type commands into a black window.

An example of what I think would work, is based on what is provided on the ubiquity page.

The scenario: A typo on a blog (ironic that this post probably has typos too..).. They highlight some spelling mistake on a web page and use ubiquity to highlight by typing in the highlight command. The next step is to select a larger amount of text with the highlighted part to give more context of where the mistake is. They then type into ubiquity "email too xxx".. This opens gmail and starts a new email filled with the selected text and the Send To address filled in.

How I think it should work:
Select the typo and right click. Select actions->Highlight.
Select more text and right click. Select actions->Email

This is what IE8 does through activities. The difference, it's not done in a non-user friendly way using a command line tool.

Anyway, time to stop ranting... Ubiquity is a nice tool, I just think it's not quite ready for normal users.

Thursday, August 14, 2008

WPF Datagrid CTP

Well, for anybody who managed to miss the news, Microsoft have just released the CTP for the WPF Datagrid.. It requires the .Net Framework 3.5 sp1, but that's just a small little update...

Anyways, so far the best link I've found for it is here. So take a look and have fun..

*Just a little side note.. I'm sure this is one of the last big things that people are holding out for with the adoption of WPF, though to date I've managed pretty well without it..

Thursday, July 24, 2008

MS Bob Lives!!

lol, Frank just linked this up on twitter.. Long Live Bob!!




Tuesday, July 15, 2008

Windows 7 Wish List

I read an article this morning (can't remember exactly where) that had a wish list for windows 7.. This list included things like Minwin, UI changes, diagnostic tools etc.. While I liked some of them, I tend to think that some of the items didn't really appeal to the geek in me.. And too be honest, I think windows appealing to geeks is important.. They help to drive adoption in the industry.. So, I thought I'd throw out a list of things I'd like to see:

  • Express Development tools as part of the install
  • A decent graphics package
  • A serious Voip package
  • Serious Support for Multiple desktops
  • Diagnostic tools, memory checker etc..

Now, I understand that Microsoft are actually in a bit of a pickle as far as some of these are concerned. I'm sure they'd love to include lots of things, but may be restricted due to Anti-Trust type things.. So, my proposal is this, a package manager like what's available in most linux distros.. Make it easy to download tools from Microsoft, they don't have to be included in the OS, just easy to get.

Now, once again, this could still cause problems. I suspect the Package Manager will still have to include links to 3rd party apps. This though shouldn't be a big problem. Allow companies to easily register their products, and provide easy categorisation. Allow users to choose apps to install by category and popularity. By default only provide the 5 most popular items for a given category..

Now this system is likely to also require some sort of payment system, but I'm sure this wouldn't be too hard. It's about making people life easier, and as a geek, this really appeals to me.

Anyway, that's my little list of what I think would help windows re-capture some of the "geek" kudos.

Friday, July 11, 2008

I was away for a bit...

Well, it seems that in my time away (and the quick cleanup of my email account) that I missed out on something. It seems that the old AusDotNet mailing list has been replaced. The new one is here.. I've just re-subscribed, I guess I'll see soon if this new one works :)

Thursday, July 10, 2008

Purple Monkey Dishwasher

Back when I was little, we used to play a game called "Chinese whispers". I'm sure you know the game, everybody sits in a circle and someone starts whispering a message into another persons ear. This message then gets relayed to the next person and so on until the message finally gets back to the last person. Quite often, by the time the last person received the message, it was garbled, changed, lost information or had new information added. This happened consistently even when the message was very simple (hey, we were only kids..)..

For me, I learned that the more people who are involved in a chain of communications, the higher the risk of information being incorrect when it reaches it's target.

Unfortunately, I still see this type of thing happening in my day to day work. It's not uncommon for developers to be 3-4 times removed from the users of a system. Now what makes this worse is that the information being passed around tends to be a lot more complicated than when we were we little kids. Complicated business requirements, processes, legal requirements. None of this is particularly easy on the best of days, but after it's been through the process, it's almost guaranteed to be incorrect when it gets to the developer. The only question is how incorrect.

Now, don't try and read behind the lines here for any hidden messages about Business Analysts, expert users etc.. There is none of that. They are all an important part of the process. So is keeping the developers in the loop on communications. There are a hundred different ways to do this, from the simple CC on an email through to using forums for all requirements gathering etc.

Think about the Chinese whispers situation at your work and see if you can't do something to help the message get to the developers in a clearer way.

*Yes, the title is a classic line from the Simpson's where a message was passed through a crowd at a protest rally. The message made it to the Edna, complete with Purple Monkey Dishwasher at the end. "We'll show them, especially for the Purple Monkey Dishwasher comment!"

My GMail Account...

A long time ago, I signed up for Gmail beta.. I honestly thought it was the best thing since sliced cheese.. Around that time, I was signed up for the AusDotNet mailing list at work, and decided to move my subscription across to Gmail. Not long after, work banned all web mail. Gmail included.

For some time after that, I managed to keep track of everything at home, then later on my mobile phone. By this stage, I had also subscribed to SQLDownUnder. The amount of email pouring in was huge. I got a little behind with my reading and before I new it, the amount of emails were just too much to keep up with using the poor mobile interface for Gmail. I stopped checking this account.

Just today, I got a bright idea.. I'll check this account, clear it out and start using it again.. I thought that maybe the interface had improved... And, for the most part it has. It's way better than it used to be. The problem, it still doesn't have any easy ways to deal with large amounts of data. There are all the normal features like a delete button and the ability to mark items as read. Cool... Except I have 1972 emails that need to either be deleted or marked as read.

What I want (and this applies to live mail as well) is the ability to say "Mark all emails read" without having to select them in the Mobile interfaces. I can do this for my junk mail, so why not my normal mail??

Anyway, back to it, only 99 pages of email to clear from my mobile :)

Wednesday, July 09, 2008

A little Tip

Just remember boys and girls, to setup impersonation before you call ChannelFactory.CreateChannel otherwise your impersonation won't work... Also, another little tip.. Regardless of when you revert the impersonation back to the original identity, the open channel will still be impersonating!!

Mobile Live Blues..

It seems as though there has been a recent breaking change with Live Mail. See, from work, I usually keep track of my live (hotmail) emails from my mobile device (i-Mate JasJam) running WM6. Unfortunately, sometime over the last week, Live Mail no longer detects my phone as a mobile device and attempts to load the full version for IE.. As you can imagine, this does cause a problem.

So, for now, I just have to make sure I specifically head over to mobile.Live.com and then click on the Mail link from there.

Oh yeah.. I also have another small little gripe.. Accessing sites on a mobile device, I generally have to pay for all my data downloads, and for anybody else in Oz, they would know that it's fairly expensive. Another feature of Mobile Live that I'm less than impressed with is the Ad Banners.. Screen real estate is limited AND data data is expensive.... Not happy Jan!!

Monday, July 07, 2008

The New Hermit Crabs on the Block

As a father, I often get to learn a lot about things that I normally wouldn't kow anything about. Over the weekend however, after a trip to the local pet shop, I discovered something that has left me somewhat changed.

Before I tell you what I know know, let me set the scene.. See, my sister and her kids once had several pet hermit crabs. These hermit crabs were kept in their little tank, and just kind of lay around, occasionally moving around the tank and not really doing much else. Occasionally they would be given a few new shells that better matched their size. The problem was, they were all plain old boring crab shells. Sure, they did vary in size and shape a little, but apart from that, there was really nothing that made one crab stand out from the next. Those poor little boring crabs...

Enter the new range of designer hermit crab shells!!! All the newest crabs on the cat walks are wearing them...

All I can say is I'm shocked.. and changed forever!!

Tuesday, June 10, 2008

My Phone Battery

Over the last month or so, my little i-mate JasJam has been performing a lot worse than expected. The battery life has degraded to the point that I could not leave it on overnight.. 7 hours standby is about all I was able to achieve. So, I got of my backside and ordered a new battery. It arrived last week, and I have to say, I'm extremely happy. It's running like the little champ it should be. I'm a happy man!!

Thursday, June 05, 2008

Save XP???

Ok, so, I thought I'd put up a post for something that has been bugging me a whole lot lately. And that is the immaturity of some people out there. Just today I read (where else but slashdot, the whole thing seems to have started with neowin) about Microsoft asking people to stop calling their customer support requesting an extension to Windows XP availability and support. This really got to me on a few different levels.


First up, it's just making life difficult for people who really need to use the support lines, yet these people who have XP running fine on their machines are happy to push their own agendas at the cost of others.


Next up is this. If I wanted to go out and by a brand new 2001 Mitsubishi Magna.. Guess what? I can't.. Why, it's discontinued.. It's a business decision they made to not make it any more. Do Mitsubishi still make enhancements to the Magna.. Nah ah... Are they under warranty anymore.. Nope.. This is not just unique software and cars either. Try it with nearly any industry. Power tools, sports equipment (yep, new golf club models every year!!), clothes, phones, TVs, Stereos, iPods.


Every business tries to moves forward. Sometimes products are successful, sometimes new products are failures. Now, as I've said before, I'm very happy with vista and office 2007 (though there are a few things i'd prefer were a little different..) but at the end of the day, Vista is the successor of XP which had a remarkably long shelf life compared to many other things in I.T. and in this case, much longer than the type of support you get in nearly any industry...

Anyway, back to my original point. Grow Up!! If you don't like it, use Mac, Linux whatever.. Just grow up...

That's my 2c for the day :)

Friday, May 30, 2008

Help Microsoft Donate

I just noticed a post by Nick Hodge about Microsoft Donating to The Smith Family (a charity). The problem is, they need your help. Pop over to this site and watch the video. For every person that views the video, Microsoft will donate $1.

(Just a note, I'm sure this is a promotion to help spread the Silverlight love, but I think it's a very worthwhile cause non the less.)

Friday, May 16, 2008

An interesting use for using

A college of mine came to see me the other day with a question about some code he had stumbled across. He wasn't exactly sure what it did, or more importantly, if it's something that he should be doing in his code. The code in question was a using block. Now, I'm right up there, telling people that they should have using blocks in their code for any object that implements IDisposable.. The problem was, the object in the using block didn't..













Now, I found this to be very interesting.. myObject was an instance of an object that clearly didn't implement IDisposable. Performing a cast like this would actually result in a null reference. The compiler was happy, the cast was invalid, and it ran without any problems at all.

I took a peek at the IL generated, and was pleasantly surprised to see that there is a check for nulls before the call to dispose.

I'm not sure if there is any benefit from doing this, and I'm sure I wont be recommending this to anybody, I just thought I'd mention it as an interesting tidbit.

Cheers

Vista and Office 2007

I just wanted to go on the record.. I really really really like Vista and Office 2007...

See, when both Vista and Office 2007 came out, I upgraded.. I've done this for every version of Office/Windows (except for Win ME...) since Windows 95. So far, I can't say I've ever had any major problems with an upgrade.

Back to Vista and Office.. The dev machine I had at home was a little under powered. I also play games, and the machine was struggling under the load. So, I did the right thing and built a new computer. It wasn't all singing, all dancing.. It was just a nice system. I met all the recommended requirements etc, 2 gig of ram, a decent video card etc. The end result was a system that ran fine, and for a smidge over $1000.. (This was just the computer, not the monitor etc..)

To date, I still haven't disabled UAC.. I've deliberately left it on.

Anyway, the point of my post is that I have not encountered any problems with this system to date, no stability problems, no performance problems, nothing.. Well, not completely try, I have had 1 driver problem, but that was with a Netgear NAS (very cheap.. And sucked under XP anyway..) that didn't have drivers for over a year after the release of vista.. This is clearly a problem with the vendor (or the people that made the re-badged toaster looking NAS box they sold)..

As for Office, wow.. Sure it was a shock at the start. The ribbon is a big change, but once I spent time to actually use it, I fell in love.. Back at work, I'm still running on XP and Office 2003, and I have to admit, I find now that I miss the ribbon....

I'm glad the upgrade process for both Vista and Officer is underway at work ;)

Thursday, May 08, 2008

WCF and Inheritance

Anybody who has had the pleasure of working with WFC, or in fact any messaging based programing will understand the issues related to messaging and inheritance. For those that don't, here is a quick rundown.

Take this situation:
I have a person class with:
  • First Name
  • Last Name
  • Age

When serialised, I get something like this:

FirstName: Eddie
LastName: de Bear
Age: 30

Now this so far does not cause any problems. It's designed to work like this. When a service receives this message, it knows exactly what it is dealing with.. A Person.. That's what the contract defines, that's what it gets and deals with.


Now, Imagine I now have a new class Employee which inherits from Person and adds a single attribute, EmployeeId.

Now, when this gets serialised, what do we see:

FirstName: Eddie
LastName: de Bear
Age: 30
EmployeeId: XXX-123-XXX


(This assumes that the new Employee class still has the same contract name etc..)
Now, if this was passed to a Service that expects a person, the service has a little heart attack. It has no idea what to do with the new attribute EmployeeId.. It's not part of the person class..

There are a number of solutions to this, such as Method Overloading. But one of the solutions I find the most interesting is the mechanism WCF uses for Contract Versioning. IExtensibleObject.

In the example above, you could easily implement IExtensibleObject on the original person class. IExtensibleObject basically provides a property bag for dumping extra information that is encountered at deserialisation time. This allows the service to continue to treat the Employee object as a person, without loosing the additional information added by the employee class.

A great article on the use of the IExtensibleObject interface can be found Here

Improving output

So, a while ago I found myself getting a little behind with my work. I found myself constantly caught up in meetings, spending a large amount of time communicating with team members and stakeholders. In fact, I found that more of my time was taken up with this that I could really afford, something had to be done.

So far, I have actually had little success in reducing the number of meetings that I need to attend. This is something that I'm sure keen to work on, but find that getting these meeting taken offline (email, IM etc) still has a great deal of resistence in the workplace, people like face to face contact.

What has changed though, is my productivity.. No, I still refuse to use code generators.. But I have found myself adding Code Snippets to Visual Studio at an absolutely astonishing rate. I find that code snippets provide me with the best of both worlds, I don't need to continually waste time writing the same templated code repeatedly, and the overhead of creating them in negligent.

So, what sort of things do I use the Snippets for.. The answer is easy.. Any repetitive work.
  • Properties with Change Notification
  • Data Access
  • Service Contracts
  • Data Contracts
  • Exception Handling
  • Anything else I type repeatedly

Basically, I find that by removing the tedium of these repeated tasks, I can spend more time focusing on the actual business specific problems.

Productivity ++

Friday, May 02, 2008

It helps to read the manual..

I've had my i-Mate Jasjam for a little over a year now, and for the most part it's been very reliable. As of late, I've been having a little bit of battery problems. In particular, it's because most applications continue to run even after clicking on the little X in the top right hand corner.

Over the last year, I've slowly added more and more applications, and tend to spend more time surfing the web (or just have programs like tinytwitter running).

Anyway, today I stumbled across a little feature that I'm sure was not on the original WM5 rom that was loaded when I got my phone, but was added by I-Mate in the WM6 rom. Basically, it actually closes the application when you hold the X button for a few seconds. This avoids constant trips to the task manager and clicking the "Stop All" button..

Monday, April 21, 2008

Keeping Busy

It's been a few weeks since I last posted here, but being so quiet has nothing to do with the reality of my life. The last few weeks have been an absolute whirlwind. I've had 30th birthdays, an old friend from Ireland visit, work on getting my divorce finalised and a lot of golf in my spare time.

Oh yeah, I've also started back at the gym..

Throw in Work, spending time with the kids as well as my wonderful new girlfriend and you can see that life has just been extremely busy.. I just haven't had the time I'd like for playing with new Toys and Technologies..

Anyway, the fast life is starting to slow down again, and I should now have plenty of time to start to get back into playing and learning again.. I'm looking forward to it :)

Thursday, March 27, 2008

WM6 Daylight Savings Update

Just read this over on Rog42 about the update for WM6 daylight savings settings.. Anyway, there are a few links for both the MSI and CAB updates. The MSI is to updated from a PC and the CAB directly from your Mobile Device.

Anyway, short story is I'm at work and can't connect m phone to my PC, so I'm stuck with the CAB update.. So it was off to TinyURL.com to shorten that ghastly download link. This made it heaps easier on my phone. For anybody else who needs it, http://tinyurl.com/2b67p4 should do the job nicely :)

Happy Updating...

Apple Pushing Safari

So, last night I got home and turned on my computer. Just wanting to kick back and do a bit of reading that I didn't manage to finish at work. Within a minute of turning on my computer, the apple updater popped up. The apple updater?? Yep, It got installed along with iTunes for my daughter's IPod.

Anyway, when I thought it I first thought to myself, cool, a new iTunes update. This must be good.. I was just glad I took the time out to read what the update was... It was Safari 3.1... WTF?? I don't want Safari 3.1... I have a browser that I use and am very happy with. Why would I want another vendors browser pushed on my just because my daughter has an iPod...

Anyway, it only took me around a minute to work out how to block the download, but it really left me thinking.. How many people will accidental end up downloading safari (there are lots of iTunes users out there..).. And more importantly, once it's downloaded, does it install and set itself as the default??

If the answer to this is yes, is this possibly an example of a company using it's dominance in a market (music) to work it's way into another market?? Possibly.. It's not the first time it's been done...

Either way, I'm going to be interested to see how many windows users will be running safari 3.1 in the near future..

Wednesday, March 05, 2008

Misinformation in the Media

As a kid, I used to sit in front of the TV and watch the news, or even pick up a news paper and read an article or two. I was taught at school that this information should be used to keep up to date with current affairs and the likes.

Unfortunately, like most people, there is a point in your life when you start to realise that the information provided in these mediums is far from accurate. It's not that they go out of their way to lie, it's more that the people reporting may accidentally forget to include something in their articles.

Yet another example of this appeared today in The Age. Basically, the article is about a "Security Specialist" who found a "security hole" in windows, and Microsoft did nothing to fix it. The truth of the matter is that it's a flaw in the Firewire specification which can be used to exploit any OS that has support for Firewire. In fact, the flaw is actually a "Feature" that allows connected firewire devices to access (read/write) directly to system memory. This can be used to do anything on a running computer you can possibly think of. The only limit is the attackers imagination.

I'm not sure that this omission was completely deliberate, it's probably more just a case of the author not actually knowing any better, which really begs the question about why they are in that job in the first place. In this case, they are probably there because they follow the current trends in the technology media. Bag out Microsoft, and Rave about Apple.

My real question is, how long is it going to take before someone finally gets fed up with this sort of Misinformation and actually does something about it. At the end of the day, companies need to rely on their image in the community, and when the media continually effects the image of a single company, there is only so much those companies will take..

Thursday, February 28, 2008

Mac vs. PC vs. Linux - South Park Style

Tired of all the commercials.. Check out this take on them..

Wednesday, February 27, 2008

Windows Live Writer

As part of the whole getting back into blogging thing, I've decided to start using Live writer from now on. This is the first post, and I have to say it's been an absolute sinch so far.

LiveWriter

Anyway, here is a little picture of it Live Writer running. As you can see, I've actually taken a screen shot of me writing this post ;)

Friday, February 15, 2008

A feature I'd like

It's really simple, but I think it's something that is really needed. You guessed it, HTML support in outlook for items other than emails.

I'd like to be able to paste HTML into appointments for example, or even better, have outlook render the HTML Description stored in exchange for an appointment instead of having it converted to RTF (very badly might I add...)..

It's just a small little feature I'd like to see one day in outlook...

Thursday, February 07, 2008

Sorry to hear guys

Sure the writing was on the wall, but it's still sad to see happen. I learned this morning that a large department has just terminated a large number of contractors due to budget over runs and a whole heap of other excuses.

Unfortunately, this is just what happens in IT, and it's part of the reasons contractors get payed that extra bit of money. Having said this, it's still not the sort of thing you want to see happen to our friends, especially when many people knew there were problems, yet nobody wanted to listen.

This raises a very interesting question. Why won't people listen.. Sure, sometimes it may just seem like people are having a whine, I know, because I enjoy having a whine with the best of them. Other times, it's just a game of self promotion at the cost of everything and everybody else. I still to this day do not know the answer to stopping this, short of just letting those people hang themselves..

Unfortunately this time, some very nice people, many good friends of mine have been hurt and left in a bad situation. So, I'm putting up this post to let them all know that I feel for them, and to wish them all the best of luck in moving forward.

Take care guys and gals..

Tuesday, February 05, 2008

C'mon guys

I'm a bit of a geek, I like to have all the new sparkly bits and pieces whenever they are released. One of the things I'm currently trying to do is replace all the boring old desktop apps I have with nice new .Net bits and pieces that I can. I've got myself a replacement for notepad, use Paint.NET and a few other bits and pieces. In general it's been a pretty good experience.

That is except for two things that I'm really keen to take a good peek at. MSDN Reader and Architecture Journal Reader. Both of these are based on the News Reader SDK and have been created by the kind guys at MS.. Unfortunately it looks like they didn't even bother putting in support for Proxy Authentication.. Now while I haven't looked at the News Reader SDK, I'm fairly confident that Authentication shouldn't be any harder than it is with the existing framework.. See the two lines below.. Either one will work depending on the enviroment..

Credentials = CredentialCache.DefaultNetworkCredentials;
Credentials = new System.Net.NetworkCredential("UserName", "Password", "Domain")

Please guys, fix this up...

Thursday, January 31, 2008

Scrabble

So, along with a whole heap of other changes lately, I've been plaing quiet a lot of scrabble lately. Actually, saing that I'm plaing is a bit of an understatement. It's been getting so serious that I've just ordered a copy of the official scabble dictionary. Hopefully this will put an end to the arguments.. And just for the record, Qi and Fa are real words...

Friday, January 11, 2008

Catching up with life

As I'm sure many of you already know, the last year has been particularly hard for me. I've had a few personal issues that needed to be taken care of, and with that, I also took a bit of a back seat in the world in general, content to just let everything take it's course.

Somewhere along the way, I realised I was missing something. My Mojo.. I lost my mojo.. When I realised this, I decided to do something that I probably should have done a little earlier. I changed jobs, getting me out of my comfort zone and also did my best to get rid of some other baggage.

So here I am now, start of a new year, looking to get back on top of everything. So keep an eye out on the blog, and I'll keep you all up to date with the what's, how's and why's..

Thursday, January 03, 2008

If I hear it one more time

"Why don't we use code generation"...

I'm going to put it very very simply.. I HATE CODE GENERATION.

Why? It's simple. Code generation CAN help developers get applications to market quicker. I won't argue that point at all. My argument against code generation is all about abstraction and workflow.

Abstraction
I've worked in many environments, but one thing seems to remain the same. At some point, you will have to integrate with an older system. More often than not, that integration will be done at the database. Yes, I know the whole point of SOA is to re-use the services, but how many places are in a position to do that yet?

Anyway, back to the point. Over the life time of an application, entities in a system tend to change. They acquire new attributes, they change their behaviour and many other subtle changes. The end result, a person for example is could originally be stored with just an Id, a few fields for their name and maybe a data of birth. Over time, more information gets added. The person may now be an Employer, an Employee, a Client.

As these entities gain more attributes and new meaning, business rules will be applied to each different incarnation. A person is no longer a person.

Now you may think I've gone off track a little. What does this have to do with code generation. It actually has 2 things.

The first is that Code Generator Fanatics will just point their favorite tool at the database and let it do all the work. The problem, is that you now have services and a UI that are just a representation of a person with lots of other information. This is how you end up with applications with 20 tabs and a few hundred fields that all need to be populated before the user can press save. It's hideous and not very user friendly.

The second part is to do with the "We can just rebuild the whole thing" mentality. In this world of source control, managed change etc, at what point did it become acceptable to just blow away half a project and re-generate it just to add an extra field to an entity. Ooops.. Did someone change that file..

Workflow
Next up on my list of gripes is to do with workflow. I touched upon it just above. I'm a big fan of services guiding workflow. I don't know how often I end up on a project where the services are just a set of GetXX(), AddXX(), UpdateXX() DeleteXX() methods. I hear developers talking about CRUD (you know, create, read, update, delete).. This stuff works fine in small projects, but when you start having to add workflow into the picture, it very quickly becomes messy.

Lets look at a simple problem with this. Imagine that within the database we have Users and Contacts. Both a user and Contact have Addresses. Some smart cookie along the way realised that this could be normalised and they both have a relationship with the same "Address" table. Now you need a SaveAddress() method. That's cool and all, but should you be saving an address without some sort of context as to why it exists.

In this situation, I tend to go for AddAddressToContact(Contact, Address), AddAddressToUser(User, Address). This is clear what is happening and you no longer have confusion about why your wonderful OO design doesn't work in a messaging environment.

One Final word
I'll also throw in another little issue I have, and that is when devs take it just that little extra step. They also code gen their unit tests. C'mon... What point are unit tests if they are always going to succeed. You are making our unit tests so they only call your code the way YOU WANT OUR CODE TO BE CALLED. It's not testing for the unusual cases.. Unit tests are supposed to test the unusual cases as well..

Anyway, that's my little rant for now. Feel free to drop a comment about how wrong I am on the subject and I'll buy you a beer while I argue with you until I'm blue in the face :)

It's done and dusted for another year

Yep, that's right, the party season is over, it's time to sit down behind the computer and get back to the hard work. Projects don't finish themselves. Actually, this is what my post is about. Projects not finishing themselves.

I often find it ammusing how often I find myself on the critical path of a project, not that I find this a problem, quiet the opposite. I find I work best under pressure. For me, this is the one thing that keeps me motivated. However, working as a team lead, I often find that more and more of my time is taken up with meetings. You know the type, talking to project managers, talking to busniess reps, talking to BAs. It's the communications.. All projects need communications.

The problem though is this. I spend more time communicating and less time coding. Sure, others in my team are still busy working away, yet my work seems to be getting left behind. This leads me to believe that there is a problem. I don't think that there should be less communications, I just think that I need to find a more effective way to communicate with all the other people in the project. Meetings are a nice break, but I'm sure they are not the most effective way to communicate...

Anyway, I'm going to post more about this over the next few days, but lets jsut say that it's not going to be easy considering the tools I have at my disposal. Stay tuned for all my fun adventures...