SXSW Interactive Panel Selection

I’m getting really excited with SXSW only a month away. I met a lot of great people last year and look forward to doing the same again this time around.

It’s always a ton of fun to get a bunch of geeks, designers and Type-As together to collaborate. I haven’t selected any sessions yet, but these look like keepers:

  • 10 Things We’ve Learned at 37signals
  • Accessible Rich Media
  • Creating Findable Rich Media Content
  • What Teens Want Online & On Their Phones
  • GTD for Startups: Getting Things Done in the Real World
  • Specialization vs. Doing it All
  • Working Over the Web: Managing Distributed Staffs
  • Mobile 2.0: Why the Third Screen is Taking Center Stage

Some of my favorite moments from last year’s interactive conference include Brian Fling’s Everything you Always Wanted to Know About the Mobile Web and Worldchanging 2.0 with Alex Nikolai Steffen.

Posted in SXSW, Web Technology | Leave a comment

Show Your Bones: XRAY Your Website

I just got my hands on what is quickly becoming my favorite web tool. XRAY is like a lightweight Web Developer toolbar that provides front-end coders with a quick debugging tool. No download is necessary; XRAY is executable via a bookmarklet that launches a floating tool panel over your web page. Selecting any element on your page reveals its style information—including style name, hierarchy inheritance, floats, margins, etc. I’ll continue to use the developer toolbar and Firebug, but there’s no need to pull out the entire toolbox when all you need is a pair of pliers.

Posted in Web Technology | Leave a comment

Peace Corps Kenyan Sign Language Website

The Kenyan Sign Language Minisite was developed to showcase one of the innovative projects Peace Corps volunteers are developing around the world. In Kenya, volunteers working with hearing impaired youth needed a way to help their communities learn sign language. To maximize their efforts—and to make the process more enjoyable—volunteers developed CD-ROMs with games and activities that helped deaf children and their families learn Kenyan Sign Language (KSL). In addition to featuring the original sign language games developed by the volunteers, the KSL website provides an overview of the project and introduces users to the volunteers.

In 2006 the site was named one of Adobe’s Best of 2006 Site of the Day.

Work Performed: information architecture, user flows, wireframes, art direction

View the Kenyan Sign Language Website

KSL Home Page

Posted in Portfolio | Tagged | Leave a comment

Five Reasons to Love Safari 3

Today at Apple’s Worldwide Developers Conference, Steve Jobs announced the release of Safari 3. It’s a great update to the browser, which was last released in 2005.

I’m still committed to Firefox, but I’ll give Safari an occasional spin. When it has the same plugin capability as Firefox I will gladly reconsider. If you are considering a switch today, here are five reasons to make the change:

  1. It’s available for the PC. Wow; I should have seen that coming. It makes perfect sense considering that millions of iPhones will be connecting to PCs in the next few months.
  2. It’s super fast. Safari loads pages up to 2 times faster than Internet Explorer 7 and up to 1.6 times faster than Firefox 2.0.
  3. Private browsing. Flip a switch and Safari will not retain any of your Google searches, cookies, history of downloads or pages viewed, or form information.
  4. Font smoothing. Great for designers, really bad for readability and usability. Fortunately smoothing can turned off through the panel at Edit > Preferences > Appearance.
  5. Windows Media support. Are publishers still using this format? It’s comforting that Apple is at least playing fairly.
Posted in Web Technology | Leave a comment

Creating Brand Fans

Anastasia over at YPulse has a great article about squids. OK, really it’s about creating “brand fans”, but she uses the term to describe a web marketing strategy that should be a staple tool for all organizations. The rules are simple: rather than focusing all of your efforts on internal website development, seed your content throughout the web. That means publishing content outside of your domain on sites like Flickr, YouTube, Twittr, del.icio.us, et al. Be ubiquitous and raise brand awareness.

It’s been easy for individuals and small organizations to embrace social networking. Larger organizations have policies, lawyers, etc. and aren’t as nimble. The most valuable lesson to learn is that creating low-risk, sanitary environments is a lost cause. Yeah, we’re looking at you Wal-Mart. Sprite, your days are numbered. The lesson is simple: build it and they won’t come. Instead, go to where your audience is.

Posted in Web Strategy | Leave a comment

Microformats

Over the course of four days, I attended roughly twenty panels at SXSW Interactive. The discussions covered everything from online social networks for teens to a primer on the mobile web. One event really stood out for me, but it wasn’t the Mardi Gras atmosphere or the celebrity keynote speakers.

Tantek Çelik (Chief Technologist at Technorati) moderated The Growth and Evolution of Microformats. Microformats are a set of simple, open data formats that standardize the meaning of HTML content. Examples of content that can be used with Microformats include people, organizations, events, addresses and more. Many sites including Google, Upcoming, and Flickr are using microformats, and both Firefox 3 and Internet Explorer 8 will have built-in microformat readers. Until then, microformats can be read through the Operator and Tails Firefox extensions.

Formatting Your Data

Let’s use my contact information as an example where we will use the hCard format (a microformat that represents people, companies, organizations, and places). On my contact page, I posted my name and contact information. If this information is relevant to a user, they may copy it—line by line—to a contact list in Outlook, iCal, or a mobile device. By adding an hCard, this process is automated. The code looks like this:

<div id=”hcard-Brian-Peppler” class=”vcard”>
<a class=”url fn” href=”http://www.brianpeppler.com”>Brian Peppler</a><br />
<a class=”email” href=”mailto:brian@brianpeppler.com”>brian
@brianpeppler.com</a>
<div class=”adr”>
<div class=”street-address”>1514 17th St. NW #101</div>
<span class=”locality”>Washington</span>, <span class=”region”>DC</span>, <span class=”postal-code”>20036</span> <span class=”country-name”>USA</span> </div>
</div>

The result can be formatted in HTML like this:

Brian Peppler

1514 17th St. NW #101

Washington, DC, 20036 USA

Your contact information can also be formatted as a downloadable hCard
through the Technorati Contacts Feed Service.

This looks nice, but what good does it do? Aside from exporting the data to desktop applications, mobile phone browsers visiting this site can place a call to me directly from my microformatted content.

Additional Resources

Check out the Dreamweaver microformat extension and microformats.org help creating your own microformats.

Posted in Tutorials, Web Technology | Leave a comment

LifeBridge Health Website

LifeBridge Health consists of Sinai Hospital of Baltimore, Northwest Hospital, and additional medical and fitness centers throughout Baltimore. The version show below was developed in 2001 and has been offline since 2004.

Work performed: information architecture, wireframes, design, web content editing

LifeBridge Health home page

Posted in Portfolio | Leave a comment

Peace Corps Website

The Peace Corps’ mission is to provide assistance to developing nations. To meet these needs, the agency recruits 4,000 highly-skilled volunteers each year. The Peace Corps’ website plays a critical role in educating the public about the volunteer experience and in recruiting volunteers. Recent projects include an online donation system, audience-targeted minisites, and interactive volunteer maps.

Work performed: user experience and user interface design, information architecture, art direction, website lifecycle strategy, technical project management, XHTML, CSS, ColdFusion, JavaScript, content development, graphics production

Peace Corps home page

Peace Corps volunteer map

Peace Corps minisite

Posted in Portfolio | Tagged | Leave a comment