Search Results

3
votes

What’s your favorite JS/CSS drop down menu?

I use the YUI Menu. It's quite flexible, offers many methods of declaring what's in the list, and is easy to skin. …
13
votes

How are you structuring your Git repository workflow?

I like the way the Yahoo! User Interface (YUI) team appears to be working. I am not at Yahoo, nor am I on that team, but their git commit logs reveal a lot about their process. The YUI team …
1
vote

Git branches with completely different content

The benefit to doing this, is that it's possible to pull only the docs branch if that's all you're interested in. Like jrockway said, you can do this using another repository and submoduling if nec …