Posts by Dávil André • 78 points
15 posts
-
1
votes2
answers992
viewsA: mkdir(): No such file or directory - Laravel
How you are using a server Linux, need to give permissions, the native user of php which makes the creation of folders is www-data. Then in the folder for example projetos_arquivos, you need to…
-
2
votes4
answers1009
viewsA: Image occupy entire column
In reality bootstrap col-3 puts that margin. In this case you would have to remove or create a class to take (force) the removal of the margin (or padding). Use your browser inspector to find out…
-
0
votes1
answer71
viewsQ: How to prevent content from a div Edit together with the css Rotate effect?
Good morning to all. I put the Rotate effect on a div, but the internal content also spun along. How do I make him normal with standard alignment and the div continue with the Rotate? example:…
-
0
votes1
answer318
viewsQ: I can’t change my column collate in mysql to utf8_general_ci
Good morning Personal. I have a problem with changing the collate of a column in my database. An example of how I am running: ALTER TABLE `minhaTabela` CHANGE COLUMN `nome` `nome` VARCHAR(50) NULL…
-
0
votes2
answers4389
viewsQ: Force a DIV element into the bottom
Good morning, everyone. I need to align elements at the bottom of a mother div. This is a chat screen that messages are displayed whenever there are new ones at the bottom of the window. However, I…
-
0
votes1
answer26
viewsA: PHP does not think Session
You didn’t use session_start() at the top of your connection code, so it doesn’t identify anything. session_start() needs to be at the top of php code, it’s standard documentation and rule.
-
1
votes1
answer129
viewsQ: Resize to elements and not browser window
Help me with a quick question. jquery resize identifies when the browser window is changed and fires an Event. So far so good. But is there any way I can tell when an element is changed? When I…
-
0
votes1
answer71
viewsA: How to add onClick on the "Draw Shape" button of the Google Maps Api?
You just pick up the shape, pointing your variable. For example, let’s say you have a location pointer. You call his variable and enter an event with: Marker.addListener('click', Function() { //code…
-
-1
votes2
answers127
viewsA: Javascript does not take changed array before click
Unfortunately, different from other languages like PHP, Python, etc... Javascript does not accept key named as you did in this example: layerMap['regional']. He only accepts keys in numbers. If you…
-
0
votes1
answer1419
viewsQ: Google Chrome Redirecting to HTTPS on localhost or virtual host
Good morning to all. Recently, I do not know if it was a google update, their browser started to make a strange redirect. I have apache server and when I enter a url configured in localhost, even if…
-
0
votes2
answers28
viewsA: Update content only when accessing div
Ideally you create a function that identifies when you are in a form with the Focus option. When editing, do not update. And as for saving the data, I imagine it is better to save in session or…
jqueryanswered Dávil André 78 -
0
votes2
answers238
viewsA: Android Studio and Google Maps API - Change Travel Mode
There is an option I think so: travelMode: google.maps.Travelmode[selectedMode]. Where there is selectMode, no matter how you receive it, you place DRIVING, WALKING, BICYCLING or TRANSIT. But no…
-
0
votes1
answer26
viewsA: Post system
In this case you will do so: www.site.com/Test? registration=1&code=A1g667100b But I suggest you start learning the post method as well, if this data is confidential. If it is not, you can pick…
-
0
votes2
answers1312
viewsA: How to separate two li
I’ll help you with that, my dear. In the basics you need to determine that down there: // Para ocultar o texto que está passando .menu li { overflow:hidden; } // Na responsividade de 700px q vc…
-
0
votes1
answer87
viewsA: Rule Rewrite Changing script directories
It’s simple. Your Rule is as a general rule, at the base, the product directory. as you can see yourself, everything and any url you use will automatically always have this. Try to create a…