Categories

Don’t neglect your children: Barebones “Display Child Pages” shortcode

Here is very quick snippet to put in your functions.php that creates a shortcode for displaying all the child pages of the current page.  Use the shortcode [children] .  This is super minimal right now so feel free to make any stylistic or functionality tweaks. function list_child_pages() { $my_wp_query = new WP_Query(); $all_wp_pages = $my_wp_query->query(array(‘post_type’… Read more »

Responsive eCommerce: Part Two

https://speakerdeck.com/brendanfalkowski/responsive-ecommerce-part-two Responsive eCommerce: Part Two by Brendan Falkowski Published April 10, 2013 in Design Last year I made the case for responsive, many-device eCommerce websites:http://gravitydept.com/blog/responsive-ecommerce/ I demonstrated why it was important, what approaches could be taken, why it hadn’t been done, and how to form a convincing strategy to get it done. This year I showed how the many-device… Read more »

Responsive eCommerce: Design Once, Sell Everywhere

https://speakerdeck.com/brendanfalkowski/responsive-ecommerce-design-once-sell-everywhere Responsive eCommerce: Design Once, Sell Everywhere by Brendan Falkowski Published April 30, 2012 in Design Mobile usage is exploding, and redefines how people shop in retail and digital spaces. Understanding the difference between mobile vs small screen strategy, native vs web applications, and fixed vs responsive design is critical to creating joyous, profitable user experiences. This presentation compares… Read more »

Responsive Gallery Grid

So we all are aware of how attractive masonry is at laying out objects on a page, while still keeping the layout responsive by moving the elements around to fit together like bricks.  I find that this is a very attractive way to layout gallery images as well, as it is a clean and different… Read more »

Some Useful Docs and Guides for Front-End Developers

http://www.impressivewebs.com/docs-guides-front-end-developers/ Some Useful Docs and Guides for Front-End Developers By Louis Lazaris on April 25th, 2012 | 2 Comments My “saved for later” link lists are getting bigger, so I thought I’d post another one of these little roundups. This time, I’m mostly focusing on some interesting guides and docs that I’ve found recently. As always, I can’t necessarily vouch… Read more »