Create a Privacy Policy

Privacy policies are one of the most overlooked aspects of most websites. If you stop to look around most of the popular sites you visit, you’ll find they all have unique privacy policies (though the specific page’s traffic is usually low). Even so, these documents are important if you want your website to comply with local and international regulations.

Source: https://www.elegantthemes.com/blog/resources/how-to-create-a-privacy-policy-for-your-website

How to Fix the 502 Bad Gateway Error in WordPress

One of the most frustrating aspects of running a website is having to troubleshoot an error when you don’t know why it’s happening. Some issues, such as the 502 bad gateway error, have many potential causes. This means you may need to try multiple solutions before you land on the right one.

Source: How to Fix the 502 Bad Gateway Error in WordPress

How to Create a Privacy Policy for Your Website

Privacy policies are one of the most overlooked aspects of most websites. If you stop to look around most of the popular sites you visit, you’ll find they all have unique privacy policies (though the specific page’s traffic is usually low). Even so, these documents are important if you want your website to comply with local and international regulations.

Source: How to Create a Privacy Policy for Your Website

Giving WordPress Its Own Directory « WordPress Codex

Some people want their WordPress URL to coincide with their website’s root (e.g. http://example.com) but they don’t want all of the WordPress files cluttering up their root directory. WordPress allows you to install it into a subdirectory, but have your website served from the website root.

Source: Giving WordPress Its Own Directory « WordPress Codex

Performance Calendar » Evolution of : Gif without the GIF

 

  • GIFs are awesome but terrible for quality and performance
  • Replacing GIFs with <video> is better but has perf. drawbacks: not preloaded, uses range requests
  • Now you can <img src=”.mp4″>s in Safari Technology Preview
  • Early results show mp4s in <img> tags display 20x faster and decode 7x faster than the GIF equivalent – in addition to being 1/14th the file size!
  • Background CSS video & Responsive Video can now be a “thing”.
  • Finally cinemagraphs without the downsides of GIFs!
  • Now we wait for the other browsers to catch-up: This post is 46MB on Chrome but 2MB in Safari TP

Source: Performance Calendar » Evolution of : Gif without the GIF

A Quick Guide to phpMyAdmin (And How You Can Use It)

All but the simplest of websites use databases. Everything that happens on your WordPress site – regardless of its complexity – is recorded to one. However, you may sometimes need to access and interact with your database content – and that’s often difficult without the right knowledge and tools.

Source: A Quick Guide to phpMyAdmin (And How You Can Use It)

How to translate pages built with Enfold using WPML – Enfold Theme Documentation

For all you Enfold users.

Source: How to translate pages built with Enfold using WPML – Enfold Theme Documentation

Git and Github: A Beginner’s Guide for Complete Newbies

Despite what television and movies tell us, life as a software developer does not include sitting in a dark room, our keyboard illuminated only by the glow of the monitor, the thought of interacting with another human being repulsive. No, life as a software developer is social and collaborative–sometimes to the point of frustration. That’s why we have git and Github.

Source: Git and Github: A Beginner’s Guide for Complete Newbies

The 18 Best Javascript Tutorials for WordPress Developers in 2017

1 billion. By conservative estimates, that’s the total number of websites in the world today. And an overwhelming 94.7% of those sites use JavaScript.

Source: The 18 Best Javascript Tutorials for WordPress Developers in 2017

Full Page Background Video Styles

I bet you’ve seen it. A video background that takes up the entire browser window. There is text on top of it (hence, “background”), which is an interesting effect that you don’t see every day. The biggest reason you don’t, probably, is that you can’t set a movie file as the background-image in CSS. You’ll have to do some layout trickery to get it done.

Source: http://mediatemple.net/blog/tips/full-page-background-video-styles/