Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 17 submissions in the queue.
posted by CoolHand on Friday June 12 2015, @10:04PM   Printer-friendly
from the paying-homage-to-masters-of-science dept.

Matthew Inman over at The Oatmeal announced a documentary about Nikola Tesla called Tower to the People.

You may recall that Inman started a crowd funding campaign to save Tesla's Lab. Joseph Sikorski, who donated $33,000 back in 2012, directed the film. The movie is finished, but he's seeking funds to get it distributed and raise awareness about Nikola Tesla and their science center. If you want to support the film, please back the project or share this image.

For more background on Nikola Tesla, check out this entertaining and informative Ted talk.


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: 3, Insightful) by MichaelDavidCrawford on Friday June 12 2015, @11:54PM

    Among my reasons for disliking javascript so is not JS itself but that it is commonly implemented incorrectly, for example a hyperlink implemented in javascript does not always do all the same things that a link will do when implemented purely in HTML.

    In this case Soylent's Reply button javascript does not permit me to post a reply in a new tab.

    If I open a contextual menu by clicking a javascript link, I'd like the resulting menu to have the same items, as well as for those items to perform the same function as a contextual menu resulting from an HTML link - even if I don't use any of them. To open a contextual menu that is dramatically different from what I expect is quite jarring mentally.

    Thanks for letting me clear all that up.

    --
    Yes I Have No Bananas. [gofundme.com]
    Starting Score:    1  point
    Moderation   +1  
       Offtopic=1, Insightful=2, Total=3
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 2) by tibman on Saturday June 13 2015, @05:19AM

    by tibman (134) Subscriber Badge on Saturday June 13 2015, @05:19AM (#195659)
    The reply button isn't actually any JavaScript at all.  It is a standard HTML form.  Web 1.0 stuff.

      <form action="//soylentnews.org/comments.pl#post_comment">
        <!-- blah stuff ->
        <input name="op" value="Reply" class="button" type="submit">
      </form>

    There is also a hidden input field for sid (whatever that is). 
    --
    SN won't survive on lurkers alone. Write comments.
    • (Score: 3, Informative) by tibman on Saturday June 13 2015, @05:22AM

      by tibman (134) Subscriber Badge on Saturday June 13 2015, @05:22AM (#195661)

      Sorry to reply to myself. The reason why right click doesn't bring up the normal context menu is because the Reply button is a form element (only a single part of a form) and not a hyperlink at all.

      The Reply button at the very bottom of the page is however an actual hyperlink with a context menu. You can use that for now on instead of the top Reply button. Not sure why there are two different styles of the same button on the same page?

      --
      SN won't survive on lurkers alone. Write comments.
      • (Score: 2) by maxwell demon on Saturday June 13 2015, @09:50AM

        by maxwell demon (1608) on Saturday June 13 2015, @09:50AM (#195719) Journal

        Also the "Reply to this" buttons on the bottom of comments are actually links.

        Of course the real question is why browsers don't allow buttons to open in a new tab using middle-click.

        --
        The Tao of math: The numbers you can count are not the real numbers.