Ian Storm Taylor

Results 97 issues of Ian Storm Taylor

would be sweet to see minified sizes

enhancement

hey tab, i'm mocking up a parser/converter for the `color()` function, and was running into an issue of not knowing how to treat the multiplication by a percentage. the most...

I'm curious about why the naming uses "layers" as a concept with `beginLayer/endLayer`, instead of calling them simply `beginFilter/endFilter` if their sole purpose is to be able to apply filters...

Might not be a specific project, but would love to read as many articles as you can stomach writing about how you've managed to turn Metafizzy into a self-sustaining thing....

Here's what happens: ``` var h = thing, apple = thing2; ``` instead of: ``` var h = thing, apple = thing2; ``` Would be sweet if it could account...

enhancement

Here's a concept for the search box that makes it accessible all over the site, and still not that intrusive. Basically there's a small fixed row at the bottom of...

inception: ![](http://cl.ly/image/413j0k232y2K/Screen%20Shot%202013-03-02%20at%201.26.25%20AM.png)

a `remove` makes a lot of sense to me, in which case having the `add` alias is nicer imo. with `push` left for backwards compat. and then i'd like to...

should it not add multiple copies of the same model? or should that be in a plugin?

i'm not a fan of relying on `this` inside iterators because it feels really magicky, and i think its one of the bad parts of jquery. for [some of the...