Questions tagged as 'html5'

0
answers

Html & CSS create responsive menu [closed]

I need your help, I'm programming a website, I want it to be responsive. I created a bar, this is responsive, and I placed the menu horizontally on the right side of the screen, on the left side I put the logo on my site, but this one is not res...
asked by 03.12.2015 / 16:40
0
answers

How to deploy Favorites in localStorage?

I'm implementing a notification tracking project. On the page where you list notifications, there's a star on each notification to add it to bookmarks, which is stored in localStorage . However, I'm not able to program jQuery to receive cl...
asked by 07.01.2016 / 22:50
0
answers

Flash, javascript and html5 canvas

Hi I made a slider in flash player with the html5 canvas and I published it now I need to put it inside the div of my file but I can not, the screen goes black when I replace the html file made by flash, and I put it in my page . I'm testing on...
asked by 04.11.2015 / 07:05
1
answer

Button with link in MVC5 is not working

I created a popup in an mvc5 project (Razor) and it is not working the link that when I click the button it would go to another page but it is not working I will post the code here below. Code: <div id="banner_popup" style="display:none...
asked by 05.07.2016 / 20:45
3
answers

How to use f: setPropertyActionListener with Passthrough Elements in JSF 2?

I'm using Passthrough elements in my JSF project, and I need to do something similar to this: <h:commandLink action="#{meuBean.acao()}" value="clique aqui"> <f:setPropertyActionListener target="#{meuBean.objeto}" value="#{objetoLo...
asked by 14.12.2015 / 21:11
0
answers

Resize image and remove borders

I'm doing a "UI" with Canvas, where only the center part is resized and then reattached with the edges. Everything works perfectly, however as the size increases the "smooth" edges too, and I wanted to know how to remove it. Base image: F...
asked by 15.10.2015 / 02:43
1
answer

Saving information in bank and sending via post in Rails

I have a view that explains a system and allows the user to submit content for publication. He just types in a textarea and this text is sent to a WP blog, along with his username and email, which turns him into a guest post. The problem is t...
asked by 09.09.2015 / 03:23
4
answers

Return php data to angularJS

Good evening guys. I'm doing a CRUD with angular and php. I have already managed to register data in the database, but I can not get this data and display it in the html. I think it's the file, fetch.php, which is not right. Follow the lin...
asked by 10.09.2015 / 03:48
0
answers

I can not write text formatted with tinyCME in the database

The code without the text editor writes to the database. After I've placed the editor, the form's submit button does not send data. I'm also interested in recording snippets of programming codes. Below is the form code. <?php if(!isset($_SE...
asked by 17.10.2015 / 03:58
0
answers

Search link building, combining select?

I'm having a little problem building a search filter for my site. Anyway, I need a filter that shows options that are related to the previous select example: jsFiddle: link var arr_cidades = { sp: ["Sorocaba", "Boituva", "Tatu...
asked by 06.10.2015 / 16:03