Snappier YUI3 Scrollview

YUI3 Scrollview is great but sometimes, it’s not “nativey” enough for me. I fooled around a lot with the config parameters and finally found one that I think works well (especially on iOS). Try this config object to make your YUI3 Scrollview instance feel a little snappier. var scrollView = new Y.ScrollView({ srcNode: ‘#resultList’, height: […]

Making an iOS-Style Popover with YUI3

One of the things I worked on this summer during my internship with the YUI team was building the Panel widget that’s shipping with YUI3.4.0. I like the whole “windowing” space, because I think it’s an area where the web can do a lot better. Modal overlays look gorgeous in iOS and there’s no reason […]

Good software

Was in the car going to lunch today and was having a conversation with Matt Sweeney regarding web application development, and tools that we use to solve some problems. I think we were talking about testing frameworks and code coverage tools. Anyway, he said something that made a lot of sense (everything he says makes […]

Introducing Crictainment

Update: I’ve been working on transferring this into a native iPad app. See the newer post here I want to introduce an app that I worked on this term for Yahoo!’s Hackathon. It’s called Crictainment and it’s a mobile web app that curates media related to cricket (you know, the sport). Screenshots Open Crictainment in […]