debugger (CSS, HTML, JS, PHP) –
debugger a computer program that assists in the detection and correction of errors in other computer programs.
Debugging – Debugging is the process of finding and fixing errors or bugs in the source code of any software.
document.getElementById() (HTML, JS) – JS meetod, mis võtab ja tagastab elementi tema id järgi
Näide: document.getElementById(“nimi”) – tagastatakse element id = “nimi “, id määratakse HTML’is
echo (PHP) – Kuva veebile sisu php failis
Näide:
<?php>
echo “Tere minu nimi on Masha“;
?>
ERP süsteem (CASE vahendid) – Ettevõtte ressursside planeerimise (ERP) tarkvara, vahel ka lihtsalt majandustarkvara, on integreeritud rakenduste komplekt, mis on loodud ärifunktsioonide nagu finants, personal, müük, ost, tootmine jne haldamiseks.
Event driven languages (CSS, HTML, JS, PHP) – Event-driven languages are designed to respond to external events, such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs.
fillStyle (CSS, JS, PHP) – fillStyle – JS atribuut, mis värvib määrada ala
Näide:
ctx.fillsStyle = “blue”;