Tag: latest
-
7 Apps for Making Money on Android
Actually, when you look at your phone, you probably think about spending money rather than making it. Your handset almost certainly cost you a pretty penny, whether in up-front cost or on-going monthly payments. Thankfully there are plenty of apps to be found in the Google Play store which can help you recoup some of…
-
See the Top 10 most famous hackers
1. Kevin Mitnick He’s one of the famous hackers or probably the most famous of his generation, Mitnick has been described by the US Department of Justice as ‘the most wanted computer criminal in United States history.’ The self-styled ‘hacker poster boy’ allegedly hacked into the computer systems of some of the world’s top technology…
-
11 Best Software Development Tools Every Developer Should Use
Along with the knowledge of programming language, every developer should have a sound knowledge of software development tools which is necessary for a more productive outcome. Here’s a list of eleven tools that every developer needs to know to maintain a better work flow. 1. GitHub GitHub created by Microsoft is massive in the technology…
-
Using Forms in HTML with Exercises – Lesson 1.6
In this lesson, we shall be covering Forms in HTML. Forms help us to get data from users either to sign up for a page or to comment on a page. Objectives We’ll use the <form></form> tag to create the form We’ll use the <Input> tag to specify the type of data we want to accept We’ll use…
-
Using Tables in HTML with Exercises – Lesson 1.5
Welcome to Lesson to Lesson 1.5, in this lesson we’ll be looking at HTML Tables. We shall be under going the following, understanding of the different elements involved in making a HTML table. The following tag elements are used in making tables: The <table> tag helps to display information in a tabular format, carries the entire…
-
Understanding Lists and Attributes in HTML Lesson 1.4
Alright before we dive directly into working with tables, forms and CSS; We’ll go more into HTML learning about List Items and Attributes to improve our understanding of working with HTML. Below is a basic HTML page with the use of H1, H3, H6 and the <p> tag [html] <!DOCTYPE html> <html> <head> <title>First Page…
-
Getting Started with HTML Lesson 1.3
In this post we’ll learn how to write simple HTML documents, we would also learn how to; Understand the difference between closing tags and self closing tags We’ll write tags with attributes We’ll use MDN (Mozilla Developer Network) as a reference create a sample html document History of HTML (Hyper Text Markup Language) It was…
-
How to Register a Domain Name for your Blog or Business Websites
Trying to start up a new blog? Or wishes to take your local business online so that the world would know about it? The first step to take in creating a new blog or website is registering a “Domain Name”. A Domain Name is simply an identification string that defines your blog or business website.…
-
Working with Front End: Intro to HTML, CSS, JS Lesson 1.2
So basically The Frond End is the aspect you see and interact with: HTML, CSS and JS The Back End is everything else: we have so many choices there and we’ll see when we get there later For Example: Let’s use a Real world scenario of a Restaurant – The back-end is everything that happens…
-
Understanding Front End and Internet Basics + Environment Setup Lesson 1.1
After reading the Introduction, this is the follow up; In this lesson, we’ll talk about introduction to front-end. Also, we would know our three main objectives that we are going to learn through-out this course, This is a very important lesson, i will be adding the codes whereby you don’t have to write much of your own at this point…