Greg Buchanan - Thursday, March 25, 2010
I use a lot of different resources to find some interesting techniques that I use in my design and development.
Here are some of my top links:
- http://css-tricks.com/
- http://www.smashingmagazine.com/
- http://www.cssremix.com
- http://net.tutsplus.com/
Greg Buchanan - Thursday, March 25, 2010
Accordions are a UI pattern where you click on a title (in a vertical
stack of titles) and a panel of content reveals itself below.
Typically, all other open panels close when the new one opens. They are
a clever and engaging mechanism for packing a lot of information in a
small space.
http://css-tricks.com/grid-accordion-with-jquery/