Category "web"

There is another cms for django?(not "django CMS") or why i should use django cms? [closed]

I was trying to create Django-based templates, which I found after a bit of searching on the Django CMS site. But then I went to install it an

Javascript for deleting DIV that blurs website

There is a website with the following div: <div class="x" style="user-select: none; filter: blur(4px);"> under this div there are a lot of other divs. I

Convert .htaccess rewrite rule for showing a custom 404 to be php-fpm friendly

I'm reinstall server on Ubuntu 20.04 with control panel "Hestia" with php-fpm support. But i have 404 error in front page domain.com/ if i use in .htaccess: Rew

Internationalization Web Number-Symbols

do I need to use another number-symbols when I want my webpage to be accessible in other countries? According to Microsoft there are different shape of numbers:

Flask application doesn't take into account the arguments in app.run()?

I have this issue : I use arguments to set the port and the debugger on like this if __name__ == '__main__': app.run(port=4200, debug=True) but it isn't ta

How to get last modified date of a website?

I'm working on a crawler project, in my project I need the last modified date of the website to be added as important information. Is there any way to do this?

Install Django on Gandi instance

I am trying to install an Django app on Gandi. For now, what I have is un file name wsgi.py: import sys import os import os.path sys.path.insert(0, os.path.abs

While sending request to Auth0 to get access token, is it possible to hide payload with secret keys which are visible?

I'm using Auth0 for sign in/sign up flow and user has possibility to update his profile information. In order to do that I'm requesting a token from auth0 using

How to change the iFrame src on click of a button

<section class="ep1"> <iframe src="https://example.com" width="640" height="480" allow="autoplay"></iframe> </section> <but

react-xarrows not updating lines in position

There are some issues I'm having while using the react-xarrows with mui. I'm trying to achieve: The line should be connected in the same position after toggling

ERROR LARAVEL EMAIL: Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1

Greetings to the community! I have recently developed a web page with Laravel 9.X, which works correctly in local, but when I upload it to my Host, I am having

Google OAuth2.0 redirected URI missing Hash (#) and path

I am implementing OAuth 2.0 with Google API's, but the redirect Uri from Google is missing the hash (#) and path. Which causes my parsing to fail. I am building

manual FB login integration ( without SDK)

FB dialog gives me no feedback so that I can parse token from url and close it. Window event is stuck in onunload event. The below code builds my FB url which I

How do we call c++ application from web on client side on linux

For example, a client has a c++ application, and trying to access web application on the browser. But the web application needs to run this application. I don't

How do we call c++ application from web on client side on linux

For example, a client has a c++ application, and trying to access web application on the browser. But the web application needs to run this application. I don't

How Manage SEO In flutter web?

I want to build my portfolio with Flutter web, but only thing is load on Inspect page is this: <flt-glass-pane style="position: absolute; inset: 0px; cursor:

React Native update component

I'm pretty new to react-native. When I click the stop sleep or info button I send patch requests to the users.json file to change the status. My JSON file conta

XPATH issue while looping through tags

I have this piece of code, where I try to download these papers but the loop prints the first element only. import scrapy from urllib.parse import urljoin class

Flutter unable to connect API XMLHttpRequest error in flutter

Flutter unable to connect API when I try to run web app I'm using auth api it's working fine with android and iOS but I'm unable work on flutter-web. here are

How do i connect to websocket URL from website?

i'm trying to get the update values from website, i manage to connect but i cant get the values, i dont know if i'm doing anything wrong. this is what i'm tryin