Wednesday, 8 January 2025

Ghana having a first female vice president

 Ghana's Presidential Inauguration: A New Chapter Unfolds



On January 7, 2025, Ghana witnessed a historic moment as John Dramani Mahama took the oath of office as the country's new president, marking the beginning of a new chapter in Ghana's democracy.¹ The inauguration ceremony, held at the iconic Black Star Square in Accra, was attended by world leaders, regional dignitaries, and thousands of Ghanaians.


*A Commitment to Democracy*


In his inaugural address, President Mahama emphasized Ghana's commitment to democratic principles and its ability to implement them effectively. He highlighted the country's smooth transitions of power, which have made Ghana a beacon for democracy in the region and beyond.


*Empowering Women and Youth*


The inauguration also marked a significant milestone for women's empowerment in Ghana. Professor Naana Jane Opoku-Agyemang was sworn in as the country's first female Vice President, representing a major breakthrough for gender equality.²


*Economic Transformation*


President Mahama's address also focused on economic transformation, promising a business-friendly environment and a more transparent and equitable tax regime to stimulate economic growth.³ He emphasized plans to establish a 24-hour economy and committed to engaging business leaders to reaffirm Ghana's openness to trade and investment.


*Regional and Global Significance*


The inauguration was attended by several African leaders, including Kenya's President William Ruto, who emphasized the importance of regional integration and economic cooperation. The event underscored Ghana's role as a key player in regional and global affairs.


As Ghana embarks on this new chapter, the country is poised for growth, transformation, and continued democratic progress. The inauguration of President Mahama and Vice President Opoku-Agyemang marks a significant milestone in Ghana's history, and the world will be watching with interest as the country navigates its future.

Sunday, 4 September 2022

Manchester United ended Arsenal undefeated run.

   On September 4, at the Old Trafford, Manchester United vs Arsenal. Before into the game Arsenal was undefeated in this EPL for 5 games and were playing nice football.

Their clash between Manchester United ended their undefeated run by loosing 3:1.

The new signing of Manchester United score the first goal and it was his first goal in the EPL.


 And Arsenal player Baka scoring the consolation goal as an equalizer. Manchester United came to lead again with the help of Rashford goal.


And he scoring the third goal  help the game for Manchester United. 

At full time Manchester United 3:1 Arsenal.


Saturday, 23 April 2022

Cr7 scores his 100 Premier league goal

 


Cristiano Ronaldo has now score his hundred (100) Premier League goal and dedicated the goal to his lost son. The Goat is still shining in the premier league. Age is just a number.

This is video of his 100 premier league goal.



Wednesday, 20 April 2022

Ghanaians are desperate about E- levy and minority are set to challenge it at supreme court

The brouhaha has started again on e- levy and as many Ghanaians are not satisfied with the passing of the e- levy and many don't know how this e- levy works. Many Ghanaians has lost some hopes in paying taxes because they don't see what their tax is use for.
Seeing the chat below, they are the charges on money we transfer on momo.


  E- levy will take effect on 1st May, 2022, and the charges actually affect the first transaction for 24hours and there won't be any charges again on the any transaction within that 24hours.
One of the MPs has pass a bill to Parliament that the Parliament didn't meet the quorum requirement to pass the bill. Despite the passage of the e-levy, the minority in Ghana's Parliament are set to challenge it, at the supreme court.

Thanks for reading, and please visit my blog when you it any where and I'm always giving out vivid information, thank you ☺️
Otumblog.student. 
 

Wednesday, 23 March 2022

STEPS TO CONSIDER TO DESIGN A GOOD DATABASE

 The design process

The design process consists of the following steps:


•Determine the purpose of your database    


This helps prepare you for the remaining steps.It is a good idea to write down the purpose of the database on paper — its purpose, how you expect to use it, and who will use it. For a small database for a home based business, for example, you might write something simple like "The customer database keeps a list of customer information for the purpose of producing mailings and reports." If the database is more complex or is used by many people, as often occurs in a corporate setting, the purpose could easily be a paragraph or more and should include when and how each person will use the database. The idea is to have a well developed mission statement that can be referred to throughout the design process. Having such a statement helps you focus on your goals when you make decisions.


•Find and organize the information required     


Gather all of the types of information you might want to record in the database, such as product name and order number.

         To find and organize the information required, start with your existing information. For example, you might record purchase orders in a ledger or keep customer information on paper forms in a file cabinet. Gather those documents and list each type of information shown (for example, each box that you fill in on a form). If you don't have any existing forms, imagine instead that you have to design a form to record the customer information. What information would you put on the form? What fill-in boxes would you create? Identify and list each of these items. For example, suppose you currently keep the customer list on index cards. Examining these cards might show that each card holds a customers name, address, city, state, postal code and telephone number. Each of these items represents a potential column in a table.


