Questions tagged as 'front-end'

1
answer

What is the advantage of front-end frameworks like react?

I was talking to some friends and in the conversation they told me that frameworks like react would be mandatory for front end programming today. I wanted to know your opinion on this, why use a front end language and if you do not use it you...
asked by 06.10.2017 / 21:04
1
answer

Deploy with GIT x Deploy with Gulp

I still can not figure out what the best deploy of a site is. I explain the way I'm doing: GIT I started a local repository I hosted my repository on some service like GitHub / Bitbucket I joined the server via SSH and clone the dir...
asked by 09.07.2015 / 13:34
4
answers

How to get session cookie via javascript?

I need to make a script that when the user arrives in my utm via url, I should write a session cookie. This cookie will expire when the browser closes. Can someone help me with this?     
asked by 06.06.2016 / 15:28
2
answers

Division greater than R $ 999.00 results in NaN. How to format correctly

Division smaller than $ 999.00 works correctly. However, greater than $ 999.00 results in NaN. How to stir it? I already put a replace and nothing! $(document).ready(function() { var demo1 = $('span.ecwid-productBrowser-price-value');...
asked by 01.09.2017 / 20:57
1
answer

How to insert new image into project with COMPASS

I have the images I use in my project and I want to add a new image to use on the site, but I can not get the image to be added to the sprites generated by COMPASS     
asked by 24.06.2016 / 19:14
2
answers

Safety Angular Application

I have questions about security, I'll illustrate: In my front , in my controller I have this method: $scope.getAllpessoaGrid = function (strPesquisa, tipopessoa) { $scope.progressbar.start(); $http.post("/pessoa/getAll", {...
asked by 06.04.2017 / 22:46
2
answers

CSS: float vs. inline-block. What are the advantages and disadvantages of each?

I would like to know the advantages and disadvantages of using the float and display properties with the inline-block value. I know that both work to align elements, but I try to know the pros and cons of each one. Can...
asked by 25.09.2018 / 18:14
1
answer

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

In project files and mainly front-end frameworks I have seen a lot, a lot even the bower.json file and I believe it is a file like composer.json , package.json , Gruntfile.js , README.md , then I would like to know:...
asked by 12.04.2016 / 05:05
1
answer

How to add snippets of 'dynamic code' HTML with JavaScript / jQuery

Generally when we want to list data in the front-end tags using back-end tags <%= %> or others. The deadlock I came across was, "How to do this in jQuery?". To explain it better, I'm developing a blog based on Wordpress. As I...
asked by 14.06.2014 / 05:16
1
answer

MVC Folder Structure

Hello. I'm trying to build my own application using the MVC standard. I understand the separation of each item (Model, View and Controller). However, I want to do some sort of separation between Front-end and Back-end, since some Backend Control...
asked by 08.09.2015 / 20:04