Skip to main content

Questions tagged [websites]

Questions about software development for a web site.

1 vote
1 answer
237 views

Can I get Open Graph Protocol data without behaving as a web scraper?

In general, to get Open Graph protocol (OGP) data for a given web page, one would need to retrieve the actual HTML, and then extract the meta tags from it. However, this has two problems: Instead of ...
Lamron's user avatar
  • 119
-2 votes
1 answer
80 views

Advice on how to ensure input only comes from my website component?

I have a website with an online keyboard. Essentially people can type on this online keyboard and send messages worldwide. My problem is users can easily intercept the POST network call to the backend ...
Mason Smith's user avatar
-1 votes
2 answers
148 views

Is there a model or some implementation logic for web layouts?

I am making an application in which the user types BDD scenarios of using a webpage. From this retrieve the widgets and their functionalities and make a "webpage prototype" in Figma. I am ...
Andreas Chang's user avatar
2 votes
3 answers
2k views

How to design for API use cases that need different data from the same table?

I am building a web application. This application is meant to be a home for player rankings and tournament results for a competitive community. I have planned to do this in three layers: a database to ...
John Johnson's user avatar
0 votes
2 answers
180 views

Prevent download of static files referenced only from pages a user is not authorized to access

Let's say a user is authenticated to a website and can access a given page only if authorized to access it specifically, e.g. if the website has only these 2 pages https://my-classified-docs.com/page=...
Francesco B.'s user avatar
-3 votes
2 answers
531 views

Why would I use Gatsby instead of Manual HTML / CSS when creating a static site?

These days, I see people always extolling the benefits of using Static Site Generators (SSG) for building static sites. Why would I not just write the HTML/CSS myself? What's the advantage of using an ...
IntelliData's user avatar
4 votes
2 answers
220 views

How to check a solution method submitted by a user?

I am developing a website somewhat like leetcode, however, it will be for website testing using Selenium WebDriver.My service will provide different websites, along with various tasks that describe ...
Yahya Abdul Majeed's user avatar
4 votes
2 answers
2k views

Is this approach to website design adequate or am I making a mistake?

I'm not conversant with this topic, and therefore I watched a tutorial about a one-page dynamic PHP website (quite educational in my opinion) in which the creator designed the following pages. For ...
Ismael Párica's user avatar
1 vote
2 answers
3k views

Preventing parent component re-rendering of a big React component when you "Lift State Up"

I have a very big form - let's call it <MyForm> - consisting of the following: text fields and dropdowns custom selector made of selectable cards table input (for this example 50 rows with each ...
Hans's user avatar
  • 121
0 votes
1 answer
75 views

For a spa application should request be follow the "single responsiblity" idea or is it better to combine data?

Well in a page in our spa application we need to request some dynamic data from the server. Besides this data for display purposes we also need to request explanations of the columns from the data (...
paul23's user avatar
  • 1,131
0 votes
0 answers
47 views

Web rendering - Trying to figure out the different kinds of rendering

I have a background as a full stack web developer, but didn't code professionally speaking for about 8 years, now focusing on technical and/or functional analysis. In the meanwhile, many things ...
Laurent S.'s user avatar
2 votes
2 answers
92 views

Make modifications to a database resource specific per company

Context I've been searching the internet to see if I could find any other information or posts about what I'm trying to achieve, but I had no luck. I don't know if there's a specific term or whatever ...
Daniel's user avatar
  • 43
1 vote
1 answer
342 views

Is it hard to "add" semantic web to your website?

I am learning about the semantic web. So far what I know is that the whole idea of the semantic web is to add metadata to the data in your website in order to make the data in your website easier to ...
user247763's user avatar
-6 votes
1 answer
65 views

How would you build a simple bidding system with countdown?

So I'd like to build a simple website where there's a given amount, let's say $1. If someone pays that amount a 24 hour countdown starts. Within this window, people can outbid the previous amount and ...
iDec's user avatar
  • 89
-1 votes
1 answer
322 views

Where to store unregistered user data?

Where should I store data of user that is not yet registered? Data that I want to store: Search history (to show appropriate products on a store page) Theme preference (dark / light theme) Cookies? ...
Ruslan Plastun's user avatar

15 30 50 per page
1
2 3 4 5
13