October 22, 2007 Off

Sebastien Nikolaou

Inspiration

Sebastien Nikolaou

Sebastien Nikolaou’s English is shaky but his print work is spot on. He uses a freaking humming bird in a poster design and makes it look fresh as punch. A humming bird?! When it comes to animals in print, I’m used to the bland covers of O’Riley’s programming books. Yawn. Sebastien, thanks for reminding me that animals are artistic… and in color.


October 19, 2007 Off

Best RSS/Atom Parser. Period.

RSS

For those needing the best RSS and Atom parser on the net, SimplePie answers the call. It’s light (one file) yet powerful enough for almost any job. (Float like butterfly, sting like bitch.) The documentation is amazing and the community of people backing it far exceeds anything else. OMG did I mention the caching feature??

When it comes to RSS parsing, I’ve been around the block – Magpie RSS is too complex, packed with features I’d never use. And Last RSS works sporadically – loving some server configurations and hating others.


October 18, 2007 Off

Apparently We’re All Font Conscious Hotties, Vanna White

Uncategorized

Though Vanna White expresses her love for Arial, and Helvetica alike, at least she crushes the hearts of sans-serif fans. It’s clear she’s a Mac groupie. Sajak smartly diverts the question.


October 15, 2007 Off

Displaying PNG’s in IE – Inline vs External CSS

CSS IE

According to Microsoft support , correctly displaying PNG’s in Internet Explorer should be as simple as copying & pasting their example. This is the CSS that Microsoft claims will correctly display :

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', sizingMethod='crop');

The above code will work for inline CSS, that is, CSS mixed with HTML:

<div id="png_bg" style="position:absolute; left:140px; height:400; width:400;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='image.png', sizingMethod='crop');" >
</div>

If you don’t want to mix your CSS with your HTML, external style sheets are the obvious choice. However the above example won’t work in an external style sheet. Instead, the path to image.png needs to be absolute, like this: /direct/path/to/image.png

Your external style sheet would look something like this:

#png_bg {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/path/to/image.png');
}

Shout at me if I got this all wrong.


September 24, 2007 Off

IE6 Select Option, Sans Disabled

IE

Internet Explorer (IE) yanks a furry cats ass. If for any reason you disagree with me, then you’re retarded. It’s that simple.

Assuming you want to disable a few select options, don’t try the following in IE6:

<select name="ie_sucks">
   <option disabled="disabled">One</option>
   <option disabled="disabled">Two</option>
   <option>Three</option>
</select>

Although the above example is valid XHTML (and therefore works in Opera, Firefox, Safari, etc), IE6 displays all three options as selectable, as if the disabled option was never set. Thankfully lattimore.id.au has come up with a nice fix.

Puke you later IE.

Update: I should also note that IE7 doesn’t accept disabled="disabled" in an option field. Sweet Christ.


September 10, 2007 Off

Iris Luckhaus

Art Inspiration

iris luckhaus | fresh news

Iris Luckhaus has a collection of awesome artwork that looks strikingly similar to the early days of Captain America – or not. It’s good poo, people. Hug it.


September 7, 2007 Off

Create Downloadable iCal Events via Cake

CakePHP iCal

iCal just plain rules. Though it’s not a super-detailed, completely all-knowing calendar application, it’s the most user friendly offline event tracker to date. (The best online calendar is Google Calendar, hands down.)

Allowing your loyal, web-savvy fans to download iCal files (enabling them to instantly add events to their iCal program), or subscribing to iCal feeds (allowing their iCal program to update the users calendar whenever they chose – much like RSS) can bring a smile to even the pickiest of web surfers.

Read the rest of this entry »


September 5, 2007 Off

Im Luke Taylor

Inspiration

Im Luke Taylor

Here’s a group thinking outside the box of boxes. Luke Taylor, with Ed Heal, Chris Barrett, Tim Brown, Kieren Dickins and Kalvyn James designed Kingston University’s 2006 identity based around the idea that “at Kingston, we look at things differently”. Clearly, they do.