Rex M

29,430
Reputation
2410 views

Registered User

Name Rex M
Member for 1 year
Seen 15 hours ago
Website
Location US
Age
I make websites for Volvo.

Feel free to contact me at rex@rexmorgan.net

I enjoyed meeting you at Stackoverflow Dev Days in Washington, DC on October 26. If we missed each other, maybe next time!
1d
revised c# - How to deserialize a generic list<T> when I don’t know the type of (T)?
added 212 characters in body; added 59 characters in body
1d
answered c# - How to deserialize a generic list<T> when I don’t know the type of (T)?
1d
awarded  Nice Answer
1d
awarded  Enlightened
2d
accepted asp:DropDownList - invalid postback or callback argument when adding options via JavaScript/jQuery
2d
answered Capture screenshot of website on the client (Javascript or flash)
2d
accepted get and set properties
Nov
24
comment List<T> or LinkedList<T>
@Dan that's what a staging environment is for.
Nov
23
accepted Render ASPX page at runtime from database
Nov
23
revised Render ASPX page at runtime from database
added 869 characters in body; added 163 characters in body
Nov
23
answered Render ASPX page at runtime from database
Nov
19
accepted How to figure out if other controls are constructed before OnInit
Nov
19
revised For All Web Designers: Academic learning vs self taught learning
edited tags
Nov
19
comment For All Web Designers: Academic learning vs self taught learning
This should probably be CW. There is no right or wrong answer, and it's totally subjective.
Nov
19
comment Best practice: ordering of public/protected/private within the class definition?
@Jason that's like saying it's not best practice to stay on your side of the road because you can still have accidents there.
Nov
19
comment Why are table based sites bad for screen reader users?
@Jitendra painfully, as you said.
Nov
19
answered Why are table based sites bad for screen reader users?
Nov
19
awarded  Nice Answer
Nov
18
answered C# Url Builder Class
Nov
18
awarded  Enlightened
Nov
18
awarded  Nice Answer
Nov
17
accepted Why does aspnet_users use guid for id rather than incrementing int? bonus points for help on extending user fields
Nov
17
comment How do CMS upload images?
@chobo2 it's two separate processes. Uploading the image file to the server (and storing it wherever) is one step; a totally separate step is - from the editor interface - selecting a file which is already present on the server, and showing that image in the markup. It is possible to make the user experience seamless so this all happens as one step, but under the hood it is still two.
Nov
16
comment Alternatives to Regular Expressions
@BT that can be said for any language that isn't familiar to the person saying it.
Nov
16
answered Best way to manage ListViewItems in a Detailed ListView?
Nov
16
accepted Is it possible to run an ASP.NET 3.5 MVC 1.0 app on a server that supports ASP.NET 2.0 only?
Nov
16
awarded  c#
Nov
16
accepted Can I interact with .NET libraries through Javascript?
Nov
16
accepted Regex splitting with exception
Nov
16
comment How bright are computer programming students?
As with humanity, they range between "astonishingly brilliant" and "horrifyingly dim". My experience shows no correlation between amount of academic accomplishment and actual ability or intelligence.
Nov
16
comment Regex splitting with exception
@Alex please see my answer revisions.
Nov
16
revised Regex splitting with exception
added 917 characters in body
Nov
16
answered Regex splitting with exception
Nov
16
answered Can I interact with .NET libraries through Javascript?
Nov
16
revised C#: How to use generic method with “out” variable
added 105 characters in body
Nov
16
answered display image in gridview column based on value in other column
Nov
16
answered Is it possible to run an ASP.NET 3.5 MVC 1.0 app on a server that supports ASP.NET 2.0 only?
Nov
15
comment From a Management POV: How much is a code review worth?
@jorge How many bugs eat up more than 4 hours of developer time? If it takes two developers 4 hours (8 hours total) to develop a feature correctly, you've saved far more than 4 hours over the maintenance lifecycle of the application.
Nov
15
answered Storing login/password in twitter client
Nov
15
comment How do CMS upload images?
@chobo2 the only viable option, then, is to save the images to disk. The article on the FileUpload control will point you to the basics of that.
Nov
15
comment Extracting text from a PDF file.
So... are you saying that this is c# code and it's throwing a Java type initializer exception? Or is it Java code and you're trying to use it like c#, in which case it would probably throw exceptions like crazy?
Nov
15
answered How do CMS upload images?
Nov
15
revised bytearray to image asp.net
deleted 16 characters in body; edited tags
Nov
15
accepted bytearray to image asp.net
Nov
15
comment bytearray to image asp.net
Good point Joel.
Nov
15
revised bytearray to image asp.net
added 49 characters in body; added 620 characters in body
Nov
15
answered bytearray to image asp.net
Nov
15
comment case consrtuct of sql in asp.net
What is the exception that is thrown?
Nov
15
revised case consrtuct of sql in asp.net
added 3 characters in body; edited tags
Nov
15
answered How to FindControls in repeater control ?