HOTGLUE, a Content Manipulation System


Introduction

HOTGLUE is a visual online tool that allows the construction of websites directly in a web-browser. Multiple pages can be easily created and images and other elements can be placed anywhere on the page by using drag and drop. Although HOTGLUE has its advantages, some limitations can also be found.

An introduction to this tool was made and this portfolio is built using it with the purpose of documenting my learning experience throughout the Web Design Studio module.

First Steps

A first attempt of placing elements and linking to pages.

After creating an account the user is left with a blank canvas, to place elements in. With a single click opens a set of creation tools while a double click gives access to page specific features and the possibility to edit overall settings of the website.

Set of tools that can be accessed by a single click on the canvas.

Pros ans Cons

Proved to be a great tool to quickly create visual compositions:

  • Visual tool, elements can be easily placed anywhere on the canvas.

  • Free server space, multiple pages can be created and are automatically published on the internet.

  • Can be enhanced with code. Includes a tool that parses HTML, CSS and JavaScript but scripts need to be used with caution.

  • Good for sketching layouts and study a web space structure.

Although it has it's benefits, after creating a few pages with HOTGLUE significant limitations where noted as well:



  • Limited element styling. Unless tags with CSS classes or id's are wrapped around the text when creating text elements, it's not possible to style the elements with advanced styling options.

  • Cannot access created files. There is no way to access the files for the created pages or uploaded resources such as images which can cause issues when creating a website of larger complexity.

  • Non-responsive. The content does not adapt in any way, as it seems the elements are using position: absolute and don't respect the size of the browser window.

Conclusion

Overall, HOTGLUE is a great tool to quickly sketch a layout and create web content without knowing any markup or programming language. The tools are no more than two clicks away and there are many useful tutorial videos to get users started. However, it is not a friendly tool for creating web content that is semantic, responsive and user-friendly, definitely raises questions about whether using visual web tools or custom code is best when creating good quality web documents.