2
votes
1answer
538 views

Approximating/Sorting groups of dates into buckets + general JS patterns/style

Update: I've updated the code below pretty extensively and posted a new question over here. I'm working on a directed study project with a professor of mine helping him build out a Django based ...
1
vote
0answers
538 views

Approximating Date for a D3.js timeline + General Style comments

I've updated code from a couple weeks back so I've come back to get more feedback. The original post can be found over here. Here is the updated code: ...
3
votes
4answers
132 views

A package for sort algorithms

I'm trying to learn basic algorithms which are typically taught in an introduction to CS course, which is usually taught in a compiled language like Java. However, I want to focus on JavaScript, so I ...
2
votes
0answers
64 views

Insert and Delete (a list of specified) characters/words in headline [duplicate]

I'm very new to JavaScript and I'd appreciate some help. Here's a jsfiddle: http://jsfiddle.net/KYjF9/3/ I'm trying to make that code more elegant and also valid at http://www.jslint.com/ (browser ...
2
votes
2answers
86 views

Find number matching range

I have code that checks the range of a value and sets a variable accordingly. ...
2
votes
2answers
766 views

Optimize coloring book built with Raphaël and jQuery

I've been building a coloring book for kids: http://coloringbook.core.ba.lightburncloud.com/ It's got to work on an iPad, so I decided to try out Raphaƫl JS. I want to try and make this as efficient ...