Posts by Soreze martins • 95 points
8 posts
-
3
votes2
answers54
viewsQ: Angularjs and angular 2, 4,6
I can still use the Angularjs? I want to use it for the simplest thing, example is to filter a list, and I don’t want to install npm, nodejs, angular CLI or use MVC structure for this. I can use it…
-
1
votes0
answers45
viewsQ: I cannot send email localhost
I am unable to email from my localhost site. The following message appears: /* SMTP -> ERROR: Failed to connect to server: (0) SMTP Error: Could not connect to SMTP host. <?php // Inclui o…
-
-4
votes1
answer63
viewsQ: How is a website published and hosted on the internet?
My question is how a site made with PHP and Mysql is published on the internet? And how is it hosted on an online server?
-
0
votes1
answer26
viewsQ: Doubt on the banner
This Banner is working properly, but I just wanted to understand this account: (bannerAtual + 1) % 3 where q: 'Banneratual = 0' then, (0 + 1) = 1 % 3 = 0,3333.... someone explains to me why to…
javascriptasked Soreze martins 95 -
0
votes3
answers823
viewsQ: Onclick works only in the second click
In this code Onclick only works after the second click <!DOCTYPE html> <html> <head> <title>teste</title> <style type="text/css"> div{ height: 100px; width:…
javascript-eventsasked Soreze martins 95 -
0
votes2
answers270
viewsA: Transition does not work in Javascript
And if it were image? I wanted the Transition or that some way exchange the images slowly... <!DOCTYPE html> <html> <head> <title>teste</title> </head>…
-
4
votes2
answers270
viewsQ: Transition does not work in Javascript
The 'Transition' option does not work in this code What’s wrong? If you can explain where I went wrong I wanted her to come out slowly <!DOCTYPE html> <html> <head>…
-
1
votes2
answers1027
viewsQ: Change the body color with each click
I have knowledge in HTML and CSS intermediate and am studying Javascript. I can change the background of the body with event OnClick() usually only once. I wanted me to click again he’d switch to…
javascriptasked Soreze martins 95