In the second installation of this series on JavaScript design patterns and their implementation, we take a look at the module pattern. By combining two commonly used features in the language, we can create robust interfaces that hide member variables and methods as we see fit.

Read more →

This first installment in a series discussing various JavaScript design patterns covers one of the most basic patterns available, the constructor pattern.

Read more →

This first installment in a series discussing various JavaScript design patterns covers one of the most basic patterns available, the constructor pattern.

Read more →

This article details how to install the Squarespace local development server on Ubuntu 14.04 LTS.

I recently took on a small project, some work on customizing Squarespace templates. In the course of doing this, I required the Squarespace local development server in order to quickly modify and test changes to the template. I use a VirtualBox VM I built some time ago using Vagrant, based on Ubuntu 14.04 LTS.

If you’ve encountered problems installing this program on the aforemention Linux distro, read on and follow these steps, as they ended up working for me very well!

Read more →

Tags

Recent Posts