107 reputation
6
bio website cadoth.net
location Hungary
age 14
visits member for 2 years, 5 months
seen May 24 '11 at 18:20
stats profile views 2

StackFlair


Aug
15
awarded  Excavator
May
25
revised SE Chat Modifications — Keyboard navigation and commands for chat
SOIS -> SEIS
May
24
suggested suggested edit on SE Chat Modifications — Keyboard navigation and commands for chat
Apr
30
revised SE Modifications — Username autocomplete in comments, inline revision source, and utility links
update—SOIS is now SEIS
Apr
29
suggested suggested edit on SE Modifications — Username autocomplete in comments, inline revision source, and utility links
Mar
8
awarded  Commentator
Mar
8
awarded  Citizen Patrol
Feb
27
revised Stacky JSON error
improved formatting
Feb
26
comment Stackoverflow.com Enhancer (sticky top bars)
@Jonathan I installed it yesterday. Chrome 11.0.672.2 dev. Update: I've just realized that I installed the other script, not this one…
Feb
26
comment Stackoverflow.com Enhancer (sticky top bars)
Nice, but it overlaps notifications. Could you move them under the sticky bar?
Feb
26
suggested suggested edit on Stacky JSON error
Feb
26
comment Sample Application: World's Worst StackOverflow Clone
This project has currently no downloads.
Feb
26
comment API “Hello World” code
@jianpx You need to send an Ajax request. If you want a simple solution, use a library, e.g. jQuery. var stats = jQuery.getJSON('http://api.stackoverflow.com/1.0/stats');
Feb
26
comment API “Hello World” code
@Rob Identifiers cannot start with numbers in JS, so it's stats.statistics[0].total_users. But you could do var stats = JSON.parse( jQuery.getJSON('http://api.stackoverflow.com/1.0/stats') ); stats = stats.statistics; so it becomes stats[0].total_users. And eval is evil, it's better to use a JSON parser or the native JSON.parse – if supported.
Feb
26
comment [Beta] Gaming SE Black Edition
Nice, though I prefer the userstyle, because its effect is immediate, but scripts only execute when the document is ready.
Feb
25
comment Add Hidden Links
Note: if you have SEModifications installed, this userscript isn't needed.
Feb
12
awarded  Supporter
Feb
12
comment Column 80 - Plain Text optimised SOFU
htmlspecialchars() is enough, isn't it?
Jan
27
awarded  Autobiographer
Jan
22
awarded  Editor