Monday

    13

    Apr 2015
  • Setting ANDROID_HOME on OS X

    If your running OS X Yosmite your Android SDK should be located in

  • Friday

    6

    Feb 2015
  • How to remove metadata from your images

    The devices we use to take pictures embed extra data storing information related to the picture like date captured, GPS location, make and model of device and much more. Here is a quick solution to remove that metadata from your photos on Mac OS X.

  • Tuesday

    3

    Feb 2015
  • Fix for Android Studio was unable to find valid JVM on Mac OS X

    If Android Studio complains saying Java not found then you need to help Android Studio locate your JVM by setting the STUDIO_JDK environment variable.

  • Tuesday

    9

    Dec 2014
  • Release 0.4

    For release 0.4 I worked on issue #2343, a proposed brick idea for speaking and highlighting text word by word.

  • Tuesday

    25

    Nov 2014
  • Compiling Lynx

    Lynx is a text based web browser. The project began in 1992 and is still in active development. Lynx remains relevant since it still provides value for many situations. For example, it is great for visually impaired users because everything is text-based making it easy to navigate the web using screen reading technology.

  • Monday

    17

    Nov 2014
  • Release 0.3

    For release 0.3 I worked on fixing an Appmaker bug in the Drawing Canvas component brick. The “Drawing Canvas” brick was not working on the latest Firefox and Chromium browsers. Upon clicking on the “Drawing Canvas” brick we should expect to see a line drawn or dot but what actually happens is nothing gets drawn.

  • Wednesday

    5

    Nov 2014
  • Get upstream changes

    My forked develop branch was a few commits behind. I needed the latest changes to work on release 0.3. Here are some of the steps I took to update my forked AppMaker repo.

  • Cleanup merged branches

    Getting notified that my first pull request got merged was exciting. The process was a great learning experience. After the merge I wanted to clean up my branch. Github provides a nice GUI interface for deleting branches. After a pull request is merged a delete button appears in the pull request page along with a message indicating it is now safe to delete. But I also had other test branches that weren’t merged that needed to be deleted too.

  • Friday

    17

    Oct 2014
  • Release 0.2

    For the second release, I got the opportunity to collaborate with the Appmaker community to help fix issue #2235.

  • Wednesday

    15

    Oct 2014
  • Open Source Case Study on Polymer

    I posted an introduction to Polymer a while back, here is the follow up post with more info on how it is licensed, the community and where to go to get involved.