I created a chat room. Because the world needs another very basic chat room. I made it with Node.js, Express, Socket.io, and CoffeeScript.
Posted May 11, 2012 | ∞ | File under: javascript, nodejs, programming, web nerd
Because the world needs it, I created another To-Do List – but with super awesome “Pairwise Comparison Technology”. Try it out on the desktop and on your phone. It stores your list locally so you can come back and they’re still there. Was a fun exercise.
I used Backbone.js, Backbone.localStorage, and the Zurb Foundation Framework.
Posted February 12, 2012 | ∞ | File under: backbone.js, javascript, web nerd
Died laughing when Douglas Crockford called this the dog balls:
(function() {
// some code
})();
Those ending parens are the dog balls just hanging outside. haha.
Posted January 13, 2012 | ∞ | File under: programming, web nerd
Having fun with Backbone.js and Coffeescript.
Posted December 14, 2011 | ∞ | File under: coffeescript, javascript, web nerd
Sublime Text 2 has Vim key binding through the “Vintage” package. Oh yes! I think I have switched!
Posted September 29, 2011 | ∞ | File under: programming, web nerd
tar -xzf apache_1.3.19.tar.gz
cd apache_1.3.19
./configure –prefix=/httpd ; make
make install
vi /httpd/conf/httpd.conf
:s/Port 8080/Port 80
:wq
/httpd/bin/apachectl start
Success!
Posted September 21, 2011 | ∞ | File under: apache, web nerd
The more I learn and understand about the Unix/Linux culture, the more I want to participate in it and to (one day) contribute to it.
Posted September 16, 2011 | ∞ | File under: personal, programming, web nerd
Finally PASSED the second course in my Unix/Linux program. I had the zone files right and I was running the named service ok without errors in my log files, but I was not including localhost when I ran nslookup so I was getting “host not found”. Needed to run “nslookup fakezone.net localhost”. But I’m done with that now.
Now I get to move on to Unix services which includes Apache. Stoked.
Posted September 7, 2011 | ∞ | File under: computers are fun, personal, web nerd
Just completed my first real deployment to Heroku. Stoked! Was having trouble with switching from SQLite while in development and PosgreSQL in production. Got that tackled. And then got the rake commands and pg commands on a shared database figured out.
So now I have the source posted in a private repo on GitHub and the app working on Heroku. Heroku really is so simple to deploy once you know even a little about what you’re doing.
Stoked.
Posted August 27, 2011 | ∞ | File under: programming, rails, web nerd