dlgsoftware.com
SPA Primer Part 2 - JavaScript web applications tools and tech
http://www.dlgsoftware.com/primers/SPA_toolAndTech.htm
With JavaScript, Flex, and AIR. Middot; SPA Primer - Part 2. This post is a primer on JavaScript web applications development. It's targeted at noobs so is high level, mostly concepts not code (tho it does include links to in-depth resources). This is part 2 of my primer on JavaScript web applications development, with emphasis on Single Page Applications, or SPAs. Part 1. The target audience for this post is SPA noobs. However, this assumes you're. Developing using JavaScript libraries. HTML and the DOM.
dlgsoftware.com
SPA Primer Part 1 - Intro to JavaScript web applications
http://www.dlgsoftware.com/jsWebApps1_intro.php
With JavaScript, Flex, and AIR. Middot; SPA Primer - Part 1. This is an intro to JavaScript web applications. It's the first of two posts that comprise a primer on this topic (with emphasis on SPAs). The term "JavaScript web applications" is a bit nebulous so let's start by defining what we're talking about. First, a JavaScript web application is. From Project Silk Chapter 2: Architecture. One big difference between these two approaches is user experience — the client-driven approach can provide a ...
book.mixu.net
Table of Contents - Mixu's Node book
http://book.mixu.net/node
A book about using Node.js. 2 What is Node.js? 3 Simple messaging application. 4 V8 and Javascript gotchas. 5 Arrays, Objects, Functions and JSON. 6 Javascript OOP by example. Nodejs libraries and patterns. 8 An overview of Node, Modules and npm. 9 Fundamentals: Timers, EventEmitters, Streams and Buffers. 10 HTTP and HTTPS. 12 Comet and Socket.io. Learn CSS Layout the pedantic way. Distributed systems: for fun and profit. Single page apps in depth. Written by Mikito Takada. Blog comments powered by Disqus.
jakepruitt.com
Forethought
http://jakepruitt.com/2014/12/10/forethought.html
Smaller than most. Addicted to JavaScript. There is no one perfect way to plan a project. Every project has a different situation, no project will pan out exactly as expected, and bugs are a fact of life, no matter how perfect you are. Ive recently been given an exciting open source project to work on from my very smart friends at nearForm. I have about 8-12 weeks to create a checklist web app using the latest beta version of Seneca. I really like the rhythm of the release cycles for Chrome and Ember....
blog.phplabs.net
phplabs.net: Some good articles on Single Page Apps
http://blog.phplabs.net/2013/01/some-good-articles-on-single-page-apps.html
Friday, January 4, 2013. Some good articles on Single Page Apps. What is a Single Page App? Web applications are highly interactive web sites with behavior similar to desktop applications. Single page application is a type of a web app where all the code is loaded during the first request, while further interaction with the user updates only portions of page, such as loading more data, etc. I have read some interesting posts on the topic and would like to share them:. Mixu's single page app book.
book.mixu.net
- Mixu's Node book
http://book.mixu.net/node/single.html
A book about using Node.js. 2 What is Node.js? 3 Simple messaging application. 4 V8 and Javascript gotchas. 5 Arrays, Objects, Functions and JSON. 6 Javascript OOP by example. Nodejs libraries and patterns. 8 An overview of Node, Modules and npm. 9 Fundamentals: Timers, EventEmitters, Streams and Buffers. 10 HTTP and HTTPS. 12 Comet and Socket.io. Thanks for visiting my book site! My ideal book is short, comprehensive and interesting. You keep me motivated to write, so thank you. To make time for writing...
inspiredtoeducate.net
Inspired To Educate - Free Books
http://inspiredtoeducate.net/inspiredtoeducate/michaels-free-book-index
Stories on maker education and innovation. Free books from Project Gutenburg. Autobiography of Benjamin Franklin. The art of community. The Art of Agile. Getting Results The Agile Way. 8212; Check out Coursera. Courses and resources from OpenCulture.com. Amazing index of free books from StackOverflow.com. Natural Language Processing Toolkit. Getting Real by 37 Signals. Windows RT UX Book. Single Page App Book. Do you have any free books to share? Leave a link below in comments! How do I level up as a Dad?
blog.odnous.net
Michal Odnous' [personal/tech blog]: Backbone.js: harnessing the clutter
http://blog.odnous.net/2012/11/backbonejs-harnessing-clutter.html
Michal Odnous' [personal/tech blog]. Backbone.js: harnessing the clutter. Last few months I've been doing a lot of client-side work using Backbone.js. As my main building block. It sure helps a developer to remain sane after long hours in this quasi-civilized world of JavaScript and DOM. I've read its annotated source. Probably more than ten times to this date), as well as many tips and tutorials. Code arrangement and namespacing. Some more advanced examples use a closure (like $(). Call) to encapsulate ...