Posts

Showing posts from June 14, 2019

Aisha Bihari has officially announced as the First Lady

Image
Aisha Buhari, wife of the Nigerian president has officially announced that she will be addressed as First Lady, five years after going with the official title, ‘Wife of The President.’ She explained that the reasoning behind the current decision was to clear a discrepancy between her title and that of wives of the respective state governors. Speaking to wives of governors from across the 36 states in Abuja on Thursday, she said her new designation was to take immediate effect, multiple media outlets reported. “When my husband was elected newly I personally chose to be called the wife of the President. But, I realised that it causes confusion from the state as to whether the wives of state governors are to be addressed as the first ladies or wives of the governors. “So, forgive me for confusing you from the beginning, but now I chose to be called the first lady,” she said. Then candidate Buhari in December 2014 had said his administration will scrap the office of First Lady be

ABOUT JAVASCRIPT, NODE.js AND PHP

What is JavaScript all about, and can JavaScript be used together with PHP for a website", JavaScript is the only programming language natively supported by browsers. Within a browser, JavaScript allows you to create interactions with users. For example, you can program logic for how it will respond when a user clicks a button, or it can be used to send data somewhere. HTML (HyperText Markup Language) is used to apply meaningful structure to content. It is most commonly used for laying content out. CSS (Cascading Style Sheets) is a styling markup language, used to implement the design of a web page. These three technologies make up the “frontend stack”. PHP is a server side programing language. Technically, PHP is not part of a website (it does not run in a browser). However; it can be used to generate web code, communicate with databases, and even communicate with other computers. It’s responsible for all the “behind the scenes” stuff. In modern web development, PHP is