Questions tagged as 'front-end'

1
answer

Maximum number of options within the c: choose tag of JSTL

Personally I was recently working with JSTL and I came across the following situation, I tried to add 3 tags when inside a choose tag and the last tag just does not work, the code looks like this: <c:choose> <c:when test="${pa...
asked by 31.12.2016 / 18:56
1
answer

Prevent the page from being displayed only when all the elements of the page are loaded

I have a page in html, in that ready data, this part looks like this: <table class="table table-responsive"> <thead> <tr> <th>Item 1</th>...
asked by 29.10.2016 / 06:55
2
answers

HTML and CSS horizontal menu

Well guys, I've programmed Java and C # for a while. So now I'm trying to improve the Front End part more, and although I've read a lot of things, it's a bit more complicated when it's time to do it. So I decided to make a website with a few pag...
asked by 28.09.2016 / 22:41
1
answer

Javascript Popups / Modes

Well, I've been trying for 2 days to do the following: When you click on the register button, open the registration mode, when clicking the information button, open it When you click to go back, both will receive display none When...
asked by 01.10.2016 / 21:27
1
answer

How popular a bd .sql, which stays on a server, with php, or java? [closed]

I have a bd in Hostinger, I would like to develop something (for 5 hours !!) that I could of different machines popular this bd, some charitable soul can help me?     
asked by 12.07.2016 / 08:59
1
answer

trigger () on selects js

I need to create a function that when setting one of the options, the next select also changes to the same value. How could you do this with this structure below? <select id='opt#1'> <option value='1'></option>...
asked by 22.10.2015 / 20:06
1
answer

The animation of the menu buttons is not working correctly

Hello, I'm joking around in CSS, HTML and JS to build a random website. In theory the site was all right, but now that I ran the site and went to open on my cell phone and the animation of the back of the menu buttons are a bit bugged. Sometimes...
asked by 07.05.2015 / 15:31
1
answer

Edit txt file remotely

I would like to make an HTML page, and use a PHP page to edit the text of the HTML page (as if it were a Frontend ). Is there any PHP code for this? In my example, the HTML page to be edited is buysingle.html (In this cas...
asked by 01.05.2015 / 16:54
2
answers

Grunt - folder node_modules outside the project

Well, I'm starting GruntJS, my node_modules folder has 50MB, so for every project, it gets bad. I would like to know if you can leave a default node_modules folder in one place to use in all projects without having to stay within the project'...
asked by 28.08.2014 / 03:14
1
answer

Loading jQuery in magento only if it was not loaded before

I need my module to only load jQuery if it has not yet loaded on the page, I did it by javascript, but it runs very fast, even using 'setInterval' and so on .. In some cases they keeps going without waiting for jQuery load, my ques...
asked by 09.04.2014 / 16:07