Hôm nay mình sẽ giới thiệu, cũng như nhắc lại một tip nhỏ để xử lý URL trong Javascript một cách nhanh, chính xác và […]
Tag: develop
Validation trong Jquery
Để bắt đầu, chúng ta cần hiểu rõ về validation. Validation là quá trình kiểm tra dữ liệu nhập vào có hợp lệ hay không. […]
Một số câu hỏi phỏng vấn SQL
Chào các bạn, trong quá trình đi phỏng vấn vị trí lập trình viên PHP, JS gần đây tại một số công ty. Mình đã […]
CentOS + Laravel error: Permission denied in /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:107
Trong quá trình cài đặt Laravel trên môi trường CentOS 7, tôi đã gặp phải vấn đề về permission denied cho file laravel.log và folder […]
JavaScript get the location browser
The browser support the Navigator object. We can get location of browser by the Geolocation property in Navigator object. The Geolocation property supported in browser: […]
Magento code add pictures to the product
To add pictures to the product, put them into the according folder. With this code, I used to build a module have import product function […]
Magento rename table
Magento rename table Rename database tables could make manually through a tool like phpMyAdmin or softwares, but because a default Magento install counts over 200 […]
Magento rewrite controllers Enterprise_ImportExport
Magento rewrite controllers Enterprise_ImportExport All project I was joined are using rewrite block, model, helper or controllers. We need to change something, to add something […]
Magento send mail attach file
Hi everyone, Today I share code to send mail attach file in Magento. Magento supported functions about mail for user and coder can easy to […]
Add Git to Console 2
I was used Console2. Not only can it display a regular command prompt and PowerShell in tabs (as he describes), any console process can be […]