Search completed in 1.06 seconds.
14 results for "Motivation":
The Implementation of the Application Object Model - Archive of obsolete content
ArchiveMozillaXULXUL and RDFThe Implementation of the Application Object Model
the first section of the document describes the motivation and reasoning behind using rdf as the foundation of xul.
... the xul/rdf architecture if you've read this far, you should now have a general idea of what the architecture is like, as well as the motivations for choosing such an architecture.
Advanced text formatting - Learn web development
LearnHTMLIntroduction to HTMLAdvanced text formatting
playable code 2 <h2>live output</h2> <div class="output" style="min-height: 50px;"> </div> <h2>editable code</h2> <p class="a11y-label">press esc to move focus away from the code area (tab inserts a tab character).</p> <textarea id="code" class="input" style="min-height: 150px; width: 95%"> <p>hello and welcome to my motivation page.
...nentry = htmlsolution; solution.value = 'show solution'; updatecode(); }); solution.addeventlistener('click', function() { if(solution.value === 'show solution') { textarea.value = solutionentry; solution.value = 'hide solution'; } else { textarea.value = userentry; solution.value = 'show solution'; } updatecode(); }); const htmlsolution = '<p>hello and welcome to my motivation page.
Index - Archive of obsolete content
ArchiveIndex
the first section of the document describes the motivation and reasoning behind using rdf as the foundation of xul.
Index - Archive of obsolete content
ArchiveMozillaXULIndex
the first section of the document describes the motivation and reasoning behind using rdf as the foundation of xul.
The Joy of XUL - Archive of obsolete content
ArchiveMozillaXULThe Joy of XUL
this same investigation will provide sufficient explanation of mozilla's motivation to build xul and why the mozilla platform is constructed using it.
XUL and RDF - Archive of obsolete content
ArchiveMozillaXULXUL and RDF
the first section of the document describes the motivation and reasoning behind using rdf as the foundation of xul.
Security Controls - Archive of obsolete content
ArchiveSecurityControls
the motivation for having multiple layers is that if one layer fails or otherwise cannot counteract a certain threat, other layers might prevent the threat from successfully breaching the system.
MSX Emulator (jsMSX) - Archive of obsolete content
ArchiveWebMSX Emulator (jsMSX)
the initial motivation was to find some interesting project to develop while exploring the possibilities of the <canvas> tag and javascript language in the most recent web browsers like firefox 2.
Aprender y obtener ayuda - Learn web development
LearnLearning and getting help
it is not good for your motivation to keep working away for hours with no break, especially if you are finding it hard or getting stuck on a problem.
Deployment and next steps - Learn web development
LearnTools and testingClient-side JavaScript frameworksSvelte deployment next
to understand the motivations behind svelte, you should read rich harris's rethinking reactivity presentation on youtube.
PKCS11 FAQ
MozillaProjectsNSSPKCS11FAQ
the motivation for this is that some hardware tokens will prevent extraction of symmetric keys by design.
Index
MozillaTechXPCOMIndex
1002 nsitelemetry developing mozilla, interfaces, interfaces:scriptable, performance, xpcom, xpcom interface reference implemented by: @mozilla.org/base/telemetry;1 as a service: 1003 nsitextinputprocessor dom, interface, interface:scriptable, reference, référence(2), xpcom interface reference the motivation of this interface is to provide better api than nsidomwindowutils to dispatch key events and create, modify, and commit composition in higher level.
nsITextInputProcessor
MozillaTechXPCOMReferenceInterfacensITextInputProcessor
dom/interfaces/base/nsitextinputprocessor.idlscriptable this interface is a text input events synthesizer and manages its composition and modifier state 1.0 66 introduced gecko 38 inherits from: nsisupports last changed in gecko 38.0 (firefox 38.0 / thunderbird 38.0 / seamonkey 2.35) the motivation of this interface is to provide better api than nsidomwindowutils to dispatch key events and create, modify, and commit composition in higher level.
Long Tasks API - Web APIs
WebAPILong Tasks API
motivation the experimental long tasks api gives us visibility into tasks that take 50 milliseconds or more.