This is a collection of Javascript wizardry that can shave of your code.
[Read More]
Mysql Indexes, what are the best practice?
Để tăng tốc cho một trang web thì kỹ năng tôi nghĩ là quan trọng nhất là mysql query tuning. Chắc nhiều bạn đã biết Mysql sử dụng B-Tree để lưu index, chúng ta chỉ cần hiểu các ý điểm quan trọng sau về B-Tree: Hỗ trợ range query Pointer...
[Read More]
Introduction to CSS Flexbox
If you ever wrote CSS to align and position elements you probably ran into some issues, which is totally normal because it wasn’t always easy. At blogfoster, we often found ourselves writing weird hacks like adding unnecessary containers, using floats in too many places and having absolutely positioned children in...
[Read More]
Setting up your GitHub Pages site locally with Jekyll
You can set up a local version of your Jekyll GitHub Pages site to test changes to your site locally. We highly recommend installing Jekyll to preview your site and help troubleshoot failed Jekyll builds.
[Read More]
Create custom token Drupal 7
For creating custom token we will use three token api function.
[Read More]