panaggio / talk-javascript-the-bizarre-stuff

This lightning talk shows some of the bizarre stuff you can find or do while programming in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript: The bizarre stuff

This is the source code of the slides I used for my "JavaScript: The bizarre stuff" lightning talk in the following events:

Usage

If you want to run this presentation, you should first get it from Github and then run the ShowOff server:

$ git clone https://github.com/panaggio/talk-javascript-the-bizarre-stuff.git
$ cd talk-javascript-the-bizarre-stuff
$ showoff serve

Then you should be able to go to http://localhost:9090 to view the presentation.

Enjoy! :)

This presentation is meant to be run using ShowOff, as said before. See the next section for more info on how to get it.

Requirements

If you want to see these slides from source, you should install ShowOff first:

$ gem install showoff

ShowOff

Scott Chacon is an awesome guy and created ShowOff, an awesome presentation web app.

For more stuff on ShowOff (like it's requirements and features), see ShowOff repo on github.

Redistribution

These slide were made for my lightning talk. But you can use it for your own study, or for a talk of yours if you want. You just have to give me some credit (see LICENSE.md for more info).

Contribute

Found a typo? Maybe a bug? Any broken link? Are you an expert in the field and saw a huge mistake of mine? Want to see improvements on it?

Please let me know, to help this work get better! :)

You may want to:

  • send me an e-mail: panaggio.ricardo@gmail.com
  • send me a tweet: @panaggio
  • send me a message via github:
    1. signup and login to github
    2. go to my page on github
    3. click "Message"
  • send a bug on github's issue tracker:
    1. signup and login to github
    2. go to the issue tracker
    3. click "Create Issue"
  • make the changes yourself:
    1. signup and login to github
    2. go to the talk's repository page
    3. fork this repo: click "Fork"
    4. make your changes
    5. send a pull request.

About

This lightning talk shows some of the bizarre stuff you can find or do while programming in JavaScript.

License:Other


Languages

Language:Ruby 100.0%