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 seems

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

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

[webcomponents]: Custom HTML elements

2013-02-19 Thread Andrew Fedoniouk
-language-a-gentle-extension-of-JavaScript -- Andrew Fedoniouk. http://terrainformatica.com

Paginated views, print preview and printing.

2013-03-05 Thread Andrew Fedoniouk
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

Persistent Storage vs. Database

2013-03-07 Thread Andrew Fedoniouk
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

Re: Persistent Storage vs. Database

2013-03-08 Thread Andrew Fedoniouk
On Thu, Mar 7, 2013 at 10:36 PM, Kyle Huey m...@kylehuey.com wrote: On Thu, Mar 7, 2013 at 10:20 PM, Andrew Fedoniouk n...@terrainformatica.com 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

Re: Persistent Storage vs. Database

2013-03-08 Thread Andrew Fedoniouk
On Fri, Mar 8, 2013 at 11:30 AM, Kyle Huey m...@kylehuey.com wrote: On Fri, Mar 8, 2013 at 11:02 AM, Andrew Fedoniouk n...@terrainformatica.com wrote: On Thu, Mar 7, 2013 at 10:36 PM, Kyle Huey m...@kylehuey.com wrote: On Thu, Mar 7, 2013 at 10:20 PM, Andrew Fedoniouk n

Re: Persistent Storage vs. Database

2013-03-09 Thread Andrew Fedoniouk
On Fri, Mar 8, 2013 at 8:16 PM, Jonas Sicking jo...@sicking.cc wrote: On Fri, Mar 8, 2013 at 2:27 PM, Andrew Fedoniouk n...@terrainformatica.com wrote: On Fri, Mar 8, 2013 at 11:30 AM, Kyle Huey m...@kylehuey.com wrote: On Fri, Mar 8, 2013 at 11:02 AM, Andrew Fedoniouk n

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

2014-01-09 Thread Andrew Fedoniouk
=masked] { prototype: MaskedInput url(code/widgets.tis); } In that case attached/detached are also called when the element gets/looses that style. But that's probably another story. [1] http://terrainformatica.com/sciter -- Andrew Fedoniouk. http://terrainformatica.com