Michael Haren

12,507
reputation
848 views

Registered User

name Michael Haren
member for 1 year
seen 38 mins ago
website
location Ohio
age 27

These days I'm a .net/sql application designer.

I have plenty of experience on the LAMP stack, too.

Currently toying with RoR, ObjC. and stumbling my way through LINQ to Entities

mharen@gmail.com

1d
revised .NET “must-have” development tools
add link to ants--a tool I recently used
2d
revised How much memory does a C#/.NET object use?
fixed tool title
Dec
15
awarded  Popular Question
Dec
12
awarded  Notable Question
Dec
10
accepted String to Multidimensional Arrays
Dec
10
comment Is there any best way to implement version control for database content?
This is a common and valid approach. I suggest that if you are anticipating a lot of data that you go with something else, though. I've found that SQL Server can run into performance problems with this model. This may be different with filtered indexes in SQL Server 2008, though...
Dec
10
answered String to Multidimensional Arrays
Dec
9
comment how to specify to only apply jquery effect parameters based on div?
If you use this approach (which I like), I suggest using a data- prefix on your custom attributes. That makes it future compatible with HTML5 ejohn.org/blog/html-5-data-attributes
Dec
6
awarded  Mortarboard
Dec
4
accepted Computed column based on another computed column?
Dec
4
comment Computed column based on another computed column?
I think @OP is trying to define an additional column in the table with that definition
Dec
4
answered Computed column based on another computed column?
Dec
3
comment Given disk is slow and multiple cores does on the fly decompression make sense for performance?
This is an interesting idea--references to benchmarks would be great
Dec
3
comment enable c# parallel class
+1--more complete (and correct) than my answer was
Dec
3
accepted SQL Insert trigger to update INSERTED table values
Dec
3
answered SQL Insert trigger to update INSERTED table values
Dec
3
comment DateTime binding default error message using Linq to SQL
Please post your code
Dec
3
comment DateTime binding default error message using Linq to SQL
What's the custom validation layer?
Dec
2
revised From the perspective of an ASP.Net web form, can the Request.UserHostAddress be trusted?
changed question direction to match body
Dec
1
revised Problem in jQuery and XmlHttpRequest
added 32 characters in body
Nov
28
comment DateTime How To
+1 -- this is the proper way to handle your requirements
Nov
27
answered Java: Finding the highest value in an array
Nov
27
answered DateTime How To
Nov
26
comment Should I support Unicode in passwords?
What's your source for google/ms password requirements?
Nov
26
comment What is the best algorithm for checking if a number is prime?
Your request is a little vague. You give a signature that tests a single number but then ask for a data structure of (1,N]. Do you want an algorithm that generates a dictionary<int,bool> or just a one-shot function that checks if a single number is prime?
Nov
25
comment Application_Start() event in global.asax
Maybe OP is thinking of _BeginRequest?
Nov
24
accepted Format decimal for percentage values?
Nov
24
answered Format decimal for percentage values?
Nov
23
comment not enough storage space available to process this command
How much disk space do you have free (Look in My Computer)
Nov
19
comment jQuery / Javascript - Show / hide ID if current url contains /foo/
missing the ]?
Nov
19
revised jQuery / Javascript - Show / hide ID if current url contains /foo/
added 1 characters in body; deleted 1 characters in body
Nov
19
comment jQuery / Javascript - Show / hide ID if current url contains /foo/
hide...what? A div? The entire page? Do you want notified so you can hide yourself in a closet...?
Nov
19
comment javascript calender to accept future date only
I know I'm just talking to myself here but... @Sakthivel, it would be courteous of you to accept answers to more of your questions and/or contribute to others' questions
Nov
19
comment javascript calender to accept future date only
More specifically jqueryui.com/demos/datepicker/#min-max
Nov
18
accepted How do I keep divs from resizing in IE6?
Nov
18
comment .net javascript master pages garbling element name is there a way around it?
Dupe: stackoverflow.com/questions/844567/…
Nov
17
comment If I sell products online in the US, do I need to collect sales tax?
I imagine that actual use of whatever you buy is irrelevant.
Nov
15
answered What’s the difference between a parser and a scanner?
Nov
15
comment Storing and accessing large amounts of data
How many terms does a typical resource have?
Nov
13
comment Selecting a random button and modifying its text (VB.NET)
Thanks, Joel, appreciated
Nov
13
answered Selecting a random button and modifying its text (VB.NET)
Nov
12
comment Prevent Directory browsing and file retrieval without querystring token
+1 -- all very good points
Nov
12
answered Prevent Directory browsing and file retrieval without querystring token
Nov
12
comment fastest way to find the union and intersection items among two list
Do you want the union or the intersection? In your example, does "not defined" mean you don't care what happens or you want it to actually say "not defined"? Is either/both list sorted?
Nov
12
answered How to create an email mailing list
Nov
12
asked Do Kronos time/attendance clocks have an accessible API?
Nov
12
revised jQuery to hide all classes that start with ‘row’ except ‘row2’ only when the parent class is viewContainerTop
added 87 characters in body; added 59 characters in body
Nov
12
accepted jQuery to hide all classes that start with ‘row’ except ‘row2’ only when the parent class is viewContainerTop
Nov
12
answered jQuery to hide all classes that start with ‘row’ except ‘row2’ only when the parent class is viewContainerTop
Nov
10
awarded  Nice Answer