Easier Shell Access With the SSH Config File
If you’re a web designer, computer programmer, or sysadmin, you’re probably logging in and out of remote clients all day long. This can quickly become a very cumbersome task if you aren’t familiar with the inner workings of shell. Remembering host machine addresses, log ins, and passwords can easily become a chore, and before you […]
The Need to Reset
Face it, we’ve all been there. You’ve just finished coding a beautiful site, and as you hold your breath and open it in Internet Explorer (or for that matter, any browser but the one you developed in), it turns to a slimy mess on the floor. You spend the next 3-4 days cleaning up the […]
Beautiful, Dynamic 3 Column CSS Layout
Update 6/12/2013 I have made a jQuery plugin based off of this blog post that allows for rapid prototyping of 2 or 3 column layouts by simply adding classes to a div structure. This plugin is cross browser compatible, fully responsive, and fully HTML5 compliant. If you’d like to get on your way to creating […]
So You Want to Learn HTML
HTML is a wonderful language used for displaying content across the World Wide Web. If you’re attempting to learn how to build a website, HTML is your starting block. Writing HTML can seem like a daunting task at first, but once you become oriented, you’ll have no problem writing line after line of code. So […]