Inspired upon Node.js: <?php require ‘vendor/autoload.php’; $stack = new React\Espresso\Stack(function ($request, $response) { $response->writeHead(200, array(‘Content-Type’ => ‘text/plain’)); $response->end(‘Hello World\n’); }); echo ‘Server running at http://127.0.0.1:1337’ . PHP_EOL; $stack->listen(1337); React →
LG Smart TV YouTube App Hidden Gem: Device Pairing
This weekend I discovered something neat on my LG Smart TV (a 42LV5500): in the YouTube App, there’s an option to pair your mobile with the app itself. Once paired, you can use your iPhone to play a YouTube video on the TV. Now, it’s nothing like AirPlay mirroring but more a remote control feature …
Continue reading “LG Smart TV YouTube App Hidden Gem: Device Pairing”
shp.js — JavaScript Shapefile Parser
PaperFold for iOS
Firefox 16 and CSS Prefixes
Firefox 15 Plugs Leaky Addons
Firefox 15 prevents most memory leaks caused by add-ons, including Firebug. For many users with add-ons installed this will significantly reduce Firefox’s memory consumption, without requiring upgrades to those add-ons. For those users, Firefox 15 is likely to be faster (sometimes drastically so) and less likely to crash, especially if they have multiple add-ons installed …
Sight
Open Conference Expectations
This document lays out some baseline expectations between conference speakers and conference presenters. The general goal is to maximize the value the conference provides to its attendees and community and to let speakers know what they might reasonably expect from a conference. And yes, I support the OCE although #1 might not always be possible …
jsconsole.com – JavaScript Command Line Tool and Remote Debugger
jsconsole.com is a simple JavaScript command line tool. However, it also provides the ability to bridge across to other browser windows to remotely control and debug that window – be it in another browser or another device altogether. Remote debugging is really simple: Invoke a :listen command at jsconsole.com to get a listener id returned …
Continue reading “jsconsole.com – JavaScript Command Line Tool and Remote Debugger”