Archive for the ‘Web Development’ Category

Breaking the 1000ms Time to Glass Mobile Barrier

Mobile, Optimization | Posted by Keefr May 8th, 2013

This is right up my alley: fast loading and efficient mobile. While this is pretty extreme, it’s pretty cool at the same time — minimizing load time to the nth degree.

Breaking the 1000ms Time to Glass Mobile Barrier

5 Ways to Support High-Density Retina Displays

Web Development | Posted by Keefr May 7th, 2013

Nice list of ways to support retina displays (higher end smartphones and laptops mainly).

I like that it still makes the assertion that despite us in the design and development communities, high density displays are still the exception, rather than the rule. But those numbers are getting larger as time goes on.

5 Ways to Support High-Density Retina Displays

Briefs Gives Life to Your iOS App Mockups

Mobile | Posted by Keefr May 4th, 2013

Came across this the other day, and seemed interesting — at least for the prototyping/mocking up of iOS-bound applications.

Briefs Gives Life to Your iOS App Mockups

Hyperspace – CSS Style

CSS, Web Development | Posted by Keefr May 3rd, 2013

This is pretty impressive — what a modern browser and just a bit of CSS (lots of transforms and some animation), HTML and a single image can do.

Hyperspace – CSS Style

Using Tabindex with :Focus

CSS, Web Development | Posted by Keefr May 2nd, 2013

I’m embarrassedly inept with some of this accessibility stuff. Interesting read.

Using Tabindex with :Focus

Responsive Full Height (Equal Height) Columns Using the Faux Columns CSS Technique

Responsive Design, Web Development | Posted by Keefr April 30th, 2013

Columns have always been an issue in post-table designed web pages. I’ve always addressed it with JS to make equal columns. This is a much better (and cleaner) solution.

Responsive Full Height (Equal Height) Columns Using the Faux Columns CSS Technique

10 Developer Tips To Build A Responsive Website

Responsive Design, Web Design, Web Development | Posted by Keefr April 26th, 2013

Awesome infographic walking developers (and designs with some CSS and HTML chops) through responsive development. The section on media queries and where to choose to cut up the different resolutions is invaluable, and print and post worthy.

10 Developer Tips To Build A Responsive Website

Hat tip, Ben for sharing this one.

Simple YouTube Menu Effect

JavaScript, Web Design, Web Development | Posted by Keefr April 25th, 2013

Really nice menu effect that mimics something seen on YouTube. It’s done mainly in HTML and CSS, with a touch of JavaScript.

Simple YouTube Menu Effect

4 Very Useful WordPress Plugins That You Probably Didn’t Know Existed

WordPress | Posted by Keefr April 22nd, 2013

Been spending a ton of time in WordPress and its PHP lately, so thought it was only appropriate to share the article below. I’m very familiar with WP, and hadn’t heard of any of these plugins, but about to try a couple of them.

4 Very Useful WordPress Plugins That You Probably Didn’t Know Existed

Hide the Admin Bar in WordPress

WordPress | Posted by Keefr April 17th, 2013

A co-worker shared this last week, and have been meaning to post it on here. I’ve always just hidden the admin bar of WordPress via CSS (or via the settings on a per-user basis in the wp-admin), but this is a cleaner and more efficient way to get rid of it.

Hide the Admin Bar in WordPress