The Wizard's Sanctum
4K Video Downloader Plus
You're not the only one who has searched for the elusive free download button on YouTube (YouTube Premium will cost you $14/month) and not found it because there isn't one but no worries there's an app called 4K Video Downloader that can act as your official YouTube video download button and not only does it work beautifully it is totally free
It works with macOS 12 or newer and it will also work with Windows 11 and Linux Ubuntu 22.04 64-bit (GNOME only) or newer
It's simple to use you just copy the link to the video you want to download then click the ‘Paste Link’ button in the top left of the application and choose to download the video
The fee version allows you to download 10-15 videos per day and for unlimited downloads it will cost you $15/year
Here's a link to the 4K Download X/Twitter account
Moving HTML Elements with CSS
Margins and Padding
Here's a simple HTML document

And as you can see there is styling for the paragraph tag's background color and text color but there's nothing there to tell the browser where on the page to put them so the browser goes to default where there is no instruction at all and the three paragraphs are stuck together and crammed against the left side of the page
To give a p tag a margin style so that you can move it around on your webpage you write it this way
If you designate a single value the browser assumes you want the same amount of margin on all four sides Or you can assign a margin to all for sides individually this way
But there's a shortcut way of writing margin values that saves us a lot of typing and it looks like this
(As you probably knew already anything written between the slash * and the * slash are comments we make about the code we're writing that the browser completely ignores)
The browser reads values clockwise from the top so if you assign multiple values the first value will be the top, the second value will control the right side, the third the bottom and the fourth the left sideAnd as we said before if you give the browser only one value it assumes you want that applied to all four sidesBut if you give the browser two values for margin it will use the first value for top and bottom and the second value for left and right
By far the most popular way of writing margin css code is to use three valuesThis tells the browser you want the first value to be the top, the second value to be both sides and the third value to be the bottom
Padding works very much the same way as margin only it gives things breathing room inside its element

Padding is the space inside an element's border, separating the content from the border itself, while margin is the space outside the border that separates the element from other elements
CSS Selectors
There are three basic ways to use CSS to style html elements, elements meaning paragraphs <p>, headers <h1> <h2> <h3> <h4> <h5> and <6> along with lists <li> and anything else that's a block element
- Element Selector
- Id Selector
- Class Selector
Here's Some Code Related Stuff
<html> <head> <title>The Wizard Scoroncocolo Reference Page</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <link rel="stylesheet" href="main.css" /> <noscript><link rel="stylesheet" href="noscript.css" /></noscript> <style> p { font-family: Garamond, Arial, sans-serif; color: #9F9FA9;} </style> </head>
Hex color code
A hexadecimal code that specifies a color on websites and in other digital formats, written in the format #RRGGBB. The first two digits (RR) represent the amount of red, the next two (GG) represent green, and the last two (BB) represent blue. #FF0000 is pure red, while #000000 is black and #FFFFFF is white.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }.
Finally, this is a link.
To remove the bullet points (dots) from an unordered list CSS:
.my-list {
list-style-type: none;
}
Coupled with: HTML
<ul class="my-list">
<li>Item 1</li>
<li>Item 2</li>
</ul>
Or inline:
<ul style="list-style-type: none;">
<li>Item 1</li>
<li>Item 2</li>
</ul>
A Unalphabetized Glossary of Unassorted Information
Cmd + Shift + R in Google Chrome is the shortcut for a hard refresh, which bypasses the browser's cache and loads the most up-to-date version of a webpage To perform a hard refresh in Safari on a Mac, use the keyboard shortcut Command (⌘) + Option (⌥) + R. Alternatively, hold down the Shift key while clicking the refresh button in the toolbar
The name Google was created accidentally, it was originally supposed to be named ‘Googol’. (Googol is 1 followed by 100 zeroes). The founders, Sergey Brin and Larry Page, checked to see if that domain name was taken, but accidentally searched for ‘google.com’ instead of ‘googol.com’. They liked that name even better and registered the domain name on September 15, 1997
Yes files on thumb drives are editable. I probable knew this but had forgotten
Another thing I only recently remembered is that not only can you can view the html code of a webpage by typing (opt ⌥ cmd ⌘ u) but you can copy from there to paste what you've copied somewhere else
Have Chrome read pages aloud - right-click on a page, and select Open in reading mode
Drag a file from one folder to another moves it but Opt-Drag it copies it
If you want to read (not edit) a txt file you can just highlight it and hit the Enter key
To save a video playing on your iPhone, use the built-in Screen Recording feature by adding it to your Control Center. Swipe down from the top-right to open Control Center, tap the record button (looks like a bullseye), and after the three-second countdown, the video will be captured and saved to your Photos app. To stop, open Control Center again and tap the record button, which will then be red
Pixelmator Keyboard Shortcuts
Pixelmator Keyboard Shortcuts to Tools
- Color Adjustments A
- Paint B
- Crop C
- Erase E
- Effects F
- Gradient fill G
- Hand tool H
- Color Picker I
- Quick Selection Q
- Repair R
- Style tool S
- Type T
- Arrange tool V
- Zoom Z
Mac Keyboard Shortcuts
Finder and system shortcuts- Command-D: Duplicate the selected files.
- Command-E: Eject the selected disk or volume.
- Command-F: Start a Spotlight search in the Finder window.
- Command-I: Show the Get Info window for a selected file.
- Command-R: (1) When an alias is selected in the Finder: show the original file for the selected alias. (2) In some apps, such as Calendar or Safari, refresh or reload the page. (3) In Software Update, check for software updates again.
- Shift-Command-C: Open the Computer window.
- Shift-Command-D: Open the desktop folder.
- Shift-Command-F: Open the Recents window, showing all of the files you viewed or changed recently.
- Shift-Command-G: Open a Go to Folder window.
- Shift-Command-H: Open the Home folder of the current macOS user account.
- Shift-Command-I: Open iCloud Drive.
- Shift-Command-K: Open the Network window.
- Option-Command-L: Open the Downloads folder.
- Shift-Command-N: Create a new folder.
- Shift-Command-O: Open the Documents folder.
- Shift-Command-P: Show or hide the Preview pane in Finder windows.
- Shift-Command-R: Open the AirDrop window.
- Shift-Command-T: Show or hide the tab bar in Finder windows.
- Control-Shift-Command-T: Add selected Finder item to the Dock (OS X Mavericks or later).
- Control-Shift: Press and hold while accessing the Dock to use or stop using Dock magnification.
- Shift-Command-U: Open the Utilities folder.
- Option-Command-D: Show or hide the Dock.
- Control-Command-T: Add the selected item to the sidebar (OS X Mavericks or later).
- Option-Command-P: Hide or show the path bar in Finder windows.
- Option-Command-S: Hide or show the Sidebar in Finder windows.
- Command-Slash (/): Hide or show the status bar in Finder windows.
- Command-J: Show View Options.
- Command-K: Open the Connect to Server window.
- Control-Command-A: Make an alias of the selected item.
- Command-N: Open a new Finder window.
- Option-Command-N: Create a new Smart Folder.
- Command-T: Show or hide the tab bar when a single tab is open in the current Finder window.
- Option-Command-T: Show or hide the toolbar when a single tab is open in the current Finder window.
- Option-Command-V: Move the files in the Clipboard from their original location to the current location.
- Command-Y: Use Quick Look to preview the selected files.
- Option-Command-Y: View a Quick Look slideshow of the selected files.
- Command-1: View the items in the Finder window as icons.
- Command-2: View the items in a Finder window as a list.
- Command-3: View the items in a Finder window in columns.
- Command-4: View the items in a Finder window in a gallery.
- Command–Left Bracket ([): Go to the previous folder.
- Command–Right Bracket (]): Go to the next folder.
- Command–Up Arrow: Open the folder that contains the current folder.
- Control–Command–Up Arrow: Open the folder that contains the current folder in a new window.
- Command–Down Arrow: Open the selected item.
- Right Arrow: Open the selected folder. This works only when in list view.
- Left Arrow: Close the selected folder. This works only when in list view.
- Command-Delete: Move the selected item to the Trash.
- Shift-Command-Delete: Empty the Trash.
- Option-Shift-Command-Delete: Empty the Trash without confirmation dialog.
- Command–Brightness Down: Turn video mirroring on or off when your Mac is connected to more than one display.
- Option–Brightness Up: Open Displays settings. This works with either Brightness key.
- Control–Brightness Up or Control–Brightness Down: Change the brightness of your external display, if supported by your display.
- Option–Shift–Brightness Up or Option–Shift–Brightness Down: Adjust the display brightness in smaller steps. Add the Control key to this shortcut to make the adjustment on your external display, if supported by your display.
- Option–Mission Control: Open Mission Control settings.
- Command–Mission Control or Fn-H or Fn-F11 Show the desktop.
- Control–Up Arrow: Open Mission Control.
- Control–Down Arrow: Show all windows of the front app.
- Option–Volume Up: Open Sound settings. This works with any of the volume keys.
- Option–Shift–Volume Up or Option–Shift–Volume Down: Adjust the sound volume in smaller steps.
- Option–Keyboard Brightness Up: Open Keyboard settings. This works with either Keyboard Brightness key.
- Option–Shift–Keyboard Brightness Up or Option–Shift–Keyboard Brightness Down: Adjust the keyboard brightness in smaller steps.
- Option key while double-clicking: Open the item in a separate window, then close the original window.
- Command key while double-clicking: Open a folder in a separate tab or window.
- Command key while dragging to another volume: Move the dragged item to the other volume, instead of copying it.
- Option key while dragging: Copy the dragged item. The pointer changes while you drag the item.
- Option-Command while dragging: Make an alias of the dragged item. The pointer changes while you drag the item.
- Option-click a disclosure triangle: Open all folders within the selected folder. This works only when in list view.
- Command-click a window title: See the folders that contain the current folder.
- Command or Shift while selecting an item: Select multiple items in the Finder.
- Fn-A: Show or hide the Dock.
- Fn-C: Show or hide Control Center.
- Fn-D: Start or stop dictation. You may be able to set a different dictation shortcut in Keyboard settings.
- Fn-N: Show or hide Notification Center.
- Fn-Shift-A: Show or hide Apps (macOS Tahoe 26 or later) or Launchpad (earlier versions of macOS).
- Fn-Fn: Open the Character Viewer.
- Command + Command (press twice): Open or close Type to Siri.
- Control–Space bar and Control–Option–Space bar: Select the previous or next input source, if you use multiple input sources to type in different languages.
- Window-tiling shortcuts
- Click the Go menu in the Finder menu bar to see shortcuts for opening many commonly used folders, such as Applications, Documents, Downloads, Utilities, and iCloud Drive.
Pixelmator Function Shortcuts
- Duplicate layer or selected area - Command ⌘ + J
- Open an image - Command ⌘ + O
- Save an image - Command ⌘ + S
- Duplicate an image - Shift ⇧ + Command ⌘ + S
- New image from Photos library - Option ⌥ + Command ⌘ + N
- Undo last action - Command ⌘ + Z
- Redo last ation - Shift ⇧ + Command ⌘ + Z
- Change size of image - Option ⌥ + Command ⌘ + I
- Change size of canvas - Option ⌥ + Command ⌘ + C
- Close window - Shift ⇧ + Command ⌘ + W
- Close tab - Command ⌘ + W
Definitions
- Insanity
-
The definition of insanity according to Albert Einstein is "doing the same thing over and over again and expecting different results"
- JSON
-
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate
- Item 3
-
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.
Definitions
- Insanity
-
The definition of insanity according to Albert Einstein is "doing the same thing over and over again and expecting different results"
- JSON
-
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate
- Item 3
-
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.
Actions
Interesting Places
- Images
-
You can browse through and download free images at pixabay
- Item 2
-
“Maleficos non patieris (pah tee ay rees) vivere” (we vay ray)thou shall not suffer a witch to live Exodus 22 verse 18
- Item 3
-
There but by the grace of God go we all illuc sed gratia dei omnes imus (Elook said GRAHT-tsee-ah DAYee OM-ness EE-moos)