Posts

How To Connect Two Laptops Or PC's Using Ethernet Cable | Using Easiest Way | Connect Your All Home PCs or laptops

Image
 Connect Two Laptops Or PC's Using Ethernet Or Internet Cable. Connecting two laptops on a local area network (LAN) or using Ethernet cable is a great way to quickly transfer data between two computers. You can transfer data between two laptops on a LAN with laptop or PC using an Ethernet cable or a wireless connection. This i teaches you how to share and access files and folders on the local network on laptop and PC. step 1: Take a one internet cable or Ethernet cable it easily available in market. Step 2: Open control panel in your computer and find Network And internet Sharing  option. Step 3: A fter opening network and internet option than find Ne twork And Sharing Center option and open it. Step 4: Check your computers or laptops connect to Ethernet cable or local area connection check the statement of connectives when there is local area connection option than your computers are connected to each other. Step 5: there was a new option mean a new networ...

Design website for Agriculture products keeping in view the scenario of case study No need of databases. You are only asked to design it with HTML and CSS.

Image
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>final paper project </title> <style> #header{ background:#66CC66; position:absolute; font-family:Arial, Helvetica, sans-serif; padding:30px; margin:30px; width: 929px; left: -28px; top: -28px; border:groove #666666; height: 90px; } #list{ background:#00CC66; border:groove #FF66CC; position:absolute; padding:15px; left: 0px; top: 149px; width: 961px; height: 75px; } #pic{ background: #CCCCCC; border:groove #33CC33; position:absolute; left: 2px; top: 263px; height: 356px; width: 990px; } #1{ position:absolute; left: 20px; top: 669px; } #2{ position:absolute; left: 506px; top: 669p...

Case Study | HTML, CSS Complete Code | How To Create Rent A Car Website.

Image
  Case Study Car rental companies serve people who need a temporary vehicle, for example, travelers, those who do not own their own car, or owners of damaged vehicles who are waiting for repair or insurance compensation. Managing such a business using a manual system is a very tiresome job and takes longer to generate different types of reports. To overcome this problem we will develop a website for this company to be able to move their business online and to increase the availability and efficiency of their business processes. Note: Use the external css for header, internal css for footer and inline CSS for other content of web page. Any extra code that is not discussed in class is not allowed to use in these questions (This is just to stop you to use the ready made code). HTML AND CSS Code   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w...

How To Find IP Address Applying S-DES With Help Of Cipher Text and plain Text

Image
Let’s: Plain text: X= 1 1 0 0 1 1 0 0                    X= 1 1 0 0 1 1 0 0   Give No:           1 2 3 4 5 6 7 8 IP formula:        2 6 3 1 4 8 5 7   IP (X):                 1 1 0 1 0 0 1 0 Output IP(X):    1101 0010 Complex function: Fk(L,F(L F(R,SK1),R) Putting values in formula Dividing IP (x) into two parts right and lift side IP (x)=1101 0010 Right side=1101    lift side=0010 Fk(1101,0010)=(1101 ⊕ f(0010, 10100),0010) 1 ST SOLVE F:   F given in formula F: E/P E/P Formula: 4 1 2 3 2 3 4 1 Right side:       0010 Give No:          1234 Applying E/P: 4 1 2 3 2 3 4 1 Output (E/P):   0 0 0 1 0 1 0 0 Taking XOR BE...