1. Bootstrap
Although I've used Bootstrap before, I'd used a slightly different method for switching the order of elements from smaller to larger screen sizes. What clicked today was the use of col-md-push-6
and col-md-pull-6
.
2. Search Engine Market Share
In the USA, the search engine market share is split between Google (64.4%), Microsoft's Bing (20.1%) and Yahoo (12.7%). In Europe, Google has 90-95%.
3. jQuery and AngularJS
I saw $document.one()
in some code I was reading today and thought it was a typo for $document.on()
. It's not. It does the same as $document.on()
but is only called once, and is unbound afterwards.
No comments:
Post a Comment