Communities and Collections
Posts
Post has attachment
Public
Leo Picado commented on a post on Blogger.
Terrific, thanks a lot!
Add a comment...
Post has attachment
Public
Add a comment...
Post has shared content
Public
High performance animations
Details: http://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
TL;DR Most modern browsers can animate these four properties cheaply. If you animate anything else chances are you'll bust your frame budget and miss out on 60fps.
#perfmatters
Details: http://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
TL;DR Most modern browsers can animate these four properties cheaply. If you animate anything else chances are you'll bust your frame budget and miss out on 60fps.
#perfmatters

Add a comment...
Post has attachment
Public
OCRemix delivering once again
Add a comment...
Post has attachment
Is there a way to share tasks between groups?
Context:
We have desktop and mobile teams, and each one deals with the same codebase but with slight differences, so we setup each team in a Guard group, however there are a few tasks that are shared between them and instead of duplicating the entire set of tasks we'd like to share them.
Current Guardfile looks like this:
group :desktop do
guard 'livereload' do
watch(%r{desktop/.+\.html})
end
end
group :mobile do
guard 'livereload' do
watch(%r{mobile/.+\.html})
end
end
# shared tasks?
group :mobile, :desktop do
guard 'livereload' do
watch(%r{both/.+\.html})
end
end
So ideally we'd run guard -g mobile and the mobile set of tasks along with the shared tasks would run.
Is there a way to do this ?
Context:
We have desktop and mobile teams, and each one deals with the same codebase but with slight differences, so we setup each team in a Guard group, however there are a few tasks that are shared between them and instead of duplicating the entire set of tasks we'd like to share them.
Current Guardfile looks like this:
group :desktop do
guard 'livereload' do
watch(%r{desktop/.+\.html})
end
end
group :mobile do
guard 'livereload' do
watch(%r{mobile/.+\.html})
end
end
# shared tasks?
group :mobile, :desktop do
guard 'livereload' do
watch(%r{both/.+\.html})
end
end
So ideally we'd run guard -g mobile and the mobile set of tasks along with the shared tasks would run.
Is there a way to do this ?
Post has attachment
Public
ha!
Add a comment...
Post has attachment
Post has shared content
Public
"Somewhere, some WWE higher-up is probably sitting at his desk, saying, "See, I told you the dancing wrestler was a good idea! It worked with Ricki Starr!" But that has it exactly backward. The meta fans in attendance Monday night had booed too many WWE stars over the years and had gotten nothing in return — Cena and Sheamus and Orton remain atop the roster, after all. They decided to cheer for Fandango because cheering was the only thing they had left."
Add a comment...
Post has attachment
Public
he did it, Sonnen is in Silva's head #teamsonnen #gochael
Add a comment...
Post has attachment
Public
H5BP in the wild!
So in the wild that they still have: the original comments, favicon and the hot pink select color.
#jesus #n00bs
So in the wild that they still have: the original comments, favicon and the hot pink select color.
#jesus #n00bs
Add a comment...
Wait while more posts are being loaded