Quantcast
Channel: Tobias Ahlin
Browsing all 52 articles
Browse latest View live

Turn Off Pointer Events While Scrolling

Ryan at The CSS Ninja explores a simple idea by Christian Schaefer:Apply "pointer-events: none" to the on scrollstart and remove it on scrollend.You'll be able to scroll without triggering any redraws....

View Article



Build Products That You Want To Use

There’s this belief that we must do a bunch of market research before we start making games. We have all these clever guys and we do all these focus groups. We get this perfect target audience, this...

View Article

Image may be NSFW.
Clik here to view.

Infinite Scroll With Jekyll

If you want to use Jekyll but don't want to settle with a list of links to your blog posts, I just open sourced the parts that drives this blog's infinite scroll. As I mentioned in Moving from...

View Article

SpinKit

While hacking away at Infinite Jekyll the other week, I needed to show a loading indicator while fetching new posts. It had to be open-sourced though, and available in retina resolution. I couldn't...

View Article

Illusions (Part One)

View Article


Button Shapes

It’s easy to design something attractive that’s not very usable, and it’s easy to design something usable that’s unattractive. The challenge is striking a balance, and iOS 7 made too many usability...

View Article

Image may be NSFW.
Clik here to view.

Master Your Typographic Adventures

Benedikt Lehnert:Typography is the craft of arranging type with the goal to make language visible. We’re arranging type multiple times throughout the day; whether it be writing essays, summarizing...

View Article

Image may be NSFW.
Clik here to view.

Poole

Mark Otto:Poole is the Jekyll butler. It's a fully furnished Jekyll setup, designed to be a consistent and flexible starting point for Jekyll projects.I wish I would've had Poole when I made the...

View Article


We’ve become obsessed with process and tools

Caught up in a race for money and fame, we lost our focus on the important. We talk of venture capital, recruiting tactics, dreams of disrupting industries, stock options, growth hacks, and the...

View Article


Animating Link Underlines

.underlined-example { position: relative; color: #fff; text-decoration: none; font-size: 24px; margin-bottom: 15px; display:inline-block; } .underlined-example:hover { color: #fff; }...

View Article

Building the minimum Badass User

View Article

Origami Live

Brandon Walkin, on Facebook's engineering blog:Today, we’re excited to release Origami Live for iOS, along with a major new version of Origami for Mac. Origami Live is a new app that lets you use your...

View Article

Coding is not the new literacy

Alan Kay did a talk at OOPSLA in 1997 titled "The computer revolution hasn't happened yet," in which he argued that we haven't realized the potential that computers can provide for us. Eighteen years...

View Article


Wake

Bakken & Bæck, announcing Wake:We couldn’t find anything that would allow us to quickly share visual work as a team, and we needed a better tool to keep us all in sync. Our design process was...

View Article

Three new SpinKit spinners

SpinKit just got three new additions: a folding cube spinner (above), a classic circle spinner, and a scaling grid spinner. Just like the other spinners, they are animated using only the transform and...

View Article


Image may be NSFW.
Clik here to view.

Copy Lorem Ipsum from your Menu Bar with Loremify

Kalle Persson and I just built and released a small utility app for OS X. Loremify is a free mac app to quickly copy Lorem Ipsum to your clipboard. It lets you wrap the dummy text in html or markdown,...

View Article

Image may be NSFW.
Clik here to view.

Google Web Font Inspiration with TypeSource

If you've been looking through Google's directory of Web Fonts in search for fonts to use in your next project, you might have felt your inspiration quickly drain. It can be difficult to imagine how a...

View Article


Image may be NSFW.
Clik here to view.

How to animate "box-shadow" with silky smooth performance

.box-shadow-demo { display: inline-block; background-color: #fff; width: 90px; height: 90px; border-radius: 5px; box-shadow: 0 1px 2px rgba(0,0,0,0.2); position: relative; border-radius: 5px;...

View Article

Moving along a curved path in CSS with layered animation

.mnc-demo-container { height: 100px; width: 100px; } .mnc-demo-grid { overflow: hidden; border: 2px solid rgba(0,0,0,0.2); height: 100%; width: 100%; } .mnc-demo-line { width: 100%; height: 2px;...

View Article

Animating Link Underlines

.underlined-example-wrapper { padding: 21px 20px 19px; background-color: rgba(0,0,0,0.5); display: inline-block; } .underlined-example { position: relative; color: #fff; text-decoration: none;...

View Article
Browsing all 52 articles
Browse latest View live




Latest Images