Resources - December 26, 2015

Give your questions the colors they deserve

We’ve just added a small but powerful new feature that gives you more control on how you visualize data on your map. One of the challenges with our maps to date is you could not specify the colors for specific responses to data. Since colors are randomly assigned, it’s very possible to have true show up as

Read More

Press - December 10, 2015

Map Your World and Ona at Geo for Good 2015

This past October I spoke on behalf of Map Your World at the 2015 Geo for Good User Summit. Map Your World empowers youth to explore issues and ideas that matter – like clean drinking water, or food justice – then write surveys, collect data, and create maps to make change in their communities. This amazing project is powered

Read More

Tech - December 04, 2015

Clojure Destructuring Gotcha!

Given the following function definition, what would you expect to happen if you ran (hello :person nil)? (defn hello [& {:keys [person] :or {person "Rich"}}] (str "Hello, " person)) (hello) => "Hello, Rich" (hello :person "Hickey") => "Hello, Hickey" (hello :person nil) => "Hello, " I’d have expected (hello :person nil) to have the same result as calling (hello),

Read More

Work - October 15, 2015

Ona Data Projects

This post will tell you everything you need to know about creating, sharing, managing, and getting the most out of your projects in Ona. What is a project? In Ona, a project is where your related forms and data are stored. Projects can hold as many forms and data as your plan allows. When you first log in to

Read More

Work - October 01, 2015

Announcing Ona Data 2

We launched Ona 2 today! In our previous announcements here, here, and on our release log, we described the new features in Ona 2. There’s also a Getting Started guide that will show you, well, how to get started, and what has changed from the previous version of Ona. If you have questions on the transition, please email support@ona.io. To celebrate the launch,

Read More

Tech - August 21, 2015

Nairobi Functional Programming Meetup 3

On Wednesday, we had the pleasure of hosting the third Nairobi Functional Programming Meetup, with Larry Weya giving a brief introduction to Erlang & Elixir, and sharing his experience using the platform as part of the team behind eCitizen. In what is emerging as a pattern, the post-talk conversations were as illuminating as the talk itself. We’re planning a hands-on workshop for

Read More

Perspective - August 03, 2015

My Two Month Internship at Ona Kenya

by Anne The Application Process My journey towards working with Ona was a systematic. It began with wise counsel from a former lecturer. His advice was quite simple: “If you trust your programming skills, you can apply for the jobs at Ona. Female candidates are encouraged to apply”. It was both thrilling and unnerving considering the

Read More

Perspective - July 09, 2015

The Perfect Kenyan Chapo

The Ona team convenes at Dickson’s home to learn the art of making chapo. Recipe and photos below. The Golden Ticket Since my first lunch in Nairobi, Dickson has insisted that all restaurant chapatis pale in comparison to his mother’s recipe. Here’s how every lunch would go when I’m in town: “This is great!” I’d

Read More

Work - June 22, 2015

Next Up Roadmap

Since it’s always good to know what’s coming up, here are a few new features you should look out for on beta.ona.io in the next few weeks. Improved charts Summary charts will be embeddable, made persistent, and slightly customized. This will allow you to change a chart’s title, as well as generate code to embed it on

Read More

Resources - June 19, 2015

Ona Beta: New Features Roundup

On our quest to allow anyone to collect, understand, and use data for humanitarian purposes, we’ve been introducing new features on Ona Beta for months. We’ve rebuilt the service from the ground up with new code and a new look, added features for collaboration and improved data management, and built a support team to help

Read More

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22