pkaeding

4,360
Reputation
263 views

Registered User

Name pkaeding
Member for 1 year
Seen 1 hour ago
Website
Location Boston, MA
Age 27
I am a software developer living in Boston. When I'm not on the computer, I may be brewing beer.
2d
awarded  Notable Question
Nov
24
revised what will be the output of following code?
fixed english
Nov
16
comment Other forms of “kluge”?
Agreed, but strictly speaking, your response should be a comment rather than an answer.
Nov
16
revised Table Doesn’t Exist error when installing Vbulletin
made title useful and improved formatting
Nov
12
comment How Should I Display This Background Using CSS?
Yes, I think that should work. make the div encapsulate all the content, and give it the repeating background. Let me know how it turns out, and don't forget to test in different browsers, since I suspect they may deal with this differently.
Nov
12
comment Calling a JavaScript function named in a variable
The code you have there will work, but not for what the OP wants to do. I think the question is to take a string 'foo' and execute the function foo().
Nov
12
answered Calling a JavaScript function named in a variable
Nov
12
comment Calling a JavaScript function named in a variable
I agree, eval() should be avoided in this case, to avoid XSS issues.
Nov
12
answered How Should I Display This Background Using CSS?
Nov
9
answered possible to pass variable to javascript function from html form like this?
Nov
7
comment Javascript for vertical text scroll breaking page layout
By the way, if you feel that this (or any) answer solves your problem, you may want to consider marking it as the 'accepted' answer, by clicking the check mark next to the answer. Thanks!
Nov
6
comment Javascript for vertical text scroll breaking page layout
Yeah, I am not sure why browser shots would show something different either, but it is possible that they aren't running the javascript, or something like that. There could be good security arguments for not running javascript in a setting like that. In any case, the virtual machines are a much more authentic representation of how your site will look & function.
Nov
5
comment Javascript for vertical text scroll breaking page layout
As an aside, I would suggest using virtual machines, rather than services like browsershots, to test cross-browser compatibility. THat way, you can actually interact with the site, instead of just look at it, which is critical for debugging javascript 'issues' with IE. Check out microsoft.com/downloads/… for virtual machines that run various versions of IE.
Nov
5
answered Javascript for vertical text scroll breaking page layout
Nov
5
comment Javascript for vertical text scroll breaking page layout
IE 7 looks fine too.
Nov
5
comment Javascript for vertical text scroll breaking page layout
I just tried it in Opera 10 and IE 6, and it looked fine. I didn't see anything being repeated. Did you find a solution?
Oct
30
comment How to analyze evenness/oddness of numbers in Java
How about this: oddcount += newnum1 mod 2;
Oct
30
revised How to analyze evenness/oddness of numbers in Java
made title useful
Oct
30
accepted Website Monitoring Libraries
Oct
29
asked Suggested Approaches to programmatically make and record a VOIP call
Oct
28
awarded  Taxonomist
Oct
28
revised Who can hack the code to make it work with .icon?
edited tags
Oct
28
comment HTML meta keyword/description element, useful or not?
@Petr, would you care to elaborate? I have edited my answer with more information as to why I thought that was not true.
Oct
28
revised HTML meta keyword/description element, useful or not?
added quote from webmastercentral blog
Oct
20
comment Reward for editing a wiki page
Agreed, you should think about how people will game the system to get points. Will they just go through adding whitespace, or swapping out words for synonyms?
Oct
20
comment How to count rows that have the same values in two columns (SQL)?
yes, there definitely seems to be a consensus!
Oct
20
asked How to count rows that have the same values in two columns (SQL)?
Oct
18
comment removing css style for element by ID
+1 for a good answer to a confusing question
Oct
12
answered What do you use to monitor jscript memory usage in Internet Explorer
Oct
12
comment How to create similar behavior as Gmails Contact manager
I think the issue here is that a site like this is designed to use humans to help answer questions. A link to search results isn't very helpful. If you had listed books that you read, and you offered a few thoughts on them (eg, 'I liked this book because XXX, but it lacked in area YYY'), than that would be much more helpful. Anyone can type a query into a search engine, but search engines are notoriously bad at telling you if a thing is actually good
Oct
12
awarded  Popular Question
Oct
8
answered Scraping/Parsing Google search results in Ruby
Oct
7
comment How can I lock the first row and first column of a table when scrolling, possibly using javascript and CSS?
This doesn't seem to support locking the first column. Or am I missing something? If not, then this solution is no better than the 'common' solution I mentioned in the question.
Oct
7
comment How can I lock the first row and first column of a table when scrolling, possibly using javascript and CSS?
The link is working now. Perhaps it was just down temporarily?
Oct
3
comment Is iterator.remove() is ROBUST in all cases in java?
Also, modification in this case means using the add or remove (or similar) methods on the List, Set, etc that the iterator is based on.
Oct
3
comment Is iterator.remove() is ROBUST in all cases in java?
If the underlying collection is modified, a ConcurrentModificationException should be thrown.
Sep
30
awarded  Popular Question
Sep
30
awarded  Popular Question
Sep
29
comment How can I prevent the backspace key from navigating back?
Why do you want to do this? Keyboard shortcuts are important for power users and disabled users alike to effectively use your site.
Sep
19
answered Philisophical Questions about Test-Driven Development
Sep
16
awarded  Popular Question
Sep
8
comment How can I compare two revisions in git?
I guess that is a more succinct way of asking; thank you. I edited the question to mention 'git-diff'.
Sep
8
revised How can I compare two revisions in git?
added 91 characters in body
Sep
8
accepted Is it possible to have randomness in server-side includes?
Sep
8
asked How can I compare two revisions in git?
Sep
3
awarded  Yearling
Sep
2
answered Is it possible to have randomness in server-side includes?
Sep
2
asked Is it possible to have randomness in server-side includes?
Sep
2
comment How can I be sure each process in my mongrel_cluster is handling requests?
Thanks, that gave me the information I needed. (Unfortunately, it wasn't the information I wanted, but that's another story :)
Sep
1
asked How can I be sure each process in my mongrel_cluster is handling requests?