WHAT THE RICH MEN DO TO BECOME RICH

No comments    
categories: ,
Over time I have to come understand stuff that rich men do to become rich and I will be unveiling them to you in this e-book.

You can call this guide the definitive investing because nothing is held back. I say it here as it is.

So let's start by asking the question, "who are these rich folks, anyway?" Hmmmm, Let me put it this ways


How to linking your social media platforms together to increase sales

1 comment    
categories: 
One of the best ways to increase/promote your business, website, sales promotions & awareness, blog post etc is through social media's platforms . Linking various media's platforms to each other enable your post to be viewed by millions of the social media users.

Steps to link your social media business page

  • After creating your business page on facebook and twitter and if you don't have or don't know how to create one contact me
  • copy or write this link on your web address "https://www.facebook.com/twitter" you will see the below picture displayed
  • click on the "link to twitter" button

click on the "Authorize app" button

clicked on the marked small boxes to edit the settings can should be displayed when posting

then click save changes to activate. Now write a post and check on twitter to see the effect, you can also do the same process on twitter.

TIPS AND TRICKS OF WEB DEVELOPMENT - Lesson 3

No comments    
categories: 

Summary: from the last lesson will looked at the tags and element used in formatting HTML simple structure.

Let further today by writing a simple HTML structure that will be displayed in a browser.
Note: browsers can be Opera Mini, Mozilla Firefox, internet explorer, crazy browser, safari etc. so you can view HTML through any of this.

TIPS AND TRICKS OF WEB DEVELOPMENT - Lesson 2

No comments    
categories: 
Summary: from the first lesson we deduce that HTML is the basics of Webpages and the Note Editor is used in writing HTML simple Structure.

Today we shall be looking at HTML TAGS & ELEMENTS
HTML uses tags in formatting its content, there are lots of this tag which can be use in formatting HTML content Eg.
<h1>Largest Heading</h1>
<h2> . . . </h2>
<h3> . . . </h3>
<h4> . . . </h4>
<h5> . . . </h5>
<h6>Smallest Heading</h6>

<p>This is a paragraph.</p>
<br> (line break)
<hr> (horizontal rule)
<!-- This is a comment -->
<abbr> (abbreviation)
<address> (contact information)
<bdo> (text direction)
<blockquote> (a section quoted from another source)
<cite> (title of a work)
<del> (deleted text)
<ins> (inserted text)
<sub> (subscripted text)
<sup> (superscripted text)
Note: Pls note the angular bracket, a tag must be writing within this angular bracket else it won’t respond.

HTML ELEMENTS
Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an HTML document. Eg
<noscript>
<address>
<footer>
<header>
<nav>
<main>

Also Note that this element has an attribute that can be associated with them.


Thanks for Reading see you in the next Lesson

Street Drums Solo

1 comment    
categories: 
For all the drums lovers all over the world check out what this guys are up to, improvising on this African beat. I enjoyed watching this guys. what your own opinion about this video and what is the name of the beat or what type/category would you classify the beat. 


video coming soon

Samsung Galaxy A3 Phone review

No comments    
categories: 

The Samsung Galaxy A3. Just like the Alpha smartphone, the A3 offers an aluminum frame, which highlights a lightweight design, built around a Super AMOLED display. And let me tell you, this phone does look as nice as it sounds.
Samsung has been known for churning all-plastic smartphones across its entire portfolio. Pressured to evolve its product design, the company came up with the Galaxy Alpha, a super slim smartphone with an angular metal frame. But Samsung surely likes to spread its design concepts across the entire portfolio and thus the Galaxy A3 and the Galaxy A5 were born.

TIPS AND TRICKS OF WEB DEVELOPMENT

1 comment    
categories: 
Every web page you find online are based on a simple structure called HTML files, within this files all other coding such as tags and element are found within this structure.