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

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

Basics of views in MySQL

Views in a MySQL database offer the option of creating a virtual table based on the result of an SQL query. This virtual table can be queried like a normal table without changing the underlying data. ...

admin

Autor : admin
Category: mySQL-Tutorials

Umfragenscript

Dieses Tutorial zeigt wie man mit eine Umfragescript mit einen TXT-Datenbank erstellen kann. ...

kiliandreissig@

Autor : kiliandreissig@
Category: PHP-Tutorials