Archives

From June 16, 2018

Tool Reference

A Reddit Post encouraged me to start maintaining a list of useful resources for web designers/developers.

Read More
From February 11, 2018

Semantic UI: A Light Review

In my previous posts, I outlined how I found working with Bootstrap and Bulma as part of a greater series on my company’s search for a new front-end framework. I’m now to working with Semantic UI and, though I like it, I’m not sold.

Read More
From February 9, 2018

Bulma: A Light Review

In previous posts I outlined how I found working with Bootstrap as part of a greater series on the search for a new framework. I’m now working with Bulma

Read More
From February 8, 2018

Bootstrap: A Light Review

In my last post, I outlined what Gittr is looking for in a framework and how I’m going to find it. This post is focused on Bootstrap – 1st of 3 of its kind.

Read More
From February 8, 2018

Comparing Frameworks

Gittr is looking for a new front end solution and we’re going to be comparing three frameworks – Bootstrap, Bulma, and Semantic UI – to find what works best

Read More
From July 10, 2017

CSS-Cropping: How To Preserve Aspect Ratio

I do a lot of ‘profile’ type sites but one thing I’ve always struggled with is the ‘circular’ profile image due to the aspect-ratio changing.

Read More
From May 23, 2017

Regex Cheatsheet

I’ve been writing some regex lately and compiled this handy little cheat sheet. Hopefully it helps you quickly write regex. I know I’ll be using it!

Read More
From May 8, 2017

Function Declaration in jQuery

Three ways to declare functions in jQuery include the simple function, get/set, and extending the jQuery object. I cover all three in this short post.

Read More
From April 23, 2017

CodeIgniter Class Level Variables

I’m always looking for ways to improve how we at Gittr write software. We’ve got a pretty good flow and class level variables helped move our app forward

Read More
From January 29, 2017

CSS Counting: What, How, and When

After reading an article on CSS-Tricks, I learned about CSS Counting. It’s a cool property that’s arguably useful, but isn’t really accessible.

Read More