38,670 questions
-3
votes
0
answers
8
views
Find a website to ftf server online access [closed]
I have ip address of ftp server . please suggest me a cost free website in which i can access the sever and can download files on it and save in the device in which accessed
Best practices
0
votes
1
replies
45
views
Creating and deploying a web application
I really want to implement a dream web project (a small messenger for me and my friends, where we can store our media library) and I don't know where to start.
I wrote a local API for my coursework in ...
Tooling
0
votes
0
replies
31
views
How to implement AR in Unity WebGL using geolocation (GPS) or image marker tracking data from web?
Context:
I am porting an existing mobile AR application (Unity + ARCore) to the web platform (WebGL). Since native ARCore APIs (plane tracking) are unavailable in the browser, I am considering simpler ...
Advice
0
votes
8
replies
84
views
How to make a website? Frontend and Backend
Hi I am a beginner in programming, I just want to ask if I were to make a website what IDE should I use to run the frontend and backend? Like merge ( ? ) Can I use Visual Studio? Or something else. ...
Best practices
0
votes
3
replies
22
views
Is there a standard image size to be used for a website
Is there a standard image sizes for a website for varios aspect ratio ? I do not want to create a huge image which indirectly impact the page size. So are there a recommended size to use for aspect ...
Advice
0
votes
3
replies
77
views
Advice needed: scraping company websites in Python
I’m building a small project that needs to scrape company websites (manufacturers, suppliers, distributors, traders) to collect basic business information. I’m using Python and want to know what the ...
Tooling
0
votes
2
replies
37
views
What shall I use for my React Web App back-end
I just began web dev and wanted to launch a few applications. I learnt HTML, CSS and JS well. Got into React, but that's all front-end. I have no idea what to do for backend.
Also, let me tell you I'm ...
Advice
0
votes
2
replies
16
views
Chrome network tools override content not working
https://developer.chrome.com/docs/devtools/overrides
when the API name is followed by a number like ?_=*, the override always fails. Is any additional configuration required
overrider a api like
/...
Advice
2
votes
1
replies
51
views
Which Career Path Should I Choose: DevOps/Cloud or Full-Stack?
I am currently at a point where I need to make a decision about my future career path, and I would really appreciate some guidance. I have experience and a strong interest in programming, and I am ...
Best practices
0
votes
1
replies
65
views
Why does using Python’s print() function cause a rendering error in Django, and what should be passed to render() instead?
Problem Code Snippet (Python: Django)-
def home(request):
data = {"msg": "Hello"}
result = print(data) # Problematic line
return render(request, "index.html"...
Advice
0
votes
1
replies
40
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. ...
1
vote
1
answer
55
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 ...
1
vote
1
answer
523
views
How does Neetcode persist checkbox count / progress bar without sign-in and without local storage?
I'm on www.neetcode.io, and I realized that it saves my progress. However, when I check my local storage, I don't see any state. I also haven't signed in, so there is no "state" of mine ...
0
votes
2
answers
128
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
183
views
Opening Video Thumbnail - video will open but will not load
For context, this is just a website that displays a thumbnail gallery linking to larger photos/videos.
When the thumbnails of photos are opened there is no problem. The thumbnails with a video ...