Barcamp Cape Coast 2014

22 Aug

Barcamp Cape Coast 2014 is a free networking forum bringing people together for a day of discussion, demos and dialogue on Cape Coast, Ghana and beyond. It will take place on September 13, 2014 at the University of Cape Coast. The theme for this year is Enhancing development  through Corporate and Personal Branding. This Barcamp hopes to assemble stakeholders to network, build a supportive enterprising community and partner to build together.

The GhanaThink Foundation has successfully organized 32 BarCamps in Ghana. BarCamp Cape Coast 2014 will focus on how Ghana’s youth can brand themselve as well as their corporate image. There might be a shortage of jobs, but there’s no shortage of work. It will be an insightful, informational and inspirational event that young people in and around Cape Coast should not miss.

The Barcamp will feature multiple user-generated breakout sessions about business, social entrepreneurship, technology and development, alongside topics relevant to the Central Region and beyond. There will be a speed mentoring session where mentors will give insights and answers to questions from attendees.

Register/RSVP at the BarCamp Cape Coast eventbrite website (barcampcapecoast14.eventbrite.com) or text “Barcamp Cape Coast [name] [email address] to 1945 through any mobile network. You may also contact the BarCamp Cape Coast team through the eventbrite page for sponsorship opportunities. If you are interested in organizing a breakout session, let us know, especially if you have special needs.

BarCamp Cape Coast 2014 is sponsored by GhanaThink Foundation, Nandimobile, etc. Our media partners are the Spy Ghana and ATL FM. Join us to move the Central Region and Ghana forward.

Stay tuned via our social media.

List of Interesting Issues

17 Dec

I love to explore issue on;

  • Technology
  • Christian faith
  • Social networking
  • Business and Finance
  • Investment opportunities
  • Youth and Development

I really to explore more emerging issue in technology. I have so much passion for technology and innovation

Rev. Philip Quaque Day Celebrated in Cape Coast Today

17 Oct Philip Quaque's Day Celebrated

philip Quaque's Day

philip Quaque’s Day

Today, the 17th October, 2013 marks yet another important day in the history of Anglican Diocese of Cape Coast, Anglican Churches in Ghana and Philip Quaque boys and Girls primary and junior High schools (both in Cape Coast, central region, Ghana).

One may ask why is it so important to celebrate this day? Thus, one in a million question to ask. Let me not bore you with too many grammar. Here is the hero; Continue reading

My Presentation – Distance Education

6 Oct

This is a very and pretty short presentation on Nature of Distance Education

Also this presentation has been sent to P2PU.org for peer review.

Feel free to send me your comments and suggestions on this presentation.

Cheers…

The Time for your Dreams is NOW!!!

6 Oct

The time is now or never…

Ekow-Mensah

One On One Coaching with Ekow Mensah

There is a season for your dreams and your purpose on earth, holding yourself back and delaying the implementation of your ideas, dreams and aspirations will only minimize or make its impact irrelevant. Imagine releasing an “Azonto” song in an “Alqaeda” season. The Bible puts it more accurately: There is a time for everything, and a season for every activity under the heavens (Eccl 3:1 NIV).

Go on, procrastinate as long as you want. Turn your excuses into harmonious hymns. At the end you will only find that the world has moved past it’s need for the impact of your dreams or ideas.

Come on buddy, DO IT NOW…Get to work on it now. A day at a time and a step at a time taken consistently will get you closer to the actualization of your dreams in its season. Waste no more time! The conditions will not be as…

View original post 68 more words

The Man who thinks he can…

6 Oct

You are definitely what you think you are

Ekow-Mensah

If you think you are beaten,you are, 
If you think you dare not, you don`t. 
If you`d like to win, but think you cant`t, 
It`s almost a cinch you won`t. 
If you think you`ll lose, you`ve lost, 
for out in this world we find, 
success begins with a fellow`s will: 
It`s all in the state of mind.
If you think you`re out classed, you are: 
You`ve got to think high to rise. 
You`ve got to be sure of yourself before 
You can ever win a prize. 
Life`s battles don`t always go 
To the stronger or faster man, 
But soon or late the man who wins, 
Is the one who thinks he can.

View original post

HTML Hunting in the World Around You

10 May

Image<blockquote> The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.

Image<menu> The HTML <menu> element represents an unordered list of menu choices, or commands. There is no limitation to the depth and nesting of lists defined with the <menu><ol> and <ul> elements.

Image<nav> The HTML Navigation Element (<nav>) represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

Image

 

 

<time> The HTML time element (<time>) represents either time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).

Some Tags for You to Meet

10 May

Here’s the list of tags that I have research
  • <div>The HTML <div> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything.
  • <blockquote> The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.
  • <p> The HTML <p> element (or HTML Paragraph Element) represents a paragraph of text.
  • <ol> The HTML <ol> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets
  • <ul> The HTML unordered list element (<ul>) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared.
  • <li> The HTML List item element (<li>) is used to represent a list item. It should be contained in an ordered list (<ol>), an unordered list (<ul>) or a menu (<menu>), where it represents a single entity in that list.
  • <nav> The HTML Navigation Element (<nav>) represents a section of a page that links to other pages or to parts within the page: a section with navigation links.
  • <menu> The HTML <menu> element represents an unordered list of menu choices, or commands. There is no limitation to the depth and nesting of lists defined with the <menu><ol> and <ul> elements.
  • <span> The HTML <span> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang.
  • <time> The HTML time element (<time>) represents either time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).
  • <q> The HTML <q> Element (or HTML Quote Element) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don’t require paragraph breaks, for long quotations use <blockquote> element.
  • <img> The HTML <img> Element (or HTML Image Element) represents an image of the document.

Source: https://developer.mozilla.org/en-US/docs/Web/HTML/

Hand written HTML tag Experience

9 May

Hand written HTML tag Experience.

Hand written HTML tag Experience

9 May

It a really pretty cool experience to start learning HTML by hand written. It feels some how tedious but I managed to do that on a sheet of paper.

I have to use Notepad ++ because it makes it easy for me to identify every line of tag i have typed and makes corrections easier for me if I have too many tags. Notepad ++ allows you to open multiple pages within a single window. It allows you to divide your work area and run your tags from your Notepad ++. Unlike Notepad, it look so simple and has no numbering features on my tags and looks too plain for my liking.Image

This experience I have acquire from p2pu.org will help me build a simple personal website with html tags.

The world should watch out for the new web developer with basic html tag knowledge.

 

Enjoy 

This is my html tags I wrote in my Notepad ++ with tip

Mark Valentine Aikins (title tag in the head tag)

Hi World (my H1 tag)


This is very minimal “hello world” HTML document. (First paragraph tag)


I hope you will watch out for more (Second paragraph tag)