Recent Posts
jQuery: Attribute Starts With Selector
Selects elements that have the specified attribute with a value beginning exactly with a given string.
jQuery: Form data serialization
jQuery has a function .serialize(), encode a set of form elements as a string for submission.
Drupal: How to enable HTTPS support in Drupal
In order to enable https on Drupal site, you need to implement following .htaccess snippet. Obviously
Laravel: Login with email or phone
How to login with phone or email in Laravel passport?
Do you know fact about NSObject?
When you code in Swift, NSObject is the most basic class of the Apple. This is the simplest and most generic component.
Vuejs: how to access getter from other getter
In VueJS 2.0, you must pass both state and getters. Getters are passed to other getters as the 2nd…
PHP vs Python #2: Variables
What is variables? Variables are used to store information to be referenced and manipulated in a…
Drupal: Working with filters criteria
A View filter restricts the entities displayed by the View to only those match the…
Drupal: Show SQL Query of the View
Working with Drupal views, is amazing isn’t it? Of course, if you have any experience with it.