Cum optimizam fotografiile pentru web stergand meta-data
Atunci cand vrei sa constuiesti in web-situl tau o pagina cu multe fotografii ar trebui sa iei in considerare si timpul de incarcare. De multe ori fotografiile facute cu o camera sau cu telefonul contin ...
Tutorial JS – Functii
Functiile sunt niste blocuri de cod foarte utile in orice limbaj de programare. Ele au un scop bine definit si se pot refolosi de mai multe ori cu alte date de intrare (alti parametrii).
Sintaxa unei ...
Detector de gaz cu ATmega328
In acest prim tutorial embedded am construit un detector de gaz foarte simplu folosind doar 6 componente. Pentru a face totul sa functioneze trebuie sa scriem si putin cod folosind Arduino IDE. Device-ul va fi ...
Magento : CSS & JS 404 not found
Suddenly on one of my Magento shops I got some errors in the browser's console (the CSS and JS files were not found), just like the ones bellow. I took their URLs and pasted them ...
Get all filenames from a folder
Sometimes you need to get a list with all the filenames and extensions to do a batch processing. What if there are 1000+ files in a folder ? Well, there is an easy way to ...