Website Evaluation
Below is USC Annenberg professor @ABHollingshead [https://twitter.com/ABHollingshead] guide on how to conduct a website audit. Website Audit * Context: How appealing is the layout and design?...
Below is USC Annenberg professor @ABHollingshead [https://twitter.com/ABHollingshead] guide on how to conduct a website audit. Website Audit * Context: How appealing is the layout and design?...
This quote is fantastic. It keeps me thinking that in the old days, pre Internet, the obstacle every music listener faced did not have enough money to purchase...
I use Geohash all the time to store latitude and longitude inside a MySQL or SQLite database. If I'm using Postgres, Couch, or MongoDB, latitude, and...
A few of my favorite quotes on being a DJ. Focus > Focusing on doing one thing 100%. Too many ideas confuse people. – DJ Nu-Mark (2004 [http://www....
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:...