Build apps that work OfflineSync with any BackendObservable Realtime QueriesAll JavaScript Runtimes Supported

ECMAscript language reference various authors Advanced Learn all about the Javacript language specifications with this official ECMA-262 bible. Developing Backbone.js Applications Addy Osmani Intermediate In this book we will explore MVC theory and how to build applications using Backbone's models, views, collections and routers.
FChain is a library that can be used as a base to construct slideshows, presentations , image galleries or just used to run a predetermined number of functions in order. At it's core it is simply an array-like object of functions, which can be traversed through or automatically executed based on a timer. Examples var setColor = function(color) { return function() { document.body.style.backgroundCo
converse.js messaging freedom A powerful, open-source and web-based XMPP chat client. Pluggable and customizable with end-to-end encryption, DMs, group chats, and 30+ language support. Why Choose Converse? 🤔 Converse is the leading open-source XMPP chat solution for developers, communities, organizations and businesses needing secure and customizable messaging. Get a feature-rich chat solution wi
So you want to trigger an event for a DOM element, without using jQuery? This blog post gives you a quick recipe for doing so. The running example is about sending a submit event to a form. I needed to do that for a demo of user interface testing via CasperJS. And, unfortunately, the Form#submit method does not send that event on most web engines. The recipe Steps: Look up the constructor of the e
This is aimed at people who have some familiarity with Node.js. They know how to run Node scripts and can install packages with npm. You don't have to be an expert, though -- I promise. This guide was last updated for Express 3.2.5. It's an introduction and mostly deals with concepts. Express.js describes itself better than I can: "a minimal and flexible node.js web application framework". It help
Do you want to have your JavaScript and Html code fixed? The inspiration for this application, along with much of its look and feel, are based heavily on Steve Sanderson's Knockout tutorials. (learn.knockoutjs.com). Thank you, Steve.
JSX - developing a statically-typed programming language for the Web Kazuho Oku presents JSX, a statically-typed programming language that compiles to JavaScript. JSX aims to improve productivity over JavaScript by enabling errors to be caught at compile-time rather than runtime. It also aims to optimize code size and execution speed compared to JavaScript through type information and compiler opt
JSX is a statically-typed, object-oriented programming language designed to run on modern web browsers. Being developed at DeNA as a research project, the language has following characteristics. faster JSX performs optimization while compiling the source code to JavaScript. The generated code runs faster than an equivalent code written directly in JavaScript. The gain may vary, but even the optimi
グローバル領域に以下の一行を書く <script> var currentScript = (function (e) { if(e.nodeName.toLowerCase() == 'script') return e; return arguments.callee(e.lastChild) })(document); alert(currentScript); </script>こうすることで、currentScript はこの script 要素を指す。 いちおう説明 DOM は構築されるときに、上から順番に構築される。そして、script タグがあると、 script 要素を構築したあとに、スクリプトを実行する。 つまり、スクリプトが実行されたとき script 要素は今まさに作られたばかりであり、それよりも後ろの要素が存在しない。さらにこの script 要素を含むすべての要
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く