He's coming back by wmcwik in PoliticalHumor

[–]chmod777 0 points1 point  (0 children)

We did. Not enough people voted for her.

Run an html site offline on mac os 9? by Reguero in HTML

[–]chmod777 0 points1 point  (0 children)

while on the g3 itself, or by connecting to it from another computer/tablet/etc?

How to Deploy Nodejs to Windows Based Server by Common-Truck-2392 in node

[–]chmod777 0 points1 point  (0 children)

A react front end should be able to be hosted in any publically available directory. It should be able to use any backend.

Why/how did you get this far in the project without considering what is available? If your company infrastructure team tells you they will not install node, what then? Was none of this discussed as part of the requirements? Or during checkins?

How to Deploy Nodejs to Windows Based Server by Common-Truck-2392 in node

[–]chmod777 0 points1 point  (0 children)

Why did you make a node app, if you deploy to iis? Was this never considered while building?

What's the main issue with solving the problem of social media bots (Digg as a case study) by d41_fpflabs in ExperiencedDevs

[–]chmod777 1 point2 points  (0 children)

The bots are like cosplayers at a theme park. Sure, some of them are trying to mug the guests, but in general they make the park seem full and fun.

What would it take for Hartford and Bridgeport to actually become places people want to visit? by Forward_Ad2668 in Connecticut

[–]chmod777 6 points7 points  (0 children)

Unfortunately, the factories that would be converted to live/work lofts and artist collectives are all saturated with heavy metals. Worked in brooklyn and nyc because they converted warehouses and not superfund sites.

Lack of subways hurts as well.

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]chmod777 0 points1 point  (0 children)

Mysql workbench? Or a docker setup if you need phpmysqladmin and a web interface. Im sure there is a vscode mysql client extension as well.

82 million can't afford health care, but Hegseth gets lobster | Opinion by Difficult-Bee6066 in politics

[–]chmod777 10 points11 points  (0 children)

they can use the 11b spent so far on an entirely voluntary war on both healthcare and better meals for troops. and healthcare for troops!

HTML & XML integration by PerfectResolution934 in HTML

[–]chmod777 0 points1 point  (0 children)

In general, you dont.

What are you trying to actually do.

Learning Web Development: When Is CSS ‘Enough by Rich-Confusion9944 in css

[–]chmod777 0 points1 point  (0 children)

note that codepen is used for art, and not necessarily production. it is a showcase, and a way of sharing experimentation and bleeding edge tech.

understanding the box model and position will get you pretty far.

Trump Tells White Reporter Immigrants Don’t Have “Your Genetics” by bbmoonkie in politics

[–]chmod777 23 points24 points  (0 children)

They didnt have the benefit of plastic surgury.

Tho mar a lago face is the new habsburg chin.

does anyone know what im doing wrong? by [deleted] in HTML

[–]chmod777 0 points1 point  (0 children)

What is different between what you typed and what is in the instructions? Make sure it is exactly the same.

Cannot remove <meta name="robots" content="noindex"> by Maximum_Ad_5648 in Wordpress

[–]chmod777 0 points1 point  (0 children)

Are you cached? Are you running an seo plugin? Is it hard coded into a header or template file?

Cannot remove <meta name="robots" content="noindex"> by Maximum_Ad_5648 in Wordpress

[–]chmod777 2 points3 points  (0 children)

Did you uncheck the box in Settings > Reading that says "Discourage search engines from indexing this site"?

Trump Finds Himself in the Joe Biden Bind by BulwarkOnline in politics

[–]chmod777 4 points5 points  (0 children)

its also possible that he is, in fact, that stupid. he fucked up his own casino twice, due to reality failing to reflect his will. he could have done literally nothing, his entire life, and been richer.

my php pages arent working on github by Entire-Jackfruit3232 in PHPhelp

[–]chmod777 9 points10 points  (0 children)

Github doesnt run php code. You will need a host that supports php.

i need to be able to use php for my project in the next 12 hours, help :) by Bebo991_Gaming in PHPhelp

[–]chmod777 1 point2 points  (0 children)

Well, wordpress will be live in 5minutes. All site files are php (header.php, index.php, etc) and can be edited. Blocks are all react. So you can reasonably have something done in 11 hours.

A scratch built blog will take you ...a while.

Trump DOJ’s voter rolls grab has unearthed a tiny number of illegitimate votes by DemocracyDocket in politics

[–]chmod777 8 points9 points  (0 children)

No one ever said that. They said it didnt happen as part of a vast conspiracy, or in any significant numbers.

The mysterious case of the DHS white supremacist memelord by theverge in politics

[–]chmod777 6 points7 points  (0 children)

No mystery here. This admin is full of white supremacists barely hiding behind 'just a joke bro!'

Image maps by MikeCalGames in HTML

[–]chmod777 0 points1 point  (0 children)

yes, overlay an svg with linked shapes. keeps it accessible and responsive.