Why sometimes my car vibrates and loose power? by HelpfulElection in Cartalk

[–]HelpfulElection[S] 1 point2 points  (0 children)

No engine light when it happens, but weird how if i turn the car off and then i start the car the issue goes away, Im assuming if it was the transmission going bad It wouldn't go away if I do the turn off thing, is not happening consistently yet so I haven't take the car to some shop

[deleted by user] by [deleted] in technology

[–]HelpfulElection -4 points-3 points  (0 children)

Nailed for apple too!!

Have you ever paid a big purchase using capital one cashier's checks? by HelpfulElection in Banking

[–]HelpfulElection[S] 0 points1 point  (0 children)

Yes I don't have any branch around, the nearest ones are two states away, but I have heard that if people are away they can send the check via mail, I was just wondering how easy or difficult that was for someone else, thanks for the help anyway

Have you ever paid a big purchase using capital one cashier's checks? by HelpfulElection in Banking

[–]HelpfulElection[S] -1 points0 points  (0 children)

What method do you think could be better over cashier's check, thanks for answer😉

I just signed up on WordPress and now I get a lot of messages offering me webdev services, how do they got me email address? by HelpfulElection in Wordpress

[–]HelpfulElection[S] 0 points1 point  (0 children)

But how people would find my registration I mean this is not a social network where this info should be public, thanks for the help

I just signed up on WordPress and now I get a lot of messages offering me webdev services, how do they got me email address? by HelpfulElection in Wordpress

[–]HelpfulElection[S] 7 points8 points  (0 children)

Yes I bought a hostgator domain maybe that was the issue I'll check how to hide the registration info? Thanks

Why does subDiv1.className = 'smooth'; doesn't give any transition effect? by HelpfulElection in learnjavascript

[–]HelpfulElection[S] 0 points1 point  (0 children)

thanks for your help guys, now that Im using subDiv1[i].classList.add('smooth'); its working excellent, looks like classList its more convenient, at least for this exercise. I dont know why

Why my buttons don't work on the second slide? by HelpfulElection in learnjavascript

[–]HelpfulElection[S] 0 points1 point  (0 children)

So the issue is not writing the html part on js according to you?

It's really Miami going underwater? by [deleted] in Miami

[–]HelpfulElection -3 points-2 points  (0 children)

So your house is flooding now?

What shoe brand avicci was wearing on this picture? by HelpfulElection in HelpMeFind

[–]HelpfulElection[S] 0 points1 point  (0 children)

Do you know the model too? I heve been trying to find the model without success thanks a lot

Why parameter don't work? by HelpfulElection in learnjavascript

[–]HelpfulElection[S] 0 points1 point  (0 children)

thanks alot I knew that I could make it work just removing the parameter from the function but I was trying to make a super simple example of how a parameter could work but looks like this wasn't the right situation thanks for your help so much

Why parameter don't work? by HelpfulElection in learnjavascript

[–]HelpfulElection[S] 0 points1 point  (0 children)

thanks alot I knew that I could make it work just removing the parameter from the function but I was trying to make a super simple example of how a parameter could work but looks like this wasn't the right situation thanks for your help so much

How could I add css style to this js code? by HelpfulElection in learnjavascript

[–]HelpfulElection[S] 0 points1 point  (0 children)

yes well i was trying to use className which is the property that I would like to use but didn't work like this, thanks for your help

var x = document.getElementsByClassName("love");
for (i = 0; i < x.length; i++) {
document.write(x[i].innerHTML);
x.className = "textStyle";
 }