Useful-Stuff

589 bookmarks
Custom sorting
Efficiently load JavaScript with defer and async
Efficiently load JavaScript with defer and async
When loading a script on an HTML page, you need to be careful not to harm the loading performance of the page. Depending on where and how you add your scripts to an HTML page will influence the loading time
·flaviocopes.com·
Efficiently load JavaScript with defer and async
The Document Object Model (DOM)
The Document Object Model (DOM)
DOM stands for Document Object Model, a representation of an HTML document in nodes and objects. Browsers expose an API that you can use to interact with the DOM. This is how modern JavaScript frameworks work - they use the DOM API to tell the browser what to display on the page
·flaviocopes.com·
The Document Object Model (DOM)
The Web Storage API: local storage and session storage
The Web Storage API: local storage and session storage
The Web Storage API provides a way to store data in the browser. It defines two storage mechanisms which are very important: Session Storage and Local Storage, part of the set of storage options available on the Web Platform
·flaviocopes.com·
The Web Storage API: local storage and session storage
Angular vs React vs Node - which framework the best?
Angular vs React vs Node - which framework the best?
Learn more about Angular.js, React.js, and Node.js on Education Ecosystem blog. Discover their specific features and how they differ from each other and their uses.
·blog.education-ecosystem.com·
Angular vs React vs Node - which framework the best?
Firefox DevTools Challenger
Firefox DevTools Challenger
Explore the deepest parts of the ocean and take Firefox Developer Edition's CSS animation tools for a spin. What challenges await you in the vast twilight of the abyssal plain?
·devtoolschallenger.com·
Firefox DevTools Challenger
What are PHP Lambdas and Closures?
What are PHP Lambdas and Closures?
Lambdas and Closures are relatively new additions to PHP after shipping with version 5.3. Both offer some new functionality and the ability to refactor old code to be cleaner and more intuitive. However, I think many developers are unaware of Lambdas and Closures or confused about what they actually do.
·culttt.com·
What are PHP Lambdas and Closures?
A Complete Guide to Flexbox | CSS-Tricks
A Complete Guide to Flexbox | CSS-Tricks
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes history, demos, patterns, and a browser support chart.
·css-tricks.com·
A Complete Guide to Flexbox | CSS-Tricks
All About Floats | CSS-Tricks
All About Floats | CSS-Tricks
Float is a CSS positioning property. To understand its purpose and origin, we can look to print design. In a print layout, images may be set into the page such that text wraps around them as needed. This is commonly and appropriately called "text wrap".
·css-tricks.com·
All About Floats | CSS-Tricks
Converting Colors - Hex - 2A454E
Converting Colors - Hex - 2A454E
Converting Colors allows you to convert between color formats like HEX, RGB, CMYK and more. The current page shows the different conversions for Hex 2A454E.
·convertingcolors.com·
Converting Colors - Hex - 2A454E
cdnjs - The #1 free and open source CDN built to make life easier for developers
cdnjs - The #1 free and open source CDN built to make life easier for developers
Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each month, powered by Cloudflare. We make it faster and easier to load library files on your websites.
·cdnjs.com·
cdnjs - The #1 free and open source CDN built to make life easier for developers