What is ...

Terms related to IT and software development briefly and concisely explained

What is meant by "lazy load"?

Lazy load is a concept that aims to improve the load time of a web page or application by loading certain content only when the user actually needs it.


Wie kann ich meine PHP Scripte effektiv vermarkten?

Es gibt viele Möglichkeiten, Deine Software zu vermarkten. Wir zeigen Dir ein paar Möglichkeiten auf.


What is meant by "SaaS"?

Rent software instead of buying it


What is meant by a UX/UI design?

We deal with it every day, but what does "UX / UI design" actually mean?


IT-Outsourcing (Onshore, Nearshore, Offshore)

What is meant by onshore, nearshore and offshore. Advantages and disadvantages briefly explained


What is Python?

Python is a programming language and is one of the most popular programming languages in the world.


Publish a tutorial

Share your knowledge with other developers worldwide

Share your knowledge with other developers worldwide

You are a professional in your field and want to share your knowledge, then sign up now and share it with our PHP community

learn more

Publish a tutorial

PHP 7 Virtual Machine

Dieser Artikel zielt darauf ab, einen Überblick über die Zend Virtual Machine, wie es in PHP 7 gefunden wird. ...

admin

Autor : admin
Category: PHP-Tutorials

abhängige Listen

In einem Formular sollen neben mehreren anderen Eingabefeldern auch zwei Listen (Select-Felder) zum Einsatz kommen. Dabei soll der Inhalt der zweiten Liste vom gewählten Wert der ersten Liste abhängig verändert werden. ...

Patrick_PQ

Autor : Patrick_PQ
Category: mySQL-Tutorials

Reguläre Ausdrücke

In diesem Tutorial wird erklärt, wie reguläre Ausdrücke aufgebaut sind, was die Metacharaktere (Zeichen mit spezieller Bedeutung) eines Patterns bedeuten, und wie man das ganze in PHP umsetzt. Es werden nur die wichtigsten Teile erklärt, für weiterführend ...

webmaster2@

Autor : webmaster2@
Category: PHP-Tutorials