Archive

Posts Tagged ‘javascript’

jQuery Presentation

jQuery - Javascript Library

jQuery - Javascript Library

Hey, I recently gave a presentation on jQuery, the javascript library.

For those of you new to jQuery, its an awesome Javascript (the in-browser scripting language), that allows you do play around with your webpages, and create some really fancy interactive elements and actions.

The basic points I discussed, in the order:

  • Some basic applications of jQuery (Forms, Sliders, DOM traversing)
  • Implementation details like jQuery function
  • jQuery’s Function Chaining feature
  • The $ function
  • Links to various live examples.

View the presentation on the SlideShare.net embed, and download the pptx file, after the jump.

Read more…

Categories: Video Tags: , ,

Game: Chat Noir in Javascript

Chat Noir in Javascript

Chat Noir in Javascript

I invite you to check out this Javascript game I created, called Chat Noir (Black Cat in french).

The objective of the game is really simple: Trap the cat before it gets to the edges.

I’ve used Javascript (with jQuery) and CSS to implement it. It’s based on a similar flash game by GameDesign.jp.

Play it here, and let me know what you think.

Categories: Misc Tags: , , ,