As you prepare this list, don’t worry about getting it perfect at first. Instead, list each item that comes to mind. If someone else will be using the database, ask for their ideas, too. You can fine-tune the list later.


Next, consider the types of reports or mailings you might want to produce from the database. For instance, you might want a product sales report to show sales by region, or an inventory summary report that shows product inventory levels. You might also want to generate form letters to send to customers that announces a sale event or offers a premium. Design the report in your mind, and imagine what it would look like. What information would you place on the report? List each item. Do the same for the form letter and for any other report you anticipate creating.


•Divide the information into tables    


Divide your information items into major entities or subjects, such as Products or Orders. Each subject then becomes a table.

   To divide the information into tables, choose the major entities, or subjects. For example, after finding and organizing information for a product sales database, the preliminary list might look like this:


Handwritten information items grouped into subjects


The major entities shown here are the products, the suppliers, the customers, and the orders. Therefore, it makes sense to start out with these four tables: one for facts about products, one for facts about suppliers, one for facts about customers, and one for facts about orders. Although this doesn’t complete the list, it is a good starting point. You can continue to refine this list until you have a design that works well.


•Turn information items into columns    


Decide what information you want to store in each table. Each item becomes a field, and is displayed as a column in the table. For example, an Employees table might include fields such as Last Name and Hire Date.

   To determine the columns in a table, decide what information you need to track about the subject recorded in the table. For example, for the Customers table, Name, Address, City-State-Zip, Send e-mail, Salutation and E-mail address comprise a good starting list of columns. Each record in the table contains the same set of columns, so you can store Name, Address, City-State-Zip, Send e-mail, Salutation and E-mail address information for each record. For example, the address column contains customers’ addresses. Each record contains data about one customer, and the address field contains the address for that customer.


Once you have determined the initial set of columns for each table, you can further refine the columns. For example, it makes sense to store the customer name as two separate columns: first name and last name, so that you can sort, search, and index on just those columns. Similarly, the address actually consists of five separate components, address, city, state, postal code, and country/region, and it also makes sense to store them in separate columns. If you want to perform a search, filter or sort operation by state, for example, you need the state information stored in a separate column.


You should also consider whether the database will hold information that is of domestic origin only, or international, as well. For instance, if you plan to store international addresses, it is better to have a Region column instead of State, because such a column can accommodate both domestic states and the regions of other countries/regions. Similarly, Postal Code makes more sense than Zip Code if you are going to store international addresses.


•Specify primary keys    


Choose each table’s primary key. The primary key is a column that is used to uniquely identify each row. An example might be Product ID or Order ID.

   Each table should include a column or set of columns that uniquely identifies each row stored in the table. This is often a unique identification number, such as an employee ID number or a serial number. In database terminology, this information is called the primary key of the table. Access uses primary key fields to quickly associate data from multiple tables and bring the data together for you.


If you already have a unique identifier for a table, such as a product number that uniquely identifies each product in your catalog, you can use that identifier as the table’s primary key — but only if the values in this column will always be different for each record. You cannot have duplicate values in a primary key. For example, don’t use people’s names as a primary key, because names are not unique. You could easily have two people with the same name in the same table.


A primary key must always have a value. If a column's value can become unassigned or unknown (a missing value) at some point, it can't be used as a component in a primary key.


You should always choose a primary key whose value will not change. In a database that uses more than one table, a table’s primary key can be used as a reference in other tables. If the primary key changes, the change must also be applied everywhere the key is referenced. Using a primary key that will not change reduces the chance that the primary key might become out of sync with other tables that reference it.


•Set up the table relationships    


Look at each table and decide how the data in one table is related to the data in other tables. Add fields to tables or create new tables to clarify the relationships, as necessary.


•Refine your design    


Analyze your design for errors. Create the tables and add a few records of sample data. See if you can get the results you want from your tables. Make adjustments to the design, as needed.

   Once you have the tables, fields, and relationships you need, you should create and populate your tables with sample data and try working with the information: creating queries, adding new records, and so on. Doing this helps highlight potential problems — for example, you might need to add a column that you forgot to insert during your design phase, or you may have a table that you should split into two tables to remove duplication.


See if you can use the database to get the answers you want. Create rough drafts of your forms and reports and see if they show the data you expect. Look for unnecessary duplication of data and, when you find any, alter your design to eliminate it.


As you try out your initial database, you will probably discover room for improvement. Here are a few things to check for:


Did you forget any columns? If so, does the information belong in the existing tables? If it is information about something else, you may need to create another table. Create a column for every information item you need to track. If the information can’t be calculated from other columns, it is likely that you will need a new column for it.


