Nifty Corners Cube

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Rounded corners the javascript way
Nifty Corners Cube

StackOverflow.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (13 votes cast)

Random snippets of all sorts of code, mixed with a selection of help and advice.

how can i get multiple website team page data through automation

6 May 2026 @ 4:14 am

How can I automate the extraction of team page data from multiple websites? I need to collect person details from pages like “Team,” “Our Team,” “Meet the Team,” “Leadership,” or “Join the Team.” However, every website has a different structure and layout.

Image won't update despite variables being updated properly

6 May 2026 @ 3:39 am

In the following snapshot, the image of the pet is supposed to be in an "Idle" state, but is currently in a "Sad" state, despite the console saying the state is currently in "Idle". I have been able to modify the original variable "State" so that it should be able to change the image to the "Idle" state, and the prints show it is in an "Idle" state A Python GUI window displaying a Tamagotchi game, accompanied by the current prints from the same program import random, csv import tkinter as tk from tkinter import ttk, messagebox, PhotoImage root = tk.Tk() class MyFrame(ttk.Frame): # Assets folder contain all pet assets, including frames and quotes # PlayerPets.csv contains all accounts and current stats of their pets PetStates = ["Idle", "Happy", "Sad", "Dirty"

Why is my GitHub contribution graph (green squares) in my profile not updating upon re-adding an email?

6 May 2026 @ 3:28 am

I had thousands of commits in my GitHub profile contribution graph before. I removed my primary email from the settings, and they disappeared. So, I added the email back and verified it (and made it primary again). That's all I did. It should have restored my commits to the contribution graph. But it didn't, even after waiting 2 days. Here are the things that I've tried: Verified that my email was verified and correct Verified the "keep my email addresses private" option was turned off as before Made a few commits to trigger a refresh (the new commits appeared in the graph, but not the old ones) Checked the commit history of my old repositories (from the GitHub website) and ensured that the "author" correctly points to my GitHub profile I was the owner of most of the repositories. And all commits were made directly to the main branch. Can someone help me fix this i

url_launcher import error: Target of URI doesn't exist

6 May 2026 @ 3:25 am

