Found 10532 bookmarks
Newest
Are we live? | scottohara.me
Are we live? | scottohara.me
If you have an interface where content is dynamically updated, and when the content is updated it does not receive focus, then you likely are going to need a...
·scottohara.me·
Are we live? | scottohara.me
Honest Portfolio — UX Designer
Honest Portfolio — UX Designer
Let's be real, you're going to compare yourself to this and then proceed to contemplate all your life decisions and spiral into depression. (unless you're a recruiter... in which case, I just want you to know that I thrive in inserting generic keywords (like delight and empathy) and ending sentences at the intersection of art and technology.
·honest-ux-design-portfolio.webflow.io·
Honest Portfolio — UX Designer
Horizontal scrolling nav
Horizontal scrolling nav
Continuing with my JavaScript fun, I wanted to do an updated pass on the horizontal navs I’ve previously built for both GitHub Mobile (prior to the current responsive version and native apps) and this Bootstrap dashboard example.
·markdotto.com·
Horizontal scrolling nav
In Defense of Sass | Stephanie Eckles
In Defense of Sass | Stephanie Eckles
Organization, linting, and ease of theming are the primary reasons I'll continue to use Sass despite the capabilities of modern CSS, including the near-future nesting capability. Review how to theme buttons as one example.
·thinkdobecreate.com·
In Defense of Sass | Stephanie Eckles
Fun with the dialog element
Fun with the dialog element
There’s a new element in town and it’s the dialog. Support for it just landed in Safari with their newest update (v15.4) across all Apple’s devices. With that update, the dialog element is now supported in every evergreen browser. It’s a great step forward for frameworks and libraries looking to make better use of native behaviors, but it’s also not without its limits.
·markdotto.com·
Fun with the dialog element
Why is .gitignore not ignoring .DS_Store?
Why is .gitignore not ignoring .DS_Store?
In this case I want to ignore the files iOS uses, and in particular this file .DS_Store I created a .gitignore file as such touch .gitignore and put in a single line /.DS_Store I push to a ...
·stackoverflow.com·
Why is .gitignore not ignoring .DS_Store?
Getting started
Getting started
Create a modern notebook to document or explain almost anything with spacebook.app
·spacebook.app·
Getting started
CSS Only Masonry Layouts with Grid
CSS Only Masonry Layouts with Grid
Masonry layouts have become increasingly common across the web. Let's look at how to create them with minimal JS - and also what the CSS only future looks like for masonry.
·fjolt.com·
CSS Only Masonry Layouts with Grid
How to do a nested if else statement in ReactJS JSX?
How to do a nested if else statement in ReactJS JSX?
I wanted to know if its possible to do nested if else if in ReactJS JSX? I have tried various different ways and I am unable to get it to work. I am looking for if (x) { loading screen } else { ...
·stackoverflow.com·
How to do a nested if else statement in ReactJS JSX?
Navillus-BV/navillus-dev
Navillus-BV/navillus-dev
Contribute to Navillus-BV/navillus-dev development by creating an account on GitHub.
·github.com·
Navillus-BV/navillus-dev
flattening the nested object in javascript
flattening the nested object in javascript
I ran into this problem, I was able to write solution which can handle array of object (not posted here) or one level deep nested object but i couldn't solve when the given object has nested struct...
·stackoverflow.com·
flattening the nested object in javascript
Minimum Static Site Setup with Sass | Stephanie Eckles
Minimum Static Site Setup with Sass | Stephanie Eckles
Use this command line combination for building a static site that includes Browsersync, processing Sass and running the final files through autoprefixer and cssnano.
·thinkdobecreate.com·
Minimum Static Site Setup with Sass | Stephanie Eckles
Fontsource
Fontsource
Self-host fonts in neatly bundled NPM packages.
·fontsource.org·
Fontsource
Writing Logic in CSS • i am schulz
Writing Logic in CSS • i am schulz
CSS is a highly specialized programming language focusing on style systems. Because of this unique use case and its …
·iamschulz.com·
Writing Logic in CSS • i am schulz
How to Build a Website From Scratch With PHP
How to Build a Website From Scratch With PHP
Got the very basics of PHP down pat and ready to take up a beginner challenge? Try building a site from scratch with this tutorial.
·makeuseof.com·
How to Build a Website From Scratch With PHP