Blogging at https://jamesfmcgrath.org/.
Eventually, they’ll <figure> it out.
That fell into quite a hot mess.
Sites blinked and went down,
Each dev wore a frown,
While clients cried out in distress.
That fell into quite a hot mess.
Sites blinked and went down,
Each dev wore a frown,
While clients cried out in distress.
Tag your friends and everyone you recognize!
Image credits : Joris Vercammen
Mark Conroy @mark.ie added accessibility features, microsite content types, and modernized code across key modules.
Read the full summary: https://bit.ly/3ILnokk
##Drupal #LocalGovDrupal #Accessibility
Mark Conroy @mark.ie added accessibility features, microsite content types, and modernized code across key modules.
Read the full summary: https://bit.ly/3ILnokk
##Drupal #LocalGovDrupal #Accessibility
$0 MRR, no team, no funding, single parent, homeschooling my son
Wish me luck. I think I need it 😅
$0 MRR, no team, no funding, single parent, homeschooling my son
Wish me luck. I think I need it 😅
Inset `box-shadow` doesn't work directly on . There are work-arounds, but this SVG filter can do it directly.
Don't run! There is powerful stuff to learn here through interactive demos.
Inset `box-shadow` doesn't work directly on . There are work-arounds, but this SVG filter can do it directly.
Don't run! There is powerful stuff to learn here through interactive demos.
#Guides #Hardware #Linux #News
Origin | Interest | Match
Microsites Base v3.0.0 is out with a new grid system and important accessibility fixes.
🔗 https://bit.ly/41z9R5G
##Drupal #LocalGov #Accessibility #OpenSource
Microsites Base v3.0.0 is out with a new grid system and important accessibility fixes.
🔗 https://bit.ly/41z9R5G
##Drupal #LocalGov #Accessibility #OpenSource
comicss.art/comics/90/
May 25, 2023 – IIRC this is the only cartoon I've done that was not created with code. It's just an image. At the time, I thought about creating a series of them combining art and CSS. I should retake that idea...
#css #art #joke #webdev
comicss.art/comics/90/
May 25, 2023 – IIRC this is the only cartoon I've done that was not created with code. It's just an image. At the time, I thought about creating a series of them combining art and CSS. I should retake that idea...
#css #art #joke #webdev
• 753 responses, 58 countries
• 78% of devs now use AI tools (ChatGPT, Claude, Copilot lead)
• DDEV is near-universal for local dev
• Cloudflare & Fastly lead CDNs
• Aging community still a concern
🔗 https://bit.ly/3VrqlJj
• 753 responses, 58 countries
• 78% of devs now use AI tools (ChatGPT, Claude, Copilot lead)
• DDEV is near-universal for local dev
• Cloudflare & Fastly lead CDNs
• Aging community still a concern
🔗 https://bit.ly/3VrqlJj
New features, GitHub-flavored Markdown support, and better default config make content editing smoother.
Built by @mike-anello.bsky.social at DrupalEasy.
🔗 https://www.thedroptimes.com/node/50771 ##Drupal #Markdown #DevTools #OpenSource
New features, GitHub-flavored Markdown support, and better default config make content editing smoother.
Built by @mike-anello.bsky.social at DrupalEasy.
🔗 https://www.thedroptimes.com/node/50771 ##Drupal #Markdown #DevTools #OpenSource
People are losing jobs and losing their minds.
Me? I’m walking the dog. Taking classes.
Trying to make sense of it all without falling apart.
Somehow, I’m still here.
#AI
#JobSearch
#MentalHealth
#TechLife
#Hope
People are losing jobs and losing their minds.
Me? I’m walking the dog. Taking classes.
Trying to make sense of it all without falling apart.
Somehow, I’m still here.
#AI
#JobSearch
#MentalHealth
#TechLife
#Hope
From variables to functions to console.log() — beginner-friendly, short, and clear.
Start here:
jamesfmcgrath.org/learn-javasc...
#javascript #learnprogramming #codingforall #webdev #dailylesson
From variables to functions to console.log() — beginner-friendly, short, and clear.
Start here:
jamesfmcgrath.org/learn-javasc...
#javascript #learnprogramming #codingforall #webdev #dailylesson
It's your code’s way of talking to you. Print values, debug bugs, and figure out what’s going on behind the scenes.
Short lesson, clear example, quick challenge.
#javascript #debugging #webdev #learnprogramming #codingforall
jamesfmcgrath.org/what-is-cons...
It's your code’s way of talking to you. Print values, debug bugs, and figure out what’s going on behind the scenes.
Short lesson, clear example, quick challenge.
#javascript #debugging #webdev #learnprogramming #codingforall
jamesfmcgrath.org/what-is-cons...
It’s one of the simplest — and most powerful — types in JavaScript.
True or false. That’s it.
Today's post breaks it down with a fun analogy and short challenge.
#javascript #codingforall #learnprogramming #webdev #booleanlogic
jamesfmcgrath.org/what-is-a-bo...
It’s one of the simplest — and most powerful — types in JavaScript.
True or false. That’s it.
Today's post breaks it down with a fun analogy and short challenge.
#javascript #codingforall #learnprogramming #webdev #booleanlogic
jamesfmcgrath.org/what-is-a-bo...
It’s how a function gives something back — like a vending machine for code 🍿
Quick tip, simple example, and a challenge to try.
#javascript #learnprogramming #codingforall #webdev #functions
jamesfmcgrath.org/what-is-a-re...
It’s how a function gives something back — like a vending machine for code 🍿
Quick tip, simple example, and a challenge to try.
#javascript #learnprogramming #codingforall #webdev #functions
jamesfmcgrath.org/what-is-a-re...
Today's post explains how JavaScript functions use parameters to make code reusable and dynamic.
Read it here → jamesfmcgrath.org/what-is-a-fu...
#javascript #webdev
Today's post explains how JavaScript functions use parameters to make code reusable and dynamic.
Read it here → jamesfmcgrath.org/what-is-a-fu...
#javascript #webdev
If something’s true ➜ do a thing.
Short post, simple explanation, quick challenge to try!
#javascript #learnprogramming #codingforall #webdev #ifstatement
jamesfmcgrath.org/what-is-an-i...
If something’s true ➜ do a thing.
Short post, simple explanation, quick challenge to try!
#javascript #learnprogramming #codingforall #webdev #ifstatement
jamesfmcgrath.org/what-is-an-i...
It’s your shortcut to repetition — write once, run many times.
Today’s post shows how to write a basic for loop (and explains it simply).
#javascript #learnprogramming #webdev #codingforall #looplogic
jamesfmcgrath.org/what-is-a-lo...
It’s your shortcut to repetition — write once, run many times.
Today’s post shows how to write a basic for loop (and explains it simply).
#javascript #learnprogramming #webdev #codingforall #looplogic
jamesfmcgrath.org/what-is-a-lo...
Group data, grab what you need, stay organized.
Today’s tip is short and sweet — with a granola bar analogy 🏞️
#ctrlaltlearn #javascript #codingforall #learnprogramming #webdev
jamesfmcgrath.org/what-is-an-o...
Group data, grab what you need, stay organized.
Today’s tip is short and sweet — with a granola bar analogy 🏞️
#ctrlaltlearn #javascript #codingforall #learnprogramming #webdev
jamesfmcgrath.org/what-is-an-o...