Joshua Brewer

Dec 15

Font Submission: Raleway

theleagueofmoveabletype:

RALEWAY, submitted by mattmcinerney

Raleway is an elegant sans-serif typeface, designed in a single thin weight. It is a display face that features both old style and lining numerals, as well as a stylistic alternate inspired by more geometric sans-serif typefaces than it’s neo-grotesque inspired default character set. If you’d like to see more characters, check out the PDF specimen.


CAST YOUR VOTE FOR THIS FONT

We’re already loving this newest typeface by our very own Matt McInerney, but we’d like to open the floor and hear what you all think about it.

So for those of you who aren’t familiar with the drill, for the next 7 days, you can help us decide whether or not we should add Raleway to The League’s font collection by casting a vote. You’re also welcome to post comments and other feedback along with your votes. After the 7 day period, we’ll announce what the outcome is.

To vote, simply leave an answer to the question below in this format: VOTE: YES or VOTE: NO

So what’s your vote for Raleway?

I voted “YES!” I would love to see this typeface with a couple more weights. Maybe someday…

Dec 10

Absolutely loving the boldness behind this design. Your brand should make a statement and, damn, if this one doesn’t!
matthewb:

Mighty, Jason Santa Maria’s new gig.

Absolutely loving the boldness behind this design. Your brand should make a statement and, damn, if this one doesn’t!

matthewb:

Mighty, Jason Santa Maria’s new gig.

Dec 09

‘Hardcore’ design is design focused on results. We consider and weigh business, marketing, communications (and other) challenges, and work to resolve them through design. The end-result doesn’t have to look good, even though it might, but it absolutely must work.

For hardcore designers, “does it work?” is the one question that must be obsessed over.

” — Eric Karjaluoto, F*ck Style

Dec 07

Dec 04

Does every startup need a Steve Jobs? | Andrew Chen (@andrew_chen) -

Great read for anyone who is truly passionate about their product.

Nov 30

“Perfection”—A new design to inspire your workspace. (2560x1600)

“Perfection”—A new design to inspire your workspace. (2560x1600)

Nov 29

Improving the YouTube Player

matthewb:

Inky alerted me to a few extra customisation options for YouTube’s video player:

YouTube’s interface lets you choose one of nine colour schemes, adding two parameters to the embed code: color1 and color2. Once you select a theme, you can edit these parameters to use any colours you like.

His suggestion of using a solid white background behind the player controls improves the look of the player out of sight, so I remixed my Vimeo customisation script to do the same for YouTube embeds. Here’s the jQuery function:

$("object").each(function() {
    if ($(this).find("param[value^='http://www.youtube.com']").length > 0) {
        var parent = $(this).parent();
        var youtubeCode = parent.html();
        var params = "";
        if (youtubeCode.toLowerCase().indexOf("<param") == -1) {
            $("param", this).each(function() {
                params += $(this).get(0).outerHTML;
            });
        }
        var oldOpts = /rel=0/g;
        var newOpts = "rel=0&amp;color1=0xFFFFFF&amp;color2=0xFFFFFF";
        youtubeCode = youtubeCode.replace(oldOpts, newOpts);
        if (params != "") {
            params = params.replace(oldOpts, newOpts);
            youtubeCode = youtubeCode.replace(/<embed/i, params + "<embed");
        }
        parent.html(youtubeCode);
    }
});

If you’re unfamiliar with such things, there’s a ready-to-install version that includes the jQuery directives to run the code as soon as the DOM has loaded. Let me know if you strike any problems. Here it is in action:

Nov 27

URL ABC

Playing along with Tim Van Damme over at www.maxvoltar.com

A simple game: Go to the address bar in your favorite browser, and type one letter. Start with “a”, end with “z”. First thing that comes up, add to the list!

A: http://www.aisleone.net/

B: http://beta.flavors.me/

C: http://chancegraham.com/

D: http://dailyphoto.jbrewer.me/

E: http://emberapp.com/

F: http://www.flickr.com/

G: http://www.google.com

H: http://www.haleokaula.org/

I: http://ismaelburciaga.com/

J: http://jbrewer.tumblr.com

K: http://kitsunenoir.com/

L: http://linedandunlined.com/

M: http://makephotoshopfaster.com/

N: http://noticin.gs/

O: http://www.ommwriter.com/

P: http://paulrobertlloyd.com/

Q: http://www.qualitypeoples.com/

R: http://radio.nymoon.com/

S: http://www.strangebeautiful.net/

T: http://twitter.com

U: http://www.uie.com/

V: http://veerle.duoh.com/

W: http://welovetypography.com/

X: http://xkcd.com/

Y: http://youtube.com

Z: http://www.zaraillustrates.com/

Nov 25

A new desktop (2560x1600) with a subtle reminder that we often limit God more than we realize.

A new desktop (2560x1600) with a subtle reminder that we often limit God more than we realize.

Nov 19

Astroman.

Astroman.

I own this town!

I own this town!

Glossary | HTML5 Doctor -

This is a great resource for keeping up with the new html5 hotness.

Nov 18

Nov 15

Make something cool everyday.  Obviously inspired by Mark Weaver, I wanted to try a little juxtaposition.

Make something cool everyday.  Obviously inspired by Mark Weaver, I wanted to try a little juxtaposition.