You’ve always wanted to learn to program, but don’t know where to start? With our overview, you will find the right place to start. Twelve offers to improve your coding skills. Learning to code is not easy. In the meantime, however, the network offers a wealth of resources with which you can easily get started. Many …
This guide shows you the CSS3 animation possibilities: CSS3 transitions and keyframe animations are explained in practical examples. CSS3 libraries are presented for this purpose. Animations in web design Animations were frowned upon for many years because they were understood and used as a gimmick, which offers little use, but a lot of “show”. In …
Real-time collaboration tools have developed significantly in recent times. In particular, they allow developer teams to share code in real-time, making it easy to work remotely. We would put our hand to cut that any developer has ever needed to share a piece of code in order to get help when something doesn’t work as …
What should be difficult to center elements in CSS? That’s how you want to think spontaneously. However, if you’ve dealt with the topic many times, you also know that centering can sometimes become a real challenge. In the following article, we’ll show you five ways to center your elements and lettering in HTML using CSS3. …
Who doesn’t know? You want to create an image from an entire website, but you can usually only virtually photograph the visible area. It’s actually pretty easy to take screenshots of a website from your browser, including the areas you can reach by scrolling. Screenshot with Firefox Firefox makes it by far the easiest way …
In this tutorial, we’ll explain how to create and integrate a favicon. With tips on formats, sizes, HTML code, and implementation with Photoshop, Illustrator, and Co. What is a Favicon? A favicon is a small icon that appears in the address bar of the browser or open tabs. This icon also appears in the Favorites menu or the bookmark bar in front …
Do you know the term “minify”? This is programming jargon used to describe the process of removing unnecessary characters from a website’s source code. These characters can be spaces, line breaks, explanation comments, basically anything useful for humans, but useless for machines. We “minified” files from a website with CSS, HTML, and Javascript code so …
A good layout keeps visitors on a page because it makes important things easily accessible and intuitive to find. A nasty layout frustrated can frustrate page visitors and makes them leave the site because they can’t find what they’re looking for. In Web design, the layout is a term that explains how a Web site is displayed …
The CSS specification is constantly evolving. The process of implementing new features in the CSS is complicated: to put it simply, let’s say a CSS task force decides what new elements to add to the specification. It is then up to browsers to implement these new elements, and choose in which order to implement them, …
One of the main challenges For bloggers, small businesses, and non-profit organizations to have a personal website is the “Loading time of the site“ Studies show that the user leaves a site if it has not been loaded for 3 seconds. Nobody likes a slow website. Accelerating websites is essential. “The web should be fast” (Google says). Google …