Tutorials on Web Development, Programming, and Web Design

Things to Check to Make Sure PHP Code is Secure

In Articles

Here are some things to check to make sure PHP code is secure. Check to make sure you are validating or filtering inputs. Search $_GET, $_POST, $_REQUEST. Use filter_var(), strip_tags(),...

read more

PHP is insecure by default

In Articles

When I say PHP is insecure by default is that if you just write PHP code to do something (just like they teach in the basic tutorials or in first year programming classes), then most likely the code...

read more

How to get Chrome to not ask to remember passwords

In Articles

Go to Settings. Scroll to bottom and click on advanced settings. Uncheck “Offer to save...

read more

Why Javascript location.reload does not work?

In Articles

w3schools.com says that to reload a page, you use Javascript like this … location.reload(); And according to MDN, it works in all modern browser.  But in rare situations, it doesn’t seem...

read more

Why getting Account details email from Drupal?

In Articles

If you created a Drupal 8 blog, you might got an email from your Drupal site with the subject line “Account detail…pending admin approval” and saying something like so-and-so...

read more

How to determine MySQL version

In Articles

Running the SQL command … select version(); will return the MySQL version of the database. If you have phpMyAdmin, you can type it into the SQL command window… And it will return...

read more

Convert .mov files to .wmv or .mp4 for free

In Articles

Got Mac video files in .mov format, but the people on Windows have trouble viewing it.  You can convert .mov files to .wmv (Windows Media Format) using Window’s Movie Maker (it’s free,...

read more

Three Ways to Create a Javascript Class

In Articles

Of the three ways to create a Javascript class, we start off with the most traditional way. 1. Using new operator on a constructor function to create Javascript class In Javascript, functions are...

read more

How to Set LinkedIn So Others Can Not See Connections

In Articles

This is a tutorial on how to set your LinkedIn settings so that others can not see your connections. Because by default, if you connect with anyone in LinkedIn (even a stranger who you just met at a...

read more

Learn Web Tutorials is hosted by Hostmonster and design based on Wordpress template by Elegant Themes
All contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.