This demo illustrates how Microsoft oData services work when the service
is called from the browser. From a simple web page the user can
filter Netflix movies by title, by actor/actress name, and by year.
Canvas - Stage 1
This is the first version of a demo drawing board app
powered by the Html5 canvas API. At stage 1 the app enables users
to pick a color from a list, draw predefined shapes and lines,
and erase all content with a mouse click.
Canvas - Stage 2
At stage 2 the app presents an eraser tool to delete just
parts of what has been drawn on the canvas. I also added the
pencil tool to draw free lines in different colors.
Canvas - Stage 3
At stage 3 I added a text tool that enables users
to write messages on the board in different fonts and colors.
Sticky Notes
This demo illustrates how to use the Html5 Drag & Drop
API. The user can move sticky notes around the white board and
throw them in the waste paper basket. On dropping the note a
box pops up with a suitable message to the user.
Sartre Website
This is a demo website dedicated to my favorite philosopher, Jean-Paul Sartre.
It's full of useful information for those who are interested in the subject
and of jQuery-powered interactive features.