Ideas

<a href='category/ideas/'>Ideas</a>

partner – notification system

I am tyring to send some data to a partner during login – sendLoginToZBucks(username, userIpAddress) { const formData = new URLSearchParams(); formData.append('username', username); formData.append('siteid', '148'); formData.append('ip', userIpAddress); formData.append('description', 'nakedsword-peterfever.com'); fetch('https://nats.zbuckz.com/member_loginlog.php', { method: "POST",

UA saving old data.

Downloading data from Universal Analytics (UA), the older version of Google Analytics, can be done through various methods, depending on the amount of data you need and the specifics of what you're trying

BALLS

Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng, KEEPERS, CODE-NOW-NOW-NOW, CODING anemptytextlline Link with values

Magnetic Glossary | common magnetic terms *

https://www.kjmagnetics.com/glossary.asp Magnet Glossary Definitions of the most common magnet technical terminology Air Gap Air gap is the "external" distance from one pole of the magnet to the other though a non-magnetic material (usually

Static Site (from REACT) generator

npm i –save-dev react webpack webpack-dev-server jsx-loader static-site-generator-webpack-plugin react-router   Creating a static site from a Create React App (CRA) project involves rendering the React application to HTML at build time, rather than

Museum Quality Acrylic Box

https://www.instructables.com/Make-a-Museum-Quality-Acrylic-Display-Box/ Introduction: Make a Museum Quality Acrylic Display Box   A method for making boxes out of acrylic with clear, polished edges Acrylic sheet is a wonderful material to make display boxes. It

Adobe Illustrator Scripting | Adding + Usage Doc *

Location of Scripts Folder C:\Program Files\Adobe\Adobe Illustrator #VERSION#\Presets\en_US\Scripts (may require admin pw – so if you have multiple scripts orgainzie into folders – add all at once. ALSO – if in folders creates

WYSIWYG’s

https://slashdot.org/software/p/GrapesJS/alternatives   Software GrapesJS Alternatives Alternatives to GrapesJS Best GrapesJS Alternatives in 2023 Find the top alternatives to GrapesJS currently available. Compare ratings, reviews, pricing, and features of GrapesJS alternatives in 2023. Slashdot

HomeAssistant | Install on Virtualbox on NAS *

Install HomeAssistant w/ supervisor – NAS – Virtual Box   https://www.home-assistant.io/installation/windows/ download VirtualBox (.vdi)       MEMORY     DISK     CREATE – I used an old version for this step

DNS PROPOGATION HOST CHECKER – nslookup sitename.com

DNS PROPOGATION HOST CHECKER – nslookup sitename.com Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng,

<a href='/category/household/'>Household</a>

Quiet Ways to cut acrylic

The quietest method to cut acrylic and polycarbonate up to 1” thick involves minimizing noise and vibration while ensuring a clean cut. Here are some of the quieter options and techniques you can

Password Checker – https://haveibeenpwned.com/Passwords

https://haveibeenpwned.com/Passwords

10 single NVMe’s into 1 NAS

Connection 10 M.2 NVMe 2230 – 350GB cards as NAS storage   Yes, you can use TrueNAS (or a similar NAS operating system) to create a large storage array out of multiple smaller

Huion – Kamvas 16 2021

HUION Kamvas 16 2021 User Manual_Kamvas 16(2021).PDF Full lamination, btter visual presentation Seamlessly combining the glass and screen technology to bring precise cursor positioning for your stylus and the lowest parallax. It is

Virture One – XR Glasses

Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng, KEEPERS, CODE-NOW-NOW-NOW, CODING anemptytextlline Link with values

Apple Keyboard Shortcuts

https://support.apple.com/en-us/102650 Mac keyboard shortcuts By pressing certain key combinations, you can do things that normally need a mouse, trackpad, or other input device. Using keyboard shortcuts Common shorcuts like cut, copy, paste Sleep,

strain out spam | create calendar events automatically*

BASIC STEPS forward emails from zmail to gmail account (with filters) when they arrive in gmail – "label" them so they organize themselves into groups use "google app scripts" to automatically create calendar

CORS | breakdown / fixes *

CORS (Cross-Origin Resource Sharing) is a security feature implemented by web browsers to prevent malicious websites from reading sensitive data from other sites without permission. When you develop web applications, especially during local

BALLS

2006 Mac Book Pro | graphics card issue *

Apple MacBook Pro "Core Duo" 2.16 17" Specs Identifiers: MacBook Pro 17-Inch – MA092LL/A – MacBookPro1,2 – A1151 – 2102 All MacBook Pro Models | All 2006 Models | Dynamically Compare This Mac

<a href='/category/all-scribbly/notes/' style='color:#ff6600;'>Notes</a>

Excalidraw | Mac keyboard shortcuts *

Excalidraw Keyboard Shortcuts for Mac Tools ToolsPress This Hand (panning tool)HSelectionV or 1RectangleR or 2DiamondD or 3EllipseO or 4ArrowA or 5LineL or 6DrawP or 7TextT or 8Insert image9EraserE or 0Frame toolFLaser pointerKAdd a

CORS | breakdown / fixes *

CORS (Cross-Origin Resource Sharing) is a security feature implemented by web browsers to prevent malicious websites from reading sensitive data from other sites without permission. When you develop web applications, especially during local

Analytics | big query + data studio *

Setting up BigQuery to interpret Google Analytics data involves several steps: Enable BigQuery integration: Sign in to your Google Analytics account. Go to the Admin section. Under the Property column, click on "BigQuery

React | getting bootstrap – strapped in! *

When converting this Bootstrap HTML navigation to a React component, you would essentially go through the process of mapping each static HTML element to a corresponding React component. You would also handle any

Wordpress File Permissions | (again)*

fodlers and files at once sudo chmod -R 755 “/your/location”; sudo find “/your/location” -type f -exec chmod 644 {} \; sudo chmod -R 755 “/volume1/Web/blahblahblah/wp-content”; sudo find “/volume1/Web/blahblahblah/wp-content” -type f -exec chmod 644

Raspberry PI – GPIO 40 Pin header *

GPIO and the 40-pin Header Edit this on GitHub A powerful feature of the Raspberry Pi is the row of GPIO (general-purpose input/output) pins along the top edge of the board. A 40-pin

Raspberry Pi Confi | Check Networking *

https://www.raspberrypi.com/documentation/computers/configuration.html   CHECKOUT: Configuring networking   Configuration The raspi-config Tool Edit this on GitHub raspi-config is the Raspberry Pi configuration tool, originally written by Alex Bradbury. To open the configuration tool, type the

Magnetic Glossary | common magnetic terms *

https://www.kjmagnetics.com/glossary.asp Magnet Glossary Definitions of the most common magnet technical terminology Air Gap Air gap is the "external" distance from one pole of the magnet to the other though a non-magnetic material (usually

HTMX

https://htmx.org/docs/#introduction #htmx in a Nutshell htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript. To understand htmx, first lets take a look at

VideoJS | Nuevo Plugin for Videojs*

RESOURCES VIDEO JS https://videojs.com/plugins/ https://videojs.github.io/font/ https://videojs.com/guides/troubleshooting/ NUEVO https://www.nuevodevel.com/nuevo/showcase/quality https://www.nuevodevel.com/nuevo/showcase/live https://www.nuevodevel.com/nuevo/showcase/dash https://www.nuevodevel.com/nuevo/skins https://www.nuevodevel.com/nuevo/order https://www.nuevodevel.com/nuevo/doc – test all features – code examples SEE ALSO: Shaka Player https://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html https://shaka-project.github.io/shaka-packager/html/ https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=HOME;build=uncompiled https://stackoverflow.com/questions/62596654/playing-hls-m3u8-using-shaka-player-on-chrome Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local

<a href='category/all-scribbly/nas/'>NAS</a>

SSL | USE CERTBOT + (openssl steps)*

UA saving old data.

Downloading data from Universal Analytics (UA), the older version of Google Analytics, can be done through various methods, depending on the amount of data you need and the specifics of what you're trying

Raspberry Pi Confi | Check Networking *

https://www.raspberrypi.com/documentation/computers/configuration.html   CHECKOUT: Configuring networking   Configuration The raspi-config Tool Edit this on GitHub raspi-config is the Raspberry Pi configuration tool, originally written by Alex Bradbury. To open the configuration tool, type the

Hosting Multiple Site w/ Virtual Host | Asustor Nas *

https://www.asustor.com/online/College_topic?topic=321   Hosting Multiple Websites with a Virtual Host Hosting websites with the virtual host function and using DDNS service with ASUSTOR NAS 2022-12-14 COURSE OBJECTIVES After completing this course you will be

Remote Access | Asustor Nas *

https://www.asustor.com/online/College_topic?topic=224#mc1 Remote Access – Manual Connect Manually configuring your NAS connection to the Internet 2022-12-07 COURSE OBJECTIVES After completing this course you will be able to: Configure your network equipment to setup remote

Ports Used By | ASUSTOR NAS *

https://www.asustor.com/knowledge/detail/?id=6&group_id=601   What network ports are used by ASUSTOR NAS services? 2022-08-01 #NAS Apps # Services # Port     Please refer to the table below for a list of network ports used

Asustor NAS – Mount CIFS Folders

https://www.asustor.com/en/online/College_topic?topic=344#cifs12   NAS 344 Mount CIFS folders Mount personal and shared CIFS folders to your NAS 2023-05-11 COURSE OBJECTIVES Upon completion of this course you should be able to: Mount CIFS folders from

hdclient | Linux network config tool (raspberrypi) *

https://www.computerhope.com/unix/dhclient.htm Linux dhclient command Updated: 08/16/2021 by Computer Hope The Internet Systems Consortium DHCP Client, dhclient, provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP

Wordpress Permissions

PERMISSIONS MOST BASIC   Correct File and Folder Permissions in WordPress The correct set of file and folder permissions allows WordPress to create folders and files. The following settings are recommended for most

NAS | mail server *

ASUSTOR NAS – MAIL SERVER https://www.asustor.com/online/College_topic?topic=269 COURSE OBJECTIVES Upon completion of this course you should be able to: 1.Send and receive mail using Mail Server on your ASUSTOR NAS   PREREQUISITES Course Prerequisites:

<a href='category/all-scribbly/react/'>React</a>

CORS | breakdown / fixes *

CORS (Cross-Origin Resource Sharing) is a security feature implemented by web browsers to prevent malicious websites from reading sensitive data from other sites without permission. When you develop web applications, especially during local

React | getting bootstrap – strapped in! *

When converting this Bootstrap HTML navigation to a React component, you would essentially go through the process of mapping each static HTML element to a corresponding React component. You would also handle any

GA4 | Custom Dimensions *

Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng, KEEPERS, CODE-NOW-NOW-NOW, CODING anemptytextlline Link with values

VideoJS | Nuevo Plugin for Videojs*

RESOURCES VIDEO JS https://videojs.com/plugins/ https://videojs.github.io/font/ https://videojs.com/guides/troubleshooting/ NUEVO https://www.nuevodevel.com/nuevo/showcase/quality https://www.nuevodevel.com/nuevo/showcase/live https://www.nuevodevel.com/nuevo/showcase/dash https://www.nuevodevel.com/nuevo/skins https://www.nuevodevel.com/nuevo/order https://www.nuevodevel.com/nuevo/doc – test all features – code examples SEE ALSO: Shaka Player https://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html https://shaka-project.github.io/shaka-packager/html/ https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=HOME;build=uncompiled https://stackoverflow.com/questions/62596654/playing-hls-m3u8-using-shaka-player-on-chrome

Headless Wordpress | Frontity *

BUILD: cd spiffy-frontity && npx frontity dev STOP: stop the dev server process that we ran previously with CONTROL+C. NOTES https://wordpress.org/plugins/simple-cache/ https://www.advancedcustomfields.com/pro/ https://wordpress.org/plugins/custom-post-type-ui/ https://wordpress.org/plugins/amazon-web-services/ https://wordpress.org/plugins/amazon-s3-and-cloudfront/ https://github.com/DrewDahlman/wp-headless ECommerce – https://docs.cocart.xyz/#filters FRONTITY Final Frontity –

Static Site (from REACT) generator

npm i –save-dev react webpack webpack-dev-server jsx-loader static-site-generator-webpack-plugin react-router   Creating a static site from a Create React App (CRA) project involves rendering the React application to HTML at build time, rather than

React + Wordpress | BONUS Modern WP Development *

Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng, KEEPERS, CODE-NOW-NOW-NOW, CODING anemptytextlline Link with values

wordpress / react | react / wordpress *

Mega-WordPress-Cheat.pdf Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add cookies for themselves* Local Testing | by getting users to add cookies for… SprUng, KEEPERS, CODE-NOW-NOW-NOW, CODING anemptytextlline Link with

REACT | google sheets data *

RESOURCES API References https://developers.google.com/sheets/api/guides/concepts Guides https://github.com/theoephraim/node-google-spreadsheet **https://dev.to/calvinpak/how-to-read-write-google-sheets-with-react-193l https://reactjsexample.com/react-hook-for-using-google-spreadsheet-as-a-data-table/ https://stackoverflow.com/questions/71019543/fetch-data-from-google-sheet-using-react You need to use the Google Sheets API to connect to the Sheet and fetch the data. The application would need to be authorised

React | CRA to Next.js

Alternatives Breakdown   https://blog.openreplay.com/top-alternatives-to-create-react-app/       https://react.dev/ Migrate from Create React App to Next.js https://www.geeksforgeeks.org/how-to-migrate-from-create-react-app-to-next-js/ Comprehensive Guide https://stefaniq.com/migrating-your-react-app-to-next-js-a-comprehensive-guide/#:~:text=To%20convert%20your%20React%20components,your%20routes%20to%20reflect%20this.     Filter CategoriesAllKEEPERSSprUngSort By DateTitleExcerptDate Local Testing | by getting users to add

<a href='/category/all-scribbly/'>All Posts</a>

Local Testing | by getting users to add cookies for themselves*

Link with values Set up a link with the correct values you need 0 <a href="cookiemaker.html?cookieName=tubular&cookieValue=MTA2NDgzLjYzLjEuMTY1LjAuMC4wLjAuMA&redirectUrl=https://localmachineurl.com/age-verification/success&domain=.localmachineurl.com"> Click here to set cookie and redirect </a> <br><Br> cookie= tubular<br> tubular value=MTA2NDgzLjYzLjEuMTY1LjAuMC4wLjAuMA<br> set on .localmachineurl.com domain<br>

Quiet Ways to cut acrylic

The quietest method to cut acrylic and polycarbonate up to 1” thick involves minimizing noise and vibration while ensuring a clean cut. Here are some of the quieter options and techniques you can

Excalidraw | Mac keyboard shortcuts *

Excalidraw Keyboard Shortcuts for Mac Tools ToolsPress This Hand (panning tool)HSelectionV or 1RectangleR or 2DiamondD or 3EllipseO or 4ArrowA or 5LineL or 6DrawP or 7TextT or 8Insert image9EraserE or 0Frame toolFLaser pointerKAdd a

Set up site w/ Apache2 – CLI Commands

Apache site setup basic   The steps you outlined are correct, but there are a few adjustments needed in your configuration to reflect the correct domain and directory names. Here is the corrected

Recommended Apache Modules

Here are some additional configurations and Apache modules that are commonly recommended for security, performance, and convenience: Recommended Apache Modules mod_rewrite: Allows URL rewriting, which is useful for SEO-friendly URLs and redirecting HTTP

SSL | USE CERTBOT + (openssl steps)*

Modern browses + CSS Examples

https://developer.chrome.com/blog/inside-browser-part1 https://developer.chrome.com/docs/webstore Animation https://developer.chrome.com/blog/loaf-has-shipped?hl=en chrome theme reference https://docs.google.com/document/d/1jt9vdUY9O5IMm6Zoi2Kz0LWFfFZpvP69qjy6PoGsEoA/edit Chrome Theme Reference This guide was made with Windows XP and Chrome 6.0.453.1. Anything that has a dark red background like this was correct in

Password Checker – https://haveibeenpwned.com/Passwords

https://haveibeenpwned.com/Passwords

10 single NVMe’s into 1 NAS

Connection 10 M.2 NVMe 2230 – 350GB cards as NAS storage   Yes, you can use TrueNAS (or a similar NAS operating system) to create a large storage array out of multiple smaller

Huion – Kamvas 16 2021

HUION Kamvas 16 2021 User Manual_Kamvas 16(2021).PDF Full lamination, btter visual presentation Seamlessly combining the glass and screen technology to bring precise cursor positioning for your stylus and the lowest parallax. It is

S3 | consistency will be achieved eventually*

https://stackoverflow.com/questions/37667611/how-long-does-it-take-for-aws-s3-to-save-and-load-an-item How long does it take for AWS S3 to save and load an item? S3 FAQ mentions that "Amazon S3 buckets in all Regions provide read-after-write consistency for PUTS of new objects

Virture One – XR Glasses

Kamvas Pro 16 | Huion *

Kamvas Pro 16   User Manual_Kamvas Pro 16.pdf   Kamvas Pro 16 15.6 inch Screen, Full-lamination, Anti-Glare Glass, ±60° Tilt Support, 3-in-1 Cable.   Make Your Artwork More Professional Kamvas Pro Series is

Apple Keyboard Shortcuts

https://support.apple.com/en-us/102650 Mac keyboard shortcuts By pressing certain key combinations, you can do things that normally need a mouse, trackpad, or other input device. Using keyboard shortcuts Common shorcuts like cut, copy, paste Sleep,

strain out spam | create calendar events automatically*

BASIC STEPS forward emails from zmail to gmail account (with filters) when they arrive in gmail – "label" them so they organize themselves into groups use "google app scripts" to automatically create calendar

Scroll to Top