HTML Translucent Tooltip

Here is the complete HTML for the file. Make sure you specify proper path for the Tooltip.js file. Translucency is obtained by using the ‘alpha’ filter in IE and simply setting ‘opacity’ in style for FireFox. Move your mouse over following lines: Line One Line Two<html><head><title> ...

Read more ...

Video Streaming with VLC Player

The VCL player form VideoLAN is an awesome piece of software. Apart from playing most video formats and supporting conversion from one to another, it has a video streaming server built into it. All you need is a video file or video capture device and a few clicks to start broadcasting your videos ov ...

Read more ...

Javascript Snake Game

This is a very simple snake game written by me. It has been entirely written in javascript.Please send in some comments and suggestions if you like it . #Table1 td {border:1px solid grey;line-height: 8px} Click on Start Button. Use Arrow Keys to navigate. Score:0 ...

Read more ...