Questions tagged as 'front-end'

1
answer

How to display a navbar from a particular section of the page?

In the project I am doing, when the viewport is less than 767px it will display a menu / navbar however, it should only be displayed after a certain section of the page. I made an example in Fiddle, there it is better explained. Section 1...
asked by 13.12.2015 / 03:05
1
answer

Responsive site, when resizing the elements go to the bottom of the page

The page has only one photo in the center and some texts. I added a Media Query so that when the viewport is less than 700px it magnifies the images, maaas as I decrease my screen, it explodes ... and drops down to the bottom of the page. Whe...
asked by 04.12.2015 / 21:04
0
answers

$ scope does not visually refresh the data I fill in with JavaScript

I'm filling my $scope via JavaScript using the following code: myApp.controller('gruposController', ['$scope', '$http', '$window', 'usuariosFactory', '$timeout', function ($scope, $http, $window, membrosFactory, $timeout) { // C...
asked by 18.10.2015 / 21:31
1
answer

Get values from WebSQL when loading page through Javascript

When I load the same page as the getChamadasFromDay () function starting after loading, the variables total_time and total_calls continue to be zero. note that the total_time variable and total_call variable are receiving values but for so...
asked by 10.07.2015 / 07:43
0
answers

How to create table with the android email plugin

Hello! I've been breaking my head since morning and can not seem to make it work. Using only these HTML commands I need to create one table. Follow the commands if you do not want to enter the site: The table must look something like...
asked by 15.04.2015 / 21:25
0
answers

Display attribute manufacture in frontend Magento

I've been working with Magento for a short time and I do not know much about it yet, and my case is this: in the list of items display I would like to display the% / p> I used the following code in manufacture : <?php echo $_h...
asked by 23.04.2015 / 19:43
0
answers

Alternative for CSS3 Shapes compatible

I'm having trouble putting together a part of the layout of a project I'm currently working on. The text should be contained within a polygon. For a better visualization of what I'm trying to explain: The site has to be compatible with al...
asked by 29.10.2014 / 16:12
2
answers

Doubt Web Layout [closed]

Well, I need to do a layout like this prototype attached in the post, where are photos associated with a location sent by a mobile device, my question is, which tools should I use for development? I want to make the back end using php to look up...
asked by 08.09.2014 / 16:09
1
answer

Learning about columns - css

One day, I had to develop a site where the layout had some images that were not exactly side by side, and as I did not know about the columns, I ended up aligning everything in absolute and that responsive mess. Could someone explain simply an...
asked by 25.04.2017 / 15:42
1
answer

Is it possible to return a float value with 2 decimal places for 0?

I'm doing a push to get fed into Google Analytics and one of the guidelines that prices are returned as float, so that's fine I've managed to solve using parseFloat (), however, they need two decimal places up to values that end with 00. Ex: (10...
asked by 11.10.2018 / 16:46