Monday, 5 March 2018

Introduction to web building

Introduction to Web Development
Web programming, also known as web development, is the creation of dynamic web applications. Examples of web applications are social networking sites like Facebook or e-commerce sites like Amazon.
The good news is that learning web development is not that hard!
In fact, many argue it’s the best form of coding for beginners to learn. It’s easy to set up, you get instant results and there’s plenty of online training available.
A lot of people learn web coding because they want to create the next Facebook or find a job in the industry. But it’s also a good choice if you just want a general introduction to coding, since it’s super easy to get started. No matter whether you’re looking for a career or just want to learn coding, learning how to develop for the web is for you. It’s one of the smartest decisions you will ever make!
Web Development Overview
There are two broad divisions of web development – front-end development (also called client-side development) and back-end development (also called server-side development).
Front-end development refers to constructing what a user sees when they load a web application – the content, design and how you interact with it. This is done with three codes – HTML, CSS and JavaScript.
HTML, short for Hyper Text Markup Language , is a special code for ‘marking up’ text in order to turn it into a web page. Every web page on the net is written in HTML, and it will form the backbone of any web application. CSS, short for Cascading Style Sheets , is a code for setting style rules for the appearance of web pages. CSS handles the cosmetic side of the web. Finally, JavaScript is a scripting language that’s widely used to add functionality and interactivity to web pages.
Back-end development controls what goes on behind the scenes of a web application. A back-end often uses a database to generate the front-end.
Here’s an example. Say you log into your Facebook account, and you are greeted with the latest updates in your News Feed. They’re not going to be the same updates that you saw yesterday.
How did the page change? Did a Facebook employee manually edit the page to update your news feed? Of course not. A script on the Facebook back-end would have received the updates and re-generated the front-end accordingly.
Back-end scripts are written in many different coding languages and frameworks, such as…
PHP
Ruby on Rails
ASP.NET
Perl
Java
Node.js
Python
Without going into more detail, that’s really all there is to web development. So now, here is a way to start learning it.

Introduction to Web Design
Web design is the visual aesthetics and page layout of a website. It goes hand-in-hand with
web development in the creation of a static website or dynamic web application.
Even if you don’t consider yourself a creative person, it’s still a good idea to learn web design. No matter whether you want to make static websites or dynamic web applications, design is an important part of the process. The design is the first thing people notice when they arrive on a website, and if it’s not good enough, they’ll leave. You don’t want to create a site that frustrates people, do you?
If you do identify yourself as a creative person, you might even consider a career as a web designer. Today, there is a huge need for competent web designers with up-to-date skills. It’s not an opportunity to be sneezed at.
Learn coding and you’ll be a valuable asset to many. But learn coding and design and you’ll be second to none!
Web Design Overview
The web design process starts with a visual concept, which you could sketch by hand or with software like Photoshop. Then, you use
HTML and CSS to build the website. HTML and CSS are the codes for writing web pages. HTML handles the basic structure and ‘bones’ of your page, while CSS handles the style and appearance.

Introduction to web Hosting.
It simply means making your website available to the general public. After writing your web code only you can access it but to make it accessible to the world you need hosting

No comments:

Post a Comment

How to hack a website with basic coding experience

Note: try this at your own risk! 🔰 : How to Hack a Website with Basic HTML Coding ━━━━━━━━━━━━━━━━━━ ⚠️ : PC ━━━━━━━━━━━━━━━━━━ ♻️ Ope...