Skip to main content

The Major Technologies of Web Design and Development

The Major Technologies of Web Design and Development

Computers,Website Design 5 Major Technologies of Web Design/Development Introduction There are 5 major tools that are necessary to build a dynamic website from scratch. 

Those tools are the languages HTML,CSS,Javascript,PHP, and SQL. I'm going to give a description of each of those languages and what they are used for. 1. HTML HTML is the standard language for creating web pages. The acronym HTML stands for Hyper Text Markup Language. A markup language uses tags like .... In HTML a tag represents different elements of a page. Most tags come in a set with an opening tag (i.e. ,,or ) and a closing tag (i.e. ,,or ). 

 As you can see the opening tag is made up of an open triangular bracket, followed by its name and a closing triangular bracket, while the closing tag is made up of an open triangular bracket and forward slash, followed by its name and a closing triangular bracket. 

These open and closing tags can (and usually do) contain other content (tags). There are a handful of tags that do not come in a set and don't require a closing tag because they never contain content (other tags). HTML is used to describe the structure of a page. 

Someone could make the argument that the other major tools that we will discuss aren't necessary to build a simple, static site, but there can be no website without HTML. 2. CSS CSS stands for Cascading Style Sheet. While HTML is used to describe a page, CSS is used to design it. All of the styles of a page from the position of elements to the style, color, and width of a border, to the background-color or image of elements are specified using CSS. 

CSS can be used to apply styles to groups of elements depending on type or based on an id or class that you have specified. You could technically build a page solely from HTML but it would be a very boring page, with black letters, a white background, and an unappealing layout. 3. 

Javascript (JS) Javascript is an important part of what makes a website dynamic. Javascript is a language that runs directly in the browser and therefore allows dynamic changes to be made to the website based on user input. 

Javascript can change certain elements in the page without requiring a full page reload which is faster and makes for a better user experience. Since Javascript works directly from the user's (client's) browser, it is called a client-side language. 4. PHP Just as Javascript is a client-side language because it operates directly from the user's browser, PHP is a server-side language because it runs from the server, where pages are retrieved and sent (served) to the client. PHP is a language that dynamically generates pages. 

A PHP script can be used to build an HTML page based on user input and other information. PHP can also be used to interact with databases that are on the server and retrieve information from them. 5. SQL SQL stands for structured query language. It is a general term for languages that are used to create, access, and modify databases and their tables, such as MySQL. 

To put it quite simply a database is a group of tables that store information. These tables are very useful in website design. It would be very difficult to have a login and signup system if a site couldn't store user information in a database table. This is just one of many uses for these tables. Blogofjay will walk readers through building websites from scratch with HTML, CSS, Javascript, PHP, and SQL. Visit at Blog of Jay

Comments

Popular posts from this blog

What you should need to know about uweb.

What is UWEB? Uweb is a fully loaded with tech and social media information. It is one place of tech stacks. we provide you our best information that you must need to know.  We know you wanna to know how tesla car works, what is the best mobile to use for social media. how Elon made his launch successful. others like facebook, instagram, youtube, snapchat, tesla, twitter, Amazon, meta, whatsapp, etc Get regularly useful info that you must need to know. follow the uweb official blog. To get awesome updates. Bloggin is a nifty little tool that lets you build your own blog easily and quickly. You can use it to create a blog or website, post content, and edit your pages. A blog post is a portion of a blog where there is a change in writing style, tone, or focus. Categories Include: How to write a blog post, How to write a good blog post. Most people who want to start a blog do so because they have a message they want to share with the world. My writing has led me to be able to work as ...

Want To Learn How To Code for Free? Discover Low-Cost and Free Courses

Want To Learn How To Code for Free? Discover 12 Low-Cost and Free Courses There was a time when knowing how to program was for the geekiest of geeks. That’s not exactly the case today. As most entrepreneurs, freelancers and marketers will tell you, learning how to program can help you succeed. Over the past year, I've been learning to code. It's helped me to become a much better entrepreneur: I can dive in, for instance, when my team needs to fix a few bugs on the site.  You don’t even need to shell out a ton of money or put yourself in debt to learn how to code, either. These 12 places offer coding courses for free: 1. Codeacademy One of the most popular free places to learn coding is Codeacademy. In fact, more than 45 million people have already learned how to code through this educational company’s engaging experience. At CodeAcademy, you can dive right in and take courses that teach you everything from HTML & CSS, Java...

How to start freelancing? Full time freelancing

 How to start freelancing? Full time freelancing As much as 70% of the traditional workforce in the US would love to do additional freelance work next to their full-time jobs to increase their income. And, the number of top US companies and who are open to hiring freelancers is rapidly increasing. To start freelancing while you already have a full-time job, you’ll have to consider the following steps: Define your business goals Before you start freelancing, you’ll have to be honest with yourself, and answer an important question: Is freelancing just a side gig? Or do you plan to expand it to a full-time business? The answer to this question will determine your next steps, considering that you’ll either aim to balance your full-time and freelance work, OR aim to work your way out of your current job to pursue a full-time freelance career. The answer to this question is your long-term goal. To pursue it, you’ll have to set a number of short-term goals and answer question...