I'm attending erubycon

Archive for the 'web' Category

Startup Weekend

Columbus Startup Weekend was fantastic. Here is the project I am involved with: SpotWurk

Email Standards Project

Tables and spacer GIFs bad. CSS good.
http://www.email-standards.org

Uploading and MIME types in CodeIgniter

I just ran into a nasty issue when uploading MP3 files with the CodeIgniter PHP framework. Apparently an MP3 can either be ‘audio/mpeg’ or ‘audio/mpg’. CodeIgniter is only set to accept ‘audio/mpeg’; OS X seems to use ‘audio/mpg’.

This can be fixed by editing the mimes.php file located in:

system/application/config/mimes.php

Search for the line:

'mp3' => 'audio/mpeg'

And replace it with this:

'mp3' => array('audio/mpeg', 'audio/mpg')

Helperoo Released

My homeboys at meticulo have released Helperoo!

What is Helperoo you ask? Well, it’s a hosted email support desk with easy in mind. It’s simple, it’s light, and it’s fast. We think it’s especially perfect for all you 1-5 man shops.

Helperoo - Email support ticket system

Silly Season

Play with your vendor-specific runtimes. Don’t call me when you wake up one morning with a pink line in the round window and your BFF vendor won’t return your calls.

Well put

CAPTCHA

We don’t take security as seriously as we should at work; issues are handled when they come up. Recently a spam bot was abusing the contact form on our site. So we went out on the intraweb, searched on Google for CAPTCHA, and probably installed the first solution we came across.

However, I dislike the idea of CAPTCHA; images not accessible to everyone. So on our latest project, I used a simple logic field (1+1 = ?). I think this is a better solution, but not everyone agrees. Does anyone else have a better solution?

HTML5, XHTML2

A nice run down of future markup languages.

I Will Get Nude

April 5th. CSS Naked Day. Get nude.

Categories

Archives

Buddies

More