Here you will find articles from the field of website creation. This way you will get a glimpse into the programming or graphic craft. In articles focused on web design, you can find inspiration for creating your own websites, as they contain lots of code samples and practical skills that will certainly come in handy when creating your own.
Article categories
Recent posts
-
How to build your own WP theme – Part 2: The Files In the previous part, we introduced the basic structure and strengths of WordPress. Today, we’ll follow up on that and show you the basic files that a template must contain. What Files Does a Theme Need? WordPress is quite lenient […]
-
How to build your own WP theme – Part 1: The Basics This is an introductory article on the topic of creating your own templates in the WordPress content management system. In this article, we will introduce this world’s most widely used content management system, discuss its strengths, and show the basic […]
-
Creating a mobile menu (2/2) In the previous article of the same name, we prepared a menu in HTML and CSS. Today, we will implement the entire functionality using JavaScript. We will use the jQuery library for this. At the end of the article, you […]
-
Creating a mobile menu (1/2) In our series on responsive web design, today we’ll look at how to create a fully functional menu for mobile devices – the kind you’ll find on this website. The menu will behave fully responsively. When you click on the […]
-
The basics of a Mobile First approach The Mobile First approach is a method of responsive web design that works from the lowest resolution to the highest. The website is coded for mobile devices first. In this article, we will show the advantages of this approach and […]
-
Introduction to responsive design The term responsive web design was coined in 2010 by American programmer Ethan Marcotte. The main characteristic of a responsive website is its flexibility. Such sites adapt to any device. Responsive web design has two basic building blocks. The first […]