Code - Cheat Sheet

Thursday, May 7, 2020

HTTP (Hypertext Transfer Protocol)

  • HTTP - Hypertext Transfer Protocol

Definition 

HTTP - an application protocol for distributed, collaborative, hypermedia information systems.

ftp info with sites like godaddy

  • whoever you registerecd your domain with---if your registered with godaddy, crocodile, or anything like that, the ftp will be provided

Connect to a publishing server

SOURCE:
https://helpx.adobe.com/dreamweaver/using/connect-remote-server.html

  • Set up FTP, SFTP, WebDav, or RDS connections to upload or download files from the publishing web server.


Definition
Server - a computer or computer program which manages access to a centralized resource or service in a network
Web Server - Web server is a program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users, in response to their requests, which are forwarded by their computers' HTTP clients. Dedicated computers and appliances may be referred to as Web servers as well. Web server software controls how a user accesses hosted files.
https://whatis.techtarget.com/definition/Web-server

Example of Web Server Software
-Apache
http://www.apache.org/

Web hosting - a more general term that refers to where and how you’ll host your website’s files.
https://www.hostgator.com/blog/cloud-hosting-vs-web-hosting/


SOURCES:
https://www.hostgator.com/blog/cloud-hosting-vs-web-hosting/
https://whatis.techtarget.com/definition/Web-server
http://www.apache.org/
https://helpx.adobe.com/dreamweaver/using/connect-remote-server.html

Wednesday, April 29, 2020

04/29/2020 - "Inspect" Exploration



CODE that we learned;


www.tarotgoddess.com

    .content-left {
    padding: 1px 30px 1px 0px;

    • this correlates with the paragraph section in the left-hand side.
    • 389x342.8000 are the dimensions of the div.
    • padding is space between image or cell cotnents and it's outside border*

    30 px is the padding that has been applied to this paragraph div, providing space between the ad and the paragraph

    * .content-left {
        padding: 1px 30px 1px 0px;

      .homecontent {
            float: left;
            max-width: 389px;
            margin: 0px auto 0px auto;
        }


        body, div, table {
            color: #000000;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 15px;
            font-weight: normal;
            line-height: 150%;
            text-align: left;
        }

        Tuesday, April 28, 2020

        Panels

        Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...