Questions tagged [web-development]
Web development is the development of sites on the World Wide Web or private intranets. It includes many topics including server side programming, client side scripting, web services and site design. Questions related to the writing or debugging of code are off-topic on this website. They may be acceptable at Stack Overflow assuming the question meets their quality guidelines.
774 questions
1
vote
2
answers
57
views
Can search engine find my web articles if they are not listed in the index file but listed in the site map file?
I'm new to personal web development, self-learning. I have a personal web site where I have published 15 articles which are all listed in the index file (home page). It's like a book with 15 chapters. ...
1
vote
0
answers
19
views
Canceled request is not showing proper status and might be getting substituted
I am working on improving some parts of my websystem by canceling requests when components are unmounted, or when the part of the screen that would show some data is closed... anyways, I need to ...
-1
votes
3
answers
41
views
Quickly re-caching a page when visitor accesses a page
I run an e-commerce website. The code is all done in PHP.
Every time I make a new release of the site, I re-cache everything (18 webpages plus a few images) which takes a couple minutes.
In order to ...
0
votes
0
answers
50
views
Setting up Dev Environment for Wordpress Woocommerce w/ Extensions?
I have a few clients that need to use Woocommerce as part of their website. Usually, when developing for WordPress, I use a setup like Trellis from Roots.io or similar setup whether WordPress Studio, ...
0
votes
1
answer
93
views
Software caused connection abort bug
I am not technical at all and I have tried my best to include information that you may need to help me.
My server is as follows:
Linux Server c-panel: 124.0.23 Dedicated fully managed server OS: ...
0
votes
0
answers
41
views
Should I noindex blocks used in Woocommerce category description in my Wordpress website?
I have Flatsome theme and Yoast plugin and I use UX Blocks which is a page builder to make beautiful theme to put in my product category description in the form of a shortcode which means I got two ...
0
votes
4
answers
56
views
Handling non-javascript fallback pages without violating WCAG guidelines
I used the demo version of PowerMapper tools online to scan my pages and it presents the following issue to a page I'm about to explain.
Basically, a page that I have is a fall-back page for clients ...
1
vote
1
answer
124
views
Trying to decide between Quarto and mdbook for a personal website+academic notes [closed]
I'm a newly employed academic in a third-world country who wants to host their lecture notes online. I'm going to go with GitHub Pages as the host and am trying to decide between mdbook and quarto as ...
2
votes
2
answers
672
views
Flutter web SEO
How bad is Flutter web SEO? flutter.dev says that flutter is not very SEO friendly (as V. 3) But I'm wondering if I could bring up my app first page on google when user search the web app name.
I've ...
0
votes
1
answer
481
views
Why does CSS want me to use a forward-slash in URLs but the filepath will only copy using back-slash?
I'm learning webdesign, HTML, and CSS all for the first time to build my own site from the ground up, so this may be a very amateur question, but I am genuinely curious.
I'm using notepad++ to write ...
0
votes
2
answers
82
views
why do we need dedicated servers and clients even if most of the protocols can be done through web servers and clients
Why do we need different architecture for different application layer protocols (telnet, FTP etc), even if most of the protocols can be done through web servers and clients? Like web based ssh, web ...
0
votes
0
answers
65
views
My website auto generate hundreds of URLs with the same pattern, and it affects my SEO, how can i stop that and delete them?
i bought an expired domain, and i noticed in google search console that their is +2500 craweled URLs that has the same pattern (ex : www.website.com/?3567hyvz7582zmo1041590_html)
and most of them lead ...
1
vote
1
answer
172
views
Can I install and use an 'npm package' such as ChartJS/OpenLayers in my static website on github pages, or do I need a host that supports NodeJS?
I am building a dashboard with ChartJS and OpenLayers installed through NodeJS, so I install packages locally with npm. OpenLayers also must be installed locally through npm, as there is no CDN link ...
1
vote
0
answers
41
views
SSL certificates, cookies/cache, can’t view my own website… [closed]
Can’t access my own site without occasional error message
“can’t establish a secure connection”.
So I ran a Windows diagnostic, which yielded zero results.
So I deleted my cookies and my cache (as ...
2
votes
0
answers
61
views
hosting multiple websites in the same server
I have a server that has multiple websites, when i access one of them by the ip address or domain name it directs me there with no problem,the rest are accessed by a domain name without any problem, i ...