Jamie SkinnerChanging fonts with @font-face and font-weightI learned something new today. You probably know that you can import fonts using @font-face in CSS. That might look something like this:Apr 9, 2016Apr 9, 2016
Jamie SkinnerThree.js Text ExampleHad some trouble getting text to render using Three.js, and I had trouble finding a simple enough example to use in order to get it…Apr 1, 2016Apr 1, 2016
Jamie SkinnerMy Misconception with FlexboxHere is a small problem that I ran into the other day that I wanted to share the solution to:Mar 30, 2016Mar 30, 2016
Jamie SkinnerDebug Your CSSWant a quick way to debug your CSS? Try throwing this little snippet of code into the console.Jul 8, 2015Jul 8, 2015
Jamie Skinner++i vs. i++ in JavascriptWhere i There is a small but important difference between ++i and i++ that can give quite a headache if you aren’t careful. Try this:May 2, 2015May 2, 2015
Jamie SkinnerPAPPPAPP, or Partial Application, is a great way to reuse your code so you can write less and do more. Let me run through the basics.Apr 28, 2015Apr 28, 2015