Tag Archives: jquery

Using Backbone JS

When working on a web app that involves a lot of JavaScript, one of the first things you learn is to stop tying your data to the DOM.

Posted in Development | Tagged , , , , , , | Leave a comment

Cleaning Up Old Code To Make Room For New Code

If you have a website that’s been around for 4+ years then you know exactly what I’m talking about.  Old flash files, outdated CSS and HTML code, and un-optimized images that require updating may be a tall order if you’re … Continue reading

Posted in Development, Tips | Tagged , , , , , , , , , | Leave a comment

Using HighCharts for charting in Javascript

In working with numbers all the time, I came across this cool javascript tool set for charting.  It works on all browsers and makes your charts come to life with little effort!

Posted in Development, Tips | Tagged , , , , , , , , | Leave a comment