Iainzor

- friends
82 link karma
912 comment karma
send messageredditor for
what's this?

TROPHY CASE

Alex Russell talks about Web Components by D1SoveRin javascript

[–]Iainzor 0 points1 point ago

Does anyone have a link to those slides?

Think before letting someone in by doktor-giftigin fffffffuuuuuuuuuuuu

[–]Iainzor 14 points15 points ago

Came here to say this. His story lost all credibility because of this. He's a phony! A big fat phony!

I cannot figure out why my simple POST to PHP isn't working? by ill_explain_thatin learnprogramming

[–]Iainzor 1 point2 points ago

The $name, $email and $message variables are outside of the scope of the function sendmail. You either have to put the following line at the top of your function:

global $name, $email, $message;

or add arguments to the function:

function sendmail($name, $email, $message) {
    ...
}

which would change how to you call it:

sendmail($_POST['name'], $_POST['email'], $_POST['message']);

Hope that helps!

a unicorn and a wizard by J_Stoin Wizards

[–]Iainzor 0 points1 point ago

Somewhere over the rainbow. I'll find them one day, I promise!

a unicorn and a wizard by J_Stoin Wizards

[–]Iainzor 1 point2 points ago

Please tell me that's you!

What is the most inappropriate answer you've ever given in an interview? by Mellowdein AskReddit

[–]Iainzor 1 point2 points ago

I was once asked what my greatest ability was during an interview in high school...

I answered, "I can jump high."

I didn't get the job.

Proposal for new functionality in Math, String, Number and Globalization in JavaScript by Microsoft by Eirenarchin programming

[–]Iainzor 1 point2 points ago

sorry, this has been archived and can no longer be voted on

The Mootools framework relies heavily on this practice and it makes things so much easier.

Are there any advantages or disadvantages of generating HTML programmatically as opposed to creating HTML files/views? by Iainzorin PHP

[–]Iainzor[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

This is off topic, but displaying tables like that is bad practice in my opinion. Wouldn't it be better to have a static table rendered first and then have javascript create that sort of functionality afterwards? What would happen if the user didn't have javascript enabled or an error occurred?

BF3 Patch Details: Mortars Solutions, IRNV Glitch and Other Bugs To Be Fixed by dkblackhawkin battlefield3

[–]Iainzor 1 point2 points ago

sorry, this has been archived and can no longer be voted on

That's a little harsh to say it doesn't work. Yes, there are a few issues but those issues aren't preventing me from enjoying what I think is the best multiplayer game I've ever played. For everything this game has I think they did a pretty good job with the timeline they were given.

Battlefield 3 - Playing in broken Map by DooM49in battlefield3

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Those mobile AA tanks are the most overpowered weapons in the game. Not to mention that if you get even slightly close to one in a helicopter and get hit, it flips you on your side and makes it impossible to get away.

The forgotten PHP logical operator: XOR by sdleihssirhcin PHP

[–]Iainzor 10 points11 points ago

sorry, this has been archived and can no longer be voted on

I'm very familiar with this operator but I've never run into a situation to use it. The example shown is also kind weird and not very practical.

Battlefield 3 on-line global war. Need help finding!!! by porzeswarmin battlefield3

[–]Iainzor 4 points5 points ago

sorry, this has been archived and can no longer be voted on

I believe what you are thinking of is 21CW. If not, they basically do the same thing.

Spent 2 days on the seemingly easy code. Video and pastebin included. by Nod_Narbin PHP

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

You should rely on the form values and not use Javascript to generate your URLs. What happens when you disable Javascript?

Your form should look something like this and go to a URL like this: /desinations?destination=368&family[]=370&family[]=364&romantic[]=365

You'll now have the values you want and the form will take care of adding and removing values for you.

HTML/Javascript textarea problem. ANY help would be appreciated. by nrs5813in learnprogramming

[–]Iainzor 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Try using SMarea.innerHTML instead of SMarea.value.

TIR that the BaconReader alpha releases tomorrow and I'm so excited!!! by UnfortunatelyMacabrein Android

[–]Iainzor 1 point2 points ago

sorry, this has been archived and can no longer be voted on

My birthday is tomorrow! I'm not sure if this is limited, but if it is, please let me in!

How do implement the pixel calculation on the bottom of this NIKE website? by RightWingerin design_critiques

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

They are most likely using the document.body.scrollTop property. See here.

CyanogenMod7 RC4 is live by persiansownin Android

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I have an Evo and am running RC2. The problem is that the GPS signal goes in and out when using navigation. If you don't use navigation that often, it's not a big issue. All other GPS features seem to work fine for me.

My current D1 setup....all thanks to r/android. Thanks. by phathikerin Android

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Very cool. I just recently did an overhaul of my phone to make it more organized and clean.

This guy is selling 150 Ellis' Caps by qwertaciousin tf2

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Can anyone explain to me the appeal of this?

Nintendo just said "Fuck it". by RyValin WTF

[–]Iainzor 3 points4 points ago

sorry, this has been archived and can no longer be voted on

I can't wait to see GiantBomb's quick look for this one.

If the hashbang (#!) in URLs is bad, why does Twitter use it? by sareonin learnprogramming

[–]Iainzor 4 points5 points ago

sorry, this has been archived and can no longer be voted on

It's not bad that they use them, it's bad that they don't use Javascript to interrupt hyperlinks and convert the path to a hashbang. This is what these blogs have been talking about at least. I don't use twitter so I couldn't tell you exactly what they do.

Also, just because a popular site does something doesn't mean it's the correct way of doing it.

How the iPhone mail app decides when to show you new mail by bouncingsoulin designthought

[–]Iainzor 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Why write an article about something that is already fixed?

Nailed it. by [deleted]in badcompany2

[–]Iainzor 7 points8 points ago

sorry, this has been archived and can no longer be voted on

Try landing in third person, it's MUCH easier.

view more: next