jammycakes

1,095
reputation
138 views

Registered User

name jammycakes
member for 1 year
seen 4 hours ago
website
location London and Horsham, UK
age
Web developer to the rich and famous ;)
Dec
2
comment Which issue trackers support sub-tickets, and how well do they work for bridging the gap between project managers and developers?
Thanks -- I saw the FogBugz 7 presentation at the Stack Overflow DevDays and I was pretty impressed. Perhaps someone at Fog Creek read this question and decided it was worth answering?
Dec
2
awarded  Nice Question
Nov
12
comment Traversing an arbitrary C# object graph using XPath/applying XSL transforms
See my response to Adam Hawkes. As I noted, this is actually a solved problem -- my question is that it's poorly documented, and does anyone know of any documentation/tutorials/etc in English?
Nov
12
comment Traversing an arbitrary C# object graph using XPath/applying XSL transforms
This doesn't actually answer my question. As I said, the problem has been solved -- it's just badly documented. And possibly cyclic object graphs will not necessarily be an issue if your XSLT transforms are evaluating them lazily.
Oct
15
comment Why catch and rethrow Exception in C#?
Actually, this isn't necessary -- in Visual Studio you can set the debugger to break when an exception is thrown and it brings up the exception details in an inspector window for you.
Sep
23
answered Need a better way to manage database schema changes
Sep
21
comment Is it safe to allow users to edit css?
@Vinko Vrsalovic: No, no, no, no, no, no, no! They aren't doing an XSS attack on themselves, they are doing an XSS attack on everyone who visits their profile page. From there, they can steal passwords, hijack sessions, whatever.
Sep
21
answered Is it safe to allow users to edit css?
Sep
21
comment Is it safe to allow users to edit css?
Actually, as other replies have noted, you can execute JavaScript in CSS. slideshare.net/simon/…
Sep
18
revised Am I getting left behind by not using the new features of the .NET framework (.NET 3.0 & 3.5)?
edited tags
Aug
11
awarded  Yearling
Jul
25
awarded  
Jul
20
answered Is it better to use exception or return code in python?
Jul
1
accepted best practices for using the sql server 2005 database project in visual studio 2008
Jul
1
revised best practices for using the sql server 2005 database project in visual studio 2008
Reword a bit more
Jul
1
revised best practices for using the sql server 2005 database project in visual studio 2008
Reword a bit
Jul
1
answered best practices for using the sql server 2005 database project in visual studio 2008
Jun
23
awarded  Nice Answer