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

TEA Blog

CRAFT OR ART: PICK ONE

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

HOW TO DRAW YOUR RAY DIAGRAMS 2: (LENS)

Course: Physics
Number of topics: 17
Category: Science

A step by step guide on how to draw your ray diagrams. ...be a PRO at it!... [Continue Reading]


HOW TO VERIFY SNELL's LAW: Verification of Snell's law [Refractive Index]

Course: Physics
Number of topics: 17
Category: Science

The aim of this video is to show you HOW TO VERIFY THE SECOND LAW OF REFRACTION called ' SNELL'S LAW".
Before we proceed with the EXPERIMENT proper, let us bring to your remembrance the concept of REFRACTION.

...There is a value assigned to the extent to which LIGHT bends in every MEDIUM... This value is known as the REFRACTIVE INDEX. It varies from one OPTICALLY DENSE MEDIUM to another.

...After watching this video, I strongly believe that you would be able to conduct this experiment successfully, on your own.

...Ask your PHYSICS teacher to give y... [Continue Reading]


Input statement in Python and comments

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

Comment in Python
As you write more lines of code, it would be easy for you to forget what some lines of code you have writtenare doing.
It's a best practice for you to add a note or comment to inform you or another programmer who may need to maintain the code in future.
Comments are non executable line you add to you program to inform you or another programmer what you want the code to do.

Single line comment is done with # sign

For example

#ask a user to enter his or her name
name=input("Enter your name please ")

#displ...
[Continue Reading]


Comments in C#

Course: C# Programming Course
Number of topics: 2
Category: Programming

Comments are ignored by the compiler and serve as notes to developers. They are use by programmers to make their code more readable. It can also be used to prevent execution of some lines of code when testing.

Single-Line Comments (//)
Used for short, inline explanations.

// Type of mathematical calculations I want to perform
Console.WriteLine("Addition");
//Add two numbers
Console.WriteLine(5 + 10); 


Multi-Line Comments (/* ... */)
Used for longer explanations or disabling multiple lines of code.
[Continue Reading]


Authentication: Registration

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

Here is the code for the registration form

auth_register.php

<html>
<head>
<title>Authentication</title>
</head>
<body>
<b>REGISTER</b>

<a href="auth_login.php">Login</a>
<form method="post" action="auth_register_confirm.php">
USER ID: <input name="user_name" type="text" required /><br/>
PASSWORD: <input name="password" type="password" required /><br/>
Re-enter password: <input name="password2" type="password" required /><br/>
Name: <input name="name" type="text" required /><br/>
Email Address: <input name="email" type="email"  /><br/>
<input type="submit" value=...
[Continue Reading]


BASIC ORGANIC CHEMISTRY COMPILED QUESTIONS

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

Basic Organic Chemistry is essential of Organic Chemistry course and need to be understood. This compiled questions will guide you in dealing with CBT and other option questions. The reason behind the choice of answers were given to enable a student deal with similar questions.

Dr. Anita... [Continue Reading]


METAPHYSICS AS A BRANCH OF PHILOSOPHY

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

METAPHYSICS AS A BRANCH OF PHILOSOPHY... [Continue Reading]


Sorting and Pagination

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

The feedback list must have displayed but your client may still complain, if he or she has to scroll down all the time to see the most recent feedback post.

Imagine having to scroll down to record 1000 to see you most recent message.

Sort record
We can sort our record in descending order so that the last record appears first or on top. To do this, we need to alter the SELECT statement to ORDER its result in DESC (descending order).


$query  = "SELECT * FROM feedback ORDER BY id DESC";


This will order the ... [Continue Reading]


See all courses



  • Artist on focus

    Twins seven seven

    Twins Seven Seven, born Omoba Taiwo Olaniyi Oyewale-Toyeje Oyelale Osuntoki (3 May 1944 – 16 June 2011) was a Nigerian painter, sculptor and musician. He was an itinerant singer and dancer before he began his career as an artist, first attending in 1964 an Mbari Mbayo workshop conducted by Ulli Beier and Georgina Beier in Osogbo. Twins Seven Seven went on to become one of the best known artists ... [Continue Reading]


  • More Artists on Focus


    Sodus Bay Watch
    Category: Science
    Number of topics: 1
    Posted by: April Luehmann

    Statistic Made Easy by Prof. Peter A. Okebukola
    Category: Science
    Number of topics: 1
    Posted by: Benjamin Onuorah

    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: 2
    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