Everyone can make a CMS app
Mama is working
WordPress, the most popular CMS
Elias Katsaniotis

Elias Katsaniotis

      After Greek Army, I started with QBasic in QL, a computer brother of Spectrum, 2 Degrees, almost 2 Certificates, from GWBasic to Oracle Tech & IBM tech & Solaris Clusters, at almost 60s to CMS tech.

SEO for WordPress  (yoast) from  Ferdy Korpershoek

tutorials

 

Backup Tutorial WordPress from  Create a Pro Website

tutorials

Tuesday, 08 December 2020 17:06

WordPress & PHP

PHP for WordPress

 

Official Documentation  Coding Standards

 

From the Official Documentation :  I choose two options :

 

Zen Developer Zone

 

Sitepoint

 

PHP for WordPress -- Variables

PHP for WordPress - Variables

<?php
$varaiable1  = "Hello world";
echo $variable1;

 

Variables always start with $

PHP for WordPress -- Conditional

PHP for WordPress  --  Conditional

 

$mynumber = 15;
if ($mymber > 10) {
        echo 'number bigger than 10'
}

else

{
        echo 'number smaller than 10';
}

PHP for WordPress -- Loops

PHP for WordPress  --  Loops

 Official documentation WP Loop (Please Read)

<?php
if ( have_posts() ) :
    while ( have_posts() ) : the_post();
        the_title( '<h2>', '</h2>' );
        the_post_thumbnail();
        the_excerpt();
   endwhile;
else:
   _e( 'Sorry, no posts matched your criteria.', 'textdomain' );
endif;

This was an example of the famous WP loop.

 

Below are noted for the PHP loops

---with the break, we go out from the loop

 

PHP for WordPress -- Functions

PHP for WordPress  --  Functions

 

 

function add($var1, $var2) {
return $var1 + $var2;
}
$result1 = add(5, 3); //= 8
echo $result1;

 

Start with the word Function

Maybe accepts input (it can have defaults)

We invoke it from our site.

 

 

 

Tuesday, 08 December 2020 16:05

Tools to manage MySQL

Tools to manage MySQL - Intro

In most CMS' and frameworks we are using MySQL database. There are some tools that facilitate the management of the database.

In this lesson, I am going to present the most popular:

WordPress has also some plugins that are able to manage the database from within the Dashboard.

 

 

Tools to manage MySQL - CLI & WorKbench

MySQL  Workbench:    It is a GUI that manages  the database (it is a native app of MySQL)

 

MySQL CLI: It is the Command Line Interface

 

 

Tools to manage MySQL - phpMYadmin

 The phpMYadmin is the most popular GUI to manage the database. XAMPP and other packages are using it.

 

Tools to manage MySQL - HeidiSQL

HeidiSQL is another good alternative.

 

Tools to manage MySQL - WordPress

There are some WordPress plugins for this task, like:

WP-DBManager

Tuesday, 08 December 2020 08:33

Codeigniter Tutorial

 
 
Top 5 #coding #channels that you need to follow in 2019. There are not many channels that concentrate on Free content for the viewers. This list consists of my favourite plus some really good programming channels that are giving out awesome content on a consistent basis. Instead of giving a straight forward One to One way of learning programming, i have also added some really good channels that make content on computer science/software engineering in general also. Do not forget to let me know any other awesome youtubers you follow! List Of Youtubers: Channels 1.https://www.youtube.com/user/derekbanas 2.https://www.youtube.com/user/hiteshitube 3.https://www.youtube.com/channel/UCDre... 4.https://www.youtube.com/user/flashbui... 5.https://www.youtube.com/user/thenewbo... Bonus Channels 1.https://www.youtube.com/channel/UC4xK... 2.https://www.youtube.com/channel/UCV0q...
Monday, 07 December 2020 15:48

Best Coding Channels For Learning

MUST WATCH CHANNELS FOR LEARNING CODE What channels will give you what you need to learn a new language or strengthen your coding skills? In this video I go through the top YouTube channels you should be subscribed to if you want to learn how to code. Make sure you check them all out and start learning! //RELATED CODING PHASE || https://www.youtube.com/channel/UC46w... CODER FOUNDRY || https://www.youtube.com/channel/UCTGg... SIMPLE PROGRAMMER || https://www.youtube.com/channel/UCRxW... PROGRAMMING WITH MOSH || https://www.youtube.com/user/programm... FREECODECAMP || https://www.youtube.com/channel/UC8bu... CLEVER PROGRAMMER || https://www.youtube.com/channel/UCqrI... THE CODE TRAIN || https://www.youtube.com/user/shiffman
 
 
 
 
 
Learn how to start a software YouTube channel! In this tutorial, you will learn everything you need to know to start your own successful software YouTube channel including how to plan videos, how to make good thumbnails and titles, what the algorithm cares about, how to make money, and more. You will also hear tips from these successful YouTube creators: ⌨️ Brad Traversy | https://www.youtube.com/traversymedia ⌨️ CodingPhase | https://www.youtube.com/codingphase ⌨️ RealToughCandy | https://www.youtube.com/RealToughCandy ⌨️ Jesse Weigel | https://www.youtube.com/JesseandBek ⌨️ Caleb Curry | https://www.youtube.com/CalebTheVideo... ⌨️ Kevin Markham | https://www.youtube.com/dataschool ????Check out the article version of this video: https://www.freecodecamp.org/news/how...
Hello, everyone in this video I am going to talk about Top 5 Best youtube channel for programming | Coding | 2020 There are a great number of online platforms that can help you get started with programming. YouTube is one of the best and free sources of learning. There are a great number of creators posting programming and technical tutorials. Here are the top-rated coding and programming channels on YouTube.
Monday, 07 December 2020 15:40

The Best Gamedev Channels on YouTube [2018]

 
 
 
These are the gamedev channels that we at Ask Gamedev love to watch! We're spoiled with a wealth of great game development content on YouTube, and these channels prove it. Not only are these gamedev channels entertaining, but they're packed with all the information and advice that you'll need to help with the development of your next game.

 

►►►►CHANNEL LINKS ►►►► 1. Mark Brown - Game Makers' Toolkit: https://www.youtube.com/channel/UCqJ-... 2. Sykoo TV: https://www.youtube.com/user/SykooTV 3. Blackthornprod: https://www.youtube.com/channel/UC9Z1... 4. Strafefox - Splash Wave: https://www.youtube.com/user/strafefox 5. Snoman Gaming - https://www.youtube.com/user/snomanga... 6. ThinMatrix - https://www.youtube.com/user/ThinMatrix 7. Brackeys - https://www.youtube.com/user/Brackeys 8. Extra Credits - https://www.youtube.com/user/ExtraCre...