Matt Lacey

2,466
Reputation
264 views

Registered User

Name Matt Lacey
Member for 1 year
Seen 1 hour ago
Website
Location GB
Age 31

I've worked in software development, for the last 10 years, at a wide variety of companies (consultancies, ISV's and enterprise IT departments) both large and small.
I've developed software that runs on desktops, the web and various mobile and embedded devices, using numerous languages, databases and operating systems.

I'm currently working as a senior developer creating mobile based software solutions.

I also run the DevEvening user group.

Nov
24
comment Debug static file requests from IIS6
@Christopher_G_Lewis It could be that this is what's happening but how could I test this? I can't find any docs on IIS header processing. Know of any?
Nov
20
asked Debug static file requests from IIS6
Nov
19
revised PHP: Is there a function that converts a date string in a human readable format?
fixed typo in title
Nov
19
asked IIS6 not doing gzip compression when including Via header in request
Nov
18
comment Web Page execution
How are you stopping page_load when you click? How are you doing your timings? How do you know that the first page finished loading? What is the second page actually doing? Where is the time spent when loading the second page? (on the server or on the client?)
Nov
16
answered Find out date of nth week’s monday in PHP?
Nov
10
comment migrate from C#.net 2.0 to php so the hash value of the password - how to resolve?
+1 for helping me identify the cause of a similar problem
Nov
9
answered Why won’t google accept my Sitemap.xml? “URL not allowed This url is not allowed for a Sitemap at this location.”
Nov
9
accepted nonsilent delivery of a WMRM DRM license via ASP.NET MVC?
Nov
9
answered nonsilent delivery of a WMRM DRM license via ASP.NET MVC?
Nov
9
accepted Using Wurfl to detect mobile screen resolution?
Nov
9
answered Using Wurfl to detect mobile screen resolution?
Nov
9
answered compact framework 2.0 detecting enter key in a textbox
Nov
9
comment How to open a file up with openFileDialog in windows mobile?
What is the file you are trying to open? Have you tried creating a new file and tried opening that?
Nov
9
revised How to convert a GUID to a string in C#?
added the missing brackets
Nov
5
awarded  Tumbleweed
Nov
5
asked Display anything during initial buffering of embedded Windows Media Player?
Nov
5
accepted UX Design for Disabled Controls w/ the Touch Interface
Nov
4
comment How to organize minification and packaging of css and js files to speed up website?
THe question was for a minifier and packer. Doing both of these as well as compressing will give the best performance.
Nov
3
comment Automated link-checker for system testing
It's not open source, but it is free (it includes some advertising links in reports which I;ve always happily ignored.)
Nov
2
answered UX Design for Disabled Controls w/ the Touch Interface
Oct
31
answered Single CAB for pocket pc and smartphone versions of same application
Oct
31
answered Automated link-checker for system testing
Oct
30
accepted How to decide when to script something rather than do it manually?
Oct
30
comment Return 307 Temporary Redirect in ASP.NET MVC
I've ended up doing some redesign to avoid this whole issue. Some great solutions though. Thanks FinnNk
Oct
29
answered How to decide when to script something rather than do it manually?
Oct
29
asked nonsilent delivery of a WMRM DRM license via ASP.NET MVC?
Oct
29
comment Return 307 Temporary Redirect in ASP.NET MVC
Using a RouteHandler seems like a nice way to solve this kind of problem though. - Just not when there's logic involved.
Oct
29
comment Return 307 Temporary Redirect in ASP.NET MVC
I need to sometimes make the redirects based on the data that's passed. Accessing the model (where the logic is) from the routehandler seems wrong. Having [a copy of] the logic in the routehandler seems even worse.
Oct
29
asked Return 307 Temporary Redirect in ASP.NET MVC
Oct
29
revised Redirecting in ASP.NET MVC with parameters
made code display as code and fixed tags
Oct
26
answered Automating Subversion with C#
Oct
26
revised Query with SUM using SubSonic
Corrected link to reflect changes on subsonic site
Oct
23
revised What are common file extensions for web programming languages?
adding languages
Oct
23
comment Reload a reference on the fly (C# .NET)
Combine use of MEF with the ApplicationRestartRecoveryManager to easily force a restart of the app then.
Oct
23
answered What are common file extensions for web programming languages?
Oct
23
answered Reload a reference on the fly (C# .NET)
Oct
23
comment Subversion versus Vault
@Serge Yes this was a result of the configuration used by the company I was working with at the time.
Oct
15
awarded  Good Answer
Oct
15
answered How to save one file from one path to another path? Without removing file from original path using C#.
Oct
15
answered Where can I get a simple table of time zones for use in SQL server?
Oct
15
comment Windows Mobile and Windows Live ID Authentication (Web Service)
Do you mean using Windows Live Id as a form of OpenID?
Oct
15
answered .net mobile web application - easy way of server side browser detection
Oct
14
comment Howto find .NET version?
'CSC' will only work from the Visual Studio command prompt (by default). It wil also only give you the maximum version of the .NET framework that version of the compiler targets. - If you have VS2005 & VS2008 installed the different versions of CSC will report different versions.
Oct
13
awarded  Nice Answer
Oct
13
revised Why shouldn’t I give outsiders access to my database?
spelling corrections
Oct
13
comment how to wrap html tag around image tag?
Why would you want to do that?
Oct
13
answered Why shouldn’t I give outsiders access to my database?
Oct
13
revised How to find out the mobile model using WAP page
spelling correction
Oct
12
comment Why is the ‘if’ statement considered evil?
@Vadim What response did you get from Corey Haines when you asked him to explain why?