Animated 3d cube, it responses to the mouse moves
A Pen by Yevhenii Kamenskyi on CodePen.
// 4mb ESP32 Wroom, ESP32S2, ESP32S3 | |
// you do not need the shields to program/run the code | |
// added FastLED library for onboard LED ESP32S3 WS2812b Lep Pixel | |
// lots of things turned off // remarked | |
// but does some things |
// made with Ai gpt 3.5 and 4 by (c)2024 dirk luberth dijkman bangert 30 andijk the netherlands | |
// maybe shows a bit more as chromium inspect dev. tools | |
// like class index number | |
// <script src="https://cdn.jsdelivr.net/gh/ldijkman/Ace_Seventh_Heaven/docs/tooltip.js"></script> | |
/* | |
Not understanding can be a roadblock, | |
but it's also an opportunity for growth. | |
Start by pinpointing exactly what's causing confusion. | |
Isolate that element and look for resources—books, videos, or experts—that can clarify it. |
<!DOCTYPE html> <!-- this should be the first line of the document not all the blahblah before this--> | |
<html> <!--trigger an Error should be <html> see vertical scrollbar red line--> | |
<head> | |
<title>Visual TimeSlot Day Week Scheduler, Touch Friendly</title> | |
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/ldijkman/randomnerd_esp32_wifi_manager/main/Electra.jpg"> | |
<!-- on my android icon is also shown on home screen, if saved to home screen --> | |
<!-- |
Animated 3d cube, it responses to the mouse moves
A Pen by Yevhenii Kamenskyi on CodePen.
test |
<html> | |
<head> | |
<title> | |
Programmatically passing URL parameters to IFrame using JavaScript | |
</title> | |
</head> | |
<body> | |
<iframe id="myIframe" frameborder="0" marginwidth="0" marginheight="0" scrolling="NO" width="100%" height="100%"></iframe> | |
</body> |
Code and Explanation: https://mrvirk.com/javascript-to-calculate-age-from-date-of-birth.html |