Posts Tagged ‘constructors’

Object Literals, Maker Functions and Constructors in Javascript

object_literal

I had the priveledge of receiving a code review from Marcus Phillips yesterday and wanted to share some take-aways from the evening. Marcus’ generosity with his time (he spent almost 2 hours talking to me) still blows me away, and I hope I can reciprocate my own time to fellow developers in the future when I [...]

Don’t build Javascript constructors that only work in Chrome

Error in Firefox

I learned a valuable lesson (and reminder) this weekend while I was finishing up my javascript todo app. Everything was progressing along smoothly and I was feeling quite proud of myself when I was able to use the jQuery plugin TotalStorage to start saving the List and task objects directly to the browser in a client-side [...]