Beautify your WordPress HTML output with HTML Tidy
As you may have noticed, HTML that WordPress outputs is usually very, very messy. Use HTML Tidy to beautify the markup.
As you may have noticed, HTML that WordPress outputs is usually very, very messy. Use HTML Tidy to beautify the markup.
Is the WordPress admin bar distracting you when you are viewing your website as a logged-in user?
Detecting scroll direction with just pure JavaScript is quite straightforward. First step is to create an event listener for a scroll event. Event handler function that we pass to this listener is called every time user scrolls the page up or down. Inside the event handler we compare the current Y position and the previous … Read more