Thursday 13 December 2018

K-Map solver android app, solve up to 12 variable k-map


K-Map solver is an android app that can solve K-map problems as well as function for its minimized
Boolean function.

Using this app you can solve any K-Map in just a second with minimized boolean function.

Monday 3 December 2018

ROBOT 2.O title with html ,CSS by. code for aninate


Animation with html and css coding.


This animation can be used for creating site title, special or important headlines to highlight from other.

R
O
B
O
T
2
.
O

L
i
k
e
A
n
d
S
h
a
r
e

Friday 26 October 2018

Java program for building maximum possible time from 9 digit (TCS codevita question )

This is solution for TCS codevita practice round question, According to the question we have to get 9 digit input from user and for a maximum possible time ,if possible.

Saturday 2 December 2017

Sunday 20 August 2017

Clock gadget that show current time on web page with HTML, CSS and JavaScript


Real time Clock gadget


Get and show the current date and time on web page with HTML , CSS and JAVASCRIPT.

Monday 31 July 2017

Animate text for using as title, headlines or any other special heading with html and css coding by code4animate


Animation with html and css coding.


This animation can be used for creating site title, special or important headlines to highlight from other.

C
o
d
e
4
A
n
i
m
a
t
e

L
i
k
e
A
n
d
S
h
a
r
e

Wednesday 26 July 2017

Loading animation of dot(circles ) with html coding by code4animate


Animation with html and css coding.

This animation is created with svg and circle tag and its color and radius of circle is changed with animate tag of html.


This animation does't depend on pixel so zoom as your browser can for larger size without lose of quality.

Friday 21 July 2017

Animation with HTML line tag and CSS @keyframes property by code4animate


Animation with html and css coding.

This animation is created with line tag and its color is changed with @keyframes .


This animation does't depend on pixel so zoom as your browser can for larger size without lose of quality.

What you need for creating animation like above.


  • Basic knowledge of html and css.
  • Text editor like notepad , better if you use Standard code editor.

Old animation related to this animation
1. Animation with HTML line tag and CSS @keyframes having beautiful look by top4ways
2. New edition of Animation with html and css (line, animate and and css property) - top4ways
3. Animation with html and css (line, animate and and css property) - top4ways

Lets start coding to create animation like this one.


Step first:- Open an text editor and write the basic structure of html5 and start coding as in step below
Step second :- Now create svg elements and define its height and width ( In this animation height=600 and width=600). As in below code

Step third :-Now create line tags for this animation as in below code

x1 and y1 defines the start point of line and x2 and y2 define ending point of line.

Step fourth: - Now define css for changing the color of line for this animation as in below code



Step fifth :- Now combine and save this codes in a right way and Run it on browser.

Thursday 20 July 2017

Animation with HTML line tag and CSS @keyframes having beautiful look by Code4animate


Animation with html and css coding.

This animation is created with line tag and its color is changed with @keyframes .




What you need for creating animation like above.


  • Basic knowledge of html and css.
  • Text editor like notepad , better if you use Standard code editor.

Old animation related to this animation
1. A animation with html tag used for creating a line and circle
2. New edition of Animation with html and css (line, animate and and css property) - top4ways
3. Animation with html and css (line, animate and and css property) - top4ways

Lets start coding to create animation like this one.


Step first:- Open an text editor and write the basic structure of html5 and start coding as in step below
Step second :- Now create svg elements and define its height and width ( In this animation height=600 and width=600). As in below code

Step third :-Now create line tags for this animation as in below code

x1 and y1 defines the start point of line and x2 and y2 define ending point of line.

Step fourth: - Now define css for changing the color of line for this animation as in below code



Step fifth :- Now combine and save this codes in a right way and Run it on browser.

Saturday 8 July 2017

Animation with html and css coding like div, keframes and more by code4animate


Animation with html and css coding. This animation is created with 60 div element placed in a line and each div has an id="dsa1" but different class name (d1,d2,d3.........da60).


What you need for creating animation like above.
  • Basic knowledge of html and css.
  • Text editor like notepad , better if you use Standard code editor.

This animation is new version of Animation with div tag of html and css coding by top4ways
Lets start coding to create animation like this one.
Step first:- Open an text editor and write the basic structure of html5 and start coding as in step below
Step second :- Now create div elements and give same class name to all div and different id to all.and again create equal number of div tag with another class name for all and different id name. As in below code

Step third :- Now create stylesheet with style tag and define appearance of div by selecting id and class name as in below code.

Step fourth: - Now define css for animating div as in below code.

Step fifth :- Now combine and save this codes in a right way and Run it on browser.

Sunday 18 June 2017

Animation with div tag of html and css coding by top4ways


Animation with html and css coding.
This animation is created with 60 div element placed in a line and each div has an id="dsa" but different class name (d1,d2,d3.........d60).

What you need for creating animation like above.
  • Basic knowledge of html and css.
  • Text editor like notepad , better if you use Standard code editor.



Lets start coding to create animation like this one.

Step first:- Open an text editor and write the basic structure of html5 and start coding as in step below

Step second :- Now create div elements and give same class name to all div and different id to all.



Step third :- Now create stylesheet with style tag and define appearance of div by selecting id and class name as in below code.



Step fourth: - Now define css for animating div as in below code.



Step fifth :- Now combine and save this codes in a right way and Run it on browser.