Posts by Danillo Eder • 605 points
17 posts
-
1
votes1
answer650
viewsQ: Run python script by clicking html button
I need to feed a page html that will load and display the content dynamically with ajax/fetch. The problem is that I need to take this data from other websites that also upload this content through…
-
1
votes0
answers190
viewsQ: How can I use IDLE with Anaconda?
I am using Anaconda because it contains several tools for python development, but I feel limited because I cannot open the libraries installed in Anaconda using IDLE. Anaconda has an IDLE version…
-
0
votes1
answer128
viewsQ: How to indent a new file name in an automatic "Drag and Drop" upload
I found a system of upload imaging Drag and Drop on the internet that makes the upload of the image in a specific folder and renames the file with a random name without having to submit the form.…
-
1
votes4
answers12072
viewsA: Include UTF-8 charset in mysqli connection
Okay, Problem Solved! At first, the solutions given here were not working because I had included this code in an earlier attempt to fix: <?php header('Content-Type: text/html; charset=UTF-8');…
-
9
votes4
answers12072
viewsQ: Include UTF-8 charset in mysqli connection
Hello, after noticing that my code is full of strange characters like ??? I tried to fix it but found I need to change the charset through the mysqli connection, but the problem is I don’t know how…
-
1
votes2
answers2652
viewsQ: Upload image with php
I’m looking for a way to upload an image inside a form criminal record. But every solution I find does not serve me, because I need the upload to be done as soon as the user selects the image,…
-
0
votes1
answer974
viewsQ: Translation of pages into php files
Hello, I am developing a site that has only 4 pages, and I want to have it in at least six languages, but what should I do for it? Even with a few pages, I need a lot of text, because the login page…
phpasked Danillo Eder 605 -
5
votes2
answers320
viewsQ: Click and "Decrypt" on jquery button
I have a Button created only in HTML and CSS, and I need that if someone click on it, a block <div> alter your background-color. With that maybe: $(document).ready(function(){…
jqueryasked Danillo Eder 605 -
5
votes2
answers3481
viewsQ: Image inside of round div
I have a div block with height and width of 55px and border-Radius: 100%; and I want to put an image inside, but if the image is rectangular and I leave it with border-Radius: 100%; it is oval!…
-
4
votes3
answers1551
viewsQ: Keep the height of a div block proportional to its width
Hello, I have a block div in the form of a vertical column of indeterminate width and height, as they depend on the amount of content and the device, and I want inside it to have another block div…
-
1
votes2
answers2176
viewsQ: How to mouse one element and disappear with another without js
On my website, I have a block div that slides when passing the mouse, but where it passes there is the Facebook like button that is in another area of the site. No way I get that block div cover or…
cssasked Danillo Eder 605 -
13
votes3
answers13657
viewsQ: How to make a column occupy the rest of the available space?
I would like to put two blocks inside a div of parallel size, one with fixed size, and the other that fits exactly in the remaining space. For example : div#container { width: 50%; /* este tamanho…
-
3
votes2
answers483
viewsQ: Media Query for PC
Hello, basically I want to make two models of my site, one for mobile devices and the other for computers. I would like to make a CSS code that is read only by PC browsers, but if I use for example…
-
1
votes2
answers353
viewsQ: Div block of size proportional to itself
I need a div block that’s always proportional to itself, like width: 100px; e height: 60px; if width is 200px, height will be 120px, regardless of the size of the screen, and it should have width:…
-
0
votes1
answer68
viewsQ: Formatting for mobile devices
I can use @media screen and (orientation:portrait) {} so that my code only works on mobile devices ? 'Cause I think cell phones and smartphones are the only ones who possess $(window).height()…
-
1
votes1
answer128
viewsQ: Problems with Width
Hello, I have a problem in my project, at the top of my site I want a picture and a blue block, as represented below, Both are inside a div#top with height: 10% and width: 100%; The image has a…
-
0
votes1
answer120
viewsQ: Problems with $(''). height();
My website is basically like this: img http://www.mediafire.com/convkey/3266/gr3pg3kqokxkkduzg.jpg I make the following script to keep block #right from #left height:…