Katy DeCorah
-
July 30, 2014A case for :emptyAt work today, I’m styling an app. The code is automatically generated, making me a CSS jockey. It can be challenging, but it makes me flex my CSS powers. This morning I found a great use case for :empty.
-
July 27, 2014Pine Hollow ArboretumYesterday we visited the Pine Hollow Arboretum in Slingerlands. We saw the sign for the arboretum during one of our drives out to Rensselaerville.
-
July 26, 2014Static Mapbox API for Jekyll postsI’ve done Static Google Maps Image for Jekyll Posts, Mapbox for Jekyll Posts, but it’s time to settle down.
-
July 25, 2014Guide to Responsive-Friendly CSS ColumnsWith CSS columns you can create a print-inspired layout with little added markup that can adapt beyond a fixed canvas. A supported browser will make calculations to wrap and balance content into tidy columns. If you’re already working with a fluid layout, the columns will flow automatically. With the right combination of properties, CSS columns can be an interesting layout option that is responsive-friendly while degrading gracefully.
-
July 20, 2014ElizabethtownThis weekend we stayed with friends in Lewis. On Saturday we woke up early to catch the town-wide garage sales in Elizabethtown in the spirit of E-town Day. Our haul included: 1 over-sized sweater, 2 books, and 3 hats.
-
July 9, 2014Favorite Haml snippetsI love writing my pens in Haml, but I still have a hard time remembering the syntax. I created a post on my CodePen blog as a running reference guide of all the fun Haml snippets that I have used to date.
-
June 15, 2014AshevilleI spent the past week visiting my sister in Asheville. That place never gets old.
-
June 6, 2014Happy Birthday Blog
-
June 5, 2014Border spinnersSee the Pen Twinner Spinner by Katy DeCorah (@katydecorah) on CodePen.
-
May 29, 2014Jekyll and AngularJSI’m a total AngularJS rube, so it took me a few tries to get Angular to work on a Jekyll site. Since both use {{ curly brackets }}, Jekyll will gobble up the brackets first. (And none for AngularJS.)