Search
Search Articles
Search Articles by entering your search text above.
VPN
Questions and Answers About VPN and IPs and Google

** Testing AI Generated Responses ** Does VPN give you the same IP every time? It depends on the VPN provider and their policies. Some VPN providers offer dedicated IP addresses to their users, wh..

11:56 pm, March 26, 2023
Random Code
Google Fonts Multiple includes

I saw this on a site today, i wondered if it slowed the page down loading the same font this many times.  For some reason they have included the same roboto font include 3 times. Not sure why.&n..

6:43 am, July 1, 2022
google
does google still post back the search term with the link click

i remember a while back when you could actually see what search result words were being used to link back to your pages using the data sent back from the google click.  now when i test this i ca..

1:04 am, August 26, 2021
Apps
Move from Backup and Sync to Google Drive for Desktop

So i saw this update today for google backup and sync, and turns out that is is an awesome update! Now you can stream your files from Google Drive to your PC rather than having to choose which files ..

1:56 am, August 11, 2021
apps
google chrome tabs not saving when reloading the browser

When i noticed the tab groupings in chrome, i thought, awesome ill group some of my most used tabs together then when i start up for the day they will be there rather than having to load them again ma..

10:07 pm, March 2, 2021
Site Development
Google Page Speed Cleanup and Testing

Here we go with some google page speed testing, on the new reduced size kruxor.com Its less impressive than i thought it would be: https://developers.google.com/speed/pagespeed/insights/?url=https%3..

12:47 am, December 23, 2020
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
url() css reference