Results for What are the principles of responsive web design
I would like to change the css styles of a website but only during the month of decemeber how can I do this? This is the css that I would like to incl...
I have an issue while selecting the object as value for Select component (Ant Design). This is what I'm trying to do import React, { useEffect, useSta...
I have a react native web app. And after I do expo start. I choose for w-web. But then I get this error: ] 10%Error: error:0308010C:digital envelope r...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
This URL has some CSV data files I'd like to use for analysis under the folder 'usage-stats'. However, I'm unable to scrape data from this page. When ...
I have a rangepicker: RangePicker changeOnBlur={true} onChange={horas} disabledDate={datasImp} disabledTime={horasImp} placeholder={["B...
This is MDB bootstrap Code which i got. Link for the Code : https://mdbootstrap.com/docs/standard/extended/login/#:~:text=EDIT%20IN%20SANDBOX-,Registr...
I try to make an image fill the whole screen, the same way it will if I put a background-image to the body with the background-size set to cover. But ...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I'm creating a new ASP.NET Core 8 Web API. In my previous projects with .NET 6 or .NET 7, I can use: services.AddApiVersioning(options => { option...
I have a web app that uses Google Drive API and the end user can choose whether they want to give full access or read-only access (this is crucial). T...
I have a problem with Docker. I am trying to build a docker postgres DB and web service for a DJango app. Here is my config: Dockerfile: # syntax=dock...
I am new to material design and I am researching whether I can use Material Design 3 with Angular version 17. I have followed the steps mentioned in M...
I have an endpoint that I'm building that will be used by 5k - 10k users, say: GET /magic/spells?spellIds=1,2,3 The underlying data source for 'spells...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
This is my JavaScript function in app.js that when window is resizing it call c# function that log a message in console window.addEventListener('resiz...
My Web app(Attendance Management System) contains a dashboard which opens after login. The dashboard contains some data on the right side, a menubar o...
I am trying to get the table data I'm working on responsive in a way which I don't think is possible as far as I know, unless other people here think ...
Before .NET 8, hosting server side controllers with a Blazor WebAssembly app was easy. You just clicked the "ASP.NET Core Hosted" checkbox in the proj...
I am trying to create a square by dragging the mouse while being clicked,I can create the sqaure alone but cant make it work with a preview.While it ...
I hope you can help me with the following situation. We want to deploy an Azure Web App on some sub-applications / virtual-applications. However, what...
I have a table where it has only two columns being exercise_id and muscle_id create table if not exists exercise_muscle( exercise_id INT not null,...
I'm trying to implement this custom tile but cant seem to figure it out this is what I tried. I have it implemented as a custom widget to make the cod...
I created a stored procedure for saving mails to the Microsoft SQL Server. Then I need to send them using ASP.NET Web application. Can you tell me a w...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?