Ian Quigley

4,270
reputation
653 views

Registered User

name Ian Quigley
member for 11 months
seen 18 hours ago
website
location Dublin, Ireland
age 36
I'm addicted to Stackoverflow.
I'm happy to be contacted (see my site).
I delete my 0 voted answers in a thread with other answers.

Email/MSN: <myname>_nospam@hotmail.com
Twitter: ianquigley
2d
awarded  Mortarboard
Dec
2
answered Twitter API Lists (Delete) Bug
Dec
1
accepted Comparing IPAddress (stored as varbinary)
Dec
1
comment Better way of searching through lists than using foreach
the answer will be Linq
Nov
30
comment Comparing IPAddress (stored as varbinary)
Good answer. So you're saying search for greater than/equal (127 * 0x100000) and less than (127 * 0x100000)-1.
Nov
30
revised Binary encoding for low bandwidth connections?
I deleted my answer, updated "Ian" to "JeeBee"
Nov
30
answered Comparing IPAddress (stored as varbinary)
Nov
30
comment How to test if MethodInfo.ReturnType is type of System.Void?
Yep, I fail. Would have accepted RTFM answer also :)
Nov
30
comment How to test if MethodInfo.ReturnType is type of System.Void?
Im such an idiot. The error message says "use typeof(void)".
Nov
30
comment How to test if MethodInfo.ReturnType is type of System.Void?
Compiler says "System.Void cannot be used from C# -- use typeof(void) to get the void type". Ah, just read the error. DOH!
Nov
30
asked How to test if MethodInfo.ReturnType is type of System.Void?
Nov
27
answered Correct use of nhibernate session
Nov
27
accepted XMLWriter for HTML creation - how to add simple non-pair tags?
Nov
27
revised XMLWriter for HTML creation - how to add simple non-pair tags?
added 187 characters in body; added 135 characters in body
Nov
27
comment XMLWriter for HTML creation - how to add simple non-pair tags?
Also indent only effects the text output, which has no effect on how the xhtml is rendered.
Nov
27
comment XMLWriter for HTML creation - how to add simple non-pair tags?
This will write <b /> which works for Xhtml but and only "by co-incidence" in html
Nov
27
answered XMLWriter for HTML creation - how to add simple non-pair tags?
Nov
26
comment Should I restart my computer after Blue Screen of Death?
Your computer is probably thirsty and needs a drink of water? Try pouring some into one of the vents?
Nov
26
answered div scroll to in javascript
Nov
26
comment How do you work out the IIS Virtual Path for an application?
+1 as is often the way, you work it out youself in the end :)
Nov
26
comment How do you work out the IIS Virtual Path for an application?
So "Virtual Path" is not "Virtual Directory"? Im confused and hiding behind the sofa.
Nov
26
comment Is it possible to clone a ValueType?
Im not sure about the guts of the CLR but the solution I have works. As you've said in the comments to another answer, you've probably caught the CLR doing something "clever"
Nov
26
revised Is it possible to clone a ValueType?
added 386 characters in body; edited title
Nov
26
comment Is it possible to clone a ValueType?
+1 I've tried this and it certainly looks like it works. Thx.
Nov
26
comment Is it possible to clone a ValueType?
@shahkalpesh DuplicateLastItem duplicates the last item, this is where the "clone" magic goes.
Nov
26
revised Is it possible to clone a ValueType?
added 277 characters in body
Nov
26
asked Is it possible to clone a ValueType?
Nov
26
accepted Pick X points on a circle which are on screen in C#
Nov
25
awarded  Notable Question
Nov
25
comment Best way to parse command line arguments in C#
Can't you just put an N infront of it, like nHibernate, nUnit?
Nov
25
revised Pick X points on a circle which are on screen in C#
edited tags; edited tags
Nov
25
comment How can i give transparency effect in CSS ?
@d but if you have a div with text of unknown lenght but fixed width, how do you set the height of the behind transparent element? Im always keen to improve my CSS.
Nov
25
comment Twitter oAuth callbackUrl - localhost development
FYI: dev.twipler.com resolves to 127.0.0.1
Nov
25
comment How can i give transparency effect in CSS ?
That's true - but a little tricky to get the layout right (I've found).
Nov
25
answered How can i give transparency effect in CSS ?
Nov
25
comment how to give css to action link please tell?
Thanks for downvoting me people, Im capable of deleting my answers when better ones come along.
Nov
25
revised Pick X points on a circle which are on screen in C#
edited title
Nov
25
revised Pick X points on a circle which are on screen in C#
added 359 characters in body
Nov
25
revised I need to clean up some xml another parser missed.
added 6 characters in body
Nov
25
revised Pick X points on a circle which are on screen in C#
added 288 characters in body; added 161 characters in body
Nov
25
answered Pick X points on a circle which are on screen in C#
Nov
25
comment Pick X points on a circle which are on screen in C#
Can you give more information please. Do you want to pick a point, and know that it is within 'distance' of the edge of the screen?
Nov
20
accepted Book on .Net Serialization?
Nov
18
answered Book on .Net Serialization?
Nov
17
comment On your very first program, which construct hooked you on programming?
(My "very first" program was a Basic "Hello " + $name)
Nov
17
answered On your very first program, which construct hooked you on programming?
Nov
17
comment On your very first program, which construct hooked you on programming?
+1 pointer was a real eye opener
Nov
17
comment NHibernate concurrency / cache problem
what side effects?
Nov
15
accepted How to implement localization in web.sitemap
Nov
13
answered Accessing ASP.NET Development Server from another pc on the network