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

Das 'Nested Sets' Modell - Bäume mit SQL

Das 'Nested Sets' Modell - Bäume mit SQL

Dieses Tutorial beschreibt die 'Nested Sets'-Technik, mit der man solche Bäume mit SQL performant konstruieren kann. ...

gorski@

Autor : gorski@
Category: mySQL-Tutorials

Datenbankinhalt für Suchmaschinen aufbereiten

Sie haben eine Datenbankanwendung geschrieben und keiner weiß, welche Daten bei Ihnen zu finden sind. Suchmaschinen gehen natürlich nicht so weit, daß sie Abfragen an die Datenbank senden. Somit bleibt der Inhalt Ihrer Tabelle für Suchmaschinen unsichtbar ...

Wolfgang13

Autor : Wolfgang13
Category: SEO Tutorials

Spielereien mit Zeit und Datum

Das Rechnen mit Datum und Zeit ist nur selten unproblematisch, PHP stellt uns dafür zahlreiche Funktionen zur Verfügung. Wir wollen uns im folgenden ein paar davon ansehen und an Beispielen erproben. ...

Stephane

Autor : Stephane
Category: PHP-Tutorials