145 reputation
4
bio website
location
age 15
visits member for 11 months
seen Apr 19 at 13:22
stats profile views 35

Feb
9
comment Duplicate questions accepted answers section
Brilliant idea! +1! I hate clicking at the duplicate link when the first post doesn't have (satisfactory) answers.
Feb
9
comment What id is used in Ajax calls for the site?
That ID is only unique until 2038.
Feb
9
comment Could we please be a bit nicer to new users?
I must say I didn't experience such 'rudeness' with my first questions, while I was not in the private beta. Am I like an ET now that I have not had this kind of start up troubles?
Feb
7
accepted I just answered a question from a removed user. And now?
Feb
7
comment I just answered a question from a removed user. And now?
Of course there is no guarantee I'd get the checkmark, but, from the question: assuming it is correct for the moment, I'm just asking out of curiosity.
Feb
7
asked I just answered a question from a removed user. And now?
Feb
4
comment W3Fools alternatives?
Yes, but how would you prove it? You could argue you weren't aware it would damage their servers. I'll look that up, as soon as I know where.
Feb
4
comment W3Fools alternatives?
Are you sure it really is illegal? I think that they can't put you in jail for typing some random characters in your address bar?
Jan
21
comment How does Stack Overflow's syntax highlighting work?
@Gigi that is because the 'source' is the response from the server, the inspect element reflects the actual state of the elements, after it has been processed by JS etc.
Jan
21
comment How does Stack Overflow's syntax highlighting work?
+1, although you might add in your answer it is done with Prettify, because at first sight it might seem you misunderstood the question and are clarifying how you can tell Stackoverflow to highlight your syntax. (I think you should read more than 'first sight', but I just want to save you from unnecessary down votes.)
Jan
21
comment How does Stack Overflow's syntax highlighting work?
@AntonKovalenko there is! Just add <!-- language: [desired langiage] --> above your code, as stated in the formatting help.
Jan
21
comment How does Stack Overflow's syntax highlighting work?
It's probably a library, so I think you'd better look at the linked script (or the resources tab in the inspector). There are plenty of libraries handling syntax highlighting, so why would you reinvent the wheel?
Jan
8
comment How to tag properly
Why would you ask the OP? @benisuǝqbackwards
Jan
2
accepted Why is this question closed and downvoted?
Jan
2
awarded  Commentator
Jan
2
comment Why is this question closed and downvoted?
@Mr.Disappointment Thanks, is there a metaquestion that lists these synonyms?
Jan
2
comment Why is this question closed and downvoted?
@TimPost I disagree with that it's extremely localized. It is a common problem, I encounter it often enough (mostly a typo, and I can solve that without SO, but some not).
Jan
2
comment Why is this question closed and downvoted?
@Oded The code inside the for loop is not being executed, that is almost the same as 'it doesn't work'. There is no error message, just a bit of code is skipped. Someone starting with Java wouldn't know anything better than 'it doesn't work'.
Jan
2
comment Why is this question closed and downvoted?
@Oded I never do that (I wouldn't even know how), my problem-solving technique with this kind of problems is to look at it until I see the problem. Sometimes I just don't see it and I go to SO (okay, even I would spot this bug, but I hope you got my point).
Jan
2
comment Why is this question closed and downvoted?
@MartijnPieters It was one line of code, so I wouldn't say it is diffficult to tell what was not working.