HTML CSS PHP Python Flask C# Physics Chemistry Visual Art Blog more...

TEA Blog

Tyrone Hayes: Endocrine disruption, environmental justice and the ivory tower

Posted by: Benjamin Onuorah



Endocrine disruption, environmental justice and the ivory tower... [Continue Reading]


Tyrone Hayes: Endocrine disruption, environmental justice and the ivory tower
The Okebukola’s 20 Golder Rules in Writing Multiple-Choice Test Items
Christmas: the drunk brother
Think of philosophy not as a dusty academic pursuit
Einstein’s letter to Curie
Listen up, Men!
"There should be no such thing as boring mathematics..." Edsger W. Dijkstra
10 foundational concepts in computer science
If you do nothing, you will become nothing!
Traveling long distance for schooling in Nigeria
More Blog
Lessons

Leaving a Legacy

Course: Making the Most of Life: A Journey to Purpose
Number of topics: 7
Category: Business

Meet David, a successful businessman who had built a lucrative career but felt unfulfilled. He realized that his wealth and achievements would not last beyond his lifetime and sought a
deeper purpose.

David began to focus on his legacy, investing in his family, community, and faith. He started a scholarship fund, supporting young students' education and mentorship. He also volunteered at a local non-profit, using his business expertise to empower entrepreneurs.

As David poured his heart into these endeavors, he felt a sense of fulfillment he had never known befo... [Continue Reading]


Your first python program

Course: Python Programming
Number of topics: 11
Category: Programming

After installing the Python setup, to start the Python code editor IDLE:

1. Click the "start" button on your desktop environment and locate where your installed programs are list OR search to locate "Python IDLE"
2. Click the IDLE to start the Python shell environment that provides you with an environment to write some quick python code (note: when you code in shell you cannot save the program. So if you want to save your code as you are typically expected to do, then continue with step 3)
3. Click the "File" button in the opened Python shell environment and cli... [Continue Reading]


Conclusion

Course: Making the Most of Life: A Journey to Purpose
Number of topics: 7
Category: Business

As we reflect on the wisdom of Ecclesiastes 9:10, we are reminded that life is precious, fleeting, and full of purpose. We are called to embrace our talents, passions, and values to make a meaningful impact in the world. By living a life that honors God and serves others, we can leave a lasting legacy that transcends our lifetime.

Let us be inspired by the stories of Sophia, Alex, Maya, Jamal, Maria, and David, who chose to live their lives with purpose and might. May their examples encourage us to pursue our dreams, overcome obstacles, and use our gifts to make a difference.
[Continue Reading]


Authentication web application

Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming

Authentication is fairly common in web technology this days, where web-based application are becoming widely use by different categories of users, for example you may have a web application that grant certain privilege to a particular user, such as Top level management or Administrative staff and deny low-level staff such as supervisor or marketer some of this administrative privileges.

If my example is too corporate, let’s take facebook for an example, it is authentication that allow facebook to secure your account, using the registration and login you did, to track and manage ... [Continue Reading]


Form processing using PHP

Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming

Create a simple form in the index.php page with the code:

index.php

<HTML>
<HEAD>
<TITLE> Testing PHP </TITLE>
</HEAD>
<BODY>
<form method="post" action="process.php">
  <input type="text" name="country" >
  <input type="submit" name="button" value="Submit">
</form>
<p>
<?php
print "Today's date is: ". date('d-m-y');
?
</p>
</BODY>
</HTML>


Note:
The method="post", this indicates the method we want the form to use in submitting its data, therefore we have to use the PHP $_POST special variable to access its data likewise.
[Continue Reading]


Introduction to Web Technology

Course: Introduction to HTML and Web Technology
Number of topics: 8
Category: Programming

Web technology refers to the tools, protocols, and standards used to create, manage, and interact with content and services on the World Wide Web. It encompasses a wide range of technologies and disciplines that enable the functioning of websites, web applications, and internet services. Here's a brief introduction to some key aspects of web technology:

HTML (Hypertext Markup Language): HTML is the foundational language used to structure and present content on the web. It uses tags to define the elements of a web page, such as headings, paragraphs, images, links, and more. ... [Continue Reading]


ELECTRICITY 2

Course: Physics
Number of topics: 17
Category: Science

This is one of the series on Electricity: for high school.... [Continue Reading]


ElECTRIC FIELD AND CHARGE

Course: Physics
Number of topics: 17
Category: Science

This physics video tutorial is an introduction to electric field . It attempts to explain concept of static electricty, charging and discharging of a body, lightening formation.

This review tutorial also contains a few examples and practice problems for you to learn the concept.

Wishing you the best.... [Continue Reading]


See all courses



LearnKids- Science, Technology, Engineering, Arts, and Mathematics (STEAM)
Category: Science
Number of topics: 0
Posted by: Benjamin Onuorah

C# Programming Course
Category: Programming
Number of topics: 1
Posted by: Benjamin Onuorah

Mendelian Inheritance
Category: Science
Number of topics: 0
Posted by: SANKOH MOHAMED AKIM

Making the Most of Life: A Journey to Purpose
Category: Business
Number of topics: 7
Posted by: David Mba

General African Studies (GST 201)
Category: Business
Number of topics: 1
Posted by: David Mba

GST 102
Category: Business
Number of topics: 17
Posted by: David Mba

Use of English
Category: Arts
Number of topics: 0
Posted by: Samson Dawodu Abiodun

African Artists and Drawing
Category: Arts
Number of topics: 8
Posted by: Benjamin Onuorah

Flask: Python Web Development
Category: Programming
Number of topics: 16
Posted by: Benjamin Onuorah

Chemistry with Dr. Anita
Category: Science
Number of topics: 10
Posted by: Sir John Jollynery

Physics
Category: Science
Number of topics: 17
Posted by: Sir John Jollynery

Programming (Pdf Materials)
Category: Programming
Number of topics: 2
Posted by: Benjamin Onuorah

Programming (Video Materials)
Category: Programming
Number of topics: 1
Posted by: Benjamin Onuorah

Web development using PHP and MySQL
Category: Programming
Number of topics: 27
Posted by: Benjamin Onuorah

Python Programming
Category: Programming
Number of topics: 11
Posted by: Benjamin Onuorah

Styling (Beautify) Website
Category: Programming
Number of topics: 2
Posted by: Benjamin Onuorah

Introduction to HTML and Web Technology
Category: Programming
Number of topics: 8
Posted by: Benjamin Onuorah