Posts by badso • 51 points
3 posts
-
0
votes1
answer57
viewsQ: How to send input from a java app to a php file
How to send input from an android app written in java to a php file on the server? The file must store what the java code sent in a variable. How can I do this?
-
1
votes3
answers167
viewsA: Alignment of Divs
If you declare in html <div id='div1'> <div id='div2'> 'coisas aqui' </div> <div id='div3'> 'coisas aqui' </div> </div> Naturally you will have the Divs arranged…
-
4
votes4
answers264
viewsA: CSS - Bootstrap min
Marcelo, bootstrap.min means the bootstrap is minified. Minifying a file means reducing its size as much as possible. In this case, all possible spaces and enters of the file have been deleted in…