Badge
| Popular Question | Asked a question with 1,000 views. This badge can be awarded multiple times. |
trusktr earned this badge 30 times |
mar 26 at 20:30
What are those vertical lines in Notepad++ called? The ones that light up for matching brackets or tags, etc
mar 5 at 10:30
When you make an ArrayList without specifying the object type, does it create it automatically when you add the first object?
feb 27 at 16:29
Why would anyone use printf to output html instead of breaking out of PHP into the actual html?
feb 25 at 6:21
I'm getting a “syntax error, unexpected T_VARIABLE” error. I don't see what I'm doing wrong?
feb 5 at 4:16
Does animating the value of a CSS3 transform with javascript rule out hardware acceleration?
jan 31 at 13:44
Is there a way to prevent a contentEditable element from scrolling when the cursor reaches the bottom?
nov 23 at 20:18
Why is php gzip output not working for me?
oct 11 at 4:51
Why doesn't my SSH key work for connecting to github?
sep 28 at 7:07
What does `$@` mean in a shell script?
jun 18 '12 at 22:26
How do you compile an Android project into an .apk file in Eclipse without launching the emulator?
jun 11 '12 at 22:16
In Google Chrome, are there better/additional ways to debug jQuery other than the element inspector?
apr 26 '12 at 15:56
Is there a plugin for Pluma (RIP Gedit) to highlight matching HTML tags?
mar 6 '12 at 19:03
How do you get content from another domain with .load()?
oct 25 '11 at 15:35
jQuery Uncaught SyntaxError: Unexpected Identifier but my code looks good! (I think)