6 years ago in Books

High Performance Browser Networking

What every web developer must know about mobile networks, protocols, and APIs provided by browser
 6 years ago in Online Tools

jfxr

browser-based tool to generate sound effects
 6 years ago in Talks

How to get ready for PHP 8

by Sebastian Bergmann
(click image to load video)
 6 years ago

Assets

 6 years ago in Assets

Tabler Icons

over 300 free MIT-licensed high-quality SVG icons
 6 years ago in Talks

In The Loop

by Jake Archibald
(click image to load video)
 6 years ago in Talks

When JavaScript Bytes

by Tim Kadlec
(click image to load video)
 6 years ago in Cheatsheets

"'padding: 50% 0;' will force it to be a square"

what? why?
<style>.sqtest
{
  background:#f00;
  padding: 50% 0;
}
</style>
<div class=sqtest>&nbsp;</div>

some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider some text to make this wider
 
 6 years ago in Cheatsheets

JavaScript + CSS

element.style.getPropertyValue("color");
getComputedStyle(element).getPropertyValue("color");
element.style.setProperty("color", "#f00");
 6 years ago in Talks

PHP Performance Trivia

by Nikita Popov
(click image to load video)
 6 years ago in Talks
(click image to load video)
 6 years ago in Tutorials

How These Things Work

A book about CS from first principles