6,975 reputation
2742
bio website
location Ann Arbor, MI
age 28
visits member for 3 years, 3 months
seen 3 hours ago
stats profile views 333

May
20
comment Determine width based on percentage using only CSS
Unfortunately, my implementation will need to support older browsers as well. But thanks for the suggestion.
May
20
accepted Determine width based on percentage using only CSS
May
20
comment Determine width based on percentage using only CSS
I believe this is exactly what I was looking for. Sorry it took me so long to respond...was away for the weekend. Thanks!
May
17
comment Determine width based on percentage using only CSS
@Mash: I didn't know about that. It looks pretty sweet, but can't really rely on it of it only works with IE9+.
May
17
asked Determine width based on percentage using only CSS
May
17
revised Change div position if partially hidden
added 10 characters in body
May
17
comment Change div position if partially hidden
@yckart: I would agree again. For the offset vs. position part, it's likely that position would have worked fine, as long as he wasn't checking the position of an element within an offset container. But still, there's a chance of failure there, and offset should always return the expected value, so I agree that offset is better.
May
17
comment Change div position if partially hidden
@yckart: Good call.
May
17
answered Change div position if partially hidden
May
16
comment PHP parse_ini_file
According to the manual, "Strings containing valid integers will be cast to the integer type. E.g. the key "8" will actually be stored under 8. On the other hand "08" will not be cast, as it isn't a valid decimal integer." It's not a strict comparison. codepad.viper-7.com/UtLvnw
May
16
comment PHP parse_ini_file
@LukeMills: stackoverflow.com/a/4100765/259457 - In an array, if a key is the standard representation of an integer, it will be interpreted as such (i.e. "8" will be interpreted as 8, while "08" will be interpreted as "08").
May
16
comment PHP parse_ini_file
Try var_dump($aInifile);. What does that output look like?
May
16
revised Scroll loading animation
added 80 characters in body
May
10
comment Disable holding the up and down buttons on a jQueryUI spinner
Thanks, I was wondering about that. Since the docs say the stepDown method will trigger the start, spin, and stop events, I was surprised by this behavior, but it was because my version didn't match the docs version. I wish there was any easy way to solve the issue of mismatched versions. Like on php.net, they note any changes that were made to a given function on that function's page. I always assume that I must be doing something wrong, so I rarely think to check the changelog. Something like a link to the documentation history for that method would be really cool.
May
10
comment Disable holding the up and down buttons on a jQueryUI spinner
It's more of a curiosity question, and I hadn't seen it asked before, but the main thing I want to find out about is if there is any usual/sanctioned way of preventing the incessant spinning when holding the button. Thanks for the answer, though. +1
May
10
asked Disable holding the up and down buttons on a jQueryUI spinner
May
8
awarded  Custodian
May
8
revised Vertical Align inside <p> tag
Escaped HTML
May
8
reviewed Close Blocking DC from the heart pulse signal (pulse oximeter )
May
5
revised Add input box to div on click .html
added 189 characters in body