Category
- android
- app
- application
- array
- back end
- blogging
- celebrity
- cmd
- command line
- command prompt
- content
- control panel
- design
- development
- Education
- Entertainment
- export
- falz
- front end
- gaming
- java
- javascript
- kardashian
- kim
- local
- love
- Miscellaneous
- mywapblog
- nasu
- News
- oau
- okoye
- peter
- php
- Programming
- psquare
- python
- relationship
- romance
- server
- soccer
- software
- Sports
- ssanu
- strike
- subway
- surfers
- Technology
- variables
- web
- Webmastery
- windows
Author
Thursday, 20 October 2016
Newbies — Do Something!
Friday, 16 September 2016
A Little advise for newbie “coders”
You just started learning a programming language some hours ago or a day ago and already you wanna write some code for sliders or some other complex computations whereas you're yet to even understand how functions work? You need to take it slow.
As a newbie, it's no news or surprise that you'll have a lot of ideas flowing through your mind that you wanna work on, probably even better ideas than a veteran programmer, but the fact still remain that you're a newbie, and in as much as you want to understand and know how to write your own codes at a later time for other people to use, you need to go slow.
“Slow and Steady wins the race.”
Do not be discouraged though, when you see complex codes and you barely understand the first ten lines, do not rush to understand it either. Understand the basic concepts first, then move on to the intermediate level where you can with ease progress to the Advanced/Veteran level.
Trust me, I've been where you are and when I just started there, I wanted to know everything at once, but later realized I should take it one at a time. Do not push yourself further than you can handle at this time, you'll get better later.
Happy Coding :-D
Twitter: Oladejo Ezekiel
WhatsApp: 08132690608
Facebook: Find me on facebook
Sunday, 26 June 2016
CSC201 — Basic Syntax of a Java Program
As explained earlier, Java™ is a programing language used for developing softwares (desktop softwares, mobile softwares). Java is platform-independent , that is, you can run a single java program on different platforms or devices.
BASIC SYNTAX OF JAVA PROGRAMS
A Java program in order to run, must have the following:
» A Class
» A main method (also called "method main").
A simple java program looks like this:
public class firstApp { public static void main(String[] args) { System.out.println("Hello World!");}
}
The above program, after run on either your Android Integrated Development Environment (AIDE) Application, or IDE on your PC, or console (Command Prompt) will print “Hello World!” . :-)
Now that is how a simple Java program look like. You'll understand better in later discussions. Feel free to ask questions!
» Twitter — Follow me on Twitter @iamwebwiz
» WhatsApp/Call/SMS — 08132690608
» Facebook — Oladejo Ezekiel
Sunday, 19 June 2016
A short introduction to Java Programming Language — CSC201
Good morning. I'll be making a very brief introduction of Java Programming Language to us — which is what you need :-D but first you need to know what a Computer Program is.
A computer program is a series of instruction that tells the computer what to do. Everything the computer does is done by using a computer program.
Some examples of where you see computer programs are in the popular browser, Mozilla Firefox, in our day-to-day Office (Microsoft Office Word, Excel, PowerPoint, etc.), and also in computer games like Pro Evolution Soccer, Grand Theft Auto, Subway Surfers :-D yeah! Subway Surfers.
That been said, what is Java?
Java is a high level programming language developed by Sun Microsystems.
Stay tuned! More coming today!
WhatsApp — 08132690608
Twitter — @iamwebwiz
Saturday, 18 June 2016
CSC201 Orientation for OAU Part 2 Students
Good day everyone. Time to get us started on what we should know about the course, CSC201. Since y'all have been told what we did last session as regards the course (organized tutorials for better understanding of the course — 98% practical).
WHAT YOU'LL BE GETTING FROM OUR TUTORIAL
» Mostly Practical (98%)
» Free ebooks will be made available
» Free Setup of Java programming environment which involves:
» JDK : Java Development Kit
» NetBeans IDE and/or Eclipse IDE.
Please Note That ONLINE TUTORIAL STARTS TODAY so invite as many more of your friends as possible.
Oladejo Ezekiel Abiodun
08132690608
CLEVOCLICK ICT SOLUTIONS