Lee’s Latest tweets
- To really get under the hood of your browser, try visiting "about://about". Awesome detail on what's going on. 1 day ago
- If checkboxes were CSS animating lightsabers... scotch.io/demos/pure-css… (hat tip @davidwalshblog) 1 day ago
- RT @andrewchen: The future of iOS design? — Thoughts and words bit.ly/10KqBOu 1 day ago
- Any time I’m exploring CSS I never seem to be more than a couple clicks away from something awesome by @LeaVerou. eg: leaverou.github.io/prefixfree/ 2 days ago
- The firefox dev tools are catching up nicely to the Chrome/webkit inspector. Excited to see where it's all heading. hacks.mozilla.org/2013/05/firefo… 3 days ago
-
Recent Posts
- Using CSS3 Transitions to Animate the (Yahoo Weather App’s) Rising Sun
- A quick Sublime hack for faster Sass/CSS editor productivity
- Get productive: hacking Sublime Text 2 for faster rails/project navigation
- Using the Chrome Inspector to edit your site’s Dark Matter
- How to make Chrome understand the Sass/SCSS in your rails app
Archives
Categories
Author Archives: lee
Using CSS3 Transitions to Animate the (Yahoo Weather App’s) Rising Sun
The Yahoo! Weather app for iOS is a triumph of form meeting function. One of its fun visual tricks is how the sunrise and sunset times are presented: Although the Yahoo! app is a native iOS app, MobileSafari’s CSS3 support … Continue reading
Posted in CSS
Leave a comment
A quick Sublime hack for faster Sass/CSS editor productivity
tl;dr: I made a Sublime plugin to show the corresponding CSS selector in the status bar when your cursor is next to a closing brace. Here’s why. Staying in flow is one of the hardest and most important things you … Continue reading
Posted in Tools
Leave a comment
Get productive: hacking Sublime Text 2 for faster rails/project navigation
Programmer productivity stems from the ability to easily and efficiently navigate, create and edit the code you need to work with. To this end, it’s incredibly important to pay attention to the efficiency of your own daily workflow. If you’re … Continue reading
Posted in Rails, Tools
3 Comments
Using the Chrome Inspector to edit your site’s Dark Matter
And by Dark Matter I mean “content that only gets styled by pseudo-selectors”. When you’re rebuilding, re-designing or even tweaking a website, it’s often quite painful to restyle the items on a page that are hidden by default. Navigation panels, … Continue reading
Posted in Chrome, Tools
Leave a comment
How to make Chrome understand the Sass/SCSS in your rails app
When you open the Chrome web inspector, you can browse to the styles that are being applied to your elements. It’s great. Unfortunately, if you’re using a framework like LESS or Sass, then by default Chrome will reference the CSS … Continue reading
Posted in Chrome, Rails, Tools
30 Comments
Next stop San Francisco
In just a few days I’m moving to San Francisco! I’m insanely excited, both about moving to the city and that next month I’ll officially become an employee of Rapportive, Inc. If you’ve never heard of Rapportive, you should check … Continue reading
Posted in General
3 Comments
Fixing a Sequel Pro compilation error
I tried to download and build the source code for Sequel Pro today and ran into a hitch. After following the instructions for grabbing the source code and trying to compile it, X-Code refused to succesfully build the app, instead … Continue reading
Posted in Uncategorized
1 Comment
Using facebook connect (only) to authorize users with authlogic
I’ve been working on our semi-stealthy new webapp for the last couple of months and I’ve been putting off fixing a bug for ages because it was so damned weird. We want users to be able to sign-up with facebook … Continue reading
Posted in Rails
Leave a comment
Why Spotify Premium is too expensive, and how to fix it
I recently became a Spotify Premium customer, for two main reasons: I’d spent an afternoon listening to spotify at my desk and wanted to carry on listening to the same playlists on my iPhone while I was walking somewhere. As … Continue reading