Posts Categorized: Website Development

2 new css tricks – Outline and Square Box!

I love learning new css tricks that solve layout problems. Creating a row of boxes that are squares at any size with a border. The trick is in the padding, this blog post led me in the right direction. div { width:25%; height:0; padding-bottom:25%; outline:1px solid white; } That’ll do it! Eureka!      … Read more »

Responsive Data Table Design

Interesting roundup of techniques for displaying table data responsively. Having a lot of clients in automotive related industries requires at times the need to display fairly large tables. These will definitely come in handy. Responsive Data Table Roundup from css-tricks.com view demo    

Mediashepherd launched

Today, one of my clients launched www.mediashepherd.com. This site aims to help those in publishing find resources they may want or need that may be difficult to find. This site is built using wordpress and yields many customizations. Look for more to come.