Backbone attempt #4080
I have neglected the blog for some time. I think it was due to the fact that I began working on a project in WordPress and it just wasn’t presenting me with the type of challenge that I want to …...
View ArticleMore with Backbone
In my last entry I had made a small change to an existing backbone.js application. Instead of loading all projects in my company’s portfolio, I adjusted the view to only load a subset of them. I still...
View ArticleA Simple Example – Backbone.js Tutorial Part 1 – Collection based on JSON + View
I still don’t feel like I understand Backbone at all. I decided to scrap what I had previously built – despite the fact that it’s working – because I don’t truly understand why it’s working. The result...
View ArticleA Simple Example – Backbone.js Tutorial Part 2 – Creating an App View
Thanks for checking out part 2 of my Backbone.js tutorial. In my previous entry I set up a model, a collection, and a view related to a “profile” – essentially bios for the people who work with me at...
View ArticleA Simple Example – Backbone.js Tutorial Part 3 – Creating a Paginated View
Thanks for checking out part 3 of my Backbone.js tutorial. I have previously covered my efforts to use backbone.js to create a paginated view. They were somewhat successful, but in light of my efforts...
View ArticleRuby on Rails Cheat Sheet – Handy Tips Gleaned from RoR Tutorial Book
Every time I go away from RoR for a while, I forget everything I had learned. In order to get me up to speed more quickly in the future, I am going to create a Ruby on Rails cheat sheet … Continue...
View ArticleRuby on Rails Tutorial: Creating a Rails Instance from an Existing MySQL DB
In this Ruby on Rails tutorial, I will show how to create a Rails instance from an existing MySQL database. I have an existing site that used Codeigniter and a MySQL DB, and I want to more or less...
View ArticleRuby on Rails Cheat Sheet Part 2 – More Tips and Reminders
I am still finding new Ruby and Ruby on Rails tricks (and I keep forgetting them) so I am starting a second Ruby on Rails cheat sheet to help me remember how to accomplish simple tasks. Check out my...
View ArticleRails Tutorial: Setting Up a Server on Heroku for Free!
In this Rails tutorial I am going to set up dev, stage, and production environments. Dev will be on my local machine and I’ll use heroku for stage and production. I’m going to use Unicorn to provide a...
View ArticleRails Tutorial Part 2: Setting Up a Server on Heroku for Free!
Continuing from my previous post, in part two of this Rails Tutorial I am going to continue to add to my nascent project. The theme of the project is getting set up on heroku with lots of cool addons …...
View ArticleInstall Eclipse on Ubuntu Linux for Java Development
Installing Eclipse on Ubuntu isn’t all that complicated, but I had to do some digging before I found the right combination of steps to get this to work. These are the steps I followed today 12/5/14....
View ArticleGetting started with the MEAN stack and Mean.io – Part 1
If you haven’t heard about it, the MEAN stack consists of: mongoDB ExpressJS AngularJS, and Node.js The installation and set up process is described in a bunch of places on the Web. I struggled through...
View ArticleMy Experience with Comcast – So Far
12/2/14 Signed up online for Performance with Blast. It costs $44.99/mo for the first 12 months. There is no contract. I had already purchased a refurbished modem on woot.com, so I did not need to rent...
View ArticleMy Experience with Comcast – Part 2
9/1/15 My internet connection has been going in and out over the last few days and now it’s completely out. I called tech support tonight (well, technically my wife called them) and they said my modem...
View ArticlePlain Text Popular Movie Titles List – 1990-2015
I’m not sure if anyone will find this movie titles list useful, but I put together a plain text file of the top 100 grossing movies from each year from 1990-2015. The format of each line in the file is...
View Article