#

All Posts

Front-end tricks for developers

Published:

Oct 26, 2020

Share this post:

Have you ever ask yourself about the best practices for your front-end? What can you do without any damage to the website’s performance? Front-end development involves more than writing clean code. 

Here are some front-end tricks that developers must know for HTML, CSS, and JavaScript.

HTML TRICKS

  • Datalist element

Usually, this element is not used that much for no reason. The <datalist>tag provides an “autocomplete” feature for <input> elements. As a result, you will see a drop-down list with your pre-defined options.

Example:

Above, the <datalist> id attribute in bold must be the same as the list attribute of the <input>

  • Indentation

It uses as a visual representation of the nested elements. Your most recent open and close tags are placed to ensure your code operations. Also, you can even add a blank line to separate large code blocks. All of these bring up an organized view, as you can see in the image below.

 

  • Class and ID Names

By using these names, you can get practical and relevant HTML practice since this class of attribute uses to define a specific element style. Indeed, class attributes reuse between multiple elements, which allow them to carry identical modifiers. 

Besides, an ID tag handles a specific variable and sometimes use alongside a class attribute. Since IDs assign to one specific element, they never are reused. 

CSS TRICKS

  • Writing mode

It is known as a powerful CSS property because it allows you to put the text vertically; for example: 

Also, the write-mode property has other possibilities:

  • Inline Style

  CSS is written in a different CSS file with the .css file extension. Indeed, inline style is a CSS sheet include on an HTML document. This practice must be avoided when you are writing HTML and CSS code. 

Web developers should use inline styles in the following cases:

  • HTML Email
  • Content Management System Content (WordPress, Drupal, etc.) 
  • Dynamic Content
  • Older Websites
  • CSS Reset

As you know, each browser has its style by default. A CSS Reset is a practice that resets all the styling from the ground up. In fact, CSS Reset is a set of rules that reset the styling of HTML elements to a baseline. It will allow every single browser to have all its styles reset to null. 

JAVASCRIPT TRICKS

  • Name variables

You always use variables names that make sense. For instance, by grabbing an ID element from the HTML file, you have to store in a variable. 

Developers use a writing practice called camelCase. It involves writing each word or abbreviation in the middle of phrases without any spaces or punctuation. 

  • Private Instance Fields

Usually, they appear next to a #, for example:

#onePrivateInstanceField = 20;

These fields enforce a class encapsulation. With this process, you can use private instance fields to encapsulate and hide your information. It will make it inaccessible outside its scope.

  • Indications

You should always use indications for functions, objects, and conditions to make it easier to read from the other parts of the code.

CONCLUSION

The list from above might not be the most practical but not use enough in the front-end development. Indeed, it can help you to improve your front-end skills. Above all, developers at Glajumedia can give you that peace of mind by expanding your front-end tricks. 

Enjoy this post?

Join Our newsletter

    Keep reading

    No-Code Development: democratizing software creation

    No-Code Development: democratizing software creation

    No-Code development is revolutionizing software creation, allowing entrepreneurs and small businesses to develop applications without programming. It offers accessibility, cost reduction and speed, although with some limitations. Discover its advantages, limitations and use cases in our blog.

    Office 365 for business: Choose the ideal plan

    Office 365 for business: Choose the ideal plan

    Elegir el plan adecuado de Office 365 para empresas puede ser complejo. Considera factores como el número de usuarios, funciones requeridas y presupuesto. Microsoft ofrece tres opciones principales: Básico, Estándar y Premium, cada una con diferentes características para satisfacer diversas necesidades empresariales.

    Software Project Management: Trello, Asana and Jira

    Software Project Management: Trello, Asana and Jira

    Discover the main project management tools: Trello, Asana and Jira. Explore its features, use cases, and how to select the best one for your team. Optimize the efficiency and effectiveness of your projects with the right tool for your specific needs.

    Blockchain: Beyond Cryptocurrencies

    Blockchain: Beyond Cryptocurrencies

    Blockchain, beyond cryptocurrencies. Secure, transparent and decentralized database. Revolutionizes industries: supply chain, digital identity, property, electronic voting, smart contracts, copyright, decentralized finance, IoT.

    SD-WAN: Seven reasons to choose managed services

    SD-WAN: Seven reasons to choose managed services

    SD-WAN managed services let you take advantage of the benefits of SD-WAN technology without the burden of management. You will get a more flexible, secure and scalable network, while you reduce costs and focus on your business. Contact us for more information.

    RTO and RPO as Pillars: Business Resilience

    RTO and RPO as Pillars: Business Resilience

    Maximize business resilience with a balance between RTO and RPO. This approach ensures business continuity in the face of failures and disasters, minimizing data loss and ensuring rapid recovery.