Done, and gets things smart.
22Aug
Posted by Elf Sternberg as Uncategorized
Introduction To Version 2.0, Modern Edition. When I wrote the original Backbone Store, I didn’t have a clear understanding of how Backbone worked. I wrote it to teach myself Backbone, after all. Since then, I’ve come to understand that there is some Javascript about which I didn’t have the world’s clearest understanding. This version of the [...]
08Aug
Posted by Elf Sternberg as javascript, programming
Introduction To Version 2.0 When I wrote the original Backbone Store, I didn’t have a clear understanding of how Backbone worked. I wrote it to teach myself Backbone, after all. Since then, I’ve come to understand that there is some Javascript about which I didn’t have the world’s clearest understanding. This version of the store clears [...]
One of the things I like to use with CSS is percentages. Often, this goes a bit over the top; right now, I have a two column layout that looks something like this: .leftcolumn { float: left; width: 22.340425%; margin-right: 1.06382%; overflow: hidden; } .rightcolumn { float: left; width: 76.59574%; margin-right: 0; } Which is [...]