
Paul Irish
Chrome Developer Advocate. i like to make the www fun.
Occupation: Developer Relations
Location: San Francisco
Birthday: 07/23
His ProfilesRankThis is the rank of 'Paul Irish' out of all Google+ Profiles.: 1,270 (GenderRankFor the gender 'Men'.: 708)
His ProfilesRankThis is the rank of 'Paul Irish' out of all Google+ Profiles. in United States: 433 (GenderRankFor the gender 'Men'.: 264)
His CircleRankThis is the rank of 'Paul Irish' out of all indexed profiles and pages at CircleCount.com.: 3,553
Followers: 47,941
Following: 772
Added to CircleCount.com: 07/13/2011That's the date, where Paul Irish has been indexed by CircleCount.com.
This hasn't to be the date where the daily check has been started. (Update nowYou can update your stats by clicking on this link!
This can take a few seconds.)
Paul Irish was in following circles
Activity
Average numbers for the latest postings:
3 comments per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many comments someone has received recently.
29 reshares per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of .how often someone's posts have been reshared lately.
65 +1's per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many +1's someone has received on his or her posts recently.
936 characters per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many characters someone has used per post recently.
Latest postings
2013-05-16 15:17:33 (0 comments, 9 reshares, 39 +1s)
7-minute Guide to Source Maps With CoffeeScript and Uglify.js — http://tarantsov.com/WorkflowThu/source-maps-with-coffeescript-and-uglify-js/
My #WorkflowThu series is resumed, and this episode will be followed by many more (in fact, episode 03 is pre-announced inside the screencast).
Took 16 hours to plan, record, edit and publish this one. Hope I can get better at it over time.

2013-05-14 00:29:19 (0 comments, 7 reshares, 21 +1s)
ES.next showcase
Help showcase real-world usage of ES6 (JavaScript) features by adding your findings to this wiki:
https://github.com/sindresorhus/esnext-showcase/wiki
Some learn best by looking at others code. I want devs to explore, get excited about and learn ES6 today.

2013-05-13 18:12:06 (1 comments, 7 reshares, 18 +1s)
Mobile Web Development has a large presence at I/O this year.
Wednesday:
+ Instant Mobile Websites: Techniques and Best Practices - https://developers.google.com/events/io/sessions/325128936 by +Doantam Phan and +Bryan McQuade
+ The Modern Workflow for Developing the Mobile Web - https://developers.google.com/events/io/sessions/324558168 by +Matt Gaunt
+ Mobile, Web and Cloud - The Triple Crown of Modern Applications - https://developers.google.com/events/io/sessions/333067828 by +Ido Green and +Danny Hermes
Thursday:
+ Stunning Mobile Visualization with CSS Filters - https://developers.google.com/events/io/sessions/325944029 by +Alex Danilo
+ Mobile HTML: The Future of your sites - https://developers.google.com/events/io/sessions/325586817 by +Peter Beverloo and +Paul Kinlan
+ Point, Click, Tap, Touch Building Multi-Devic... more »


2013-05-12 01:46:06 (7 comments, 68 reshares, 166 +1s)
I'm excited about the potential of the #nobackend movement.
Site: http://nobackend.org/
Interview: http://www.infoq.com/news/2013/05/nobackend?utm_source=javascriptweekly&utm_medium=email

2013-05-11 20:38:38 (0 comments, 10 reshares, 80 +1s)
Historically, the best practice for loading CSS has been to combine all CSS into a single file and load it in the <head>. This turns out to be a performance issue on mobile. If your combined styles are large, painting is blocked on the download of the entire sheet. On mobile, an external stylesheet loaded in the head can easily add 1 to 2 seconds of additional latency to render time. Even an empty external stylesheet will add 500ms of render latency on 3G in the best case.
The proposed technique to address this is to inline the "critical CSS" needed to style the above the fold content on mobile directly in the head of the HTML, and to load any additional CSS needed to render the below the fold from a cacheable, external stylesheet. The amount of CSS needed to style the above the fold on mobile tends to be small (a few kB) so is a perfect candidate for inlining.
I wrote... more »

2013-05-11 19:15:42 (0 comments, 10 reshares, 49 +1s)
Building HTML5 Apps with Yeoman and Backbone: http://rockyj.in/2013/05/11/yeoman_and_backbone.html
And from the comments on HN: "All in all, it felt that someone has thought of everything that a webdev needs and put it in."


2013-05-11 06:39:38 (0 comments, 16 reshares, 64 +1s)
I've created a small page to help you keep track of Chrome Channel Releases across all platforms: Chrome OS, Windows, Mac, Linux, Android, iPhone, iPad and Chrome Frame.
Go have a look at https://googledrive.com/host/0B8R1QvA3x5IbWll3M0hIYXVLZlk/
And if you're interested in knowing what these numbers represent, I'd recommend you read http://www.chromium.org/releases/version-numbers

2013-05-09 16:38:16 (0 comments, 2 reshares, 18 +1s)
Join the Instrument and Google Maps Developer Relations teams to get an early demo of "Map Diving" at Google I/O. Instrument's developers will walk through how they built the installation using multiple instances of Chrome mashed up with the Google Maps Javascript API v3, Web GL, 3D CSS, web sockets and node.js.

2013-05-09 01:21:35 (0 comments, 5 reshares, 17 +1s)
LiveReload 2.3.27 has been released on the App Store!
Here's what's new (or rather, what's fixed) in 2.3.27 compared to 2.3.8:
* updated all compilers and libraries (including CoffeeScript source maps, newer Less, Sass and Compass, ZURB Foundation 4)
* live reloading works in projects that use prefixfree JS library
* Sass imports resolution bugs
* URL overriding bugs
* slowness in certain cases (esp with many changes flowing in)
* output file names ignored by CoffeeScript
* various crashes
Here's a Mac App Store link: https://itunes.apple.com/us/app/livereload/id482898991
Why is it remarkable? Because I still haven't figured out sandboxing yet. (I'm actually working on it right now, but it's only possible because 10.8 has gained a majority marketshare; more on that below.)
