Posts by Cabelu Oliveira • 88 points
7 posts
-
0
votes1
answer756
viewsA: How can one element not overlap the other?
I think you should add the float: left to the second item as well: p.acessorapido{ float: left; width: 100%; height: 38px; max-width: 885px; margin-top: 20px; padding: 8px; padding-left: 0px;…
-
0
votes2
answers270
viewsA: Convert bank date to AJAX
You can convert the date in the query and already bring it in the correct format.
-
0
votes2
answers147
viewsA: How to pass data from a search done in ajax/php/mysql to a textarea with ckeditor
On the line var resposta = req2.responseText; You added what returns from the ajax in the response variable, but did not throw it into your field, you have to include it with (in the case of…
ckeditoranswered Cabelu Oliveira 88 -
0
votes2
answers53
viewsA: Does using Alternative Syntax change performance?
The amount of extra script is very small (can be said to be insignificant), so processing will be fast and without visible changes.
-
4
votes1
answer845
viewsQ: SIGEP WSDL problem
I am at a time with a project of the post office, I had to make a connection with the webservice SIGEP WEB, I found something already in development in, I was using the same and everything OK, from…
-
0
votes1
answer88
viewsA: Open file (pdf, doc, etc.)
Put the path from where the page is and not from the root.
visual-studio-2013answered Cabelu Oliveira 88 -
3
votes1
answer1831
viewsQ: Move character to the point in Unity3d
I have a problem, I need my character to move a certain distance when I click the button, until then I can do. The problem is that when I do, he doesn’t "walk" to the point, he sort of "teleports,"…