Posts

Showing posts with the label Dark Writer

INTRODUCTION TO INTERNET PART :- 2

Image
           COMMUNICATION CHANNEL A  communication channel  refers either to a physical  transmission medium  such as a wire, or to a  logical connection  over a  multiplexed  medium such as a radio channel in  telecommunications  and  computer networking . A channel is used to  convey  an  information  signal, for example a digital  bit stream , from one or several  senders  (or transmitters) to one or several  receivers . A channel has a certain capacity for transmitting information, often measured by its  bandwidth  in  Hz  or its  data rate  in  bits per second . Communicating data from one location to another requires some form of pathway or medium. These pathways, called communication channels, use two types of media :  cable  (twisted-pair wire, cable, and fiber-optic cable) and  broadcast  (microwave, satellite, radio, and infrared) . Cable or wire line media use physical wires of cables to transmit data and information. Twisted-pair wire and coaxial cables are made of

SIMPLE DESIGN OF CHESS BOX USING HTML AND CSS PART:-4

Image
CREATION OF CHESS BOARD USING HTML AND CSS HI GUYS. TODAY I GONNNA SHOW U HOW TO CREATE CHESS BOX BY USING HTML AND CSS. HOPE YOU LIKE IT. VISIT:- https://darkwriter17.blogspot.com FOR MORE AMAZING CSS AND HTML WORK. LET START THE PROGRAM :- <!DOCTYPE HTML> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <table border="1"> <tr> <td bgcolor="white" width="50" height="50"> <font color="green" size="+4">&#9812; </font></td> <td bgcolor="grey"  width="50" height="50"></td> <td bgcolor="white" width="50" height="50"></td> <td bgcolor="grey" width="50" height="50"></td> <td bgcolor="white" width="50" height="50"></td> <td bgcolor="grey" width="

INTRODUCTION ON ANIMATION PART:-1

Image
ANIMATION HISTORY The history of animination started long before the development of  cinematography . Humans have probably attempted to depict motion as far back as the  paleolithic  period.  Shadow play  and the  magic lantern  offered popular shows with projected images on a screen, moving as the result of manipulation by hand and/or some minor mechanics.  In 1833 the  phenakistiscope  introduced the  stroboscopic  principles of modern animation, which decades later would also provide the basis for the cinematography. The animation industry has grown to become an absolute behemoth in the world of cinema. As of the last reliable estimates, which surfaced around 2008, the industry was reported to be worth a cool $68.4 billion alone, and that was before the world had ever heard of a little movie called  Frozen . And even though modern animated movies require massive teams working solidly for years, they’re still the most profitable of any film genre. They have bee

Simple Degin Using HTML And CSS Part-2

Image
A Home Page Using HTML And CSS Today We are going to Make a beautiful home page by using HTML and CSS. In the given program i used two picture one for background aand one for logo. I gonna give the link of that pictures. We gonna write this program in "notepad++ or Sublime" or any other programming coder:-  And We will save it with ((anyname of u want).html). And run it in any Browser. So let's Start :- Let's See what we are going to make It's Look Beautiful. For the above Home We need to write some program in HTML and give Some Effect from CSS. <!DOCTYPE html> <html> <head> <title>DarkWriter Creations</title> <style> *{ margin: 0; padding: 0; font-family:century gothic; } header{ background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("file:///C:/Users/Karan/Desktop/New%20folder/42469-assassins-creed-syndicate-1920x1080-game-wallpaper.jpg"); height: 100vh;