Posts by MucaP • 315 points
11 posts
-
0
votes2
answers135
viewsQ: How to upload an image that can be updated but still has the same name?
Hello. As the title of the question already says, I would like to know how to upload a file in png, jpg or jpeg in which your name is always maintained as profilepic. in the directory…
-
1
votes1
answer167
viewsQ: Change transition and location of an action in jQuery
I recently found a code that has what I need. I’m developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed right…
-
2
votes2
answers189
viewsQ: Always top image when receiving the Hover effect
I am developing a site with CSS and HTML, but I face a problem. I have a part of this site as a kind of gallery, and when an image gets hover, it gets bigger. The problem is that it stays under the…
-
6
votes4
answers11464
viewsQ: Increase image when user click on JS
I’d like some help for a problem I’m having: I’m doing something similar to a gallery, and when the user clicks on the image it has to open in large size, not the entire screen, but covering much of…
-
2
votes2
answers104
viewsQ: Could not acess file: Array e syntax error, Unexpected '$name' (T_VARIABLE)
I am using Phpmailer to send an attached email by a form, my code has no errors, but when I finish the form and press send, returns an error but that the email was sent. Code:…
-
0
votes0
answers26
viewsQ: How to send attachments using php’s native mail function?
How can I add an attachment that the person inserts into the form? <?php $action=$_REQUEST['action']; if ($action=="") /* display the contact form */ { ?> <center><h1>Formulário de…
-
2
votes3
answers533
views -
0
votes1
answer165
viewsQ: What is wrong with this Chrome extension?
I made a small extension in Chrome, and it’s not working properly. My extension simply randomizes a word between one of those randomVals and displays. I’d like you to help me figure out what’s wrong…
-
0
votes2
answers1264
viewsQ: Send message to browser
I need to send a message like this to the browser: How can I do on a site made with C#, ASP.NET and Webforms?…
-
1
votes0
answers33
viewsQ: Plain text in pre html tag
I was using the tag <pre> and the tag <code> to insert something that would highlight a piece of code. However, when I write the part of html code in the tags <pre> and…
-
1
votes2
answers3444
viewsQ: Form for HTML file Node.js
Hello! I want a help here: I want when a person writes something in an HTML form, with the node.js, i can save this information in a text file with createFile. I don’t know much about javascript,…