Categories
Advanced Tutorials

Add HTML Search with Autocomplete in WordPress

Let me show you how to create a form with plain HTML, override the existing WordPress get_search_form() function, and give you a couple of ideas on autocomplete.

Categories
Pro Tips

5 Popular Web Components Done with Pure CSS

Let me share with you five popular web page components with the same effect and functionality by using only pure CSS, without any JavaScript. The same approach is used for all five modules, where we use the input checkbox/radio to switch between different states.

Categories
Pro Tips

Sublime Text 3 + SFTP with SASS Watch

Here is a way to monitor dynamically updated files with Sublime Text 3 + SFTP package installed and upload them to the server when the file timestamp has changed. Here is the situation you might have.