Jason

4,890
reputation
596 views

Registered User

name Jason
member for 1 year
seen 17 mins ago
website
location San Francisco, CA
age 27
I <3 .NET

Software Engineer at SocialCash

QuotidianWord.com
19m
revised How Do I Get an Object to Listen For its Property’s Event?
added 12 characters in body
23m
comment Why is there a Digg icon at the bottom of pages that don’t have any Digg buttons?
post yer codezzz
25m
revised How Do I Get an Object to Listen For its Property’s Event?
edited title
32m
revised How Do I Get an Object to Listen For its Property’s Event?
added 206 characters in body
36m
comment How Do I Get an Object to Listen For its Property’s Event?
ok then, how do i get the outer object to fire its StatusChanged event when the inner object's StatusChanged event is fired?
38m
comment How Do I Get an Object to Listen For its Property’s Event?
bah. i suck at events. i was afraid of this answer.
38m
comment How Do I Get an Object to Listen For its Property’s Event?
@john - yes, you are correct. There is a property of type Status in SomeObject... sorry for not being clear!
43m
asked How Do I Get an Object to Listen For its Property’s Event?
6h
comment How to type faster
+1 for the lulz
6h
comment Firefox makes two HTTP requests
example code plllllllzzzzzzzz
6h
comment What disadvantages are there to the “button” tag?
@stefan, so does any element bound to a click() function :)
7h
comment I just don’t understand $.fn in jQuery
+1, this is correct
7h
comment Microsoft Script Debugger does not display any information after error
maybe you could post what is causing the error and we could help you fix it? i know you're looking at the debugger, but it has to give you SOME info, right? or maybe not...
7h
comment Overflow oddity
i'm not sure at all, but i think that within a div, if you have a horiz scroll, you automatically get a vert scroll. again, about 10% confidence in that answer :)
7h
comment Adding css class through aspx code behind
you're welcome :)
7h
answered Adding css class through aspx code behind
12h
comment Why hasn’t a faster, “better” language than C come out?
haha... thank goodness!
Dec
11
comment So.. I need to train the team on Unit Testing - could use C&C on lesson plan
i made it to paragraph two before my eyes got tired.
Dec
11
revised how can i get cursor position in a textarea?
edited title
Dec
11
comment how can i get cursor position in a textarea?
Do you need to know how many characters are in the box or where the cursor is within a body of text? The former is possible, the latter is (probably) not.
Dec
11
comment SQL error: String or binary data would be truncated
chad is my heeerooooo
Dec
11
comment Why are empty catch blocks a bad idea?
i disagree w/your analogy. i can see how it may be like putting tape over a warning light, but not always. in the OP's question, if you try to execute something but don't care if it actually happens, there's no need to handle the error. of course i don't advocate not caring about what happens, but if it really is inconsequential, why write more code?
Dec
11
comment How to send web page to users browser
stop working for this company.
Dec
10
answered Is JQuery more suited to ASP.NET MVC than WebForms or it doesn’t matter?
Dec
10
comment Why hasn’t a faster, “better” language than C come out?
closed again? after being reopened by jeff atwood himself? why would you possibly want to close this?
Dec
8
comment Change an element’s CSS class with Javascript
this is the worst idea ever. changing classes is by far and away the easiest and cleanest way to update your CSS on the fly.
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
for the record, this question has been closed twice and reopened twice, despite 18 upvotes (and only 4 downvotes) and 7 favorites. jeez...
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
+1 thanks, this is a good answer
Dec
8
awarded  Popular Question
Dec
8
awarded  Nice Question
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
@carl - that's a pretty good point. i didn't think of it in terms of certain higher-level languages highlighting specific features to provide different options
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
and i meant fast to execute... i understand the benefits of higher-level languages being faster to write in (i write in .net, ha)
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
@michael - but there's still a market for super-lean, super-fast programming, especially with the onslaught of all these mobile devices... why is C still the best option for some of these devices, ie, why is there not another at-that-level language, like .NET-vs-Python-esque?
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
+1 thanks for this, tim.
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
This has nothing to do with what I want or don't want. I don't even program in C (although it was what I was taught in school). I was just curious about the options at hand.
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
@carl - i wasn't really trying to invite comparison. it was more of a "why hasn't this happened yet" type question. i love that people have their own preferences for language, i was just wondering why there's nothing quite like C at that level, and why C has pretty much been accepted as the standard for programming...
Dec
8
revised Why hasn’t a faster, “better” language than C come out?
deleted 78 characters in body
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
C++ is not an alternative to C... it's almost like an upgrade. I'm talking about something completely different than C, like Python is to Java or something of that nature.
Dec
8
revised Why hasn’t a faster, “better” language than C come out?
added 113 characters in body
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
seriously? can we reopen this?
Dec
8
comment Why hasn’t a faster, “better” language than C come out?
thank you for your well-thought-out answer
Dec
8
revised Why hasn’t a faster, “better” language than C come out?
added 194 characters in body
Dec
8
asked Why hasn’t a faster, “better” language than C come out?
Dec
8
answered .NET String performance question
Dec
3
answered What is the blue double arrow that appears over links?
Dec
3
revised What is the blue double arrow that appears over links?
added 2 characters in body
Dec
1
revised Get a Div Value in JQuery
added 160 characters in body
Dec
1
revised Get a Div Value in JQuery
added 4 characters in body
Dec
1
answered Get a Div Value in JQuery
Nov
28
answered Jquery AJAX not working on IE 7/8