Sven Ignor is a TYPO3 web developer with over 15 years of experience and specialises in bespoke solutions based on TYPO3. He is happy to share his knowledge and is committed to TYPO3 and the community
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…
Range of functions, ease of use, and technical aspects: If you’re searching for the right content management system (CMS) for your website, many factors must be taken into consideration. Worlds lie between a small blog and a huge company website, but sometimes the same system is…
The Apache HTTP Server is widely regarded as the standard web server for delivering HTTP documents on the internet. However, you can also set up the Apache web server locally on a Windows PC to test websites or check scripts in a development environment. All you need is the free…
Apache Kafka is an open source software which is highly regarded among many companies for its versatility. This data storage and processing solution sets itself apart through its high performance, scalability and fault tolerance. This is why it is used whenever information needs…
If you want to liven up a static HTML file and make it interactive, you can easily embed JavaScript in HTML. JavaScript elements add dynamic features to the functions of a website and make for modern, creative online presences. Our tutorial explores the available options for…
Every day, over 200 billion e-mails are sent around the world – although many of them aren’t received with much enthusiasm. In order for your business e-mails to stand out in all this chaos, you should pay attention to e-mail etiquette. If you stick to the most important rules,…
Are you familiar with the File Transfer Protocol, or FTP for short? If not, you should get to know it, as this transfer protocol greatly simplifies digital data exchange. Especially when dealing with large amounts of data, using an FTP server is highly recommended. To upload…
The HTML label tag is an important building block on the path to a user-friendly and accessible website. By labeling form elements, it makes navigation easier and also supports the use of screen readers for users with disabilities. Here you’ll learn what the label tag in HTML…
If you work on websites or regularly move large amounts of data, an FTP server can make your day-to-day work and collaboration much easier. It gives you a central place to manage and transfer your files efficiently. Setting up an FTP server is straightforward. In this guide,…
Without CSS, websites would just be a collection of text elements separated by headlines and paragraphs. Only the ability to format HTML using cascading style sheets make the internet what it is today: a colorful mix of customized online presences, from the ambitious home hobby…
Responsive typography is a much-neglected aspect of responsive web design, but it’s actually surprisingly easy to create a responsive design for both headlines and main text. So what’s the secret? Find out in part three of our series, as we give you a run-down of the…
Applications you create with Node.js can be run at any time via the command line. Alternatively, you can deploy your scripts as a service, enabling them to automatically restart in case of errors. This article shows you how to implement a Node.js application using Apache on…