HTML
CSS
PHP
Python
Flask
Physics
Chemistry
Visual Art
Blog
Research
more...
TEA Blog
Posted by: Benjamin Onuorah
All art contains elements of craft.
All crafts contain elements art.
You may describe craft as the technical process of creativity.
You may define art as the intellectual and imaginative aspect of creativity.
If the craft or technical content outweighs the intellectual conceptualization, the finished work looks immediately showy but it is lacking in depth.
If the intellectual aspect is bereft of adequate technical proficiency, the finished work looks unfinished and uninviting.
When the intellectual input and the technical process find a balance in a work of art, the result elevates both the artist and the audience.
The artist is the wonderworker that doctors and heals the heart and head of the community.
A community that bans, cuts, or underrates art will need to train more psychiatrists to medicate the people with drugs, as the society succumbs to mass mental health impairments.
Make and promote more art, and you need less soldiers and police.
Forbid art, and you need to invest in war arsenal and massive policing.
Professor Moyo Okediji
Source: https://m.facebook.com/story.php?story_fbid=9888457007833556&id=100000080640719...
[Continue Reading]
CRAFT OR ART: PICK ONE
I have read many books in my life but...
Sophisticated Simplicity: Lessons from My Father (Part I) - Saheed Aderinto
Zhong Quanbin: Art meet science
Anytime you try to teach the subjects without teachers who love the subject, it is doomed to failure and is a foolish thing to do.
When I taught creative writing
Okebukola lauds Nigeria’s role in global AI revolution
Nigeria to open first AI university in Epe, Lagos
Amara's review of "Civilized to Death"
Tyrone Hayes: Endocrine disruption, environmental justice and the ivory tower
More Blog
Lessons
Course: Introduction to HTML and Web Technology
Number of topics: 8
Category: Programming
HTML (Hypertext Markup Language) is the backbone of any web page. It is used to structure the content of a webpage and is essential for creating websites. Here's a step-by-step guide to getting started with HTML:
Set Up Your Environment: To create HTML documents, you'll need a text editor. You can use basic text editors like Notepad (Windows) or TextEdit (Mac), but specialized code editors like Visual Studio Code, Notepad++, Sublime Text and Atom provide features that make coding easier. Make sure you have one of these editors installed on your computer.
Cre... [Continue Reading]
Course: GST 102
Number of topics: 17
Category: Business
SOCIO-POLITICAL PHILOSOPHY...
[Continue Reading]
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]
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

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]
Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming
Operators are used to perform operations on variables and values. Some common operators are:
1. Assignment
2. Arithmetic
3. Comparison
4. Increment/Decrement
5. Logical
6. String...
[Continue Reading]
Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming
We use the DELETE SQL statement to delete record from a table.
syntax
DELETE FROM table_name WHERE id = record_id
Example
DELETE FROM feedback WHERE id = 3
However the record_id e.g 3 will not be hardcoded like this, just as we did with edit, we will introduce a "Delete" link and the link will send the id number to the code for deleting.
Here is the code (I have remove the pagination section to make the code focus on deleting, I will provide a GitHub link below to download the all code)...
[Continue Reading]
Course: Making the Most of Life: A Journey to Purpose
Number of topics: 7
Category: Business
Meet Alex, a college student who felt lost and uncertain about his major. He was enrolled in a business program, but his heart wasn't in it. Alex felt like he was just going through the motions, without any real passion or purpose.
One day, while browsing social media, Alex stumbled upon a photography contest. He was captivated by the stunning images and decided to enter the contest on a whim. To his surprise, he won first prize!
As Alex delved deeper into photography, he discovered a hidden talent and a newfound passion. He began capturing moments on campus, experime...
[Continue Reading]
See all courses