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

LAWS OF THOUGHT, ELEMENTARY FORMAL RULES OF REASONING AND FALLACIES IN THE THINKING PROCESS

Course: GST 102
Number of topics: 17
Category: Business

LAWS OF THOUGHT, ELEMENTARY FORMAL RULES OF REASONING AND
FALLACIES IN THE THINKING PROCESS... [Continue Reading]


Insert data into Database using PHP

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

Here is the code for the Feedback form again with little modification.

contact.htm

<HTML>
<HEAD>
<TITLE> Company Feedback </TITLE>
</HEAD>
<BODY>
<form method="post" action="contactdb.php">
    <table>
<tr><td colspan="2"><b>FEEDBACK FORM</b></td></tr>
     <tr><td><strong> Name</strong></td>
<td>
<input name="names" type="text" id="names" size="30"/>
</td>
    </tr>
    <tr><td><strong>Email</strong></td>
<td>
<input name="email" type="text" id="email" size="30" />
</td>
    </tr>
    <tr><td></td>
<td>
<textarea name="comment" cols="30" rows="5" id="comment">
</...
[Continue Reading]


EFFECT OF THE ACIDITY AND BASICITY OF ORGANIC COMPOUNDS

Course: Chemistry with Dr. Anita
Number of topics: 10
Category: Science

In todays class, acid and base as defined by Bronsted-Lowry and Lewis were discussed. How structure of compound, hybridization, inductive effect and resonance effects acidity and basicity of organic compounds were also discussed. Practice questions were also revised. Study as you watch and share with your course mates and friends.

Dr. Anita
... [Continue Reading]


HOW: ELECTRICITY EXPERIMENT 002

Course: Physics
Number of topics: 17
Category: Science

This is aimed at strengthening students preparing for fundamental physics practicals.
the learner is expected to take his/her reading and attempt the questions at the end of the video.


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


Python Basics: A Practical Introduction to Python 3 (by Real Python)

Course: Programming (Pdf Materials)
Number of topics: 2
Category: Programming

Welcome to Real Python’s Python Basics book, fully updated for Python 3.9! In this book, you’ll learn real-world Python programming techniques, illustrated with useful and interesting examples.

Whether you’re a new programmer or a professional software developer looking to dive into a new language, this book will teach you all the practical Python that you need to get started on projects of your own.

No matter what your ultimate goals may be, if you work with a computer at all, then you’ll soon be finding endless ways to improve your l... [Continue Reading]


ELECTRICITY 4

Course: Physics
Number of topics: 17
Category: Science

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


Database driven Web App using Flask and SQLite (Web Form insert to database)

Course: Flask: Python Web Development
Number of topics: 16
Category: Programming

In this topic we will be:
1. Create a web form (Student Record Setup) using HTML
2. Make the form to submit to a URL that will process or insert (store) the record into the student table in our tealearn_grades.db database.

Here is the update I made to the app.py file

from flask import Flask, render_template, request 
import sqlite3, os 
app = Flask(__name__) 

#get the current path name our app
dir_path = os.path.dirname(os.path.realpath(__file__))

#create and connect to the database in our current folder		
conn = sqlite3.connect(...
[Continue Reading]


Add Image to web page

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

Images or pictures no doubt bring live and beauty to web experience, so we will be learning how to add pictures or images into our web page.

Images in your web page
To add an image to your web page you use the image source tag and specify the location and name of the image file

Example 1
<img src="images/tea_logo.jpg">


In this example the image "logo.jpg" is inside a folder "images" where our web page is. It is always better to keep all images in separate folder so that it does not get clumsy with ... [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