How to redirect users from a desktop website to a mobile website using Nginx
As a quick note, I just configured this website (alvinalexander.com) to have both a desktop version and a new mobile version. I do this by using Nginx to detect mobile devices and redirect the mobile...
View ArticleHow to enable the AppleScript menu on the Mac OS X menu bar
AppleScript FAQ: How do I enable the AppleScript menu on the Mac OS X menu bar?To enable the AppleScript menu on the Mac OS X menu bar, follow these steps:read more
View ArticleHow to create an SBT project with subprojects
This is an excerpt from the Scala Cookbook (partially modified for the internet). This is a short recipe, Recipe 18.6, “How to create an SBT project with subprojects.”ProblemYou want to configure SBT...
View ArticleHow to configure SBT to work with Eclipse
This is an excerpt from the Scala Cookbook (partially modified for the internet). This is a short recipe, Recipe 18.7, “How to configure SBT to work with Eclipse.”ProblemYou want to use Eclipse with a...
View Article