April 2, 2013
Recently found some very nice detailed videos on how to create mobile sites in CQ. Thanks for the OP for the videos.
There are 4 videos in the series.
- http://www.youtube.com/watch?v=_1Q9MS7MBj0
- http://www.youtube.com/watch?v=Qd6zojTpYkk
- http://www.youtube.com/watch?v=kt50HicMIn0
- http://www.youtube.com/watch?v=lRuT6mDZqcw
Of course the official Mobile page is located here
Enjoy!
October 24, 2011
In a technical discussion two days ago, I was questioned on how to create a footer navigation component like the following:

The simplest answer and the ideal solution to the above is to use the OOTB Toolbar component. The Toolbar component can be added to a page using the following:
<cq:include path="toolbar" resourceType="foundation/components/toolbar" />
Nothing else. It’s that easy! And once the above is added, the page would yield a component where you can configure the following:

Editing the foundation toolbar component
For more info please refer to the Default Components documentation.