July 3, 2008 - Comments Off on In the end, the Frogs will inherit the earth

In the end, the Frogs will inherit the earth

During an afternoon’s feasting with our “Special Edition Pizza Thursday” pie from Pizza Suprema at the New York Bunker, I came across an interesting article from the Daily Mail in the UK. A Belgian architect named Vincent Callebaut recently released his plans for the “Lilypad,” a floating city of our future water-covered planet. The Lillypad will be able to float around the world like a giant ship, just in time for your favorite ecological doom-and-gloom scenario. It’s a pretty cool design, and according to the article, “centered around a lake which collects and then purifies rain water, the Lilypad will drift around the world following the ocean currents and streams.” This is an excellent idea as long as the poisoned ecology doesn’t also unleash a horde of giant “super frogs,” desperate for a place to rest their massive webbed feet.

An architect has come up with an innovative answer to rising sea levels - a city that floats around the world.

The self-contained 'Lilypad' city will be home to around 50,000 'climate refugees' from the worst hit areas - including London.

Latest research predicts that sea levels could rise by up to 88cm - nearly 3ft - by the year 2100, putting many islands in the Pacific Ocean in danger.

Dave Fletcher is a Founder and Creative Director at theMechanism, a multi-disciplinary design agency with offices in New York, London and Durban, South Africa. Thanks to American news forecasts, Dave now lives in fear of everything.

Published by: davefletcher in The Design Mechanism

July 3, 2008 - 2 comments

CSS variables in WebKit

via Webmonkey:

Variables in cascading stylesheets are now available in the nightly WebKit build.

CSS without variables:
//Sets the background of the page and tables to the hex code for the color grey
body {
   background-color: #eceae1;
}
table {
   background-color: #eceae1;
}

With CSS variables:
//Defines "DefaultBGColor" to light gray
@variables {
   DefaultBGColor: #eceae1;
}
//Sets the background and any table on the page to the default background color
body {
   background-color: var(DefaultBGColor);
}
table {
   background-color: var(DefaultBGColor);
}

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in The Programming Mechanism
Tags: , ,

July 2, 2008 - Comments Off on Get yourself some TED

Get yourself some TED

theMechanism worked closely with the Ansari X PRIZE Foundation right up until Burt Rutan won back in October of 2004. We continue to support X PRIZE Founder, Dr. Peter Diamandis’ recent efforts, including the Progressive Automotive X PRIZE and the Archon X PRIZE for Genomics, which will help the world to both live and travel more efficiently in the near future. The reason I mention this is because I accidentally stumbled on Peter featured in an excellent (and Freely downloadable) series at iTunes called TED Talks.

TED stands for Technology, Entertainment, Design. It started in 1984 as a conference to bring together people from those three worlds, and is an “invite only” event.

Dr. Peter Diamandis speaks about Stephen Hawking experiencing Zero Gravity. To hear him speak so vividly and excitedly about this unusual event is inspiring and encouraging.

As designers and thinkers, it’s our duty to try to learn how to apply ourselves to helping the planet. Taking some time to watch and be inspired by Peter, Philippe Stark and John Maeda (to name only a few) at the TED Conference, is a great start.

Dave Fletcher is a Founder and Creative Director at theMechanism, a multi-disciplinary design agency with offices in New York, London and Durban, South Africa. Dave’s still trying to figure out how to get an invite to TED, but he’s getting closer...

Published by: davefletcher in The Design Mechanism

June 30, 2008 - Comments Off on GoDaddy VP Caught Bidding Against Customers

GoDaddy VP Caught Bidding Against Customers

Not sure, because it's in the "from the strong-accusations-so-consider-the-source dept.," but I hate GoDaddy regardless, so…

An anonymous reader writes "A GoDaddy Vice President has been caught bidding against customers in their own domain name auctions. The employee Adam Dicker isn't just any GoDaddy employee; he's head of the GoDaddy subsidiary that controls the auctions. Dicker won some of the domains he bid for, and pushed up the bid price on auctions he didn't win. The conflict of interest is unethical, but could this practice also be illegal? Said a representative for a competitor, 'Even if controlled, that practice has bad news written all over it.' This comes hot on the heels of news that despite earlier promises to ICANN to end their 60-Day ban on transfers, GoDaddy quietly circumvented it by forcing customers to agree to the ban anyway. ICANN doesn't appear to be investigating or asking follow-up questions about this. What can be done to force ICANN to police the registrars for which it is responsible?"

From Slashdot

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in The Programming Mechanism
Tags:

