Learn HTML CSS PHP and MySQL Python Flask Physics Chemistry Educational Blog and more...

TEA Blog

Think of philosophy not as a dusty academic pursuit



Think of philosophy not as a dusty academic pursuit, but as a wild, pulse-racing conversation with humanity's most audacious thinkers. Daniel Klein's "Every Time I Find the Meaning of Life, They Change It" is less a book and more a provocative intellectual adventure—a witty, irreverent roadmap through the labyrinth of philosophical thought, where profound wisdom dances with delightful humor.
Five Mind-Expanding Philosophical Revelations from the book:

1. Philosophical Humility as Wisdom: Klein reveals that true philosophical genius isn't about having all the answers, but about maintaining a perpetual state of curious uncertainty. The greatest philosophers didn't claim absolute truth, but invited continuous questioning, transforming wisdom into an ever-evolving dialogue.

2. Laughter as Philosophical Method: Contrary to the stereotype of philosophers as somber intellectuals, the book celebrates philosophy's inherent comedic potential. Philosophical insights often emerge not from grave pontification, but from moments of profound, absurdist humor that crack open our rigid perspectives.

3. Aging as an Intellectual Pilgrimage: Klein brilliantly reframes aging not as decline, but as a nuanced journey of accumulated wisdom. Each philosophical perspective he explores becomes a lens for understanding how our understanding of life's meaning transforms with experience, perspective, and time.

4. Existentia... [Continue Reading]


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
Happy Independence Nigeria
Good Question
I was called Iron Lady for being a successful woman – Prof Osofisan (Professor of Computer science)
More Blog
Lessons

African studies (GST 201)

Course: General African Studies (GST 201)
Number of topics: 1
Category: Business

for level 2 students... [Continue Reading]


A SURVEY OF THE HISTORY OF PHILOSOPHY

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

A SURVEY OF THE HISTORY OF PHILOSOPHY......Reading revision... [Continue Reading]


HTML Table

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

An HTML table is a structure used to organize and display data in a grid format on a web page. It consists of rows and columns, where rows run horizontally, and columns run vertically. Tables are created using HTML tags, with the main tags being:

<table> : This tag defines the entire table.
<tr> : Stands for "table row" and is used to define a row within the table.
<td> : Represents a "table data" cell and is used to define individual data cells within a row.
<th> : Represents a "table header" cell and is used to define header cells, typic... [Continue Reading]


Creating MySQL Database using phpMyAdmin

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

In any database-driven web application or systems it is always a good approach to start from the ground up; therefore we will start from our backend which is to design and create the database, please note that I said design before create.

This is because the design of a database is a serious business that involve creating a blue-print of what the database would look like on a piece of paper or any degital alternative tool before proceeding with the creation of the computer, on a small scale project like this we may not have much problem because the database may probably have just... [Continue Reading]


ALKYL HALIDE 2: Elimination Reactions E1, E2 and Substitution Reactions SN1, SN2

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

In the last class halo hydrocarbon was discussed with emphasis on alkyl halides. The methods of preparations, properties and reactions were talked about in details. The lecture is a completion of the previous as E1, E2, SN1 and SN2 reaction of alkyl halides will be simplified for easier understanding.

Dr. Anita
... [Continue Reading]


Odun Orimolade, PhD painter, trans-disciplinary artist and art educator

Course: African Artists and Drawing
Number of topics: 8
Category: Arts

Odun Orimolade is a trans-disciplinary artist, and academic based in Lagos, Nigeria. She incorporates and explores different media spanning drawing, installation, and performance. She approaches her artistic practice attending to a mix of ideologies and worldviews cultivated from different resource areas including archives, literature, cultural philosophies among others (Nubuke Foundation, 2020).

An alumnus of Yaba College of Technology and the University of South Africa, Orimolade (PhD in Fine Art) lectures in the Fine Art Department of the Yaba College of Technology. She has pre... [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]


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]


See all courses



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

Supported by

Flag Counter