Late night browsing brought be to a design firm: Design Continuum. They designed the first Reebook pump shoe that was released in 1989. They also created the Insulet OmniPod Insulin Delivery System (cool) and the Swiffer (not so cool).
Check out their job offers in product design, brand strategy+ else. They have offices in Boston & Seoul.
Xmarks: save and synchronize bookmarks across machines. Bookmarks are precious… MeasureIt: measure pixel distances in your browser. ColorZilla: pick any color you see.
Carly Simon. I recently got caught into watching all the James Bond movies and discovered this sound. I love the song, love the light, love the fashion, love the atmosphere, love the energy of everyone on stage and love the artist. Filmed in 1987.
A prototype created by The Emotion Lab in the process of becoming a reality. Did I mention it will be solar powered? Simple and beautiful.
Moonwatch has been designed to establish a relationship between the moon cycle and a person’s emotional states. It’s a new concept of time based on nature which invites people to reflect upon and gain a closer understanding of their mood and daily life on earth.
Logo/banner I created for Robocat Confectionary: “musings on music, photography and vegan confections” by miss Joanna Rooney. The cat is pushing a vegan cupcake in his mouse.
And if you are wondering if I am a vegan, the answer is no. I am a beast. I eat everything and anything. I do work on eating responsibly though (if there is any “responsible meat eating”…). I wish there were more organic restaurants in Manhattan.
MY PLAYGROUND explores the way Parkour and Freerunning is changing the perception of urban space and how the spaces and buildings they are moving on are changing them.
Mainly set in Copenhagen the film follows Team JiYo as they explore the city and encounter the obstacles it presents.
Award winning architect Bjarke Ingels, founder of BIG Architects, is fascinated by the way Team JiYo convey architecture and takes the team to his buildings, to explore and unfold their skills, that may be just as groundbreaking as the architecture itself.
The film travels around the world from Denmark to Japan, United States, United Kingdom, and China to explore where the urban mobility is heading.
Team JiYo has a dream of making the biggest dedicated parkour park in the world, but isn’t parkour and freerunning supposed to be in the city and not in a fixed environment?
Kaspar Astrup Schröder set out to more closely examine the way that traceurs interact with architecture – honing in on parkour and urban mobilty in modern cities spaces via Team JiYo and the people that determine how the space is shaped within our cities.
There are a few techniques that are being used out there for CSS Image Replacement such as:
display:none; hides the text from the CSS. Then what is the point?
left:-5000px; pushes the text to the extreme left, outside of the screen. While it is still on the page, it is not entirely sure that search engines won’t ignore it thinking you are hiding a bunch of text.
The “alt” tag within the image. Necessary but not a solution in itself.
None of them are SEO friendly, clean and legit. Here is a fourth one which happens to also be used by Google. You will place your image after the text you are replacing and give the image an absolute position.
Here is the code that I applied to the h2 in the right rail of the ubenice.com homepage in early 2010.
First the html:
<h2 class="hdr">
Photos
<img alt="Send Us Your Photos" src="_images/h2-photos.gif">
</h2>
Then the CSS:
.hdr {
height:65px;
margin:0;
width:250px;
position:relative; /*this is important - there has to be a relative element somewhere above*/
}
.hdr img{
left:0;
position:absolute;
}
Finally, if the image is not correctly positioned, you can adjust it by playing with left:Xpx; and/or adding top:Xpx;.
Let me know how this technique is working out for you and if you have any questions!
UPDATE on Sept 23 2010: James below is asking proof that Google uses this technique. Let me show you their code (I am using the code that’s around the logo on any search result page – upper left corner, next to the search box).
The HTML first:
<a id="logo" title="Go to Google Home" href="http://www.google.com/webhp?hl=en">
Google
<img width="178" height="238" alt="" src="/images/nav_logo16.png">
</a>
Yesterday, I finished a project for Geek Girl, Inc. A simple website built on WordPress.org: mysweetgeek.com. I had no idea how much fun it was to play with WordPress. It is a great CMS, super easy to use for clients who want to be able to maintain their websites. I created her own WordPress private theme. I also created the illustration n the homepage but the entire idea came from Geek Girl, Inc’s head.
This made me want to start to offer web development services to others. This is it. We shall see where this takes me… You can find more information on my web development service page. My company is M.B. Works. Cara came up with the name without really thinking about it. I like it. It’s simple.