Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
15 views

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. ...
Stellas Man's user avatar
-3 votes
1 answer
80 views

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 ...
AnoDev DevJunior's user avatar
1 vote
1 answer
202 views

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 ...
Lucid's user avatar
  • 11
0 votes
0 answers
144 views

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({ ...
Solo's user avatar
  • 45
0 votes
1 answer
63 views

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 ...
Flamee's user avatar
  • 45
0 votes
1 answer
46 views

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; ...
Ireugbu David's user avatar
0 votes
1 answer
74 views

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 ...
Lucas's user avatar
  • 1
0 votes
1 answer
732 views

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 ...
zawkey's user avatar
  • 27
0 votes
3 answers
1k views

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 ...
Jafar Muzeyin's user avatar
0 votes
1 answer
443 views

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 ...
Gyuyeon Cho's user avatar
-1 votes
1 answer
170 views

The CSS code for the Google search bar is <input id="input" type="search" autocomplete="off" spellcheck="false" role="combobox" placeholder="...
Bhaskar Jyoti Dutta's user avatar
0 votes
1 answer
1k views

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 ...
Kyzoki's user avatar
  • 3
0 votes
1 answer
58 views

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 ...
user avatar
0 votes
1 answer
275 views

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 ...
Nile Hallazgo's user avatar
0 votes
1 answer
206 views

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/...
HuMMeR-SI's user avatar
  • 109
-2 votes
1 answer
52 views

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 ...
Slime ScienceBoy's user avatar
0 votes
1 answer
633 views

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. ...
Yuval Levi's user avatar
1 vote
1 answer
47 views

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 ...
Sarthak Dubey's user avatar
0 votes
2 answers
121 views

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 ...
Spewy's user avatar
  • 1
0 votes
1 answer
48 views

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 ...
Syed Farid's user avatar
1 vote
0 answers
38 views

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 ...
Eran Krauss's user avatar
0 votes
1 answer
75 views

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
Stefanie Adler's user avatar
0 votes
1 answer
226 views

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 ...
Fast Arrows's user avatar
1 vote
1 answer
231 views

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....
OE7SET's user avatar
  • 11
0 votes
1 answer
45 views

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 ...
drdaaa7's user avatar

1
2 3 4 5
780