Questions tagged as 'front-end'

1
answer

Aligning two divs in a Modal

I'm having a question for aligning two divs using Bootstrap. <div class="info-suporte col-sm-8"> <table class="table"> <thead> <tr>...
asked by 29.08.2017 / 04:21
1
answer

How to do Frontend Integration with Java? [closed]

I'm a beginner in frontend. I am making a system using html, bootstrap, javascript and jquery. I'm going to have to do the integration with java . I would like some guidance. I do not know where to start. I'll ask you some questions: Wha...
asked by 21.06.2017 / 21:01
1
answer

Caption in CSS and HTML images

I have a question I would like to know how I can put a caption in an image inside a div, Who can help me thank you, Thank you !!!! Information is below: .ar img { position: absolute; width: 200px; height: 130px; top: 946px; ri...
asked by 26.05.2017 / 21:19
1
answer

What is the difference between a plugin and a javascript library?

Recently I have studied a lot of front-end in the vast world that is web programming and by installing some new functionality on the websites I developed I realized that some authors called their library .js and other project's plugin. I woul...
asked by 09.03.2017 / 18:19
0
answers

SPA's login page (AngularJS) [closed]

In the current scenario, I have an index.html that works as a kind of template. For example, in it I have a side menu, a toolbar at the top, and the "center" a div (ng-view) to receive the dynamic content. The point is that the login screen h...
asked by 07.02.2017 / 13:14
0
answers

Good practices with $ .get of jquery

I think it's not recommended to $.get within $.get . But then what would be the best practice for this code below: var valorSalario = getSalarioAtual(location.state); $.getJSON('https://geoip-db.com/json/geoip.php?jsonp=?').do...
asked by 09.01.2017 / 18:50
1
answer

How to show "loading" screen

Good afternoon, I am a beginner in the angular and I have the following doubt: Can I have a handy selector on all my components? I bring my component as follows: import { CarregandoComponent } from '../carregando/carregando.component'; @...
asked by 08.01.2017 / 17:15
0
answers

Tutorial to the user (step by step) - Front-end

Is there a plugin for this? Do you have any method to make this "help" system?     
asked by 15.12.2016 / 20:15
1
answer

Problems with background

I'm having trouble filling my background with a specific color in the case, blue. Here is the code for my application: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt...
asked by 29.11.2016 / 18:06
0
answers

How to import an external React component into Asp.Net

Hello, I wanted to import an external React component, generated in webpack (Bundle.js) to my Asp.net MVC application. I am trying to import the "Bundle.js" file to my page and render the React component in the babel script tag, but nothing happ...
asked by 16.02.2017 / 21:06