Questions tagged as 'html'

1
answer

How to mount this ng-repeat?

I decided to organize the data into tabs. But I'm not able to do it using angularjs ng-repeat. I have the following json object for testing: var obj = { URL_IMAGEM:"img/user.png", CLIENTE:"BRUNO SILVA", QTD_PEDIDOS:1, PRIMEIRO_...
asked by 15.10.2016 / 02:47
2
answers

Error Tin console Google Chrome

I was developing a system where I updated a page and started to display a strange error in the Google Chrome console, what can it be? How to solve?    Font from origin 'No access-control-allow- Origin 'header is present on the requested resou...
asked by 23.09.2016 / 03:48
1
answer

Modify the URL of a href using PHP HTML DOM

I want to modify a URL of an object that I am extracting from another site, in this case, from Exame.com. Follow the code: $exame = file_get_html("http://exame.abril.com.br/"); $exame_posts = $exame->find("p.content-item...
asked by 23.09.2016 / 01:36
0
answers

Reloading anchors

I am developing a site - plm87.com.br/Davi - this is the temporary link. So the question is: when I click on the menu links the anchors work normally. however, when I click on the "see more" buttons in the specialties part the anchors misconf...
asked by 18.09.2016 / 19:47
1
answer

How to receive a PDF file in Django and save to a directory?

I get a file by html using type="file". <form action="/docs/enviado/" method="post">{% csrf_token %} <input type="file" accept="pdf" name = "projeto"/><br /><br /> <input type="submit" value="enviar" /> </f...
asked by 20.10.2016 / 20:43
0
answers

How to connect Socket with Websocket?

Maybe the title is a bit silly, but I will explain, I have a Socket Server that I made in VB and I also have a Client Socket made in Javascript for web, only problem is that the Client (Web) understands that the established connection is the ser...
asked by 27.09.2016 / 23:23
1
answer

javascript and jquery

   A. Change the implementation of the click event applied to the list items,   to allow you to switch between "scratched" items, that is, if an item does not   is marked, the style for marking applies. If you are already   marked, this style is...
asked by 29.09.2016 / 15:11
1
answer

Center dropdown menu in css

I searched the code needed to build a dropdown menu in CSS. What I found was a functional menu, but that was left aligned. Then I tried to align elements to the center using CSS. I was able to center the menu, but the sublinks were strange, see...
asked by 14.09.2016 / 18:51
1
answer

Get Domain for an Unfinished Website

Well folks, I'm building a website and I needed to get a domain to handle the contacts page, rather the emails. The problem is this: I am using phpmailer and I want the user to be able to communicate with the "owner" of the website, ie, any e...
asked by 14.09.2016 / 03:50
1
answer

Adding language manually [closed]

Hello, I'm working on a website, where the client passed me in pdf of the texts of the website, in another language, so I add an option on the site to change the language. * The site is not in wordpress. But I do not know where to start...
asked by 12.09.2016 / 19:28