June 27, 2008 - Comments Off on Victor Tsaran: “An Introduction to Screen Readers”

Victor Tsaran: “An Introduction to Screen Readers”

One of our loyal monthly attendees of the New York Web Standards Meetup sent us a link to a video by Victor Tsaran, an accessibility engineer at Yahoo! who focuses on developing best practices for the creation of websites that work well with screen readers. In this video, he provides an important introduction to some of the things that work well in the world of screen readers and others that do not. Web designers and programmers who are curious about how people use software like JAWS would benefit from watching this 25 minute video of Victor navigating his desktop and explaining the process. It’s encouraging to see that Yahoo! has a proactive stance on accessibility.

Thanks again to Joe Devon for sending this around to our list:

Published by: davefletcher in The Programming Mechanism
Tags:

June 26, 2008 - Comments Off on Standards Suck: ARIA in HTML5

Standards Suck: ARIA in HTML5

During XTech2008, Anne van Kesteren and Marcos Caceres sat down to chat about the current state of the "ARIA in HTML5" debate. Anne gives an overview of ARIA and the controversy over naming of ARIA attributes and makes some suggestions as to how the community can move forward.

Part One:

Part Two:

Source: YouTube: Part One | Part Two

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in The Programming Mechanism
Tags: , ,

June 24, 2008 - Comments Off on NY Web Standards Meetup—Introduction to WAI-ARIA (Accessible Rich Internet Applications Suite)

NY Web Standards Meetup—Introduction to WAI-ARIA (Accessible Rich Internet Applications Suite)

The New York Web Standards Meetup Group will be meeting this Thursday (26 June 2008) at theMechanism at 7:00 pm.

Adam Detrick (thestreet.com) will present "IE Root," a technique using conditional comments to target IE without making extra calls to the server or using CSS hacks.

Jeffrey Barke (theMechanism) will discuss what the WAI-ARIA (Accessible Rich Internet Applications Suite) is and how to use it.

26 June 2008 . 7:00 pm
theMechanism
440 9th Avenue 8th Floor
New York, NY 10001 [map]

RSVP now!

Please contact us if you’d like to present at the September or October meetup.

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in The Programming Mechanism
Tags:

June 22, 2008 - 6 comments

A store I’d actually shop at

Jil Sander Store Has anyone been to this store yet? Is it actually as cool as the photographs look and the article sounds? "Visitors to the new Jil Sander store, which opened last week on the corner of Howard and Crosby Streets in SoHo, might be surprised to walk in and find the place totally empty." "Not a bag, shoe, or double-faced cashmere coat in sight."

Jil Sander StoreThe design "was a collaboration between Raf Simons, who has been the creative director of the minimalist luxury brand since 2005, and Germaine Kruip, a 38-year-old Dutch artist who creates quiet, meditative works using little more than space and light."

"The vast ground floor, which is entered from Howard Street, is anchored at each end with a system of louvers that rotate at regular intervals to enclose the entire space in whiteness or open it up to reflected glimpses of the outside. Kruip refers to this architectural intervention as the creation of a 'mind space.' And in fact, the space functions as a sort of portal—a conceptual air lock that allows you to smoothly acclimate from the borderland of Canal Street to the promise of a world where clean lines are next to godliness. Whether customers are indeed inspired to pause long enough to take it all in, or pass right through to the grand marble staircase and up to the second floor where the various Jil Sander collections are actually displayed, or simply turn around and walk out the door confused—remains to be seen."

Photos and quotes from the New York Times: "It's About…Nothing." Alix Browne. 22 June 2008. Photos by Germaine Kruip.

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in The Thinking Mechanism
Tags: ,

June 21, 2008 - Comments Off on OneWebDay

OneWebDay

OneWebDay, a global celebration of the Web, is looking for 100 ambassadors for the 100 days leading up to this year's event (22 September 2008). OneWebDay ambassadors take a day to talk to their community (it can be as simple as a blog post!) about their values and how those values tie to OneWebDay's 2008 theme of participatory democracy.

To view the schedule, visit http://www.onewebday.org/base/index.php/OWD_Ambassadors_2008. To become an ambassador, contact volunteer@onewebday.org.

For more information, visit the formal invitation to be an ambassador and the OneWebDay slideshow.

Jeffrey Barke is senior developer and information architect at theMechanism, a multimedia firm with offices in New York, London and Durban, South Africa.

Published by: jeffreybarke in Non-Profits, The Programming Mechanism
Tags: