Zip Head Phones
If you will for a moment, please turn your attention the every present battle against tangled headphone cords. These zipper designs brought to you by designer Ji Woong, help take away the hassle and even add some spunk with quick zip technology. These headphones even come complete with remote control action on the zipper tab. It just goes to show you, sometimes the best solution is the easiest.




There just isn’t any saneway to add related information to an ENUM column, which is a common scenario that often comes up. In our country/continent example, what happens when we need to store something like land area for each continent? We didn’t envision needing that attribute, but now we do. With a reference table, we can simply extend the continent table to include a ‘land_area’ column and query this new data any way we would like. With an ENUM? Forget it.




