jQuery Sortables with Ctrl + Drop Copying
Currently I am working on a project that has a few jQuery sortable lists on the page. One of the new features that I wanted to implement was the ability to copy elements from one sortable to another. I...
View ArticleExternal Links in A New Window
One of my friends was talking about how they wanted links to open up in a new window so that people wouldn’t have to leave the website to see the pages. Not that uncommon of an idea, but the method...
View ArticleYeti Hunting
I just released a simple debt snowball calculator: Yeti. Since college I have had many conversations about the best way to pay off student loans, credit cards, and mortgages. If you only have a single...
View ArticleHow To Make A Snowball
Earlier I talked about why I created Yeti, the simple debt snowball calculator. Now I am going to talk about some of the technical decisions that went into the initial release. Ingredients To start...
View ArticleUsing $.Deferred to Group AJAX Requests
I am working on a project that contains a lot of charts. Since the data driving the charts could take some time to load I am making each chart load asynchronously using jQuery’s ajax functions. This...
View Article