Bhushan Aloria

Technology

Title attribute to make hover Tooltip

Introduction With the help of ‘CSS3’ codes we can make title attribute to hover Tooltip without the use of any other tag. Where it can be used? You can use this implementation on Static or Dynamic site. Use of jquery. No use of any Jquery scripts. Required CSS. a { color: #666666; } a:hover { color: #ff0000;...

04-Feb-2016

Technology

Extract Thumbnail from youtube video url and embed it to play video by just clicking on it.

Introduction With the help of ‘JQuery’ codes we can generate YouTube thumbnail on our front end of the website. First of all you have to copy a simple youtube watch URL of any video from youtube site like ‘https://www.youtube.com/watch?v=ODG3Vg3C_20’ ( it will be appear in the url bar when you open youtube site) and paste into...

01-Dec-2015