Talk: Frontend asset management in Laravel

[Memphis PHP - Wednesday May 17, 2016](http://www.meetup.com/memphis-

technology-user-groups/events/229283992/)
Vaco Midsouth

Summary:
Laravel ships with elixir, a gulp plugin with a clean syntax for building out your frontend assets. While elixir is great in a lot of cases, it comes with some limitations on projects with more complex frontend build requirements. I ’ll talk about why elixir is great, why it didn’t work for us, and how we integrated our frontend framework in Laravel with some gulp magic.

One minute to read

Use SASS Mixins to Generate Class Names

If you need to generate a bunch of rules for n number of numbered classes, you can do it dynamically by using mixin arguments to generate class names

Here’s a neat little trick I used recently. I was working with a simple single page form and each page of the form was hidden; I wanted to be able to un-hide the form pages based on a parent class that included the page number.

2 minutes to read

GiveCamp Memphis Demonstrates How Vibrant Memphis’ Tech Community Is

![Volunteers develop software for non-profits at Give Camp Memphis 2016 - Photo by Brad Montgomery](https://georgespake.com/wp-

content/uploads/2016/02/give-camp-developers-300x186.jpg)Volunteers develop software for non-profits at Give Camp Memphis 2016 - Photo by Brad Montgomery

This weekend, GiveCamp Memphis —a weekend- long event where local developers and designers get together to build software for non-profit organizations—was held at CoWork Memphis in Cooper Young. This marks the event’s sixth year and the second year I’ve had the honor of participating as a volunteer.

4 minutes to read

Plotting Data with R and rCharts

This semester, I’m taking a course that encourages using R for statistical analysis. I decided to see what I could do with it.

To get started, I installed R using homebrew started looking in to what sort of packages I could find and stumbled across rCharts .

2 minutes to read

Compass Sticky Footer Mixin

When you’re dealing with browsers and markup, content tends to float to the top of the window by default. In most cases there is enough content on the page to keep the footer at the bottom of the window but, if a page doesn’t occupy the full height of the window, the footer is going to float right up to the bottom of the content creating an unattractive empty space below.
2 minutes to read

Talk: Open Source Software Development in Higher Education

Talk: I’ll be giving a talk about the role of open source development in higher ed institutions at the upcoming Tennessee Higher Education Information Technology Symposium in Chattanooga Tennessee. The talk will focus on the experience I had with the UTHSC-WPCAS plugin developed for UTHSC and encourage Higher-Ed tech professionals to consider open sourcing their work and to consider open source options when making IT decisions.
One minute to read

Grunterie – Another Foundation Theme for WordPress

![Grunterie Screenshot](https://georgespake.com/wp- content/uploads/2014/04/screenshot.png)

Foundation ’s hot right now and I swear by it. Having used both Bootstrap and Foundation, I quickly decided that Foundation was the framework for me and I use it for everything. It’s really clean, easy to work with and I don’t have to fight with it to get what I want.

2 minutes to read

Debugging SASS with Chrome Dev Tools

Disclaimer, I got this to work but these are notes from my first attempt so some of this may be overkill. A lot of the information I found was over a year old so I’m probably using some work-arounds that are no longer necessary. I’ll be back to make corrections as needed. If you notice anything wrong please let me know in the comments. For the most official info check out Working with CSS Preprocessors on the Google developer pages.
5 minutes to read