Curs Engleza

- Traduceti urmatoarele propozitii. (In limba romana fara diacritice.)
[ "Mama vine pe 15 august.", "He graduated the hight school on July 15th 1995.", "Here it's written the year two thousand and twelve.", "Este 5 fix?", "Este 5 fara 5.", "George a plecat la 4 si un sfert.", "El are o intalnire la 6 jumate.", "Ea invata la ora 8.", "I play till a quarter to 9.", "We have the long break between ten minutes to ten and five past ten.", "Cat e ceasul (ora)? Este 7 si jumatate.", "The story starts at 8 o'clock sharp." ]
["My mother comes on August 15th","El a absolvit liceul pe 1 Iulie 1995","Aici este scris anul 2012","Is it 5 o'clock sharp?","It is 5 to 5","George left at quarter past 4","He has a meeting at half past 6","She learns at 8 o'clock","Ma joc pana la 9 fara un sfert","Avem pauza mare intre 10 fara 10 si 10 si 5","What time is it? It is half past 7","Povestea incepe la 8 fix"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce element HTML adauga continut flash SWF in pagina web?
<object> <div> <script>
<object type="application/x-shockwave-flash" data="file.swf" width="500" height="250">
 <param name="src" value="file.swf" />
 Browser-ul dv. nu suporta SWF.
</object>
Care pseudo-clasa CSS adauga un stil la un camp input de formular cand e cursorul in el?
:active :focus :hover
input:focus {
  background-color: #88fe88;
}
Clic pe instructiunea care transforma un sir JSON in obiect JavaScript.
JSON.stringify(javascript_object) object.toString() JSON.parse(json_string)
var jsnstr = '{"url": "http://coursesweb.net/", "title": "Web Development Courses"}';
var obj = JSON.parse(jsnstr);
alert(obj.url);
Indicati functia PHP care poate crea sau scrie un fisier pe server.
fopen() file_put_contents() file_get_contents()
if (file_put_contents("file.txt", "content")) echo "Fisierul a fost creat";
else echo "Fisierul nu poate fi creat";
Cum se spune "al treilea" in engleza?
threeth third three
I planted the third tree.
- Am plantat al treilea pom.
Cum se spune "al treilea" in spaniola?
segundo tres tercero
Yo planté el tercero árbol.
- Am plantat al treilea pom.
Date si ora - Teste si exercitii avansati

Last accessed pages

  1. Gradele de comparatie: comparative, superlative (52408)
  2. Sufixele -ful, -less si -ness - ful, less and ness suffixes (18408)
  3. Conditional IF in Limba Engleza - Fraze Conditionale (124456)
  4. Introducere in HTML (26045)
  5. Cursuri Limba Franceza (9522)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (179)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (110)
  3. Teste spaniola - Tests y ejercicios de Español - Gramática (72)
  4. Limba spaniola curs online incepatori si avansati (67)
  5. Gramatica limbii engleze - Prezentare Generala (61)