Tag Archives: javascript
Unreal JavaScript
“At the 2013 Game Developers’ Conference, Alon and I from Mozilla and Josh Adams from Epic Games presented a talk called “Fast and Awesome HTML5 Games”. We surprised people by showing off Unreal Engine 3 running in Firefox — compiled from C++ source with Emscripten, running smoothly and efficiently. Today, Epic is making the Epic Citadel demo available, so that you can try it out for yourself…”
A Common Lisp syntax highlighter written in Javascript
“This is a syntax highlighter for Common Lisp written in Javascript. It is completely themable via CSS (themes included). The purpose of this is to make it really easy to embed beautiful Common Lisp code into a website with minimal effort…”
JavaScript Patterns Collection
“A JavaScript pattern and antipattern collection that covers function patterns, jQuery patterns, jQuery plugin patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns, DOM and browser patterns (upcoming).
New pattern updates will be tweeted…”
Intro to Node by Tim Caswell
“Intro to Node talk at CodeShow.1 in Charleston, SC. I talk about what node is, how non-blocking I/O works, give a solid review of JavaScript semantics, promote small modules, etc…”
Why we love Twitter Bootstrap and why you should too…
“Bootstrap is a ‘sleek, intuitive, and powerful front-end framework for faster and easier web development’. What that really means is it gives you all the building blocks to build beautiful and functional websites without falling into the ‘advanced’ section of web designers. That allowed me as an ‘average’ web developer build beautiful, responsive websites. When I first started looking at building websites over 10 years ago I would have loved a framework like Bootstrap.
For anyone that doesn’t know a ‘responsive website’ is one that resizes itself depending what size screen you are viewing it on. In a world of mobile, tablet and desktop that is very important. Bootstrap helps put all this in place for you leaving you time to focus on site content and features…”
http://taskmessenger.com/blog/index.php/why-we-love-twitter-bootstrap-and-why-you-should-too/
Three CSS features you need to know about
“The heated competition between web browsers means that most users are now accessing the Internet from devices that support a range of cutting-edge W3C standards in a truly interoperable manner. This means that we can finally leverage powerful and flexible CSS functions to produce cleaner, more maintainable frontend code. Let’s have a look at some of the more exciting choices you may not even be aware of…”
JavaScript Best Practices & Gotchas
“This is the JavaScript best practices and standards guide that we use at PULSE, the web agency for EA SPORTS.
Although this guide is primarily centered around front-end JavaScript, most of the practices here are equally applicable to back-end JavaScript in node.js…”
https://github.com/stevekwan/best-practices/blob/master/javascript/best-practices.md
“JavaScript has a lot of weird behaviours that trip up noobs to the language – especially those acquainted with more traditional OOP languages. Hopefully this guide will provide a quickly scannable, easily understood list to save a lot of pain to those getting acquainted with the language…”
https://github.com/stevekwan/best-practices/blob/master/javascript/gotchas.md
Learn Node.js Completely and with Confidence
“There are countless tutorials on Node.js, but most are not good enough resources for learning Node.js thoroughly, and it is very frustrating to discern which tutorials, if any, are best for learning Node.js properly. Most of them lack the requisite depth and structure you need to learn Node.js completely.
I read a good bit of Node.js tutorials when I learned Node.js about a year ago. I also wasted a good bit of time on some of the tutorials. Some of them were disappointing (I didn’t learn anything substantive) and frustratingly unedifying. I will neither name the unhelpful tutorials nor list the links here, but suffice to say, don’t waste your time following lots of Node.js online tutorials to learn Node.js from the ground up.
I am confident there are some excellent Node.js tutorials, but you have to weed through many mediocre tutorials to find the great ones. It is an inefficient way to learn Node.js. I did it and I am hopeful this guide will help you, so that you wouldn’t waste as much time as I did…”
http://javascriptissexy.com/learn-node-js-completely-and-with-confidence/
Playing around with Lua/NginX, Python, MongoDB, Tornado and JQuery…
stock-labs is a “stock visualization tool” built using different backends and technologies (only for training and study purposes):
1. Lua, OpenResty, Highstock with JQuery and MySQL (main focus on Lua/Nginx integration)
2. Tornado, Highstock with JQuery and MongoDB (main focus on Tornado(async) and MongoDB async and sync drivers)