Install Python
How to install Python on Windows, Linux and macOS
  • Web development

If you want to learn to program with Python or use the scripting language to develop an application, you must first install the appropriate version on your operating system. Find out what the requirements are for this, where you can download the necessary program packages and how to install and set up Python.

How to install Python on Windows, Linux and macOS
Deactivating JavaScript
Disable JavaScript instructions for Firefox, Chrome, and IE
  • Web development

JavaScript is ubiquitous in the world wide web. The scripting language adds interactive elements to websites and has significantly changed the appearance of online offers. Hardly any of today’s web pages can work without scripts that are executed on the website visitor’s computer. However, this also entails risks. All common web browsers also provide their users with functions that can restrict or...

Disable JavaScript instructions for Firefox, Chrome, and IE
PHP vs. JavaScript
PHP vs. JavaScript: A comparison of the two scripting languages
  • Web development

The PHP vs. JavaScript duel has been around since way back in 1995. Which scripting language is better mainly depends on the respective project and its requirements. Here you can find out what the two rivals are all about, what they have in common and what their differences are, and whether PHP or JavaScript can win the race.

PHP vs. JavaScript: A comparison of the two scripting languages
jQuery tutorial: introduction and first steps
jQuery tutorial: basics on selectors, syntax, and more
  • Web development

By using the JavaScript library, jQuery, you can easily customize HTML elements. Well-known CSS selectors such as the element selector or the .class selector help you to choose the desired content and manipulate it using various actions. In addition, lines of code can be written that respond to how website visitors navigate and what search terms they enter, and then automatically execute...

jQuery tutorial: basics on selectors, syntax, and more
Install PHP
How to install PHP step by step
  • Web development

As a web developer you’ll need to install PHP on your device sooner or later, but how do you do that? We have put together this step-by-step guide to make it easier for you to install this popular scripting language. Find out which PHP version is the right one for you in our article. It explains everything you need to know.

How to install PHP step by step
HTML attributes
The most common HTML attributes in an overview
  • Web development

HTML attributes are important tools when it comes to optimizing websites and improving the user experience. They store information and define design features for elements. Keep reading our dedicated article where you will get an overview of the most common HTML attributes, learn what they are as well as how to use them.

The most common HTML attributes in an overview
HTML tags
The most important HTML tags in an overview
  • Web development

Without HTML tags, your website cannot be displayed properly by different browsers. They structure your document, pass on important information and are thus particularly important for your website. We will show you the most important HTML commands in table form and explain what the different HTML tags are used for and how.

The most important HTML tags in an overview
HTML editors
HTML editors: 14 HTML editors in the test
  • Web development

Creating and editing code, as well as programming websites and software, is much easier with an HTML editor. But how can you recognize a good HTML editor and what advantages and disadvantages should you look for when choosing one? Our practical overview presents recommended HTML editors along with their strengths and weaknesses.

HTML editors: 14 HTML editors in the test
Website optimization: tips and tricks for more speed
Website optimization – the biggest obstacles
  • Web development

When it comes to website development and maintenance one aspect is often missed: website speed. Despite mobile-first approaches and responsive designs, many websites still have loading times that are too long, which can prove off-putting for visitors. Yet, loading time is one of the key reasons why consumers abandon a website. Our guide reveals what you can do to make your website faster.

Website optimization – the biggest obstacles
Flask Python
What is Flask Python? A short Flask framework tutorial
  • Web development

Flask is one of the most popular web frameworks for Python. A minimalist counterpart to the more complex Django, the Flask framework has gained a huge fan base. Read on to learn what Flask is and what its advantages and disadvantages are. We’ll also show you how to set up the framework and create a web application in our Python Flask tutorial.

What is Flask Python? A short Flask framework tutorial