I keep coming to these pages, they are so inspiring on what can be done on the web… I may have already posted some of these links.
http://acko.net/
http://acko.net/files/fullfrontal/fullfrontal/webglmath/online.html
http://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene
http://www.realtimerendering.com/blog/
http://www.iquilezles.org/default.html
Leanpub free tutorial (you may need to register but the book is free)
HTML 5 Shoot ’em Up in an Afternoon
Step by step and easy reading tutorial explaining how to make a game in javascript with the Phaser gaming framework.
Split movie files without re-encoding.
After searching for a while, ffmpeg, command line came out as the reliable way.
Here for future reference!
Also a link to a post where some subtleties are explained. Do check it if it’s not working as you expected.
https://blog.yimingliu.com/2008/10/07/ffmpeg-encoding-gotchas/
Ultra high-performance, professional-grade animation for the modern web
Called USBdriveby, it’s a USB-powered microcontroller-on-a-chain, rigged to exploit the inherently awful security flaws lurking in your computer’s USB ports. In about 60 seconds, it can pull off a laundry list of nasty tricks. via techcrunch
Here are the source links talked about on techcrunch article:
Very Good!
This is a story of how harmless choices can make a harmful world.
Two part article about good UI web-design by Erik D. Kennedy on Medium.
Finally things are starting to look bright for codeigniter. EllisLab recently announced that the British Columbia Institute of Technology was goinig be the chosen entity to keep the project, and today, if you visit codeignoter’s homepage you’ll see that the things ARE happening, the site now has a BCIT face!
Also good, there is mention on the long awaited version 3.
I hope hey manage to keep it fast, simple, no node (npm instal), no grunt, no composer, no bower, no git, no yomen, stuff! Just a simple zip download whith a bloat free and decently coded framework to speedup development.
The rant about this new trend of simplifying the install process:”To install GreatNewThing, you just install this running this curl command, then install this using this npm command, then install that using this composer command and then create you application but running the command CreateApp appName!”… Well… besides this thing of mixing development and system configuration…. if, like me you are behind a proxy, all those things just won’t work (at least won’t work nicely)! I hope codeingiter doesn’t go that way, or at least leaves simple way for the rest of us.