Dan

3,876
Reputation
481 views

Registered User

Name Dan
Member for 1 year
Seen 20 hours ago
Website
Location Newcastle, Uk
Age 28
Im mint
13h
awarded  Favorite Question
18h
awarded  Popular Question
Nov
18
revised Syntax query please help me?????
edited title
Nov
17
awarded  Popular Question
Nov
16
awarded  Notable Question
Nov
9
awarded  Necromancer
Nov
3
awarded  Popular Question
Oct
14
awarded  Nice Answer
Oct
13
asked Merging entity changes in Nhibernate
Oct
12
answered How do I view the SQL that is generated by nHibernate?
Oct
12
revised How do I view the SQL that is generated by nHibernate?
added 71 characters in body
Oct
5
revised magento changed the format of PDf File
deleted 17 characters in body
Oct
4
awarded  Popular Question
Sep
30
comment Buildling an array of vaules from page elements in JQuery/Javascript
Thanks, I through there would be a nice shorthand way of doing it.
Sep
30
asked Buildling an array of vaules from page elements in JQuery/Javascript
Sep
22
awarded  Notable Question
Sep
18
awarded  Famous Question
Sep
15
revised How to deploy a java applet for today’s browsers (applet, embed, object)?
added 10 characters in body; deleted 1 characters in body
Sep
15
revised Limiting/controlling the users ability to print in Java.
added 168 characters in body
Sep
14
comment Limiting/controlling the users ability to print in Java.
Thank Adamski, some good tips.
Sep
14
asked Limiting/controlling the users ability to print in Java.
Sep
14
revised Is double Multiplication Broken in .NET?
added 282 characters in body; edited tags
Sep
14
accepted Custom forms in Magento
Sep
14
accepted Simulating Shared Hosting Trust Levels
Sep
14
comment Is double Multiplication Broken in .NET?
Well admittedly I don't have a deep understanding of this. But I was thinking there must be some sort of work around to this, such as using some alternate notation, it seems to be the number 69 its easily storable in binary, as well as the position of a decimal point.
Sep
14
revised Is double Multiplication Broken in .NET?
added 1 characters in body
Sep
14
comment Is double Multiplication Broken in .NET?
Well it was slightly tongue in cheek. None the less its an interesting problem.
Sep
14
comment Is double Multiplication Broken in .NET?
I might be showing my naivety, but why doesn't the framework work around this and hide this problem from me and give me the right answer,0.69!!!
Sep
14
revised Is double Multiplication Broken in .NET?
added 45 characters in body
Sep
14
asked Is double Multiplication Broken in .NET?
Sep
11
awarded  Good Question
Sep
10
revised What is the best way to return XML from a controller’s action in ASP.NET MVC?
Credited MVCContrib
Sep
9
accepted NHibernate, Sum Query
Sep
9
comment Odd save behaviour with NHibernate and Rhino Repositories
Interesting. So how do I actually persist just one of my entities without persisting them all?
Sep
8
revised Odd save behaviour with NHibernate and Rhino Repositories
added 132 characters in body
Sep
8
asked Odd save behaviour with NHibernate and Rhino Repositories
Aug
25
comment Location search autocomplete that integrates with bing/google geocoding.
Kinda cool, but its very US centric, and the wiki like pop-ups are abit overkill.
Aug
25
revised Location search autocomplete that integrates with bing/google geocoding.
deleted 10 characters in body; edited tags; edited title
Aug
25
revised Location search autocomplete that integrates with bing/google geocoding.
added 66 characters in body
Aug
24
comment Location search autocomplete that integrates with bing/google geocoding.
I was going off the jQuery examples jquery.bassistance.de/autocomplete/demo. Your right it could be from a database, but I dont really want to maintain that data, would rather it be an external service.
Aug
24
asked Location search autocomplete that integrates with bing/google geocoding.
Aug
21
comment RedirectToAction not refreshing the page.
Unfortunately this is not the problem. My ORM has done all its work, and there are other client side bits that should appear in either case.
Aug
21
comment RedirectToAction not refreshing the page.
Added code as you asked. Thanks David
Aug
21
revised RedirectToAction not refreshing the page.
added 373 characters in body; added 8 characters in body
Aug
21
revised RedirectToAction not refreshing the page.
deleted 1 characters in body
Aug
21
asked RedirectToAction not refreshing the page.
Aug
18
awarded  Popular Question
Aug
15
comment Shortening URL params with MVC routing.
Done. Didn't include the method body as its not getting that far.
Aug
15
revised Shortening URL params with MVC routing.
added 111 characters in body; added 1 characters in body
Aug
15
comment Shortening URL params with MVC routing.
This answer tell mes how to stop the exception which is the wrong approche. The exception shouldnt happen in the first place if the routing is done right.