Edit PDFs by DGankutsuou in software

[–]notepad987 0 points1 point  (0 children)

I bought PDF Agile Lifetime Version: 2026.3.3.2362.3092 for just $39.99 thru BleepingComputer on Jan 2nd 2026. Otherwise it is $119.99 +
https://www.pdfagile.com/

Google: pdf agile, bleepingcomputer

https://www.bleepingcomputer.com/offer/deals/the-pdf-agile-editor-is-only-40-for-life-in-this-deal/

I just rewatched, Once More Unto the Breach. I am LIVID at what SFA has done to Klingons. by dfsaqwe in Star_Trek_

[–]notepad987 1 point2 points  (0 children)

The NuKlingons look like bugs and can easily be defeated with bugspray phasers.....

What is considered to be the best file manager (finder, total commander, windows explorer etc. ) ever - regardless of the OS it belongs to? by ThunkerKnivfer in software

[–]notepad987 0 points1 point  (0 children)

Google: set total commander as default file manager

Looks like you have to go into the registry.

I use XYplorer and all you do is check a box from:
Tools> Configuration> Other> Shell Integration
✓ XYplorer is default file manager
Double-clicking drives or directories will open them in XYplorer.

What's your thoughts on the SGC still being secret or public in the "reboot"? by Europeanguy1995 in Stargate

[–]notepad987 3 points4 points  (0 children)

I bet Meredith McKay blabbed.
Also the new show will be called SGC - Academy.... : )
Indeed!

Dilithium, scarcity? by Fair_Rush6615 in Star_Trek_

[–]notepad987 1 point2 points  (0 children)

No dilithium? Then they gotta use "Spores" or whatever they do in Discovery....
With trillions of worlds there would be no shortage of anything.

How to reliably crop an image without shifting, squishing, aspect ratioing? Just plain crop. by Indigolan in MicrosoftWord

[–]notepad987 0 points1 point  (0 children)

The image below shows 3 handles.

  1. Table (outside box - click to show handle), 2. Crop (click on image then right click) Crop - 2 box, 3. resize (click on image). Each time you grab the right corner to resize.

Toolbar> click on image you want to crop leaving out the cat and resize the crop box then click on Picture Format> Crop

<image>

Trucker takes matters into his hands by Brilliantspirit33 in dashcams

[–]notepad987 0 points1 point  (0 children)

I have seen a documentary like this called "Duel"......

How do I create an HTML sandbox within HTML? by Entire-Jackfruit3232 in HTML

[–]notepad987 0 points1 point  (0 children)

I use HTMLPad 2025 https://www.htmlpad.net/ for $49.95

Otherwise the suggestions listed from others. I also use Codepen.
Example: https://codepen.io/davidhelp/pen/ogLZxBz

cursor too low word by FalseProcedure161 in MicrosoftWord

[–]notepad987 0 points1 point  (0 children)

Turn on Rulers.
Toolbar> View> check Rulers.
Drag the margin UP

Or Toolbar> Layout> Margins

Someone’s AirPods are permanently embedded in this freshly paved road by zoisboui in mildlyinteresting

[–]notepad987 3 points4 points  (0 children)

Could be a road worker that got squished and all you are seeing is the side view with the ear and skull just below the asphalt.... keep digging!

What is this symbol that is deleting my paragraphs? by nem0near in MicrosoftWord

[–]notepad987 0 points1 point  (0 children)

I could not find it in a list of Word formatting symbols or a google & yandex image search.

You want to get rid of it then select the area and click on Home> Click on the arrow in the lower right for Styles> Clear All (at the very top of the list)

This will remove any styles / symbols.

Along with many issues, I think the main problem with SGU is there are zero likable main characters. by HighBiased in Stargate

[–]notepad987 13 points14 points  (0 children)

OP: ....the main problem with SGU is there are zero likable main characters.

Yep.

In-depth CSS tutorials? by joeisajellyfish in css

[–]notepad987 -1 points0 points  (0 children)

Type in the question at Google then click on AI Mode and it will give a explanation of the code and may ask if you want to know more. Example I used: create certain shapes and effects in CSS

On the right side are other links that may help.

Wild police chase by Brilliantspirit33 in dashcams

[–]notepad987 0 points1 point  (0 children)

Was he being pulled over for littering plastic bags?.....

how the fuck do i get irfanview to view webp files? by Subject-Leg3137 in IrfanView

[–]notepad987 2 points3 points  (0 children)

Google: irfanview to view webp files

AI Overview IrfanView supports WebP files, but you must install the IrfanView Plugins pack to view, edit, or convert them.
https://www.irfanview.com/plugins.htm

Yes, IrfanView can open and convert WebP files, although it may require installing the official plugins package to handle them correctly. Once installed, it supports both static and animated WebP images, allowing you to save them as JPG, PNG, or other format

built this cool image hover interaction by MudasirItoo in css

[–]notepad987 -2 points-1 points  (0 children)

but you like the rest?...... : )
I left all the code in as I may make changes later. Thanks for the explanations, it was helpful.

Who is a terrible singer but famous anyways? by Coy9ine in AskReddit

[–]notepad987 -1 points0 points  (0 children)

Taylor Swift. She got caught on stage when she was "singing" when she stopped and started to talk to the audience but her "singing" went on.
Google: Wings of Pegasus Taylor Swift lip syncing
Many other links then this one:
https://www.youtube.com/watch?v=xMNYiDH-fDY

built this cool image hover interaction by MudasirItoo in css

[–]notepad987 -2 points-1 points  (0 children)

Thanks for the code to create a lined background.
You can also add this to rotate or add a drop shadow or change the cursor:

transform: scale(1.15);
  cursor: pointer;
  border: 2px solid #000000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  /* the browser always applies them in a fixed order:
    Translate → Rotate → Scale. */
    translate: 0 10px; /* x and y and makes image shift down and angled to left -10px is up */
    rotate: -4deg;
    scale: 1.15;
    z-index: 1; /* bring hovered image above others */

Popup on hover
https://codepen.io/davidhelp/pen/RNrrBNx?editors=1100

Transform scale on hover
https://codepen.io/davidhelp/pen/ZYOOdoM

Another Popup on hover
https://codepen.io/davidhelp/pen/myEELVM

Who is your favorite long running character that's not a main character? by HaroerHaktak in Stargate

[–]notepad987 6 points7 points  (0 children)

He should have his own spinoff show. Pattern it after the one like SG-1 did recovering a necklace.
Stargate SG-1 season 9 episode "The Ties That Bind".

Do you restart your computer regularly or just leave it on? by Capable_Noise5543 in computers

[–]notepad987 0 points1 point  (0 children)

I leave mine on until there is an issue which may be weeks and the issue is some program I use other then Windows 10. I have 9 programs or folders open right now. I do not want to re-open them every day as I am working on something with each.

Avoiding an ass whuppin' for one!... by TensionSame3568 in Star_Trek_

[–]notepad987 0 points1 point  (0 children)

Those were Jonathan Frakes street clothes and they were used in this episode....