All posts filed under: ICM

Recipe Search by Item // Final Project

Leave a comment
ICM / Networked Media

JavaScript was a brand new language for me 7 weeks ago. Up until then, I knew how to read HTML and edit a bit in CSS. Today, I feel a lot more confident both with Markup and CSS, and have a new friend in my development toolbox named JavaScript. JavaScript is great, but not that simple. I find it will take more and more practice until things really start to sink in. So, before I […]

Recipe Search Accompanying Allergens

Leave a comment
ICM

Poor design and user experience is all over the web. Especially when it comes to products and websites catering to special needs or requirements. I love to cook, and often I get inspired by ideas or recipes that I find online. However, I have quite a few friends who are allergens that need some kind of middle-filter when looking for recipes. From the quick research I did, these are some of the websites or engines […]

Programming Plants to Grow

Leave a comment
ICM

This exercise was one of the trickiest yet — I attempted to get plants to grow on the click or the mouse, each time along the X position of the mouse. After playing with the code a bit, I also decided to program the leaves to show up in random values of green on each appearance. Here is a short video of the growing plants: This sketch is part of object oriented programming, which means that […]

Processing a Raccoon

Leave a comment
ICM

This is my first post for ICM — Intro to Computational Media! In class we discussed some basic ideas about Processing and learned that Processing is a library/environment based on Java. We were given an assignment to build a screen drawing using only 2D primitive shapes – arc, curve, ellipse etc. (Whaaaat?!)