
Below is a list of our latest tutorials on YouTube related topics. This tutorial is for everyone who uses YouTube, from the beginner level to visitors who have their own YouTube channels.
Read More
This is a beginner lesson about terminal commands in a Mac. To get familiar please watch the video below. You too can practice the terminal commands on this page with your own Mac. Remember if you are having trouble you can always schedule a one on one wi
Read More
If you got this with your new computer upgrade on Ubuntu Linux here is a solution. Hit Ctrl Alt F1 on keyboard Type in sudo su Enter Password.
Read More
There are times when you might have a database connection error. If you are on the Ubuntu system on Amazon hosting then run this command. sudo service mysql or try this sudo /etc/init.d/mysql start
Read More
I needed to delete duplicate entries in MySql with PHP. After some trial and error I wrote a script that will do it for me. What I needed to do was delete duplicate email addresses in a email script. Here is the code that made that magic happen.
Read More
Sometimes webmasters need to share their Google Search Console with someone. This can be helpful for a variety of reasons. Here are a few. Share it with your developer to debug issues. Share with a SEO expert so improve rank. Keep your other Google API's
Read More
The Bootstrap code tag is unique as well. Bootstrap will style the code tag in its own way. Here is the code.
Read More
Use blockquotes in Bootstrap to quote other sources. You are allowed to quote from other sources without being penalized for it. Quoting someone is not the same as plagiarizing their content.
Read More
Bootstrap has a cool way to handle abbreviations. What you do is use a tag called "abbr". The code will look like this.
Read More
Using php to mail a form is a simple task. Grab the codes below to learn how to do it yourself.
Read More
Have you ever wanted to put a form in a php function? You can do it and it is fast and easy. You can use this function anywhere on your website.
Read More
If you want to block hackers automatically you have come to the right place. This of course is a PHP and MySql programming tutorial.
Read More
So there is a little code that you can use to query the posts then show the last post on a page. in this particular code we are ordering by date and grabbing the last post that was made according to the date. The following code will grab: The Permalink Th
Read More
If you are like me you like to use the terminal commands to update your linux Ubuntu System. Its fast and easy if you know the command. I am putting the command lines in this article so you can copy and paste them. First login as root then navigate to you
Read More