256 reputation
1211
bio website ecmazing.com
location Zagreb, Croatia
age 28
visits member for 2 years, 6 months
seen Mar 12 at 14:05
stats profile views 50

I'm an informatics student in Zagreb, Croatia. When I grow up, I want to be a JavaScript evangelist :)

In May 2010 I took a couple of days to set up the W3 Viewer, a neat interface for viewing W3C documents: http://w3viewer.com

In January 2011 I published this neat blog viewer: http://ecmazing.com/blogs/

My profile: http://www.facebook.com/sime.vidas?sk=info


Nov
22
awarded  Nice Question
Oct
12
awarded  Citizen Patrol
Oct
7
comment How to open the JavaScript console in different browsers?
@RăzvanPanda Thanks :). I've updated my list.
Oct
7
revised How to open the JavaScript console in different browsers?
added 27 characters in body
Sep
7
awarded  Famous Question
Aug
4
comment How to open the JavaScript console in different browsers?
@VaughnRuns They didn't work for you?
Aug
4
revised How to open the JavaScript console in different browsers?
added 84 characters in body
Jun
8
awarded  Caucus
Feb
16
awarded  Yearling
Dec
21
awarded  Notable Question
Dec
17
revised How to open the JavaScript console in different browsers?
added 99 characters in body
Nov
25
awarded  Popular Question
Sep
27
awarded  Autobiographer
Jun
3
revised Max height to avoid vertical scrollbar on notebook resolutions
added 374 characters in body
Jun
2
asked Max height to avoid vertical scrollbar on notebook resolutions
Apr
15
comment Are there any web-sites out there that block IE altogether?
@mick I'm not expecting them to work in IE8. I'm just listing all the features that are implemented in current browsers, but not in IE8. For some of those features, there is a workaround/hack for IE8, but for most of them, there isn't - which means that you cannot use those features and support IE8 at the same time. You are supporting IE8 which means that you cannot use those features. I've decided to not support IE8 which means that I'm free to use any of those features if I want to.
Apr
14
comment Are there any web-sites out there that block IE altogether?
@mick I'm not sure that I've understood your last comment. What is to be expected?
Apr
14
comment Are there any web-sites out there that block IE altogether?
@mick CSS: about 26 CSS selectors (:not(), :checked, :last-child, etc.), a dozen of CSS properties (box-shadow, border-radius, opacity, text-shadow, etc.), media queries, 2D transforms, transitions, RGBA color values; HTML: CANVAS, AUDIO and VIDEO elements, new semantic elements, new form field types and attributes; APIs: Web workers, Offline web-applications, Geolocation; JavaScript: A dozen of Object static functions, a dozen of Array methods; Other: TrueType fonts, SVG 1.1 (Note: this is not a complete list.)
Apr
14
comment Are there any web-sites out there that block IE altogether?
@mickburkejnr I believe, your option of choice is b), correct?
Apr
14
comment Are there any web-sites out there that block IE altogether?
@mickburkejnr There are dozens of features that are not implemented in IE8 and below. If you want to use those features and support IE8 at the same time, you'll have to write additional code (hacks/workarounds) specifically for IE. The other option is to avoid those new features altogether. So the available options are: a) don't support IE8, b) don't use features that are not supported by IE8, c) use features that are not supported by IE8, but write additional IE-specific hacks. I am developing web-pages for developers (e.g. W3 Viewer), so I can afford to block IE8.