Computer Fundamentals

Category: Uncategorized

  • File URL

    Mention the URL. This is also the way that we actually then link to other resources. If you want to say, in my HTML page, I want to display this other image, you still use a URL. If I want to include this other JavaScript source file, I use a URL. If I wanna say,…

  • Basic Web Interaction

    So the basic web interaction, it’s a client server. The server actually runs and waits forever. The clients then connect to the server. And if they’re doing HTTP, they do one file at a time. I make– I do a get request. I get the file. It’s stored in the cache. This right here actually…

  • URL

    Now we have the URL, but the URL is really talking about the file, the file that I actually want to be transferred. And so I have a URL example. The HTTP is the protocol. How do we actually transfer the file? HTTP, hypertext transfer protocol, simply means that I’m gonna open up a connection…

  • Web Client Perspective

    Okay. So it’s all about the presentation. K? That’s and and the reason why I say it’s really all about the presentation is a lot of these companies make a lot of money, and you think that they’re gonna spend a lot of money on their websites. Only there isn’t the ROI. They’re gonna get…

  • Web Browser

    A browser is a software application that is used to retrieve and display information from the web. It uses the client/server model. The web browser is just a software application. Client server model, your computer is the client where it originally lives, where it’s really stored. And the reason why I like talking about the…

  • Logical vs. Physical Web

    Actually put together. because every ten-year-old can actually produce a web page. oftentimes what we do is we will look at what we’re, what’s out there and not recognize that there is organization to it because there’s a whole bunch of crap. So just like I said, that many of the examples that you get…

  • Hello Web!

    This set of web development lectures is important because it helps students move beyond simply using the web to truly understanding how it is constructed, both conceptually and technically. One of the most valuable ideas emphasized throughout is the distinction between the logical and physical aspects of web development. This distinction is not just academic—it…