I'm trying to add url_launcher on my Flutter-based payment SDK: import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:webview_flutter/webview_flutter.dart'; import 'package:url_launcher/url_launcher.dart'; class _PGPaymentModalState extends State<ArtoPaymentModal> { late final WebViewController _controller; bool _isLoading = true; @override void initState() { super.initState(); WebViewCookieManager().clearCookies(); _controller = WebViewController() ..setJavaScriptMode(JavaScriptMode.unrestricted) ..setBackgroundColor(Colors.white) ..addJavaScriptChannel( 'PGSdkChannel', onMessageReceived: (JavaScriptMessage message) { _handleMessage(message.message); }, ) ..setNavigationDelegate( NavigationDelegate( onNavigationReques

Optimizing Docker Layer Caching for Private PHP/Laravel Packages with Multi-Stage Builds and BuildKit Secrets

6 May 2026 @ 3:23 am

i am trying to optimize a Docker Multi-Stage build for a Laravel application that requires private GitHub packages. I have two main issues that I can't seem to solve efficiently: Caching vs. Secrets: I’m using docker build-kit secrets (--mount=type=secret) to pass my GitHub Token for composer install. However, every time I change the secret or even some unrelated files, the composer install layer re-runs, which is very slow. How can I ensure that composer install stays cached as long as composer.lock hasn't changed, even when using secrets? Secure Layering: I want to make sure the private repo credentials never end up in the final image or any intermediate layer history. Here is my current Dockerfile structure: Dockerfile # syntax=docker/dockerfile:1 FROM php:8.2-fpm-alpine AS builder WORKDIR /app # Install system dependencies RUN apk add --no-cache git unzip # Copy dependency files COPY composer.json composer.lock ./ # The problem layer: RU

Why are buttons overlapping in a flex container?

6 May 2026 @ 3:20 am

The buttons I have put in the flex container overlaps and I can't seem to figure out why. I have tried text and that seems to work fine. Can someone help? #docksnav { background-color: rgba(0, 0, 0, 0.7); position: absolute; bottom: 20px; left: 50px; padding: 20px; width: 500px; box-sizing: border-box; border-radius: 9px; cursor: pointer; display: flex; flex-direction: column; gap: 5px; } .navbutton { color: white; font-size: 15px; text-decoration: none; background-color: rgba(0, 0, 0, 0.7); position: absolute; padding: 20px; box-sizing: border-box; border-radius: 9px; cursor: pointer; font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Console", monospace; }

How to add comments before JSON property?

6 May 2026 @ 3:11 am

I would like to use JSON as the format for my program's configuration file. When writing the file to disk, it should contain comments that describe each field. These comments should be controlled through an attribute if possible. public class Person { [JsonComment("Name of the person")] public string Name { get; set; } [JsonComment("Age of the person")] public int Age { get; set; } } And the output should look like this: { /*Name of the person*/ "Name": "Jack", /*Age of the person*/ "Age": 22 } Some previous questions show how to write comments after the value, eg after "Jack". I would like to write the comment before the property name, eg before "Name". Using Json.NET or System.Text.Json or some other library, is it possible

C++ Cast base class unique_ptr to derived class unique_ptr [duplicate]

5 May 2026 @ 11:05 pm

I have a method in a derived class which I want to call via a unique_ptr to the base class. How do I cast my unique_ptr to the base class to allow me to call the method in the derived class? #include <iostream> #include "memory" using namespace std; class Base { public: Base() {}; }; class Derived: public Base { public: Derived() {}; void Mathod() { std::cout << "Derived method" << std::endl; } }; int main() { std::unique_ptr<Base> basePtr; (*basePtr).Mathod(); // How to cast basePtr to call Method() ? return 0; }

Apple developer program enroll

5 May 2026 @ 9:31 pm

Someone tried to discover why Apple services are so slow and bad? If app-store will work like app dev this company already was closed. I tried enroll first time. Paid, sent documents but no answer 4 days. Then I go to web, but I see a button enroll there, so I think that something went bad and press it, and it start a new enrollment. When I see payment info I think "I do now want pay twice" but go out from this I can't so I pressed unenroll. Then I write to support. After 7 days they saod that they will return money. After 3 days money was returned. I start second time, but no money on card I forgot so payment not go. Now there is no button retry, now same I need to write another email and wait 5-7 days. I do not want it, so I press unenroll. I started third time, now I say double payment so it can't, please contact support. Question: maybe someone asked or just know why Apple work so bad in there services? On reddit dozens post like people unab

When getting Relationships through Forma API, the entity id I receive from a sheetlineage does not match a sheet id

5 May 2026 @ 11:27 am

Let's say I have this Relationship between a Submittal and a Sheet: { "id": "74b70bb8-8802-a1fd-f201-890375a60c8f", "createdOn": "2015-10-21T16:32:22Z", "isReadOnly": true, "isService": false, "isDeleted": false, "entities": [ { "domain": "autodesk-construction-sheet", "type": "sheetlineage", "id": "2b95ba7a-3df5-4e99-a693-9c7cc15ee8c0", "createdOn": "2021-07-29T11:39:12+01:00" }, { "domain": "autodesk-construction-submittals", "type": "submittalitem", "id": "urn:adsk.wipprod:dm.lineage:hC6k4hndRWaeIVhIjvHu8w", "createdOn": "2021-07-29T13:39:12+01:00" } ] } Now

960.gs

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

CSS Grid System layout guide
960.gs

IconPot .com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Totally free icons

Interface.eyecon.ro

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Interface elements for jQuery
Interface.eyecon.ro

ThemeForest.net

VN:F [1.9.22_1171]
Rating: 7.0/10 (2 votes cast)

WordPress Themes, HTML Templates.

kuler.adobe.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

color / colour themes by design

webanalyticssolutionprofiler.com

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)

Web Analytics::Free Resources from Immeria
webanalyticssolutionprofiler.com

WebAIM.org

VN:F [1.9.22_1171]
Rating: 4.0/10 (1 vote cast)

Web Accessibility In Mind

Tolerating Inaccessibility

30 April 2026 @ 5:50 pm

The latest WebAIM Million report shows that detectable homepage accessibility errors increased over the past year. This article considers what those results may reveal about the organizational and societal forces that continue to deprioritize accessibility, and challenges us to imagine a world where inaccessibility is no longer tolerated.

Ask AIMee: An accessible accessibility-focused AI chatbot

31 March 2026 @ 4:49 pm

We’re happy to introduce AIMee – an easy-to-use, AI-powered conversational chatbot focused on accessibility. AIMee has been designed to be highly accessible to users with disabilities. Ask her accessibility questions to get quick answers and guidance. The name “AIMee” plays off of the “AIM” (Accessibility In Mind) from “WebAIM” and also “AI”. Here are some […]

A New Path for Digital Accessibility?

27 February 2026 @ 7:02 pm

Please note This post will explore how an adaptive, intelligent system could empower users with disabilities to optimize their experience in digital environments. Even were such a system available tomorrow, developers of digital content, services, and products would still be responsible for providing equal access to ALL users. Consider a few of the many exciting […]

2026 Predictions: The Next Big Shifts in Web Accessibility

22 December 2025 @ 11:22 pm

I’ve lived long enough, and worked in accessibility long enough, to have honed a healthy skepticism when I hear about the Next Big Thing. I’ve seen lush website launches that look great, until I activate a screen reader. Yet, in spite of it all, accessibility does evolve, but quietly rather than dramatically. As I gaze […]

Word and PowerPoint Alt Text Roundup

31 October 2025 @ 7:14 pm

Introduction In Microsoft Word and PowerPoint, there are many types of non-text content that can be given alternative text. We tested the alternative text of everything that we could think of in Word and PowerPoint and then converted these files to PDFs using Adobe’s Acrobat PDFMaker (the Acrobat Tab on Windows), Adobe’s Create PDF cloud […]

Accessibility by Design: Preparing K–12 Schools for What’s Next

30 July 2025 @ 5:51 pm

Delivering web and digital accessibility in any environment requires strategic planning and cross-organizational commitment. While the goal (ensuring that websites and digital platforms do not present barriers to individuals with disabilities) and the standards (the Web Content Accessibility Guidelines) remain constant, implementation must be tailored to each organization’s needs and context.   For K–12 educational agencies, […]

Up and Coming ARIA 

30 May 2025 @ 6:19 pm

If you work in web accessibility, you’ve probably spent a lot of time explaining and implementing the ARIA roles and attributes that have been around for years—things like aria-label, aria-labelledby, and role="dialog". But the ARIA landscape isn’t static. In fact, recent ARIA specifications (especially ARIA 1.3) include a number of emerging and lesser-known features that […]

Global Digital Accessibility Salary Survey Results

27 February 2025 @ 8:45 pm

In December 2024 WebAIM conducted a survey to collect salary and job-related data from professionals whose job responsibilities primarily focus on making technology and digital products accessible and usable to people with disabilities. 656 responses were collected. The full survey results are now available. This survey was conducted in conjunction with the GAAD Foundation. The GAAD […]

Join the Discussion—From Your Inbox

31 January 2025 @ 9:01 pm

Which WebAIM resource had its 25th birthday on November 1, 2024? The answer is our Web Accessibility Email Discussion List! From the halcyon days when Hotmail had over 35 million users, to our modern era where Gmail has 2.5 billion users, the amount of emails in most inboxes has gone from a trickle to a […]

Using Severity Ratings to Prioritize Web Accessibility Remediation

22 November 2024 @ 6:30 pm

So, you’ve found your website’s accessibility issues using WAVE or other testing tools, and by completing manual testing using a keyboard, a screen reader, and zooming the browser window. Now what? When it comes to prioritizing web accessibility fixes, ranking the severity of each issue is an effective way to prioritize and make impactful improvements. […]

CatsWhoCode.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Titbits for web designers and alike

Unable to load the feed. Please try again later.