February 2012
18 posts
2 tags
Design for Social Impact →
Great video.
Feb 27th
3 tags
Responsive Design: Why You're Doing it Wrong →
Here’s an interesting article on some of the short-comings on the current techniques often employed in responsive design. My own take is similar. I prefer to build a fluid layout with only a few media query ‘breakpoints’ where needed, rather than building many different versions tailored to specific device resolutions.
Feb 22nd
3 tags
Small Update to Pulp
I’ve made a few small changes to Pulp, centered around changing the default padding within the grid. This allows for better vertical alignment consistency when nesting grids. Changes Source Documentation
Feb 21st
5 tags
Introducing "Pulp"
Last week was a bit slow for me, so I took the time to put together a little something I’d been meaning to do for quite a while now and built Pulp. What’s that, you ask? Pulp is a lightweight, fluid, responsive CSS reset and 12-column grid system. Yeah, there are a lot of those out there already, but I like mine. :) I put it together from bits and pieces of CSS I found myself...
Feb 20th
1 note
Feb 16th
45 notes
2 tags
I Want More Social Feature for Netflix
One of the biggest complaints I about Netflix streaming is the lack of quality content. When it comes to things I’dl ike to see on Netflix streaming, more, better content is at the top of the list. But here’s the thing: there’s still a lot of good stuff there. Sometimes, though, you really have to dig deep to find it. So I’d like the ability, when I find something great,...
Feb 13th
3 tags
Retinal Implant Brings Sight to the Blind →
This is awesome, and very promising. I’ve been wondering for years why no one has tried to come up with an equivalent to the cochlear implant for vision. Now, it looks like someone has. It will be really interesting to see where this technology is in 10 years and whether the technique can be adapted for individuals with more severe retina damage (i.e. scarring due to retinopathy).
Feb 13th
1 note
2 tags
Non-sequitur: Low-carb Pizza
I found a recipe a while back for a low-carb pizza crust. I was eager to try it, but when I went to make the pizzas, it turned out not to be as easy as the recipe had made it look. Since then, I’ve been tweaking both the ingredients and the technique and here’s what I’ve landed on. This recipe is very high in cheese content, so calories can add up pretty quick, but with toppings,...
Feb 12th
4 tags
Managing Facebook fan page events with the Open...
I’ve spent the past couple of days neck deep in the Facebook API and one of the things I’ve had to deal with is managing events for a fan page. The documentation on how to do this is pretty sparse, so I thought I’d write up a quick post on it. First off, I’ll assume you’ve created your app already and have an AppID (the App Secret key will actually never be used...
Feb 10th
2 notes
3 tags
Feb 4th
5 tags
Friday Night Redesign
I had been meaning to redesign my site for quite some time now. In fact, I had become so disgusted with the previous design that at one point I took it offline completely. I ended up tossing a temporary page up a few days later, just to have something there, but a redesign was clearly in order. I’ve been talking a lot lately about responsive design and the changing shape of the web, but my...
Feb 4th
Feb 4th
5 tags
Feb 4th
1 note
3 tags
7 Ways to Lower Your Website's Bounce Rate →
by yours truly…
Feb 2nd
3 tags
Resolution Independence with SVG →
Feb 2nd
5 tags
How We Use The Web is Changing
There’s no simpler way to put it. The way we use the Internet is changing, and it’s changing quickly. Let me start off by throwing some statistics at you (courtesy of @jonathanstark): 25% of US mobile users almost never access the internet via desktop or laptop computers. The growth rate of mobile traffic is expected to increase tenfold over the next five years. There will be 5...
Feb 2nd
2 notes
3 tags
Feb 1st
1 note
Badass JavaScript: psd.js: You Guessed It - A... →
badassjs: Ryan LeFevre has been working on psd.js, which is as you might have already guessed, is a Photoshop Document parser that works in both the browser and Node.js. psd.js is a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as…
Feb 1st
26 notes
January 2012
9 posts
2 tags
Today I Deleted my Reddit Account
This is something I’d been considering doing for quite some time, and had just been putting it off. This morning, however, I found myself in an argument with a random internet stranger over something very small and trivial - this doesn’t happen often, at all. I think in the two years I’ve been on Reddit, I’ve experienced this maybe three times. None the less, today it was...
Jan 31st
1 note
1 tag
Jan 17th
3 tags
Jan 17th
12 notes
4 tags
Vesper; a Sinatra web framework →
When it comes to structuring larger Sinatra apps, I’ve mostly just “rolled my own” following a basic MVC style architecture. Vesper’s aim seems to be to take some of the work out of that, and it does look cleaner than a couple others that I’ve looked at. I’m definitely going to be keeping an eye on this one and probably testing it out soon.
Jan 16th
22 notes
3 tags
Android Design →
This is definitely a step in the right direction for Android, whose UI has always lagged behind iOS. Edit: And here’s a set of relevant PSDs.
Jan 16th
3 notes
2 tags
JSON in Postgres 9.2 →
Looks great!
Jan 16th
3 tags
Mass Assignment Protection, DataMapper, and...
Tip: You can use the DM Rails adapter MassAggisnmentSecurity sub-module inside Sinatra if you’d rather limit attribute access at the model level, rather than handling it in the controller (which certainly feels cleaner to me). For example: require 'dm-rails/mass_assignment_security' class Status include DataMapper::Resource include DataMapper::MassAssignmentSecurity ...
Jan 14th
1 note
2 tags
Better tabs with round out-borders →
Nifty, a fair bit of CSS, but a nice effect.
Jan 13th
2 tags
Responsive Design; Responsibly Illustrated →
Nice illustration of the concept of responsive design.
Jan 13th
1 note