Tag Archives: Development

Reusable base CSS styles for easy responsive site structure

Don’t want a bloated framework you have to learn/master just to be able to build a robust site structure that breaks down nicely into RWD (responsive web design)? We don’t either. For most projects we use a few simple reusable CSS classes to make RWD much easier. Frameworks like HTML5 boilerplate or Zurb’s foundation are…

Flickr’s new (May 2013) user interface: “tight ass”?

Did ya see Flickr’s new UI? Some users rejoice, some blogs tout its updated design merits, and designer/developers like me run to see what they’ve done to bring it up to date. At first glance… It’s pretty. It’s full-screen, image-centric, responsive, and their catchy homepage incorporates some nice parallax movement (since I can never remember…

WordPress nav, solved: How to list child pages only for the current Parent page

Filed in:
23
2011
February

The Problem: You have a 3-tiered navigational hierarchy, like above. If you click on mainPage-a, you only want the 3 child Pages to show. But if you click to dive into Page1, you still want to show the three child Pages of mainPage-a, but also want Page1’s subpages to show, but ONLY those subpages. For…