wcag aa 2 standards
Ideally, web accessibility would be considered a part of the build rather than a feature. As work developers we could build accessibility into templates so it’s there to begin with rather than an a...
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Deep dives into the topics that matter most — curated collections of guides, cheatsheets and tutorials.
Ideally, web accessibility would be considered a part of the build rather than a feature. As work developers we could build accessibility into templates so it’s there to begin with rather than an a...
Here is an extensive technical SEO checklist using Premium Screaming Frog: Pre-Crawl Checks Verify website accessibility: Check if the website is accessible and crawlable by search ...
Ollama is a platform designed to easily download, run, and manage various LLMs (including Llama models) locally on your computer. Here is a simple LLaMA (not Ollama) cheat sheet for everyday basic ...
🛠️ How to Create a Subdomain DNS Entry for test.example.com You’re setting up a subdomain DNS entry so that test.example.com points to something — either an IP address or another domain. ✅ What...
Workflows Trigger - you could use a chat message to trigger the workflows AI Agent - which also requires a ai model and a memory and some tools such as gmail within the AI agent is an option to s...

At SEO Saigon 2025 a speaker spoke of her team working on a Super, cloud based Virtual Machine. This way they can all login using the same account. This is a way of using a virtual machine I never ...
Share Access In Cloudflare, you can share account access with another developer by inviting them as a member of your account. Here’s how you can do this: Steps to Share Access: Log in to Cloudfla...
Add the tailwind language server to Neovim. Tailwindcss Prerequisites node version 22 nvim-cmp (completion engine) Treesitter LSPconfig Mason install global language server npm in...
Avoid using online services to remove silence from audio files. (they just want to on sell your email address). If you have homebrew installed the process to remove silence from audio files can be ...
Ternary operators Basic True / False Declaration $is_admin = ($user['permissions'] == 'admin') ? true : false; Conditional Welcome Message echo 'Welcome '.($user['is_logged_in'] ? $user['first_na...