||
|
| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 25 | 26 | 27 | 28 | 29 | 30 | 1 | | 2 | 3 | 4 | 5 | 6 | 7 | 8 | | 9 | 10 | 11 | 12 | 13 | 14 | 15 | | 16 | 17 | 18 | 19 | 20 | 21 | 22 | | 23 | 24 | 25 | 26 | 27 | 28 | 29 | | 30 | 31 | 1 | 2 | 3 | 4 | 5 |
|
|
|
|
|
|
 |

 |
Sign In
|
|
 Thursday, July 27, 2006
Trademe Invest I Zoomin...
Tim has a post up titled 'Trademe Invest in Ruby on Rails'.... which is a bit misleading really.
It's more like 'Trademe invest in Zoomin, who happen to use Ruby on Rails'.
Good on Zoomin for gettig their claws ito Trademe on this one. I thik it's fantastic... but it's pushig it a bit far to note that 'Trade me have 'lauched their first Rails page'. If it were written in PHP they would have launched 'thier first PHP Page' and the same for JSP. Don't think it's too likely that Trademe will be making the move off ASP.NET anytime soon.
When you buy someone elses technology you generally get it as is where is 
A funny little example I saw this morning was Sysinternals Process Explorer. Microsoft now own this but there's still a right click menu option to 'Google' a process name.
Will be interesting to see how easy it is for them to Mashup the Zoomin stuff into Trademe though... in particular whether most of the 'mashing' occurs on the Ruby side or the ASP.NET side.
.NET | Human Aggregation | Rambles | Rants|Thursday, July 27, 2006 11:22:13 PM UTC||
|
 Monday, July 24, 2006
Debugging Windows Workflow Foundation
Windows Workflow can be a bit of a pain to debug some days. In particular there are often scenarios where an exception gets swallowed somehwere in the runtime and you go off and spend 20 hours barking up the wrong tree.
Someone had one of these issues using some of the sample code from one of my MSDN articles today.
http://forums.microsoft.com/MSDN/AddPost.aspx?PostID=575571&SiteID=1&ReturnUrl=
A hot tip is to turn on some of the debug tracing in the runtime- easy to do. Just bigg the following into your config file.
<system.diagnostics> <switches> <add name="WorkflowTraceToDefault" value="1" /> <add name="Host" value="All" /> <add name="Runtime" value="All" /> <add name="Activity" value="All" /> </switches> </system.diagnostics>
.NET | Windows Workflow|Monday, July 24, 2006 2:38:12 AM UTC||
|
 Tuesday, July 18, 2006
Still On This Earth... Dogfooding Hard
So I am still here.
Just been a bit quiet on the blog front.
I've finally made the jump to Vista as my primary OS- I havbe two vista boxes on my desk and one XP box that I share with Skip... about to upgrade to 5472 this morning.
So far my thoughts....
- Sick and tired of playing “UAC-A-Mole*...
i.e. constantly having to press those bloody security dialogs away. I am VERY close to running as Administrator again which should make all this go away. I have to run a few apps elevated- running VS2k3 elevated for example
- The search box still rocks the Casbah.
THis is the little box at the bottom of the start menu. I've always been a big WindowsKey-R kinda guy.... now I just press windows key, type what I want and off we go. It is my fave feature of vista so far.
- Outlook 2007 is working
But only via RPC over HTTP (Exchange Anywhere in 2007). I LOVE the new flag for follow up management. This is my favourite new Outlook feature. It's let me reclaim my calendar from being a task pad again.
- Vista is SLOOOOWWWW
Quite obviously still running debug code all through it. It's slow as a gdog even on my highly spec'd 64 bit notebook with 2GB or RAM.
- IE7 is flakey on Vista
Not sure why... I was using it without trouble on XP but its being quite flakey
I'm now at about the stage where I couldn't go back to Office 2003. I could *probably* still bear to part with Vista.... but it's certainly growing on me.
Vista|Tuesday, July 18, 2006 9:14:00 PM UTC||
|
 Monday, June 19, 2006
 Tuesday, June 06, 2006
W00t! Front Page of MSDN
We've done quite a bit of Workflow stuff for Microsoft recently.
This morning two bits of stuff that we've worked on are featured on the front page of MSDN.
There's a Virtual Lab- which is basically some hands on labs that we've been working on running in a Virtual Machine and also my article on Simple Human Workflow.
Neath huh!?!
.NET | Windows Workflow|Tuesday, June 06, 2006 5:21:33 PM UTC||
|
 Thursday, June 01, 2006
 Wednesday, May 31, 2006
Back on XP...
..for the moment I'm still using Windows XP as my primary OS.
This REALLY pisses me off.
The reason it pisses me off is it's not an issue with Vista or Office, but rather something wrong with my Domain Controller (SBS2k3) that's stopping me from joinng the domain and thus using email and all that Jazz...
Need to rebuild the DC sometime soon and I'm almost certainly going to do it in Virtual Servr this time around.
Vista|Wednesday, May 31, 2006 10:12:40 PM UTC||
|
 Monday, May 29, 2006
Must Watch Apprentice Tonight
"In this two-hour episode, the teams must create a 60-second promotional video for new Microsoft software, with execs from the technology giant as the final judges. With only two people left on each team, stakes are high."
.NET|Monday, May 29, 2006 11:39:38 PM UTC||
|
First Thoughts on Vista... More To Follow
So, as Phil Blogs, we did our Vista install and Mountain Bike session on Saturday arvo.
By the time that the foggy rugby finished on Sat ngiht I had my machne pretty well setup with Vista, Office 12, VS.Net 2003 and 2005 and a bunch of other crap.
Setup for Vista took BLOODY AGES, but, was relatively interaction free, i.e. I just set it and went MTBing.
Office and OneNote installs were just as pleasant.
I've started a OneNote Notebook to keep thoughts on my fave and least fave aspects.
A few here to start.
Fave new feature: That little search mox at the bottom of the start bar- no need to navigate my filthy start menu any more. Just press the Windows key and type whatever I want to run. Like WindowsKey-R... but on 'roids!
Least fave new feature: All the bloody security dialogs. I am utterly desensitized to them now. I know where the 'Continue' button is and my braiin just goes on autopilot and clicks it.
Thing I was most surprised that I actually like after bagging it for almost a year: The new Office UI. It is actually REALLY usable. I mean REALLY usable. On on that basis why on earth did they not apply the new UI to the application that would get the most benefit out of it- the tablet PC oriented OneNote! FFS!
...more to follow!
Vista|Monday, May 29, 2006 4:42:04 AM UTC||
|
|
|