Blog

Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.

Rules for Styling Tables in Software, Website, or Mobile App

May 15, 2025

Well-styled tables are critical for usability, clarity, and performance. Whether you're building enterprise software, a custom web app, a mobile-first interface, or a mobile app, tables often present the most important data users interact with-think transactions, users, metrics, or reports.

Add a comment (0) 308 Views Read more

Most Common Web Programming Languages

March 01, 2024

In the dynamic world of web development, choosing the right programming language is crucial for building robust and scalable web applications. With a myriad of options available, developers often find themselves pondering over which language to master or use for their projects. In this blog post, we'll delve into some of the most common web programming languages, highlighting their strengths and use cases.

Add a comment (0) 2,672 Views Read more

How to make field required with JavaScript if checkbox is checked

March 13, 2015

Really simple solution that will allow you to make fields required below

Add a comment (0) 22,073 Views Read more

How to run HTML5 required fields validation when submitting form with JavaScript

July 28, 2014

Problem: if you run document.formName.submit(); it does not validate required fields. See solution below.

Add a comment (0) 9,218 Views Read more

CSS: Remove padding/line breaks from H1 tag

July 08, 2011

Little CSS trick that will remove padding/line brake from H1 tag.

Add a comment (0) 7,724 Views Read more