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.

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) 1,512 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) 20,672 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) 8,415 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) 6,889 Views Read more

Using background-repeat and background-position together

December 07, 2010

Problem: having a background of container that has to be repeated vertically (background-repeat:y-repeat;) start not from the top, and along with that to have a background in inner container that will start from the top of main container

Add a comment (1) 7,099 Views Read more