Posts by Enrique René • 403 points
7 posts
-
1
votes2
answers545
viewsA: Algorithm for calculation of residential or industrial power consumption in javascript or typescript
Power is a physical quantity calculated by the rate of change of energy over the rate of change in time: P = ΔE/Δt Where t is the time instant at which the energy value is E. This "speed" at which…
-
3
votes1
answer443
viewsA: How to create function to automate a dynamic progress bar?
Hi, Gustavox, From what I understand, you want the bar to be filled out before sending the information (via POST or GET), so I don’t think I could do it in PHP. Make a call to an external Java file,…
-
3
votes1
answer2130
viewsQ: Add phonegap/Ordova plugin
Hey, you guys. I’m trying to develop an APP in phonegap for Android and iOS. The goal of the APP is: 1) The person will have a button to access the device’s camera. 2) When the screen to take a…
-
1
votes2
answers522
viewsA: My page in maintenance, without being visible to admin
Oi, Miguel, I think what you want to do, exactly this way, is not possible in WP (I may be wrong). What you can do, which would give a similar result, is: 1) Create a common page there in "Pages…
-
5
votes3
answers6934
viewsQ: Symbol "->" in php
When I used Phpmailer I used (without knowing why) the symbol "->" in $mail->AddAdress(..., for example. Now removing a doubt in W3schools (http://www.w3schools.com/php/php_mysql_connect.asp)…
phpasked Enrique René 403 -
-1
votes3
answers1686
viewsA: How do I fix the background of a <div> in iOS Safari (iPad)?
Have you tried it on another iPad? Are you sure it’s not an error of your iPad. I once had a margin preview problem in firefox. I did everything and nothing. Then on another PC that only had Chrome…
-
13
votes4
answers31386
viewsQ: Sending email via Phpmailer to Gmail
I can’t at all send an email to my Gmail account via PHP. I had a previous project where I tried to use phpmailer and I can’t get it to work properly (2 months trying). Now I finished a website and…