Rob Stevenson-Leggett

2,188
Reputation
428 views

Registered User

Name Rob Stevenson-Leggett
Member for 1 year
Seen 14 hours ago
Website
Location Manchester, UK
Age 24

I work for magneticNorth

I love to code and snowboard.

Follow me on twitter: @rsleggett

10h
awarded  Notable Question
1d
awarded  Famous Question
Nov
19
answered When does technical documentation violate the DRY principle?
Nov
15
awarded  Popular Question
Sep
22
awarded  Popular Question
Sep
17
comment What language decision in C# annoys you?
@Christian No I'm not. Nowhere do I mention multiple inheritance. I'm talking about C# specific autoproperties only.
Sep
7
awarded  Yearling
Sep
1
awarded  Famous Question
Aug
26
accepted Accessing links from JS in a WebBrowser object
Jul
31
awarded  Tumbleweed
Jul
28
answered C# Rest web service and Android Client
Jul
27
answered Fastest editor/ide for for TDD workflow: test > code > test?
Jul
24
asked Automatically add Last-Modified header IIS?
Jul
24
comment What is Critical Path?
Nice answer. Concise. +1
Jul
23
awarded  Nice Answer
Jul
22
answered To charge or not to charge?
Jul
21
awarded  Citizen Patrol
Jul
16
accepted Web Service use in Android.
Jul
10
comment How to display weather using any weather website
+1 for yahoo weather api. It's pretty simple.
Jul
10
comment ASP.NET still run without code files, how?
This isn't strictly true. It's possible for a web site project to have a bin folder.
Jul
9
comment Subsonic 2.2: Update only works for some fields?
It's SQL2005 and it uses the bit type, this works fine for insert so I don't see why it wouldn't work in this case.
Jul
9
revised Subsonic 2.2: Update only works for some fields?
added 50 characters in body; edited tags
Jul
9
comment Subsonic 2.2: Update only works for some fields?
Hi Rob, thanks for the reply. Yes it is static object datasource I've followed it through in the Debugger to item.Save() and all the props are set properly. It's SQL Server 2005.
Jul
9
comment Subsonic 2.2: Update only works for some fields?
No i did not but I will.
Jul
8
comment Web Service use in Android.
Since SOAP is an Xml format you can use the SAXParser built in to the Android framework to parse it. I'm not sure if Android has a "service reference" model ala .NET/Netbeans Java
Jul
8
answered Web Service use in Android.
Jul
8
asked Subsonic 2.2: Update only works for some fields?
Jul
2
comment mmc could not create the snap in error when launching internet information services
Cheers this worked for me too.
Jun
19
comment Unresolved Host Exception Android
Awww so annoying :) Fixed. Thankyou.
Jun
19
comment Unresolved Host Exception Android
Thanks for the info!
Jun
19
comment Android Eclipse Plugin: Instrumentation Test Runner not specified.
Thanks so much :)
Jun
17
asked Android Eclipse Plugin: Instrumentation Test Runner not specified.
Jun
17
comment Unresolved Host Exception Android
Is this method a valid way to call a REST web service? I.e. consuming the input stream into a string?
Jun
17
comment Unresolved Host Exception Android
Right, I can get data back using this method. However I can't figure out why the original code doesn't work. I'm not seeing anything in Fiddler for either!
Jun
16
revised Unresolved Host Exception Android
added 98 characters in body
Jun
16
comment Unresolved Host Exception Android
I'm not sure about the proxy settings as I'm only hitting port 80 and the emulator's browser can call the webservice.
Jun
16
comment Unresolved Host Exception Android
That's what I was thinking. I still can't get this working.
Jun
14
answered html 5 v/s XHTML
Jun
14
asked Unresolved Host Exception Android
Jun
3
accepted Why can’t I set an environment variable on Windows Server 2008?