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.

Azure AD B2C Session Management

10 January 2026 @ 2:21 pm

How do stop a user being created in Azure AD when a user closes a session abruptly after providing all the details during signup, or maybe the session gets closed post clicking submit/continue. We are using custom policies to add and user to the system currently.

using isinf() on IRIX-6.5

10 January 2026 @ 2:13 pm

I'm doing a bit of retro-computing and try to build one of my pet projects on an SGI Indy running IRIX-6.5. most things appear to just worked, but now i've hit a wall: isinf(). apparently this is a macro (as expected), but it seems the macro cannot be properly resolved. here's my test-program #include <math.h> int main() { float f = 42.; int x = isinf(f); return x; } the compiler is rather old (GCC-3.3), but it should support C99 just fine, so I tried: $ gcc -version gcc (GCC) 3.3 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ gcc -std=gnu99 -o isinf isinf.c isinf.c: In function `main': isinf.c:5: warning: implicit declaration of function `__generic' isinf.c:5: error: parse error before ',' token

Android 9 system update [closed]

10 January 2026 @ 2:10 pm

Do Can Android 9 be updates to 10، 11 version? Security update Android 9 security update? اين يمكنني ايجاد تحديث نظام اندرويد 9 ؟ تحديث امان اندرويد 9 ؟

Using setTimeout() instead of step.sleep() in a Cloudflare Workflow?

10 January 2026 @ 2:09 pm

Context : I'm using the Cloudflare Workflow platform to perform sequential calls to an external API. Each time a call is successful, the last successfull call ID is store in Cloudflare K/V, to prevent the system from performing the same call twice. However, K/V has a write rate of 1 value per second for the same key, which currently forces me to call step.sleep() after each successful API call. This bothers me for several reasons : it doubles the number of steps in my workflow, which could later be used for something else it pollutes the step output enter image description here Can I safely replace await step.sleep("KV write rate mitigation", "1 second"); with:

Why I can't write in a google sheet cell with Apps script?

10 January 2026 @ 2:07 pm

I created a new spreadsheet, from the extensions tab I selected Apps script and I created a new function. The spreadsheet looks like this: A basic sheet A2 is a checkbox, D1 has a custom function: function notWorkingFunction(e) { var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var cell = sheet.getRange(1,1); cell.setValue("123"); return 1; } I want to write to cell A1(or any cell) the text "123" every time I click the checkbox from A2. the error log looks like this: Error: Unexpected error while getting the method or property setValue on object Range. at notWorkingFunction(Code:4:8) Some people said that I need to give the script access to write, and I did. In my connections tab I have following permission for my app: This app wants permission to: See

can't create username and password on Xbox remote access [closed]

10 January 2026 @ 2:03 pm

When I try to enter a username and password in Remote Access and click save, nothing happens and the information is not saved. Note that I have enabled authentication.

Accessing Sort Index for JTable

10 January 2026 @ 1:55 pm

In the Java file browser I’m working on, I’m running two components at the same time: a JTable and a JList. Both refer to the same file list, and I'd like both to be sorted the same way -- ideally by applying the JTable's sort (maintained by its TableRowSorter) to the JList. Question: Is it possible to access/copy the internal index from the JTable? I’ve tried recreating it by iterating the JTable's list and using TableRowSorter.convertRowIndexToModel, but I keep getting array out of bounds exceptions. sorter.addRowSorterListener(new RowSorterListener() { @Override public void sorterChanged(RowSorterEvent e) { if (e.getType() == RowSorterEvent.Type.SORTED) { System.out.println("Table has been sorted (view changed)."); int[] modelIndex = new int[sorter.getModelRowCount()]; for (int i = 0; i < modelIndex.length; i++) {

How create Remote Connection between Participant - Sequencer and Mediator on Canton Blockchain [closed]

10 January 2026 @ 1:50 pm

I have each conatiner for these three sequencer - participant and mediator on docker but when i am trying to create remote connection between them i failed to do that if someone face and fix that problem plase reach me so i can also fix it.

How test role specific tags within scenario in Ansible Molecule?

10 January 2026 @ 1:41 pm

I have a role which main.yaml tasks and config.yaml look like snippets below. I work within repository that have several roles with shared action playbooks and inventory.I am trying to create two scenarios: Default run, when all tasks except 'remove' are played; Delete run, when during 'prepare' 3 first tasks are played, and during converge - only task with 'remove' tag. Default scenario works fine, but when I am trying to create scenario delete I fail to play role only by one tag. I what those scenarios separate because with testing I want to ensure that usage of tags by user leads to expected task plays. # --- project/config.yaml ansible: executor: args: ansible_playbook: - --inventory=some-shared-static-inventory playbooks: # Relative to scenario directory create: ../resources/pl

Unable to customize styles in borders, colors, selected date, other month days

10 January 2026 @ 1:35 pm

enter image description here I’m trying to customize the Flowbite inline datepicker using Tailwind CSS in a pure HTML environment, but most of the styles I apply are not taking effect. I’m unable to customize the following: Default Flowbite styles do not fully load in pure HTML + Tailwind CDN Cannot remove the default border of the datepicker Selected date background color does not change Date text color does not change Previous / Next month dates colors cannot be customized <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Inline DatePicker</title> <script src="https://cdn

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

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. […]

25 Accessibility Tips to Celebrate 25 Years

31 October 2024 @ 4:38 pm

As WebAIM celebrates our 25 year anniversary this month, we’ve shared 25 accessibility tips on our LinkedIn and Twitter/X social media channels. All 25 quick tips are compiled below. Tip #1: When to Use Links and Buttons Links are about navigation. Buttons are about function. To eliminate confusion for screen reader users, use a <button> […]

Celebrating WebAIM’s 25th Anniversary

30 September 2024 @ 10:25 pm

25 years ago, in October of 1999, the Web Accessibility In Mind (WebAIM) project began at Utah State University. In the years previous, Dr. Cyndi Rowland had formed a vision for how impactful the web could be on individuals with disabilities, and she learned how inaccessible web content would pose significant barriers to them. Knowing […]

Introducing NCADEMI: The National Center on Accessible Digital Educational Materials & Instruction 

30 September 2024 @ 10:25 pm

Tomorrow, October 1st, marks a significant milestone in WebAIM’s 25 year history of expanding the potential of the web for people with disabilities. In partnership with our colleagues at the Institute for Disability Research, Policy & Practice at Utah State University, we’re launching a new technical assistance center. The National Center on Accessible Digital Educational […]

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.