Posts

Showing posts from April, 2021

Lesson 9 Javascript

  The lesson 9 topic was all about JavaScript contained 2 parts of the video. The first part was focused on knowing what is JavaScript. JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.  There are lots of ways on using a JavaScript some example of this are mention in the video presented by our professor like detecting the browser used by a visitor at your page and manipulating cookies. JavaScript Commands - JavaScript code gives instructions to the  web browser . -JavaScript  commands  are usually called  JavaScript code . -Each command should end with a  semicolon . It helps your code be more readable to you and the browser, too. Most programming languages give commands to the computer. However, JavaScript commands the web browser.  Usually, programs contain many statements, which give instructions to the browser. In JavaScript programs,...

Lesson 8 Web System Technologies

  The lesson 8 topic was all about web system technologies.   Web technology  involves the use of hypertext markup language (HTML), cascading style sheets (CSS) and Javascript. The most common use web browser for windows are Google Chrome while in Apple is Safari. In creating a Web Application most programmers are using web development frameworks t hat makes  web development  quicker and easier by giving basic patterns for building reliable, scalable and maintainable web applications.   There are several web frameworks that have been designed to make coding and app development much easier for those in the industry. A few of the framework that shown in the video lecture are: Ruby on Rails, Yii and Laravel.  Programming Language are essential for creating a web application, there are lots of programming language that a developer can use but depending on a company needs the  most suitable tools for efficient development are being use. Protocols ...