Kevin Whitman's Blog

I’ve been playing with Node.js

For about the past month and a half I’ve been playing with Node.js. Node.js is server-side JavaScript, using Google’s V8 JavaScript engine. Node.js can run a HTTP server, or any other type of socket connection. I’ve really only experimented with it’s HTTP server using the Express framework I’m coming from a PHP background, so writing [...]

5 WordPress Plugins I use

I use many WordPress plugins, but here are 5 WordPress Plugins I think are great and recommend: After The Deadline I use After the deadline to proofread my posts. It uses artificial intelligence to check for spelling, style and grammar. It works by sending your post to a server, and then sends the errors in [...]