• 0 Posts
  • 7 Comments
Joined 1Y ago
cake
Cake day: Nov 12, 2024

help-circle
rss

You are in violation of the Community Guidelines due to not marking the comment “NSFW”.
Of course we are not going to tell you why, but you get 1 strike.

/s



Navigation is a need.
It can be done without JS

You don’t even need to be competent. Being obsessed works too.

The problem is, a manager will just get an intern with 0 web experience and hand them WordPress.


Another major reason for using JS is dropdown menus and panels. You need to either write code to listen for the click and reveal/hide it as needed, or you have to do weird CSS tricks that are usually inferior in UX to a JavaScript implementation, or you have to bastardize the form dropdown selector into your general purpose dropdown.

Look for text “HTML’s got expandable sections baked in”

I had actually given up on expandable sections for my website (because I didn’t want anymore JS than the dark/light switcher I made) until I found this.


Why not both?

std::vector ulUtil {"GNU", "Alpine", "BusyBox", "Toybox"};
int currentUtil = 0;
do
{
	try
	{
		OS(ulUtil[currentUtil], "Linux").use();
	}
	catch (USER::Bored & err)
	{
		currentUtil++;
		continue;
	}
}
while ((currentUtil < ulUtil.size()) || (findMoreUtil(ulUtil)));

At this point, just get a bicycle without a battery.

Of course, sometimes you need to move heavy stuff and there’s nothing you can do about it, bu I tend to save enough, not owning a car/motorbike that I can afford to pay for a pickup on those occasions.


I don’t get why they feel the need to keep it a secret.
Google takes GeoLocation data with maps and people happily use it. I even put reviews for places I go to.

If they were to just be above board about it while selling the stuff, they would have much happier customers and they could even get some legitimate use out of the data, like traffic status that Google does.

I’m not a fan of Google, but must say, they definitely managed to do better in this regard.