Chris Stuff
Categories
-
Recent Posts
Recent Comments
Archives
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- December 2011
- May 2011
- March 2011
- December 2010
- August 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
Author Archives: Chris Missal
Introducing Formo – Dynamic Configuration
In the off-chance that I have to maintain your code in the future, I feel I should gamble and share this project with you. I created it, I use it, and I like it. Something bothers me about seeing strings … Continue reading
A Timely Post – Introducing Palmer and TempusReader
I may have found the Peanut Butter to my Jelly. Maybe not, but I accidentally stumbled upon a project called Palmer. This library lets one define an amount of time to do some sort of activity. Maybe a call that … Continue reading
Own Your Work
This post is mostly here to share a link. Jeremy Miller posted ‘“Code Complete” is a polite fiction, “Done, done, done” is the hard truth‘. Before clicking through I thought I was going to disagree. After reading through, I agree … Continue reading
Extending Objects in Underscore
Underscore is a very nice library, it’s what Backbone JS is built on. What I’ve come to like about it is its ability to provide very helpful functions that let you more effectively work with sets of data. Below is … Continue reading
Extending Objects in Dojo
Dojo works a bit differently than we saw with jQuery and ExtJS. They have the notion of extend as well as mixin. These both behave differently, not only from each other, but from the previous jQuery.extend and Ext.apply. These methods … Continue reading
Extending Objects in Ext JS
Last time we explored JavaScript object extension we dove into the most popular JavaScript library in the known universe, jQuery. This time around we’ll be looking at Ext JS, a framework I’ve been using quite a bit lately. Ext JS … Continue reading
Extending Objects in jQuery
Welcome to my journey of extending objects in JavaScript frameworks; let’s explore jQuery! Extending an object in jQuery is simple, there are just a few rules you need to understand. Extension works from left to right and you’re allowed to … Continue reading
Extending Objects with JavaScript
I have been a fan of JavaScript for quite some time, but mostly as an outsider looking in. I feel like I understand many of the concepts and can be fairly dangerous, but recently I have made it a point … Continue reading
Build Documentation from your Tests
A couple months ago I decided to toy around with some code ideas in my head. I had two goals: To be able to parse some plain English and make DateTime and Timespans objects. To try out Parsley (because I … Continue reading
Using CNAME With Azure
It was really hard to find and asking Google for the answer was tricky so I’m going to let you know: If you’re wanting to use a CNAME with a site that’s hosted on Microsoft Azure, you must be in … Continue reading

