Building a web app using Backbone.js and require.js – Part 1

A few requests for the full source code for this project have been made. Please feel free to download the full project files via this repo: https://github.com/jkat98/imgettinit_netmvc At the end of last year I set some goals for myself, one of which was to start using and become proficient in Backbone.js. I’ll be honest in saying that I struggled for a bit to really wrap my head around everything that was going on. [Read More]

Building a web app using Backbone.js and require.js – Part 2

This post is the conclusion to the article Building a web app using Backbone.js and require.js – Part 1. Please be sure to read that article first before proceeding. In my previous post, we discussed the original idea for the project, outlined what its supposed to do, and started dissecting the project’s main.js and app.js files. Both of those files frequently referred to the “Games” Backbone view and collection, but never really explained them. [Read More]

Single Page Application (SPA) Project Template

I started going through the process of deconstructing John Papa’s amazing CodeCamper Single Page Application project and trying to break it down to a basic stripped down project template. I love a lot of what was accomplished in that project (great DI, awesome Repositories and patterns, etc.)! While breaking down the project, I’ve learned quite a bit. I’ve posted the full source of the template to my github, but its still a work in progress. [Read More]

.Net Framework 2012.2, SPA templates, MGR: Revengeance, PS4, Working from home

The .Net framework 2012.2 update has been released. Most of this update has to do with a few minor tweaks and enhancements (color coding popular client-side templates, LESS support, etc) as well as some new templates. A great post on John Papa’s blog outlines the templates. Played Metal Gear Rising: Revengeance and have to say I’m a little disappointed. Its definitely not Bayonetta, and I doubt Platinum will ever achieve the stunning awesomeness that was that game, but heres holding out hope (not much since last I heard Bayonetta 2 was WiiU exclusive). [Read More]

Week in Review 2/1/13

Was playing with animating some stuff on a page and started trying to work with animating box-shadow. I realized it wasn’t working and after some research figured out that it just doesn’t work. A super handy and easy plugin solves that problem though. The latest episode of the Suburban Strength Coach podcast is up! Started watching the Single Page Apps with HTML5, Web API, Knockout and jQuery on Pluralsight with my team at work. [Read More]