inglise-eesti/vene terminid/dictionary

debugger (CSS, HTML, JS, PHP) –
debugger a computer program that assists in the detection and correction of errors in other computer programs.
DebuggingDebugging 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”;
footer (CSS, HTML) –
  • HTML käsk, mida näiatab HTML lehe jaluse
Näide: <footer></footer> footer{}
frontend (CSS, HTML) – Front-end web development is the development of the graphical user interface of a website through the use of HTML, CSS, and JavaScript so users can view and interact with that website.
function (JS, PHP) –
  • Määrab funktsiooni (php/Js) nimega – nimi()
  • võib mitu korda kutsuda
Näide: function nimi(){ tegevus }
1 2 3 4