Are any columns unnecessary because they can be calculated from existing fields? If an information item can be calculated from other existing columns — a discounted price calculated from the retail price, for example — it is usually better to do just that, and avoid creating new column.


Are you repeatedly entering duplicate information in one of your tables? If so, you probably need to divide the table into two tables that have a one-to-many relationship.


Do you have tables with many fields, a limited number of records, and many empty fields in individual records? If so, think about redesigning the table so it has fewer fields and more records.


Has each information item been broken into its smallest useful parts? If you need to report, sort, search, or calculate on an item of information, put that item in its own column.


•Apply the normalization rules    


Apply the data normalization rules to see if your tables are structured correctly. Make adjustments to the tables, as needed.

I'm Emmanuel, a blogger and currently a student.


Labels:

Saturday, 19 March 2022

HOW TO ACTIVATE WINDOWS 8/8.1 FOR FREE WITHOUT A PRODUCT KEY

 Get Office 2021 for FREE without a product key

Easy ways to activate Windows 11 for FREE without a product key

Activating all versions of Windows Server without a product key

How to install and use Project / Visio (2016/2019/2021) without product key

Legal way to use Office 365 totally FREE, without paying a dime

Install and activate Office 2019 for FREE legally using Volume license

Categories

Computer Tips

Microsoft Software Products

 

Newest methods to activate Windows 8/8.1 for FREE without additional software

Activate windows 8, 8.1 for free without additional software


 

A lot of people say Windows 8 (or 8.1) is not a patch on Windows 7 but I don’t think so. Perhaps its Metro user interface is more difficult to use than traditional Start menu and you will have to spend hours to get the run of things. However, there is no denying the fact that Windows 8 shows outstanding performance against earlier Windows versions. Reduction of startup time is the easiest to see. Besides, if you own touchscreen computer, an upgrade to Windows 8/8.1 or Windows 10 is needed in order to make maximum use of your hardware.


In today’s post, I will show you two ways to activate Windows 8 or 8.1 for FREE without using any software. If you really want to know how it works, please try first way (manual method). Or you can follow second way (batch file) if you need save your time. The following are the detailed instructions for activating all versions of Windows 8.1 and 8.


Here is my windows 8 activation status in control panel

Here is my windows 8 activation status in control panel

Contents

Method 1: Manual

Method 2: Batch file

Method 1: Manual


A legal way to use Windows 8 and 8.1 for FREE

Time needed: 1 minute.


Activating your Windows 8 or 8.1 using KMS client key.



 

Select the right license key for your Windows edition.

Here’s the list of Windows 8/8.1 KMS client setup keys.

W8 Core: BN3D2-R7TKB-3YPBD-8DRP2-27GG4

W8 Core Single Language: 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ

W8 Professional: NG4HW-VH26C-733KW-K6F98-J8CK4

W8 Professional N: XCVCF-2NXM9-723PB-MHCB7-2RYQQ

W8 Professional WMC: GNBB8-YVD74-QJHX6-27H4K-8QHDG

W8 Enterprise: 32JNW-9KQ84-P47T8-D8GGY-CWCK7

W8 Enterprise N: JMNMF-RHW7P-DMY6X-RF3DR-X2BQT

W8.1 Core: M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK

W8.1 Core N: 7B9N3-D94CG-YTVHR-QBPX3-RJP64

W8.1 Core Single Language: BB6NG-PQ82V-VRDPW-8XVD2-V8P66

W8.1 Professional: GCRJD-8NW9H-F2CDX-CCM8D-9D6T9

W8.1 Professional N: HMCNV-VVBFX-7HMBH-CTY9B-B4FXY

W8.1 Professional WMC: 789NJ-TQK6T-6XTH8-J39CJ-J8D3P

W8.1 Enterprise: MHF9N-XY6XB-WVXMC-BTDCT-MKKG7

W8.1 Enterprise N: TT4HM-HN7YT-62K67-RGRQJ-JFFXW


Fastest way to download latest trial versions of windows and office

Run command prompt in admin mode.

Click on the start button, search for “cmd” then open Command Prompt as administrator.

Open command prompt in administrator mode

Use command “slmgr /ipk your_key” to install a license key.

your_key is the activation key you got above.

Note: You need to hit [Enter] key to execute commands.install windows 8 trial client key

Use command “slmgr /skms s8.uk.to” to connect to my KMS server.

kms8 is one of the servers I managing.set kms8 as main kms server

Activate your Windows using the command “slmgr /ato”.

After running this command, the activation progress will be started.run command /ato to activate your machine

If you see the error 0xC004F074, it means that your internet connection is unstable or the server is busy. Please make sure your device is online and try the command “ato” again until you succeed.


