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.

Mission Planner on Raspi Pi5

14 December 2025 @ 4:48 am

I've downloaded Mission Planner on my Raspberry Pi 5 both the official way of using mono and installing the application from PI-App, but when I try to open it, I get the following error, does anyone know how to fix this? Please let me know enter image description here An error has occurred System.TypeInitializationException: The type initializer for 'SkiaSharp.SKObject' threw an exception. ---> System.InvalidOperationException: The version of the native libSkiaSharp library (80.2) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0]. at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(System.Version minSupported, System.Version current, System.Boolean throwIfIncompatible) at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(System.Boolean throwIfIncompatible) at SkiaSharp.SKObject

{SOLVED} How do you replace multiple elements of an array in C with elements of a different array

14 December 2025 @ 4:43 am

SOLVED: memcpy() exists If I wanted to replace large chunks of an array in C with items from another list, are there any solutions that don't involve for loops or writing code like the following? int64_t foo[size]; foo[value] = bar[0]; foo[value + 1] = bar[1]; foo[value + 2] = bar[2]; // so on and so forth foo[value + quux] = bar[quux]; I attempted the following with (incorrect) pointer arithmetic, but it didn't compile. I'm completely stumped. &foo[value] = (uint8_t[quux]){/*values of bar[]*/};

How to get pipeline stage Id in Go high level

14 December 2025 @ 4:34 am

How to get pipeline stage Id ? Like I had a pipeline it's id is mentioned in the URL. but in the pipeline I have stages like (open, won, lost) I want their stage IDs.Thanks in advance

Please help me fix Indentation firstLine problem

14 December 2025 @ 4:21 am

I tried to apply indentation firstLine but it's not working, below is my code: $phpWord = new \PhpOffice\PhpWord\PhpWord(); $section = $phpWord->addSection(); $fontStyle = array('name' => 'Times New Roman', 'size' => 12); $paragraphStyle = array('indentation' => ['firstLine' => 400]); $section->addText( 'This is the first paragraph with a first line indent.', $fontStyle, $paragraphStyle ); I use phpWord version 1.4, it works well with hanging, firstLineChars but firstLine. Please help me to fix firstLine problem. Thank you very much.

Can't map network drive with runas /trustlevel:0x20000

14 December 2025 @ 4:06 am

Credentials are in the Windows 11 Credential Manager. This, run from a non-admin cmd prompt, works to map a drive: net use Z: \\NAS\homes /persistent:yes This, run from an administrative cmd prompt, for some reason does not: runas /trustlevel:0x20000 "cmd /K net use Z: \\NAS\homes \persistent:yes" I get The password is invalid for \\NAS\homes. and then it prompts for a username and password. Typing those gives System error 5 (Access is denied). In case it matters, it's a Synology NAS. I've been trying to get this to work for a while now, any ideas?

Hi there, my next JS application is not storing session on production [closed]

14 December 2025 @ 4:03 am

my next js app is not storing session on prodution but t works fine on localhost, I make sure that the production next_auth url is the link of the website, what would be the real reason behind?

Adapting a SwiftUI View for top-level or enclosed

14 December 2025 @ 3:12 am

Let’s say I have an e-mail reader than can also open some e-mail archive formats. When I get an e-mail file, I open it using a view that’s designed for a message. When I get an archive, I open it to a list view of the entries. But when I look at an individual message, I want to reuse the single-message View. Can a View be designed for both uses? This includes possibly using different methods to pass the message data to the View.

Hbox not showing when set Bottom

14 December 2025 @ 3:08 am

I have 2 main nodes. One is the side menu which works perfectly and the function menu which is supposed to continue the bottom of the side menu to the end of the width of the screen. Somehow HBox isn't showing when set using bp.setBottom(hb). This is the code. (Sorry if its unorganized or unprofessional, I am new but I am willing to take tips if you have.) Thanks. package org.example.travelplanner.view; import javafx.geometry.Insets; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.layout.*; import javafx.scene.paint.Color; import javafx.scene.text.Font; import org.example.travelplanner.controller.Controller; public class HomePane extends MainPanes { private BorderPane bp; private int numofverticalbuttons; private Color bgcolor; private int numofhorizonbuttons; private HBox functionmenu; private double sidemenuwidth; public VBox side

How to stop Directory.EnumerateFiles() from silently adding U+FFFD for non-utf8 filenames?

14 December 2025 @ 2:54 am

On linux, I created a filename with special bytes: touch $'/tmp/bad/\xff\x1f.jpg' c# prints out the filename as: /tmp/bad/�.jpg I would rather c# throw an exception, instead of silently printing junk filenames that the user can't use.

Instantiation of type with recursive type constraints

14 December 2025 @ 1:22 am

The Announcing F #7 page gives the example code type IAddition<'T when 'T :> IAddition<'T>> = static abstract op_Addition: 'T * 'T -> 'T type Number<'T when IAddition<'T>>(value: 'T) = member _.Value with get() = value interface IAddition<Number<'T>> with static member op_Addition(a, b) = Number(a.Value + b.Value) How do you instantiate a value of type Number? It would seem you have to pass a generic argument of some type MyType that implements IAddition<MyType>. But then from the IAddition definition, MyType also has to implement IAddition<MyType>, and so on. So how do you get off the ground? Also, what is the difference between 'T when 'T :> IAddition<'T> and 'T when

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

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

Decoding WCAG: “Change of Context” and “Change of Content” 

31 July 2024 @ 4:54 pm

Introduction As was mentioned in an earlier blog post on “Alternative for Time-based Media” and “Media Alternative for Text,” understanding the differences between terms in the Web Content Accessibility Guidelines (WCAG) is essential to understanding the guidelines as a whole. In this post, we will explore two more WCAG terms that are easily confused—change of […]

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.