Re: Project planning/issue tracking/etc, how are you doing it?

2011-02-14 Thread Noon Silk
On Mon, Feb 14, 2011 at 5:14 PM, Michael Lyons wrote: > Depending on what exactly you mean by planning across projects, if you're > talking about setting up how the project is laid out as a template then > that's pretty straight forward. > > If you're talking about looking at your assigned tasks f

[OT] Remote worker

2011-02-14 Thread David Walker
Hi all, I have recently decided to take the plunge and move overseas away from this great country and off to sunny Scotland. As part of my transition I will be working for my company remotely for the short term (at least three months). I am primarily a web developer however we deal with some

Re: [OT] Remote worker

2011-02-14 Thread Jano Petras
Hi Dave, Try http://www.shrew.net/download/vpn This is compatible with Cisco VPN and I am using it currently on my Windows 7 64bit to connect to Cisco VPNs. Cheers, jano On 14 February 2011 14:44, David Walker wrote: > > Hi all, > > I have recently decided to take the plunge and move oversea

Re: Databases for Windows Phone 7.

2011-02-14 Thread David Burela
there is final confirmation that IE9 will be coming out later this year. will bring HTML5 support to WP7 http://www.microsoft.com/Presspass/Features/2011/feb11/02-14MWC.mspx On 14 February 2011 12:48, David Connors wrote: > O

Re: Databases for Windows Phone 7.

2011-02-14 Thread Scott Barnes
Well Elop's a pretty stubborn guy by all accounts and him being 7th largest share holder at Microsoft + having ties with Steve Ballmer i think this whole relationship is Microsoft's way of bailing out Nokia without raising consent decree / European union flags. Its almost like Steve B said down Elo

Re: Databases for Windows Phone 7.

2011-02-14 Thread David Burela
Found a quick video from the presentation of them demonstrating the HTML5 rendering speed vs. an iPhone http://wmpoweruser.com/ie9-on-windows-phone-7-will-make-browsing-much-faster-than-iphone/ On 15 Februa

Re: Databases for Windows Phone 7.

2011-02-14 Thread mike smith
On Tue, Feb 15, 2011 at 11:19 AM, David Burela wrote: > Found a quick video from the presentation of them demonstrating the HTML5 > rendering speed vs. an iPhone > > http://wmpoweruser.com/ie9-on-windows-phone-7-will-make-browsing-much-faster-than-iphone/ >

RE: Databases for Windows Phone 7.

2011-02-14 Thread Ian Thomas
David, I think the reaction from a lot of developers on the Qt framework was anticipated. I once had a month of developing with its GUI and hated it, so those who walked must be a peculiar lot. But you may be right - a follow-up article http://www.arnnet.com.au/article/print/376387/updated_mix

LINQ extensions

2011-02-14 Thread Ian Thomas
FYI only Just an oddity I hadn't taken in before, that a reference to LINQ makes .Count a valid property of arrays (otherwise .Length is valid). I had been using LINQ to Objects in a small projects and changed it to not do so, meticulously cleaned references to LINQ out (VS2008 does not seem to

Re: LINQ extensions

2011-02-14 Thread Michael Minutillo
Weird. It should add a .Count() extension method, not a property. Are you coding in a language that has optional parentheses by any chance? On Tue, Feb 15, 2011 at 1:12 PM, Ian Thomas wrote: > FYI only > > Just an oddity I hadn’t taken in before, that a reference to LINQ makes > .Count a valid

RE: LINQ extensions

2011-02-14 Thread Ian Thomas
Michael - slip of the fingers - yes, it was a .Count method (when LINQ is referenced), and a .Length property (when not). Not weird, lang c# _ Ian Thomas Victoria Park, Western Australia _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of

Re: LINQ extensions

2011-02-14 Thread Michael Minutillo
I think you'll find that the extension method will try to cast the array to ICollection and call it's .Count property (which it does have but it's an explicit implementation). That property will in turn just call .Length. It's a roundabout way of doing it but it means that it's not enumerating the

RE: Project planning/issue tracking/etc, how are you doing it?

2011-02-14 Thread Michael Lyons
Yes resource management is across projects with Target Process. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Noon Silk Sent: Monday, 14 February 2011 8:29 PM To: ozDotNet Subject: Re: Project planning/issue tracking/etc, how ar

Re: Project planning/issue tracking/etc, how are you doing it?

2011-02-14 Thread Scott Barnes
Like all developers - "I'm writing one!" hehe.. I've been tinkering with one called iWANT basically taking the scraps left over from Agile methodology, cram in Sketchflow and mix it up with a whole spoon full of Dr Zoidburg from Futurama and well ...iWANT is what i'm ended up with so far. The real