WWW posts page 24

Akron Art Prize 2016

I went to see the art at Akron Art Prize yesterday. Today was the last day, so I wanted to get in before then. I spent some time looking through the many art pieces. I actually read the little description and gave a good look at nearly every piece. There were lots of interesting pieces, but several that especially caught my eye, in no particular order, were:

The event is one of Cogneato’s clients. We built both their website and the voting system. The voting system, which started as a web based SMS + website setup and migrated to a web-based phone app (PhoneGap with an API server) provided a lot of interesting experience, some of which I haven’t really had in other projects. This year’s primary challenge was figuring out how to get the PhoneGap part working and deployed, as the guy who used to do that left the company. I took some notes on the deployment part.


10k Apart

I have spent much of my free time the last 12 days working on a project for the 10k Apart challenge. 10k Apart is a challenge to make a compelling progressively enhanced, accessible site with 10 KB or less of initial payload per page (more can be lazy-loaded). I decided to build an implementation of Conway’s Game of Life, which I had wanted to do since going to a Code Retreat a while back.

Continue reading post "10k Apart"

Sign and submit PhoneGap app for iOS and Android

After some struggling, I got the PhoneGap app for the Akron Art Prize submitted to the iOS and Android app stores. Since it was a new thing for me and I wanted to ensure I could do it again, I took some notes on how to submit them to each store. I tried to do as much with the PhoneGap CLI as possible so it was easily reproducible from a git repo. Note that I used ‘cordova-icon’ and ‘cordova-splash’ for the PhoneGap-side assets, so I didn’t need to touch the platform folders beyond what is mentioned below.

Continue reading post "Sign and submit PhoneGap app for iOS and Android"