by Karl Forshaw
My little corner of the internet. Code, Philosophy and Day to Day stuff.
I’ve been doing the odd bit of work on AbstractBone recently, adding a command line utility called “jab” that allows for quicker setting up of projects and rapid addition of controllers, views, and templates.
“Karl… WTF is AbstractBone?”
Oh yea, it’s a working combination of a number of useful JavaScript tools and frameworks: Backbone.js, RequireJS, jQuery+UI+tmpl, and uh.. oh yea there’s the i18n stuff too! It’s little more than a quick mash together at the moment, but it is usable if you know what you’re doing with the components already.
I’ll be working on a few more tweaks over the coming weeks and feel compelled to do some screencasty stuff. But that’s only if I can figure out why the hell Transmageddon simply doesn’t work on my machine.
Has anyone solved the #jQueryUI button problem in IE7 with overflow:auto? Found a bug report for it but no resolution?
Update: Here is the fix, add this to the scrolling div
overflow-x:hidden;
overflow-y:auto;
position:relative;
left:0;
top: 0;
(Source: bugs.jqueryui.com)
Design by Simon Fletcher. Powered by Tumblr.
© Copyright 2010