Sergey Ilinsky

2,899
reputation
287 views

Registered User

name Sergey Ilinsky
member for 1 year
seen 31 mins ago
website
location Amsterdam
age 29
Seasoned front-end engineer, creator of Ample SDK and Backbase Ajax Frameworks. Interested in JavaScipt, DOM, CSS, SVG, XBL2 and other client-side technologies
Nov
13
accepted Converting HTMLDocument to a printable string
Nov
11
answered How do you build a website that uses SOAP requests and responses?
Nov
10
comment Converting HTMLDocument to a printable string
Joel, It is farely simple to test. To my understanding it should display the rendered HTML since the parameter of the serializeToStringfunction is the live DOM Node (document).
Nov
10
comment Converting HTMLDocument to a printable string
Yes, it would work in every browser but IE
Nov
9
answered How do I do OuterHTML in firefox?
Nov
7
awarded  Nice Answer
Nov
3
answered Converting HTMLDocument to a printable string
Oct
28
comment Will ExtJS die?
Ample SDK is MIT/GPL as of 1st November
Oct
28
accepted Will ExtJS die?
Oct
27
answered Will ExtJS die?
Oct
26
accepted Why is this E4X code not respecting the default namespace?
Oct
6
answered Adobe Air: draw vector graphics
Oct
1
awarded  Yearling
Sep
21
answered Should I accept IE 5.0 (!) as a browser requirement for a project?
Sep
11
awarded  Notable Question
Sep
9
awarded  Enlightened
Aug
31
answered UI Patterns in JavaScript
Aug
28
answered selection range in IE
Aug
27
accepted Problem with XSLT where source xml document uses default namespace
Aug
27
answered Problem with XSLT where source xml document uses default namespace
Aug
16
accepted Javascript XML Parser
Jul
24
asked Decompose complex matrix transformation into a series of simple transformations?
Jul
23
accepted How to guess browser compatibility based upon DOM Level?
Jul
23
answered How to guess browser compatibility based upon DOM Level?
Jul
20
answered preventing mouseout event for child node
Jul
17
comment Javascript XML Parser
Ramiz, I guess you are considering using jQuery not for XML parsing but for DOM traversing. If so, I am not sure if jQuery works properly with XMLDOM (that is different in IE from HTMLDOM, for example). Try anyway.
Jul
17
answered prevent a default action with IE8
Jul
17
comment Disable Internet Explorer shortcut keys
Great, then, I guess, your users used to print with ctrl+p, so let them keeping doing that.
Jul
15
comment Disable Internet Explorer shortcut keys
No, guess there is not way to prevent shortcut in IE. But does it actually make any sense to try? User can still print or paste text by accessing the menu.
Jul
15
answered Disable Internet Explorer shortcut keys
Jul
14
comment write an IE XHR proxy in javascript
If you have any further questions regarding the tiny library, do not hesitate contacting me - by an occasion I am the author ;)
Jul
14
awarded  Nice Answer
Jul
14
awarded  Enlightened
Jul
14
awarded  Nice Answer
Jul
14
awarded  Enlightened
Jul
14
awarded  Nice Answer
Jul
14
awarded  Enlightened
Jul
14
awarded  Nice Answer
Jul
14
accepted write an IE XHR proxy in javascript
Jul
14
answered write an IE XHR proxy in javascript
Jul
14
comment web link in svg
You have to exit SVG content first with foreignObject to get HTML content handled.
Jul
14
comment Javascript XML Parser
So use the recommended library - it normalizes APIs across all browsers. Even if you only target IE, using that API is better than working directly with ActiveX-based objects.
Jul
14
comment Javascript XML Parser
I doubt Ramiz was asking for a true XML parser - why would someone need one? All browsers support XML DOM natively
Jul
14
answered Javascript XML Parser
Jul
13
comment How to decouple javascript programming from frameworks?
UI Languages implementation are already open-source, only the core runtime is not yet, but it is not of much interest - in a way it is just a web browser! 1st November 2009 is the day when the author of the framework is not bound by a contract with its previous employer any more. And as for the JSON - this will be used more in data-binding solution when it comes. Otherwise you can indeed use JSON in your application logic already!
Jul
13
revised How to decouple javascript programming from frameworks?
Added story on pure coding in javascript
Jul
13
answered How to decouple javascript programming from frameworks?
Jul
11
comment Inline SVG in HTML, with Firefox 3.5
k montgomery, I guess you can set a mime-type header, see my reply for details.
Jul
11
answered Inline SVG in HTML, with Firefox 3.5
Jul
9
comment MVP pattern with Javascript framework?
Although MVC is not useful for client-side applications. I would advice on using PAC pattern instead.