Coding Tutorial

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 in the browser. Surprise… they were not missing. I changed the permissions on those files and still no luck. Need […]Read More

Tutorial

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 get that list in just 10 seconds. If you are using Windows as an OS here is a short tutorial […]Read More