
Josiah Schaefer
@JosiahSchaefer
Followers
22
Following
611
Media
30
Statuses
698
I am a Web Developer and Web Designer. I enjoy personalizing aspects of my life to be more organized, efficient and aesthetically pleasing.
Noblesville, IN
Joined September 2014
My job isn't always fun, but today I am animating the flames coming out of a rocket using an SVG and CSS, so it's a good day.
0
0
0
One of the best things I've done to improve as a web developer during my career is to configure my Twitter feed to be a curated list of posts related to web development by following the right people. I've likely acquired 75% of my resources and info this way over the years.
0
0
0
6 Different #CSS Centering Grid & Flex Layouts 👍 `place-items: center` `place-content: center` when used with.. `display: flex` vs `display: grid` What's the difference? What do they even do?! I got ya 👇🤓 https://t.co/vxgsHiHO99
13
179
928
`border-radius` is surprisingly complex. Here's a generator using an 8 (!) value syntax to make weird shapes (without using `clip-path` or anything). https://t.co/vzYcfbXeYh
6
21
133
Many reflexively criticize Omar, but she has been one of the only members in Congress with the courage to point out the only man jailed over the monstrous abuses of the classified drone program is the whistleblower who revealed that 9 out of 10 we kill are mere bystanders.
Not one person punished for killing 10 innocent people, including 7 children. Meanwhile, Daniel Hale gets 45 months in prison for sharing information about our drone wars. What does this say to the families of children killed by drones? What does it say to our allies?
156
2K
9K
I'm kinda losing it over the festive touches Statamic added to their already fantastic website:
1
0
0
Betting this isn't super well-known — Twitter has all sorts of keyboard shortcuts for quickly navigating around and performing different actions. I use the "g, r" shortcut all the time to instantly jump to my mentions for example 🧠
7
15
167
e.g. <input type="email" inputmode="email" autocomplete="email" /> • type = get browser validation for free, if you use `required` • inputmode = tell browser to use a more useful virtual keyboard • autocomplete = help the browser (and other tools) do this better
1
5
46
Just watched the first video and it was super informative! Definitely excited to see more. @Alpine_JS
📣 Announcing (officially) Alpine Component Patterns! 📦 UI component source code 📹 Educational screencasts 🫂 3rd-party integrations 🦑 Livewire integration Partnering up with @jasonlbeggs on this one to deliver some 🔥 Check out page. Get on list. https://t.co/VJimIY13uJ
1
0
1
I was today years old when I realized I can press up in my browser's address bar to get to previous URLs.
0
0
0
This article is exactly what I needed to finally understand scaling an SVG element from a specific transform-origin for this Codepen: https://t.co/ETrfE3VF7b
https://t.co/Pk7QZtT9aM Thanks @SaraSoueidan
sarasoueidan.com
– The personal website of Sara Soueidan, inclusive design engineer
0
4
24
Every time I go back to styling a project that isn't using Tailwind I find myself thinking, "I don't miss this at all". @tailwindcss
0
3
3
Some web fonts have a large, inconsistent spacing above and below the text, causing it to become misaligned. For buttons, we can fix that by using a fake pseudo-element that is centered vertically. Details: https://t.co/R7zw1HtqZX
18
94
494
I've been a Front-End developer for 7 years and I just now learned that the text underline color can be set to a different color value than the text with the text-decoration-color property. 🤷♂️
0
0
0
FYI: chrome://settings/content/notifications "Sites can ask to send notifications" -> off
135
5K
23K
🟣 CSS Quick Tip Don't forget to add `:target` styles! Add the `:target` pseudo class onto the selector for the element with the anchor's ID. Chain this with pseudo elements to also add an extra message! ✨ Details + BONUS tip: https://t.co/dVQqdZijvM
1
17
95