Fluent 2012: Gary Flake, "Bookmarklets as Applications"

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Bookmarklets are both a blessing and a curse. They are inherently risky from a security perspective, but also offer the only cross-browser method for instantiating an application on top of another Web page. The core of our product (www.clipboard.com) is a bookmarklet that serves as a sort of cross-site copy buffer. It began as a hack but has evolved into an outright application framework that includes build and bootup processes, cross-site messaging, style sandboxing, and code reuse across multiple applications. This talk gives a world-wind tour of some of the best tricks that we've learned along the way.
    Gary Flake
    Clipboard Inc.
    Dr. Gary William Flake is the CEO of Clipboard Inc., a seed stage Internet startup that allows users to save, organize and share their favorite parts of the web. Prior to founding Clipboard, Gary held executive positions at Microsoft, Yahoo!, and Overture, where he managed applied research teams, corporate-wide innovation efforts, and helped guide corporate strategy. Gary has filed over 150 patents and has numerous publications spanning over 20 years which have focused on machine learning, data mining, and complex systems. Gary has also appeared in leading national publications including The New York Times, The Washington Post, Time Magazine, Forbes Magazine, Nature Science, CNET News, Computer World, Fast Company, TechCrunch and Mashable, and has presented at leadership events such as the TED Conference. Gary earned his Ph.D. in computer science from the University of Maryland and has served on numerous academic committees and university advisory boards. Gary wrote the award-winning book, The Computational Beauty of Nature, which is used in college courses worldwide. Gary was also the 2010 winner of the World Technology Award in the category of individual achievement in software, and was named one of the "Creativity 50" in 2009.

Комментарии • 4

  • @LuukVanEgeraat
    @LuukVanEgeraat 12 лет назад

    Very awesome stuff! Incredible ingenuity.

  • @AleksandarGvozden
    @AleksandarGvozden 12 лет назад

    this is really great stuff! respect!

  • @garyflake6832
    @garyflake6832 10 лет назад +1

    ***** the secret is never transmitted again. It's used as part of an HMAC digital signature, which allows the API calls to be authenticated without ever compromising the secret (the servers have a copy as well).

  • @slothsarecool
    @slothsarecool 12 лет назад

    document.elementFromPoint is hot, I didn't know about that either