Skip to main content

Posts

Inserting Table of Content (TOC) in a document

 There are many ways of creating a good impression to a document. One of the many ways is ensuring that your document has a table of content. It allows users of the document to have a g eneral overview of the  content as well as allowing a user go directly to a specific section  of the document. In this article we will look at how to insert Table of Contents to a document. Step1: Have your document with the necessary titles that you would like to appear on the Table of Content; Step 2: Format your title with the appropriate style; for example; Step 3: Position the cursor on where you want the Table of Content to appear, then navigate to References Menu and click on  Table of Content dropdown; Step 4: From the Dropdown, Choose the desired format of the Table of Content.   Step 5: A table of Content will automatically appear at the set location; Step 6; If by any chance you change the content, Word processor programs provide a way to update the table of content. H...

Adding Drop Cap in an article/document

  What is a Drop Cap? Have you wondered  how you can attract reader's attention in an article or a document. Drop Cap (Making the first character in a sentence large, taking more space in the next line) is one feature that most Word processor programs have. Here is how to go about it. Step 1: Highlight the first character in a sentence; Step 2: On the insert Menu (Microsoft Office Professional  2016) locate the text ribbon and click on Drop Cap and choose Drop Cap options; Step 3:From the dialog box choose the Position, The Font, Lines to Drop and specify the distance from the tex and then click OK.; Here is the outcome of the after applying the Drop Cap; Hope you have learnt something on attracting your reader's attention to your document. Feel free to comment and ask questions. Thank you.

Introduction to Java Programming

First Program in Java-Hello world program. Refers to the most basic program that can be written and run in any language. STEP 1 Setup the necessary tools. STEP 2 Launch a new project STEP 3 Choose Java and then Java Applications under the project. Click Next STEP 4 Type the project name as "Helloworld" without the quotes. Specify the project Location. Click Finish The next window will be as follow. STEP 5 Add the code as shown below :         STEP 6 Right click on the file and choose Run File( shift+F6) as shown below. The output Was that not simple?. On the next post I will explain on the different parts of the code and their meaning. Hope you have learned something. Feel free to comment and ask any question on the above. 

Java (Programming Language)

JAVA is a computer programming language that is concurrent, class-based, object oriented and specifically designed to have as few implementations dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. java applications are typically compiled to... Read More

What is software Engineering?

A software engineer typically works with programmers and other individuals to create computer code for an application. This can make entirely new software, or produce an update for existing work. Day-to-day tasks in this field often involve things like creating...... Read More

Welcome to my blogspot.

Welcome to my blogspot. In this blog you will be able to learn how to code simple but working java solutions. You will also get links directing you towards resourceful sites/blogs with similar content to enhance your programming capabillities.