Posts

Step by Step guide on How to Apply For Google AdSense

Image
 Hi great readers! Today is a great day as I'm here to show you how to apply for Google AdSense. before we get to the main content of this article, I will also tell you things need to do before submitting your blog for Google AdSense. Basic, you need to add about us, contact us and policy and privacy pages. AdSense value these pages because these pages tell AdSense how serious you and also how your readers can contact you for any help. Second thing is making your blog appear on Google search engine. This another thing, else AdSense will not know your blog and it will take long for AdSense will reply you. Things should not bother yourself with; blog age doesn't matter. domain age doesn't matter. blog traffic doesn't matter. articles amount doesn't matter. So now let's dive into submitting your blog for AdSense approval. Open new browser tag and head to https://www.google.com/adsense/start/ and click on the get started button, then enter your blog url in the prov

Five reasons why you should monetize your blog with Google AdSense

Image
 So many of my friends always say Google AdSense is harsh. I don't know your experience with AdSense, but I need five minutes of your time to tell you five things  why Google AdSense is trusted and reliable and why you should monetize your blog with AdSense. If someone have ever told you that earning with AdSense is hard, don't listen to such big lies. I believed this fake story once, but I got to found out the truth. Making money from Google ads is actually easy if you are dedicated blogger. So, in this article, I want to tell/show you five reasons why you should monetize your blog with AdSense. Before then, let me give you highlight of things you should do before applying for Google AdSense. Read about them Make sure your blog comply with their policies Add about us page Add contact us page Add policy and privacy page Add up navigation bar/menu Let your blog be copy content free So let's dive into our main topic Reason one: Google AdSense is easy to setup. This is the nu

JavaScript vs PHP

Image
 So much confusion among new babies programmers. I have heard people talked so much about JavaScript and php. They often compared the two programming languages. So today, I want to briefly explanation about their differences. I will talk what php can do and cannot do and also things programmer can do with JavaScript and can't do. First, let's look at what JavaScript can do that php cannot do. JavaScript is front end programming language, while php is band end programming language. The word front end meaning dealing with web ages off from server side. A programmer can use JavaScript to build web page animations, styling web page and can even send input field content to php. Things JavaScript can do; Making animations Styling pages Sending form data to php Fetching content from php Making web page auto refresh Things JavaScript cannot do; Can't fetch content from server direct Can't send form data to server direct If a programmer use JavaScript, HTML and CSS to make a web

Some HTML Basic Coding Mistakes to Avoid

Image
As technology grow day after day, so as developer keep updating browsers version.   Today, I want to discuss with you few mistakes you should avoid while coding HTML page or pages. Like every other languages, HTML is sensitive and must be write in a good order to avoid slow loading, malfunction of your web application. So, below I listed three mistakes you should watch out for when coding. 1. Closing tags: the closing tag (s) are important. Never leave these tags out because it will course your web page not be responsive to different device screen. And it will make your page to load slow. <body>  correct <\body> <body> wrong  (no closing tag) 2. Another big mistake many make is by  forgetting to put the forward lash in the closing tag. As we all know, so many elements have opening and closing tag. There different in between them is that the opening tag have forward lash, while the closing tag has it. Forgetting to add it is a harmful way of writing HTML code as it can

Best seo guide for beginners

Image
Hmmn! actually SEO is HUGE. The most important word here is optimization. So, it qualifies the word “Search engine". It's important to note that optimisation is not meant for Google alone, it's general for every seach engine. Optimization is making your website to abide by the rules of operation of search engines so that when a user types a keyword on Google or any search engine, your content may be ranked and resulting to your site being listed on SERP (Search engine result page). Unfortunately, your content alone will not make your site appear on the first page. There are plenty of things it entails, especially link building, which I think is the most important thing to do when optimizing your website. Onpage SEO is when you optimize your content like adding alt attribute to your images, making keyword research and using that keyword in your header and content, including setting key phrase. Offpage SEO means working on your Domain authority and Page authority which is an

Inserting Image in HTML Page

Image
Photo is an essential thing when you are to make a web page look beautiful. Images is not just for making website background, but for other purpose like; dynamic user profile picture, post content picture. The list is endless. That’s why I always tell my readers that, learning how to add image to web page is important. I’m really happy to tell you that today we are going to add image on html web page. Basically, there are three method for adding image/photo to html page. We’ll cover these easy three steps in this guide. In one of our past guides, we discuss on how to style html page. We learnt three ways, which are “inline styling” “eternal styling” and “external styling”. Same thing apply to adding image on html page. What is HREF in coding? Method 1: This method is very simple. We’ll make div element and add image as the background-image for the div. This background will only cover the shape of the div. In other words, it will only take the

HTML HREF Attribute in Coding

Image
HREF is html link attribute that enable movement from one web page to another freely. As websites are made up of multiple web pages, for movement from one page to another is possible only with href link attribute. Many web designers don't really know the full meaning of  'HREF link attribute' despite using it regularly. In this guide, we'll treat the subheading listed below. What Does Link 'HREF' Stand For? How to Use Link HREF Attribute? How to Use Link TARGET Attribute? Without the 'href' html link attribute, no web app can achieve its purpose because there will be no movement within the app. Imagine opening a web app and you are just stuck there, no next page, no previous page. This will be annoying and frustrated. HREF stands for ' Hypertext Reference (H-Hypertext REF-Reference) '. Of course we all is aware what the word reference means. It means referencing to another file or page. Website like w3schools will be of a good