Website Design Programming Languages Definitions


(Photo by luis gomes: https://www.pexels.com/photo/close-up-photo-of-programming-of-codes-546819/)

Websites are designed and developed with multiple stack of web technologies such as Internet website cookies, User Interface (UI), Page source, Meta tags, J-query, Hyperlinks, HTML, CSS, JavaScript, Python, and Ruby. In this blog post we will discuss briefly about the definitions of each web programming languages (Web Technologies).

Internet Website Cookies

Internet website cookies which is often referred as browser cookies is a text file which stores user information such as personalised web settings, user sessions, and other data of the user in the client side (local storage) and the user have full authority to delete or keep the cookie from their device (GDPR, 2020). In general cookies are used for session management, personalisation, and tracking by the websites and browsers which makes the daily life of a user conveniente (What is a cookie? How it works and ways to stay safe, 2023) .

User Interface (UI)

User Interface is everything that  the user sees on the screen of their devices, it is the  bridge between user and the program which runs on the background of computer (Indeed Editorial Team, 2022). User Interface includes buttons, input fields, image sliders, cards, pages, and other visual material components in the screen of devices while using applications and websites (Hannah, 2021).

Page Source

Page source which is also referred as "source" and "source document" is the source code of the website which is not visible to the normal users and it contains the HTML codes of the website (Definition of Page Source | PCMag, 2023). It is important area for developers and programmers as it contains the source code of the website which helps them to fix the issue related with SEO and the hidden links can be accessed from the page source (What is source code?, 2021)

Meta Tags

Meta Tags are the metadata of website which contains information related with the web page description, character set, keywords, author of the page, and viewport settings which can be found inside the <head> section of the HTML document source (w3schools, 2023). Meta tags are important for the website as it is used to index the page on the internet (Plimmer, 2023).

J Query

jQuery is a popular JavaScript library that makes it easier to work with HTML documents, handle events, create animations, and develop AJAX applications (jQuery, 2023). It simplifies HTML document traversing, event handling, and animation, and is cross-browser compatible, making it a popular choice for web developers (jQuery, 2023).

Hyperlinks

A hyperlink, also known as a link, is a clickable element in an electronic document that allows the user to navigate to a different location, either within the same document or to a different one (Computer Hope, 2022). Hyperlinks can be embedded in text, images, or other media and are typically displayed in a different color and underlined to indicate that they are clickable (Computer Hope, 2022).

HTML

Hyper Text Markup Language (HTML) is regarded as the skeleton of the website which gives the structure to the web content (HTML: HyperText Markup Language | MDN, 2022). In order to show contents on the web HTML use markups to annotate texts, images, and other contents (HTML: HyperText Markup Language | MDN, 2022)

CSS

Cascading Style Sheet (CSS) is the stylesheet language which is used by the web pages to decorate the structure of the HTML structure (CSS: Cascading style sheets | MDN, 2022). CSS declares the appearance of user interface of the web page by defining its style properties is ".css" files (CSS: Cascading style sheets | MDN, 2022).

JavaScript

JavaScript is the most popular scripting programming language for web pages which is lightweight and Just in Time (JIT) compiled programming language (JavaScript | MDN, 2022). Runtime object construction, variable parameters list, and dynamic script creation are some of the JavaScript dynamic features (JavaScript | MDN, 2022)

Python

Python is a multipurpose and beginners friendly programming language which is created by Guido Van Rossum in 1991 and is used for web development (server side), artificial intelligence & machine learning, cyber security, mathematics, and software development (w3schools, 2023)

Ruby

Ruby is an object oriented programming language created by Yukihiro Matsumoto by combining his other preferred programming languages such as Perl, Smalltalk, Eiffel, Ada, and Lisp concepts (Ruby, 2023). Everything in ruby programming is an object which means they have their own properties and methods (Ruby, 2023).


References

CSS: Cascading style sheets | MDN (2022) Available at: https://developer.mozilla.org/en-US/docs/Web/CSS (Accessed: 13/01/2023).

Computer Hope (2022) What is a Hyperlink? Available at: https://www.computerhope.com/jargon/h/hyperlink.htm (Accessed: 13/01/2023).

Definition of Page Source | PCMag (2023) Available at: https://www.pcmag.com/encyclopedia/term/page-source#:~:text=Also%20known%20as%20%22source%22%20and,Web%20page%20(HTML%20document). (Accessed: 12/01/2023).

GDPR, P. (2020) What are Web Cookies? Definitions, Types, and Use | OKO. Available at: https://oko.uk/blog/web-cookies (Accessed: 12/01/2023).

Hannah, J. (2021) What is a User Interface & what are the key elements?. Available at: https://careerfoundry.com/en/blog/ui-design/what-is-a-user-interface/#what-is-a-user-interface (Accessed: 12/01/2023).

HTML: HyperText Markup Language | MDN (2022) Available at: https://developer.mozilla.org/en-US/docs/Web/HTML (Accessed: 13/01/2023).

Indeed Editorial Team (2022) What is User Interface (UI) | Indeed.com. Available at: https://www.citethemrightonline.com/sourcetype?docid=b-9781350927964&tocid=b-9781350927964-34 (Accessed: 12/01/2023).

JavaScript | MDN (2022) Available at: https://developer.mozilla.org/en-US/docs/Web/JAVASCRIPT (Accessed: 13/01/2023).

jQuery (2023) jQuery. Available at: https://jquery.com/ (Accessed: 13/01/2023).

Plimmer, S. (2023) What are Meta Tags? Simple beginner's guide - LCN.com. Available at: https://www.lcn.com/blog/beginners-guide-meta-tags/ (Accessed: 12/01/2023).

Ruby (2023) About Ruby. Available at: https://www.ruby-lang.org/en/about/ (Accessed: 13/01/2023).

What is source code? (2021) Available at: https://en.ryte.com/wiki/Source_Code (Accessed: 12/01/2023).

What is a cookie? How it works and ways to stay safe (2023) Available at: https://www.citethemrightonline.com/sourcetype?docid=b-9781350927964&tocid=b-9781350927964-159 (Accessed: 12/01/2023).

w3schools (2023) HTML meta tag. Available at: https://www.w3schools.com/tags/tag_meta.asp#:~:text=The%20tag%20defines%20metadata,the%20document%2C%20and%20viewport%20settings. (Accessed: 12/01/2023).

w3schools (2023) Introduction to Python. Available at: https://www.w3schools.com/python/python_intro.asp (Accessed: 13/01/2023).


Comments

Popular posts from this blog

Analysis and comparison between Amazon and eBay Product Page

Researching SDLC (Methodology, Key stages, and Benifits)