Foundation Text Expander Snippets

Warning: I didn't build all of the components of Foundation into this snippet pack, just the ones I'm looking up over and over again.

Snippets Included

  • Rows 1,2 and 3 Columns
  • Block Grids
  • Buttons
  • Nav Bars
  • Side Navs
  • Pagination
  • Breadcrumbs
  • Alerts
  • Labels
  • Tool Tips
  • Link List
  • Table
  • Pricing Table
  • Flex Video
  • And maybe a few more I missed.

You'll be able to see them all when you install.

Why Foundation 3

We still use foundation 3 because it supports IE8. We still need to support IE8. It's the world we live in folks.... A sick sick world.

Download

Foundation Text Expander Snippet Pack

Notes and Attributions

I first hear of Text Expander form the the master of Productivity Merlin Mann, if you buy Text Expander use this link so him and that jackel Dan Benjamin get some credit.


Also here is Merlin showing how awesome some new features are.

Recent Posts

MODX Cloud NGINX Rule for ssl and www redirect

Replace "domain.com" with your domain. This example uses www as the end point, if you prefer non-www just change the two domain variations around in the first if statement. if ($host = "domain.com") { return 301 $scheme://www.domain.com$request_uri; } if…

PDF From Adobe Illustrator not showing a mask transparency right on macOS Preview or Windows? Here is the fix

So you sent a small preview PDF to the client, it looks great. Then you export the Press Quality version and it looks different, why? Let's dig in.

Improving MODX Page Speed for Google

Your website speed is impacting your bottom line , here are a few ways to improve it through browser caching, asynchronous loading of resources and other tips and tricks.