Skip to content

Category: macOS Development

Setup LAMP (Linux, Apache, MySQL, PHP) on Mac OS X 10.10 Yosemite

I downloaded a HTML5 and Javascript demo. When I attempted to browse to it, I encountered the infamous “XMLHttpRequest cannot load file:///” error.  The latest Chrome (and other modern browsers) won’t allow cross domain (a.k.a. cross origin) communication, which would occur when a page from one website domain attempts to…

Leave a Comment

Installing Eclipse with Subversion for PHP and Javascript Development on Mac OS X

Mac OS X 10.6 Snow Leopard comes with the 64bit version of Java 1.6 installed by default. Unfortunately, Eclipse 32bit and older subeclipse plugins are not 100% compatible with the 64bit version of Java 1.6. You may encounter errors when using Eclipse such as “Unable to load default SVN client”…

6 Comments