front-end

Problem running Method to insert new user using ASP.NET MVC with HTML and RAZOR

I am having a problem when executing a request to insert a new user, I do not know what I need to do now to finish my request ... : Usuario [HttpDelete] public ActionResult Delete(int id) { Repo.Deletar(id); return View("Index", Repo.Listar()); }

How to leave a div and an image on top of a carousel?

I want to make a carousel and over it, a div and a logo, to give that effect of being superimposed. Try to do as in this exa ... script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> How can I do this?

What are the main differences between Angular, React and Vue.js?

In a project SPA that will soon be used also in a mobile app, I need to know what the main differences are to decide which framework I should specialize in.

How to call HTML code inside css?

First, it is quite possible that there are already topics talking about it. It wasn't lack of research, I just believe I didn ... t; } <div class="a"></div> <p> <div class="b"></div> Is it possible?

Gallery with category filter

I need to implement the following: category buttons + category Gallery I have several categories on my website and an image ... t src="https://cdn.jsdelivr.net/npm/[email protected]/dist/glide.js"></script> </body> </html>

How to use Materialize with Angular?

I am developing a project, but even importing all CDNs, from angular and materialize, materialize JavaScript does not want to ... ferenceError: $ is not defined(anonymous function) @materialize.min.js:6',.. Note: I have already imported the jquery cdn!

Insert icon in input text with HTML and CSS

Hello I would like to insert an icon in the input text of my system, I even managed to put the icon, but when I click on the input to enter the text the icon simply does not hide. can you help me?

put an image below columns in Bootstrap

The structure is correct, the problem, when I try to put an image, the image goes down there along with the footer, this prin ... d.it/450x150" Has some class from the bootstrap to add the image below Column 1 and column 2 or do I have to do by css ??

How to share a property with other components in React?

Hello, I'm new to React and I have a question about sharing properties. For example, I want to have a parent component that ... omDropDown visible="false"; I would like to know how best to do this while respecting good practice. I appreciate the help!

How to versioning front-end projects?

How to versioning front-end projects? Semantic versioning brings the following approaches: MAJOR-when you make incompati ... f a front-end? If my frontend happens to consume a new third-party API, would it be a MAJOR change? Would like suggestions.

Doubt about data-based front end modeling

I am having a lot of doubts to model data of type Posts . Ex: funcionario------cargo = 1 chefia-----------cargo = 2 chefia ... restricted place I would ask if you have the proper position and would not let you pass or create a screen for each position?

Put ul li element daughter div occupying 100% of Page Width

The problem is this: I have a div that is the child of a li element of a ul that does not start at the corner of the page. Th ... ion because when I scroll on the screen because it is being defined a manual left the div stops occupying the entire screen.

Length of jQuery does not update with append, how to solve?

I'm working on a script that makes it load more records from the database when the user reaches the end of the page scroll. ... t happens. Searching a lot I found something similar implementing on, but I just couldn't use it. Can anyone point me a way?

Caption in CSS and HTML images

I'm with a doubt I would like to know how I can put a caption on an image inside a div, who can help me thank you , thank you ... r"> <img "ar" src="imagens/ar.png" alt="Arcondicinados" title="Ar condicionados e Climatizadores" /> </div>

How to create a horizontal scroll menu Video game style?

I am trying to create a menu with the following characteristics: Horizontal with scroll running via touch / scroll of mo ... s="botaoComprar"></div> </div> </div> </div> </body> </html>

Bootstrap - col-xs-X grid system does not recognize width

I am studying bootstrap, and when formulating the GRID system the col recognizes the values LG, MD, SM, but does not recogniz ... n forms as you can see, all right, except in col XS. (I did not print the LG because I did not have space in the same print)

Bower - what is it, what is its usefulness and how to use?

In project files and mainly front-end frameworks I have seen very, very even the file bower.json and I believe it is a file ... , so I would like to know: What is Bower? What is its use? How to use? (optional) what advantages can I gain using it?

Adjust image inside canvas

I have a page that allows you to insert an image inside the canvas element and it works perfectly. Now, what I need is a way ... ()); img.set('selectable', true); img.set('hasControls', false); c.add(img); });

Outline image with CSS text

I am developing a website, but without using any frameworkfor this; I want to point out that I only started in the studies o ... rgin-top: 27px; left: 0px } .featured-link { display: block } Right now, I thank you for everything and qqr helps!

How to make a simple and responsive horizontal menu?

Hello. I started studying front - end development recently (pretty much yesterday) and am having some issues with CSS. I am ... splay: inline-block; } .menu ul { margin-left:4em; } .menu ul li { display: inline-block; margin: 2em; }