See what we’ve written lately

Chris Mendez
Meet our author

Tools for making ePub 3 books

Boilerplate * Boilerplate Code [http://javierarce.github.com/epub-boilerplate/] * CSS Starter Kit [https://github.com/mattharrison/epub-css-starter-kit] * UUID Generator [http://www.famkruithof.net/uuid/uuidgen] Metadata * BISAC Subject Headings...

NodeJS + Forever Scripts

Install Forever package Download and install forever package/ npm install --save forever Create two files Create a start file. nano /app_dir/start.sh Create a stop file....

Grab data from a Twitter Proxy

Pull cached Twitter data from http://socialproxy.classicalkusc.org [http://socialproxy.classicalkusc.org/] and present it as HTML. /** * ------------------------------------------------------- * KUSC.org Twitter Feed * ------------------------------------------------------- * * Modified: 6/12/2012...

Great Composer Quiz

This tool pulls, parses, and presents data from a Google Spreadsheet. This index.html file simply loads a public Google Spreadsheet [https://spreadsheets.google.com/feeds/list/0AuI2UhLz5jk7dERELVBDcUZQU3UzMnVNSVgzSUZCakE/...

Simple NodeJS TCP

This is the simplest NodeJS app you can make that uses TCP. var net = require('net'); var server = net.createServer( onServerHandler ); server.listen(8080, 'http:...

You’ve successfully subscribed to Chris Mendez
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.