38,984 questions
Advice
0
votes
0
replies
15
views
Deploying embedded Javascript to a remote server
I am an experienced programmer, but am new to Web Development. I have become familiar with several technologies, including embedded Javascript, which I would like to use for my employer's project. ...
-3
votes
1
answer
80
views
Little problem with display data from local server in html table with php and sql
Today I have a little problem, with basic and maybe funny thing. Today I wanted make table with data from sql server. For that I use Xampp for that and maybe is verry common choose for that. The ...
1
vote
1
answer
202
views
doesn't css animation not work on ios chrome?
i'm making an animation that show the menu by squentially giving delays. below is my code (twin.macro + emotion).
const Menu = ({ onClose }: Props) => {
return (
<>
<div ...
0
votes
0
answers
144
views
Leaflet popup tip not aligned properly
Popups I have on this leaflet map have a mis aligned tip
Any suggestions on how to fix this?
This the code I have for the markers themselves and the associated popup
var redIcon = new L.Icon({
...
0
votes
1
answer
63
views
Adobe font Issue for Mobile displays
I have created a website and hosted, www.sellrfinance.com
The font submit button has no font, the same font is being used and shows but no the button, I have followed every guide on stackoverflow to ...
0
votes
1
answer
46
views
Making a div positioned absolute leave the boundary of it's parent div
devs. I am experiencing a situation in which a div that is positioned absolute does not leave its parent boundary, instead, it is overflowing inside its parent boundary.
below is a sample of the code;
...
0
votes
1
answer
74
views
Is there a way to use Pyhton in websites?
I need to make a very specific program to calculate text RPG results based on user inputs, currently Im making it in Python because thats what I know to use, but we play in a website and most players ...
0
votes
1
answer
732
views
Owl Carousel card not centered
I am having trouble getting my owl carousel to be centered on my website. I have implemented the owl carousel to display testimonials from customers on my landing page. However, the carousel seems to ...
0
votes
3
answers
1k
views
"has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes" when accessing the spring boot API
I am trying to run the application, the front end is developed using angular 15, and the backend uses spring boot 3.0.1. when I try to access I get the following error on the chrome
browser:
I have ...
0
votes
1
answer
443
views
can I use .h5 file in Django project?
I'm making AI web page using Django and tensor flow. and I wonder how I add .h5 file in Django project.
writing whole code in views.py file
but I want to use pre-trained model
not online learning in ...
-1
votes
1
answer
170
views
How to select Google search bar using CSS selector?
The CSS code for the Google search bar is
<input id="input" type="search" autocomplete="off" spellcheck="false" role="combobox" placeholder="...
0
votes
1
answer
1k
views
Cannot connect to streamlit app hosted on EC2 instance
I have been banging my head against a wall trying to get my streamlit app deployed on an ec2 instance so I can share with others, however I am having trouble connecting to my streamlit app via the ...
0
votes
1
answer
58
views
Flex container works differently in different browsers?
I am making a web-site. There is content part with specific width. Inside there are flex-boxes with image. The number of images may be different (not more than 5) and the width of each image must be ...
0
votes
1
answer
275
views
Created a Moodle website using google API account login working since last two years but now it stop working
I created a Moodle website two years ago and I am using google account login using google API and for the last two years it works fine but now every time I login using the same google account it wont ...
0
votes
1
answer
206
views
Making a request to Google Cloud speech recognition using API key
I want to use Google SpeechRecognition service as a fallback for SpeechRecognition API, the thing is that in the docs I only see a way to authenticate using the API key.
https://cloud.google.com/...
-2
votes
1
answer
52
views
I can't put this div in the website bottom
I'm with a problem that i trying solve: i'm making a website, and i was going put the final part of the site, using a div, but this part can't stay glued in the bottom, no matters the code editing ...
0
votes
1
answer
633
views
Refresh token for Google OAuth 2.0
I have an application that uses Google APIs in some places, and I want to avoid having the user login every time. Currently, I only receive a Google access token in the response, not a refresh token. ...
1
vote
1
answer
47
views
How can we find only the WebElements present on the viewport with using selenium python find_elements method?
I want to automate the task of scrolling through a web page and clicking on the buttons. But, when trying to find web elements with driver.find_elements() getting a list of all web elements which are ...
0
votes
2
answers
121
views
How do I make my website fit all screen sizes?
On my website, I was trying to make the size of an iframe be the same on all resolutions / screen sizes.
A Iframe on my website: Website
View source of the page: View-source
I tried this code;
<p ...
0
votes
1
answer
48
views
My div is stretching on large screens in Bootstrap 4
My image overlay is stretching on large screen. I have tried max-width but no solution. max-width destroys responsiveness on small screens.
I am trying to add transition on image so overlay will come ...
1
vote
0
answers
38
views
Modal is not animate in the first render on chrome browser from iphone (React, IOS, SCSS, Chrome)
I create a simple modal in react.
I also create a scss file for the modal and tried to animate the enter & exit of the modal.
When I first open the modal - the animation is not working when enter ...
0
votes
1
answer
75
views
How do I add a section title in Elementor?
I want to add a section titel on my elementor Website but I don't know to how!
are there any way to make it easily to my elementor website
0
votes
1
answer
226
views
SVG weird lines in safari
Does anyone know why does this SVG:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 412" fill="none">
<path id="path1" d="M0 130L192 ...
1
vote
1
answer
231
views
(Qt for WebAssembly) MultiPointTouchArea loses all touchpoints after just one is released
If I run the following code in the browser using Qt for webassembly I can shift points around, but if one of the two is released, shifting no longer works and this console messages appears:
qt....
0
votes
1
answer
45
views
img TAG attribute in the first one is different than others I can't get the link? web scraping python
The code below is an example.
On the first img. You can see the class is (class_name) and the src= contains a link. But the rest of the img TAGS you will see the classes are different, and there is no ...