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 html. Show all posts
Showing posts with label html. Show all posts

Saturday, 13 June 2015

Home PagePrint Story

HTML code for Flickr images-imagecodr.org


Flickr hosts millions of images that are licensed under a Creative Commons license or are in the public domain (Flickr Commons). Depending on the license, you may use the images on your private or commercial webpage, or can make changes to it. Often, you are in a great need for some pictures to freshen up your webpage and would like to include one of these images.

If you want to do this, there are quite a lot of steps necessary: 
Make sure you understood the license correctly 
Get the correct HTML code for the IMG tag 
Link the image back to the Flickr photo page Give the author of the image proper credits (Attribution) 
Link to the Flickr profile of the author 
Link to the license the image is licensed under 

The solution 
With ImageCodr.org, there is no need to do all this manually, you simply enter in the URL of the picture page (as seen in your browser) you are interested in and ImageCodr.org will generate the ready to use HTML code. It will also display a brief and easy license summary, so you don't get in legal trouble because you missed something.

Saturday, 16 May 2015

Home PagePrint Story

Software developers toolbox Online Toolz

Did we ever tried to find a place where we can find almost all the tool for our developing need. We will love to have it. Today i am suggesting a website where you can find various online tools or rather toolz for your internet work or software work or designing work etc. A perfect place for Software Developers .


online-toolz.com

Online-Toolz.com provides Free Online Tools for Software Developers, the type of tools you need in your daily work like Validation, Formatting, Escaping, Generation, Date and String Functions, Encryption, Conversions, Encoding and Decoding etc

I love its Online WYSIWYG/HTML Editor. Try it and Enjoy it.

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

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.