Skip to main content

Third day at Uki

 Web Development

  • Web development is work involved in developing a website like "https://en.wikipedia.org/wiki/Main_Page".
  • The web page contains data, text, audio, video, hyperlinks, images, etc.
  • We can divide 2 types ...   1)Static    2)Dynamic
  • We can't modify anything on a Static web page.
  • We can modify it on a Dynamic web page.

Advantages of a static website

  • Provide improved security over dynamic websites 
  • Improved performance for end-users compared to dynamic websites
  • Fewer or no dependencies on systems such as databases or other application servers 
  • Cost savings from utilizing cloud storage, as opposed to a hosted environment

Disadvantages of a static website

  • Dynamic functionality must be performed on the client-side.

 

Advantages of a Dynamic web page

 

  • Easy To Update
  •  Interactive
  • Quick To Responsiveness
  •  Smooth Navigation


Disadvantages of a Dynamic web page

  • Higher Cost
  • Slow Processing

Here are some web sites to learn about web development...





Comments

Post a Comment

Popular posts from this blog

Fourth day at Uki

 Programming Languages. The programming language is a formal language comprising a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Because the computer only understands "0 and 1" Most programming languages consist of instructions for computers. Javascript, Java, Python, C#, C++, HTML, CSS, RUBY, NodeJS are some examples of web development languages used in programming. Moreover, we can simplify our problems with Flowchart and Pseudo code before coding in programming languages. Look at this image, This is a simple flow chart to solve a problem HTML -Hyper Text Markup Language. I strongly suggest learning HTML first with  https://www.w3schools.com/ It's a learner base code academy to learn quickly. We can use Notepad++, Visual studio code, Atom.io (via  https://en.wikipedia.org/wiki/List_of_HTML_editors ) This is an example of a basic heading style in HTML This is the output. Paragraph...

HTML+CSS Styles.

 Margin style. Box model in CSS. Cursor style in CSS.

Movie card examples with CSS.

 Movie cards with CSS. Some new movie card designs with CSS References: https://freefrontend.com/css-movie-cards/ Here I shared one example(with HTML, CSS Coding) which I tried..... if you want more examples: https://freefrontend.com/css-movie-cards/ https://blog.avada.io/css/movie-cards/ https://newtodesign.com/7-css-movie-cards/ 😼😼😼Hope you get some new ideas about this topic.