Skip to main content

Front-end development

     In this report, we are going to study about Front-end development. So, first of all we have to understand what Frontend development is and what does the Front-end developer do. So, front-end developers are the glue that holds Web-Designers and Back-end Developers together. Their main tools are HTML, CSS and JavaScript.

         Trends in Front-end development are always changing. This can make being a front-end developer challenging. But it is good to the great extent as you’re always learning new technologies.

The Front-end of any web page is generally everything you see and interact within the browser as a user of the application. For example, just think of your favorite site. When you click on something in the site, some action performed and you see the result not the whole process going in the background of the website. That means, the user only interact with the things he sees on the screen. Thus, it should look beautiful and convenient, easy to understand, text should be readable, color-scheme should be chosen wisely.

Getting started-(with downloading a text-editor)

To make a webpage or website first you need to write your source code for which you need a text editor. There are a lot of text editors that we can use like simple Notepad which is in the windows already or Notepad++, Sublime text, Brackets, Visual studio, Atom whatever you prefer.

Emmet(web-developers’ essential toolkit)-

Emmet is a plug-in for many of the popular text-editors (as sublime text, notepad++) which improve HTML and CSS workflow. We use the Emmet’s abbreviated shortcuts to write large HTML and CSS code faster and more efficiently. In most of the text editors, simply pressing tab-key is going to expand your shortcuts. Hence, it extends editor’s functionality. It also 

Comments

Popular posts from this blog

Cascading Style Sheet

  CSS ( The Stylist ) HTML is responsible for all the core foundation and CSS is responsible designing of webpage like pretty layout, add colors to your font, change the font-size and font-style etc. Both are used together.               Hence we can say that- “It is a language for specifying how documents/web-pages are presented to the user.” By the use of CSS, we can manage what the color of text, style of fonts, background color and images, spaces between the paragraphs, variation in display for different devices and screen size should be, how columns are sized etc. It gives us the control over presentation of the document.   History and versions- It was invented by HakonWium Lie in 1994 and maintained by a group of people within the W3C (World Wide Web Consortium). This group creates docs. called ‘specifications’. After a discussion by W3C members, it becomes a ‘recommendation’. In December 1996, C...

JAVASCRIPT (JS)

  INTRODUCTION JS is very versatile Client-Side language. JS is mostly used for developing the understanding between the webpage and a client. We can also say, a webpage can be made more appealing and spirited, with the assistance of JS. JS may run on most of the internet browsers and on any Operating System. JavaScript is the number one and one of the best coding languages in the world and also very easy. JS along with CSS and HTML makes up the core building blocks of the Internet and the World Wide Web . Application of JavaScript in Web Development ·        JavaScript is utilized for creating web pages. ·        JavaScript is a stand-alone language which is developed in Netscape. ·        JavaScript is used when a website is to be made interactive and add special transitions used by all websites for the cause of validation. ·        JavaScript can ...

Back-end Development

  Web applications behind the scenes are controlled by Back-End Development. Back-end is used to create Front-end by utilizing a database. Back-end can be written in various coding system and dialects, for example, v php- php document is an ASCII record, made using any ASCII editor (Notepad and Notepad++). Html codes are written in php files and can be easily embedded. v JAVA- JAVA is one of the most liked programming languages. It was developed in early 90’s by sun microsystems. Father of Java is James Gosling and it is high level programming language. v Python- Python language is being utilized at both small and huge scale due its adaptable nature and numerous programming ideal models like object-oriented, imperative, functional and procedural.