I think I really don’t care about Facebook anymore. Seriously considering deleting my account. The little time I do spend on there is time I could be spending doing something else… such a waste.
Category Archives: Website
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
W3C really screwed up the box model. This will make your webs better. (It doesn’t work in IE7, but why are you still supporting it anyway?)
Building what Google didn’t
My latest on-the-side project has been building an extension for Google’s recently-released web app, Keep. It’s been a fun ride, but without an API, I don’t think there’s anything more I can do. Continue reading
UI experiment
In my free time, I’ve been working on a little UI demo. I had this idea for using Bootstrap as a base, in order to imitate the Facebook mobile interface. I think it turned out pretty well. Continue reading
A little Bootstrap demo
I rambled a bit about Bootstrap a while ago, concerning limited-height, scrollable dropdown menus. (By default its menus can be forever long.) I finally got around to whipping up a demo page. Continue reading