Skip to main content

Featured

Play Emoji - Development Series #3

HTML <!DOCTYPE html> <html lang="en"> <head>     <link rel="stylesheet" href="playemoji.css">     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Document</title> </head> <body>     <div class="face">         <div class="eyes">             <div class="eye"></div>             <div class="eye"></div>         </div>     </div>     <script>         document.querySelector('body').addEventListener('mousemove', eyeball);         function eyeball()         {             var eye = document.querySelectorAll('.eye');      ...

Development Series - HTML and CSS Design Source code

Disclaimer

From Today, we are gonna start a new series specially for web developers.This series includes free CSS and HTML source codes of website designs (COMPONENTS).And these source codes aren't copied form any sources.

Comments

Popular posts from this blog

Play Emoji - Development Series #3

HTML <!DOCTYPE html> <html lang="en"> <head>     <link rel="stylesheet" href="playemoji.css">     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Document</title> </head> <body>     <div class="face">         <div class="eyes">             <div class="eye"></div>             <div class="eye"></div>         </div>     </div>     <script>         document.querySelector('body').addEventListener('mousemove', eyeball);         function eyeball()         {             var eye = document.querySelectorAll('.eye');      ...

The Robotic World

History of robots #ref-menu Jump to navigationJump to search A trumpet-playing  Toyota robot . The  history of  robotics  has its origins in the  ancient world . The modern concept began to be developed with the onset of the  Industrial Revolution , which allowed the use of complex mechanics, and the subsequent introduction of electricity. This made it possible to power machines with small compact motors. In the early 20th century, the notion of a  humanoid  machine was developed. Today, one can envisage human-sized robots with the capacity for near-human thoughts and movement. The first uses of modern robots were in factories as  industrial robots  – simple fixed machines capable of manufacturing tasks which allowed production with less need for human assistance. Digitally controlled  industrial robots  and robots using  artificial intelligence  have been built since the 2000s. ...

Technological evolution

Theory of technological evolution Mankind In Transition ; A View of the Distant Past, the Present and the Far Future , Masefield Books, 1993.  Technology  (which Richta defines as "a material entity created by the application of mental and physical effort to nature in order to achieve some value") evolves in three stages: tools, machine,  automation . This evolution, he says, follows two trends: Development The pre-technological period, in which all other animal species remain today - aside from some avian and primate species - was a non-rational period of the early  prehistoric man . The emergence of technology, made possible by the development of the rational faculty, paved the way for the first stage: the tool. A tool provides a mechanical advantage in accomplishing a physical task, such as an arrow, plow, or hammer that augments physical labour to more efficiently achieve his objective. Later animal-powered tools such as the plow and the hors...