Posts by Escola da Vida • 63 points
5 posts
-
1
votes3
answers386
viewsQ: I can’t align a form to the right
<form class="red"> <h1></h1> </form> <div class="map"> <center> <img class= "imgmap" src="https://data.whicdn.com/images/134220427/large.jpg" alt="Forestvile"…
-
0
votes1
answer2183
viewsQ: How to add javascript
Inside a function I entered this code and for some reason it is not adding up. var total = (currentUser.profile.hp + currentUser.profile.attack + currentUser.profile.luck) / 3; multiplication works…
javascriptasked Escola da Vida 63 -
1
votes1
answer3758
viewsQ: How to play sound in javascript?
Good, I am developing a chat, I would like to know how to add a simple sound when I receive a notification. I am using Meteor.
-
1
votes0
answers18
viewsQ: Adicionar Som em Meteor
How do I play sound using Meteor, using the public folder?…
-
2
votes2
answers79
viewsQ: How to place notifications in Title?
Following the example of facebook…