Method 2: Batch file

This one is not recommended anymore due to the new update of Microsoft.



Activating Windows 8.1 or 8 using batch script video instructions

Step 1: Copy the code below into a new text document.


@echo off

title Activate Windows 8 / Windows 8.1 ALL versions for FREE - MSGuides.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul

if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 >nul||cscript //nologo slmgr.vbs /ipk TT4HM-HN7YT-62K67-RGRQJ-JFFXW >nul||cscript //nologo slmgr.vbs /ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul||cscript //nologo slmgr.vbs /ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul&goto skms) else (cscript //nologo slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul||cscript //nologo slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul||cscript //nologo slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul||cscript //nologo slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul||cscript //nologo slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul||cscript //nologo slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul||cscript //nologo slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul||cscript //nologo slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul||cscript //nologo slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul||goto notsupported)

:skms

if %i% GTR 10 goto busy

if %i% EQU 1 set KMS=kms7.MSGuides.com

if %i% EQU 2 set KMS=s8.uk.to

if %i% EQU 3 set KMS=s9.us.to

if %i% GTR 3 goto ato

cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul

:ato

echo ============================================================================&echo.&echo.&cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running 24/7!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto skms)

explorer "http://MSGuides.com"&goto halt

:notsupported

echo ============================================================================&echo.&echo Sorry, your version is not supported.&echo.

:busy

echo ============================================================================&echo.&echo Sorry, the server is busy and can't respond to your request. Please try again.&echo.

:halt

pause >nul

Create a new text document.


 

Create new text file

Create new text file

Step 2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).


Save the batch script

Save the batch script

Set name of the script file

Set name of the script file

Step 3: Run the batch file as administrator.


Run the script with admin rights

Run the script with admin rights

Please wait…


Windows 8/8.1 activation progress

Windows 8/8.1 activation progress

Done!


 

Windows 8/8.1 product activation successful

Windows 8/8.1 product activation successful

Finally, check the activation status again.


Check activation status again

Check activation status again

 

If you would have any questions or concerns, please leave your comments. I would be glad to explain in more details. Thank you so much for all your feedback and support!


5/5 - (724 votes)

free license of windows 8 how to activate windows 8.1 windows os

 


Who am I ?

I am Emmanuel, a blogger, am currently a student. 




Friday, 18 March 2022

HOW TO GET INPUT FROM USER IN JAVA.

 How to get input from user in Java

Java Scanner Class

Java Scanner class allows the user to take input from the console. It belongs to java.util package. It is used to read the input of primitive types like int, double, long, short, float, and byte. It is the easiest way to read input in Java program.


Syntax


Scanner sc=new Scanner(System.in);  

The above statement creates a constructor of the Scanner class having System.inM as an argument. It means it is going to read from the standard input stream of the program. The java.util package should be import while using Scanner class.


It also converts the Bytes (from the input stream) into characters using the platform's default charset.


Methods of Java Scanner Class


Java Scanner class provides the following methods to read different primitives types:


Method Description

int nextInt() It is used to scan the next token of the input as an integer.

float nextFloat() It is used to scan the next token of the input as a float.

double nextDouble() It is used to scan the next token of the input as a double.

byte nextByte() It is used to scan the next token of the input as a byte.

String nextLine() Advances this scanner past the current line.

boolean nextBoolean() It is used to scan the next token of the input into a boolean value.

long nextLong() It is used to scan the next token of the input as a long.

short nextShort() It is used to scan the next token of the input as a Short.

BigInteger nextBigInteger() It is used to scan the next token of the input as a BigInteger.

BigDecimal nextBigDecimal() It is used to scan the next token of the input as a BigDecimal.

Example of integer input from user



The following example allows user to read an integer form the System.in.


import java.util.*;  

class UserInputDemo   

{  

public static void main(String[] args)  

{  

Scanner sc= new Scanner(System.in); //System.in is a standard input stream  

System.out.print("Enter first number- ");  

int a= sc.nextInt();  

System.out.print("Enter second number- ");  

int b= sc.nextInt();  

System.out.print("Enter third number- ");  

int c= sc.nextInt();  

int d=a+b+c;  

System.out.println("Total= " +d);  

}  

}  

Output:



How to get input from user in Java

Example of String Input from user


Let's see another example, in which we have taken string input.


import java.util.*;  

class UserInputDemo1  

{  

public static void main(String[] args)  

{  

Scanner sc= new Scanner(System.in); //System.in is a standard input stream  

System.out.print("Enter a string: ");  

String str= sc.nextLine(); //reads string  

System.out.print("You have entered: "+str);             

}


Thanks for reading and hope you get the understanding needed, subscribe for more information.