Stories
Slash Boxes
Comments

SoylentNews is people

posted by takyon on Wednesday June 17 2015, @06:29AM   Printer-friendly
from the cross-your-heart dept.

A few days ago, I submitted the story about the article criticizing the Red Cross' use of funds in Haiti. Purely by coincidence, I just tripped across an interview on Reddit: the two authors of the article answering questions from the public. To make things even more interesting, Jonathan Garro from the Red Cross also jumped in to provide a counterpoint.

I have no axe to grind here: I donate to the local Red Cross, and am therefore interested to know whether the organization makes effective use of the money it receives.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by francois.barbier on Wednesday June 17 2015, @01:38PM

    by francois.barbier (651) on Wednesday June 17 2015, @01:38PM (#197247)

    Don't use <input type="button|submit|reset">
    Use <button type="button|submit|reset">

    That way, you can use the value attribute AND write whatever you want in the button.

    Example:

    <button type="submit" name="action" value="reply-article">
    Reply to <b>article</b><br>
    You can write multiline button<br>
    <img alt="or even add images!" src="..." />
    </button>

    I find it way easier to add icons to buttons that way, or even to manage translations: you never rely on the button label, only on its value.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2