javascript30 JavaScript 30 - Catching up So far, JavaScript30 is taking me far longer than it should. I signed up more than 30 days ago, and I'm just starting Day 2. It's not from a lack of interest, but
node Express Site with Digital Ocean and Dokku Here we're going to look at building a simple site with Node.js, using the Express framework, deployed to Digital Ocean using Dokku. What's all that? Chances are, if you're reading this you've
css Keeping Up To Date As a developer, I often hear that developers need to keep up to date with new technologies. They need to be continuously learning new things. For a lot of people, this seems to
javascript Quote Tweets with a Node.js Twitter Bot A short time ago I wrote about how to build a Twitter bot with Node.js. Making use of the Twitter API, I have a bot that searches for Tweets with either #CFML
javascript Build a Twitter Bot With Node.js I was really hoping to do this as a learning experiment. I guess what I did learn, is that doing simple things with the Twitter API is actually really easy. What Are We
javascript Real Time Analytics with Node.js & Socket.io When first learning about Web Sockets (something I'm still working on), I built a simple chat app. The end of last week I picked up a copy of Node.js in Action. I
javascript Simple Chat App Node.js is great for building fast, highly scalable, web applications. Making use of Websockets, we are able to leverage this speed an flexibility, and deliver data to a huge number of clients
css Off Canvas Navigation I wanted to make one, so I did. With some CSS transitions, and just a few lines of jQuery, it's really quite simple. A simple, yet common concept, I wanted a menu that