Meet The Author

I'm Aritra Sarkar, An Engineer,currently living in Kolkata, West Bengal, India.You can also find me in HindiDost

Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Thursday, 23 April 2015

Home PagePrint Story

How to rotate your blog by 360 degrees

Hello Friends,
Today I am going to tell you a very nice trick on how to rotate your blogger blog by 360 degrees. Its a very nice trick to impress your visitors and its very eye catching.  A demo can be see in the link given below.


360-rotation

Demo for 360 degree rotation

Adding this Effect:--

Go to your bloggers template
Add a HTML/JavaScript Widget and Paste the below written CSS Code and Save.




<style> @-bob-keyframes roll { 100% { -bob-transform: rotate(360deg); } } @-o-keyframes roll { 100% { -o-transform: rotate(360deg); } } @-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } } body{ -bob-animation-name: roll; -bob-animation-duration: 4s; -bob-animation-iteration-count: 1; -o-animation-name: roll; -o-animation-duration: 4s; -o-animation-iteration-count: 1; -webkit-animation-name: roll; -webkit-animation-duration: 4s; -webkit-animation-iteration-count: 1; } </style><a href="http://www.webnetdiary.in/" target="_blank"><img src="https://farm8.staticflickr.com/7696/17057327318_10ab7f59fb_o.jpg" border="0" style="position:absolute;" top: 0px; right: 0px;%u201D /></a>

Now you are done and enjoy the rotations in each refresh or pageview. 
Thank you and Signing Off.
Aritra

Tuesday, 21 April 2015

Home PagePrint Story

Do you know your Chrome has a hidden game

Suppose you are surfing on your Chrome web browser and suddenly your internet gets disconnected, what you will find on your screen. Nothing? Na, a pic with a small Dinosaur as shown below.
TREX Game
I just gave you a snapshot of my mobile . Similar will be shown in case of computers when you browse through chrome. But its not the end. This is a potential game which can be played offline. 

Just tap on your mobile screen or press spacebar on your computer enjoy it.
Signing off.
Aritra

Thursday, 16 April 2015

Home PagePrint Story

Searching for HTML/Javascript Tutorials



Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site!
List of HTML/Javascript Codes for your ready reference, thats too free.

Friday, 20 February 2015

Home PagePrint Story

Learning Programming Language Free-codecademy.com


codecademy
Codecademy.com is an online interactive platform that offers free coding classes in six different programming languages which includes PythonPHPjQueryJavaScript, and Ruby, as well as markup languages HTML and CSS.

code


The site provides individual profile for each individual who logged in. My favourite is Facebook log in. Site offers feedback, badges for completing exercises .Also it keeps track of number of days a programmer learnt and scores etc. Forums help when someone stucked in any part or lesson. Very dynamic and addictive site.