Mark Rogers

1,676
Reputation
1862 views

Registered User

name Mark Rogers
member for 1 year
seen 13 hours ago
website
location Austin, Texas
age 30
"Pebbles and marbles, like things on my mind
Seem to get lost and harder to find
When I am alone, I am inclined
If I find a pebble in the sand
To wish that it fell from my hand"
1d
awarded  Mortarboard
Dec
3
comment How can I refactor this jQuery code?
you can drop the second and third var statement and just use ',' at the end.
Nov
30
comment solution for jslint errors
"since when did jslint make complete sense?", I know that was made in jest, but every rule that crockford put in there has some lengthy justification. You could say that many of the rules aren't very important, but the rules, at least, have a solid justification.
Nov
30
comment Dual-Screen Visual studio enviornments
Question needs to be rewritten or removed.
Nov
19
comment Dynamic LINQ with direct user input, any dangers?
I think this is the most relevant answer here.
Nov
18
comment Does a function call in the Where(…) clause of a Linq to Nhibernate query negatively affect performance?
Well that maybe true, and I may do that, but I wanted to see if someone with a detailed knowledge could explain some of the things to look out for.
Nov
18
comment Does a function call in the Where(…) clause of a Linq to Nhibernate query negatively affect performance?
Thanks, maybe I'll use it. I was wondering though, do know how linq to nhibernate handles function calls in expressions?
Nov
18
comment Does a function call in the Where(…) clause of a Linq to Nhibernate query negatively affect performance?
thanks for the response, are you saying this will perform better? why?
Nov
18
revised Does a function call in the Where(…) clause of a Linq to Nhibernate query negatively affect performance?
added 59 characters in body
Nov
18
asked Does a function call in the Where(…) clause of a Linq to Nhibernate query negatively affect performance?
Nov
18
comment How to implement search on jqgrid?
Should be a comment, not a second answer
Nov
17
comment ASP.NET ObjectDataSource problem
Oh nevermind, I guess your saying you can't even get the tags configured.
Nov
17
comment ASP.NET ObjectDataSource problem
Could you post the code from the aspx page and/or code-behind? That might be more helpful in spotting errors.
Nov
15
comment What’s the best way to create a paging gridview-style partial view in Asp.net MVC?
that's seems pretty cool, I might use that
Nov
15
asked What’s the best way to create a paging gridview-style partial view in Asp.net MVC?
Nov
11
revised Name Generator for .NET
added 12 characters in body
Nov
10
comment make div’s height expand with its content
Don't forget to select an answer... it will help you out as well, because it will improve your accept rate.
Nov
9
comment What is the best practice for naming and casing multi-word CSS classes and ids?
I'm sorry I had to unselect your answer, because I did not believe that it is a purely an issue of aesthetics. When people adopt common styles, the code becomes more readable and thus more valuable.
Nov
6
revised Name Generator for .NET
added 6 characters in body
Nov
6
revised Name Generator for .NET
added 188 characters in body
Nov
6
awarded  Popular Question
Nov
5
answered Name Generator for .NET
Nov
5
asked When should one avoid using NHibernate’s lazy-loading feature?
Nov
4
revised Arrays, What’s the point?
fixing gibberish sentences
Oct
29
asked What is the best practice for naming and casing multi-word CSS classes and ids?
Oct
23
awarded  Nice Question
Oct
22
comment In Fluent NHibernate how do you combine automapped types with non-automapped types?
Hey, I went back and double checked, and if I don't do a workaround, then I still get the error "Duplicate class/entity mapping"
Oct
22
comment In Fluent NHibernate how do you combine automapped types with non-automapped types?
I did discover a bug in my SchemaUpdate related code, which could have been triggering the error message, but I'm not sure if they are related. I'll test it again today with the fix, and make a comment here if the problem is still there. Thanks for your input.
Oct
21
revised In Fluent NHibernate how do you combine automapped types with non-automapped types?
added 230 characters in body
Oct
21
asked In Fluent NHibernate how do you combine automapped types with non-automapped types?
Oct
20
awarded  
Oct
14
revised How do you check if a table exists with NHibernate(or Fluent)?
deleted 90 characters in body
Oct
14
comment How do you check if a table exists with NHibernate(or Fluent)?
Nice, I was looking for this sort of thing
Oct
13
revised How do you check if a table exists with NHibernate(or Fluent)?
added 49 characters in body
Oct
13
revised How do you check if a table exists with NHibernate(or Fluent)?
deleted 403 characters in body; added 118 characters in body
Oct
13
answered How do you check if a table exists with NHibernate(or Fluent)?
Oct
13
comment How do you check if a table exists with NHibernate(or Fluent)?
either way, I want to see if the physical table exists.
Oct
12
asked How do you check if a table exists with NHibernate(or Fluent)?
Oct
12
revised How to update database table schemas with NHibernate schema generation?
added blog post
Oct
8
awarded  Yearling
Oct
5
revised How would you represent a hashtable collection in a database schema?
deleted 440 characters in body; edited tags
Oct
5
comment How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?
Thanks for the answer!
Oct
5
comment How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?
Thanks, that's what I needed
Oct
5
revised How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?
want -> wanted
Oct
5
asked How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?
Oct
5
comment Table Naming Dilemma: Singular vs. Plural Names
I think this answer should really be a comment.
Sep
27
comment Using asp.net, how do I redirect a user and change the POST data at the same time?
ok thanks for your excellent explanation.
Sep
27
comment Using asp.net, how do I redirect a user and change the POST data at the same time?
I may have a concept wrong here. But when the user hits login, I want to transfer them to another page with a key in the POST data. Is that possible, what am I missing here?
Sep
27
comment Using asp.net, how do I redirect a user and change the POST data at the same time?
POST data that is. I'm not concerned with preserving the data, as I am with changing it.
Sep
27
comment Using asp.net, how do I redirect a user and change the POST data at the same time?
Are you saying you can change variables with Server.Transfer?