Re: Why can't we just use constructor instead of createdCallback?

2014-01-09 Thread Andrew Fedoniouk
detached() is called when parent.removeChild() for the element is called. Just in case: this is how it is implemented and works in my Sciter [1] and I didn't find any problems with element/script life cycles. And yet. I also have dynamic element class assignment by CSS with custo

Re: Persistent Storage vs. Database

2013-03-09 Thread Andrew Fedoniouk
On Fri, Mar 8, 2013 at 8:16 PM, Jonas Sicking wrote: > On Fri, Mar 8, 2013 at 2:27 PM, Andrew Fedoniouk > wrote: >> On Fri, Mar 8, 2013 at 11:30 AM, Kyle Huey wrote: >>> On Fri, Mar 8, 2013 at 11:02 AM, Andrew Fedoniouk >>> wrote: >>>> >>>

Re: Persistent Storage vs. Database

2013-03-08 Thread Andrew Fedoniouk
On Fri, Mar 8, 2013 at 11:30 AM, Kyle Huey wrote: > On Fri, Mar 8, 2013 at 11:02 AM, Andrew Fedoniouk > wrote: >> >> On Thu, Mar 7, 2013 at 10:36 PM, Kyle Huey wrote: >> > On Thu, Mar 7, 2013 at 10:20 PM, Andrew Fedoniouk >> > wrote: >> > >>

Re: Persistent Storage vs. Database

2013-03-08 Thread Andrew Fedoniouk
On Thu, Mar 7, 2013 at 10:36 PM, Kyle Huey wrote: > On Thu, Mar 7, 2013 at 10:20 PM, Andrew Fedoniouk > wrote: >> >> Physical commit (write) of objects to storage happens on either >> a) GC cycle or b) on explicit storage.commit() call or on c) VM shutdown. > > &g

Persistent Storage vs. Database

2013-03-07 Thread Andrew Fedoniouk
tin Knizhnik's DyBase [3]. [1] TIScript high level definition: http://www.codeproject.com/Articles/33662/TIScript-language-a-gentle-extension-of-JavaScript [2] TIScript source code: https://code.google.com/p/tiscript/ [3] DyBase http://www.garret.ru/dybase.html -- Andrew Fedoniouk. http://terrainformatica.com

Paginated views, print preview and printing.

2013-03-05 Thread Andrew Fedoniouk
mental implementation of contenteditable functionality combined with such pager mechanism to provide editing of paginated documents. [1] The Sciter: http://www.terrainformatica.com/sciter/ -- Andrew Fedoniouk. http://terrainformatica.com

[webcomponents]: Custom HTML elements

2013-02-19 Thread Andrew Fedoniouk
ses tis script[1]) [1] http://www.codeproject.com/Articles/33662/TIScript-language-a-gentle-extension-of-JavaScript -- Andrew Fedoniouk. http://terrainformatica.com

Re: [selectors-api] comments on Selectors API Level 2

2010-01-20 Thread Andrew Fedoniouk
ast one technical and one grammatical error. Can we rename it somehow? -- Andrew Fedoniouk. http://terrainformatica.com

Re: Widgets and :context

2008-07-18 Thread Andrew Fedoniouk
Charles McCathieNevile wrote: On Thu, 17 Jul 2008 20:31:13 +0200, Andrew Fedoniouk <[EMAIL PROTECTED]> wrote: That is what I thought: widgets if used as components on some page behave as a micro documents - fragments of the DOM with local style systems rooted to the widget. But it

Re: Widgets and :context

2008-07-17 Thread Andrew Fedoniouk
Marcos Caceres wrote: Hi Andrew, Andrew Fedoniouk wrote: Just wondering - is there any correlation between these two efforts: Widgets 1.0 (Requirements) http://www.w3.org/TR/2008/WD-widgets-reqs-20080625/ The Contextual Selector/