Helps
“Want to teach college students Rails/Pairing in a Software Engineering class?”
Write an email to Rob. Details to follow soon.
“How do I set the type of a Backbone class to not always be “child”?”
You can rename the constructor, it’s going to have that name. Don’t forget to call the constructor of the super class in it.
“Is there any tool to run Jasmine tests in several windows/browsers in parallel?”
Let us know.
Interestings
CSS Box-Sizing
The CSS property ‘box-sizing’ allows you to control the width of an element, including its border and padding.
box-sizing: content-box;
is the default setting, where the width specifies the width of only the content
box-sizing: border-box;
specifies the width for both the content, and the border and padding
box-sizing: inherit;
have a wild guess.
Ember.js Meetup tonight at 6:30pm
Technically sold out, but if you just stick around after work, you can still attend.