“How much does a website cost?”
The honest answer: it depends.
Every project has different goals, systems, and complexity. I wrote about why fixed prices rarely work and what really shapes website cost.
www.innoweb.com.au/blog/how-lon...
“How much does a website cost?”
The honest answer: it depends.
Every project has different goals, systems, and complexity. I wrote about why fixed prices rarely work and what really shapes website cost.
www.innoweb.com.au/blog/how-lon...
border-shape can handle both insets and outsets, so you can do effects like this chevron nav (corner-shape can't do both).
This means you get a perfectly-wrapping focus ring without needing to manage z-index or having it partially covered due to overlap.
Demo: codepen.io/una/pen/ByzY...
Good news everyone: Style queries are coming to Firefox, making them finally Baseline!
New article: how semantic HTML boosts both SEO and accessibility by giving structure and meaning to your content.
Read more: www.innoweb.com.au/blog/the-rol...
#WebDevelopment #HTML #Accessibility #SEO
Sickness, Disability, and Death in NHS England Staff All three rising significantly from the point that covid infections started.
Sickness, Disability, and Death in NHS England Staff
The three graphs that *every person* needs to see.
The question that every single person needs to ask their government:
What are you doing to protect me from Covid infection?
Silverstripe CMS doesn’t try to be everything for everyone.
Silverstripe remains a strategic, future‑ready choice for organisations that value flexibility, security, and long‑term maintainability.
If you’re weighing up CMS options or tired of plugin‑sprawl, this one’s for you.
Once more for the folks in the back: accessibility is a human right. Your web standards godfather shares thoughts on a small atrocity.
Want faster page rendering & lower TBT?
CSS content-visibility is a game-changer.
I break down how to use it effectively in my latest blog post.
www.innoweb.com.au/blog/optimis...
*whispers* corner-shape 🤫👂
🟢 round
scoop
📐 bevel
⛏️ notch
⬛️ square
🐿️ squircle
🦹🏻♀️ superellipse
*Pass it on*
codepen.io/una/pen/PwNo...
Silverstripe Attributable Module:
Relate any DataObject to any other, yes, even to its own type.
Perfect for structured content, smarter filtering, and SEO wins.
Code + concept breakdown here: www.innoweb.com.au/blog/silvers...
#Silverstripe #WebDev #SEO #OpenSource
I'm not saying they have to do it for free. I'm more than happy to pay for an online option.
And if they make recordings, they can even sell them to in-person folks for an additional fee.
Oh, totally! But unfortunately not everyone can attend in person. For all the reasons mentioned.
It’s 2025. If your conference isn’t streaming, it’s excluding.
I wrote about 10 reasons why online access matters — from cost and health to captions and global reach.
Streaming = inclusion.
Read it here: www.innoweb.com.au/blog/rethink...
#Conferences #Streaming #Inclusion
Docker + Silverstripe: dream team or drama?
I break down the good, the bad, and the “it depends” in this quick read.
Devs juggling environments or scaling sites—this might save you some headaches.
innoweb.com.au/blog/docker-and-silverstripe-smart-pairing-or-overkill
SPAs aren’t dead, but for content-first sites, they might be overkill.
In my latest post, I explore why server-rendered architectures offer better speed, accessibility, and SEO.
Read it here: innoweb.com.au/blog/why-moving-away-from-spas-improves-usability-accessibility-and-seo
#Silverstripe is often underestimated for #large-scale projects, but its flexibility and performance make it a strong contender for #enterprise-grade sites. Discover how to unlock its full potential for complex web builds.
www.innoweb.com.au/blog/buildin...
Optimising image loading performance and image LCP in Silverstripe: www.innoweb.com.au/blog/optimis...
#Silverstripe CMS is known for its flexibility and performance, but to maximise visibility on search engines, it’s essential to implement #SEO best practices.
Let’s explore how you can enhance your Silverstripe-powered website for better search rankings.
www.innoweb.com.au/blog/optimis...
A Personal Journey: Embracing Silverstripe CMS for Web Development Success
In this blog post, I share my journey of discovering Silverstripe, why I love it, and the challenges that come with choosing the right CMS. Hopefully, it helps you find the perfect CMS for your next web project!
Fingerprinting: critics say Google rules put profit over privacy:
www.bbc.co.uk/news/article...
Time to switch to another browser
#Firefox #Vivaldi
Having issues with long tasks and TBT caused by CSS layout, this has helped a lot to understand and fix some of the issues: nolanlawson.github.io/css-talk-202...
@syntax.fm Re your episode 874 and svg icons: you can use external svg sprites, so that the icons are their own svg file and don't have to be part of the page html. It can be cached separately, without losing the ability to change colour via css etc css-tricks.com/svg-use-with...