Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,130 members, 7,821,871 topics. Date: Wednesday, 08 May 2024 at 08:37 PM

Klefjoxey's Posts

Nairaland Forum / Klefjoxey's Profile / Klefjoxey's Posts

(1) (2) (of 2 pages)

Programming / Re: Programmers Check In Here by klefjoxey: 12:07am On May 21, 2018
megatran:
I am in need of a programmer in delta state. particularly abraka delsu for some assistance in a php tutorial.
its pretty sad that i am noticing that all programmers on here are Lagos based.

I am having major issues understanding php functions especially as it relates to calling user info from the database to show up on a members page. I have tried online but no luck. i also welcome any video or online tutorial that could give a full design of a membership website from scratch to the end..I would appreciate.

my number is 08101098212. Please feel free to message me with any assistance you can give towards understanding my difficulty.
believe me php is easy when you understand the basics. I would advice you to learn online like from laracasts.com and come back here to ask questions. we have great engineers here
Programming / Re: The Best Programming Language Is... by klefjoxey: 2:21pm On May 18, 2018
seunthomas:
Well this thread is basically about controversy.

Some people believe Java is the best programming language due its cross-platform (write once run anywhere) nature (Unfortunately today's Java has not achieved true WORA).

Others think its C# and the accompanying .Net Framework.

Some die hard C fans will say its C because no language can seat on a machine like C.

Some say its Javascript due to ease of learning and use.

Others PHP because really PHP is really moving outwards to new domains today beyond the web.

And some geeks like me will always love python any day cos we can easily prototype with it.
Whats your take? Whats the best language there is?
No language is the best. The truth is that languages differ meaning that some are good for some specific type of problem. Lets take c/c++ for example, these are low level languages meaning they are good for building applications close to the system like heavy graphics apps e.g AAA games but you can also use them to build web applications NOTE- This is not advisable.

2 Likes

Programming / Re: Changing The Prostitution Industry Through IT by klefjoxey: 11:40am On Mar 10, 2018
tonyimadu:
HI guy, I am a startup and marketing pro but I don't have IT experience. I am building a brand that uses tech to reduce risk, time wasting and improve efficiency and better delivery in the prostitution business. Its totally internet based.
So if your are interested identify and indicate your area of specialization.
Thanks
This post is very funny
Programming / Re: I Need A Blog by klefjoxey: 11:24am On Mar 10, 2018
midehill:
hello guys I need a professional blogger here who can open a blog for me and who can put me through...I will give him the domain name I want...

I want a type of blog just exactly like nairaland...

#ready to pay...if interested holla in d comment box below so we can start
Just use wordpress
Programming / Re: Please Someone Should Help Me With This Code. by klefjoxey: 8:41am On Sep 06, 2017
oyadanoz:
Please i am building a computer based exam, and but am having issue with my javascript file its not reflecting, please help view the source code below, please i will appreciate your comments.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
div#test{ border:#000 1px solid; padding:10px 40px 40px 40px; }
</style>
<script>
var pos = 0, test, test_status, question, choice, choices, chA, chB, chC, correct = 0;
var questions = [
["What is 10 + 4?", "12", "14", "16", "B" ],
["What is 20 - 9?", "7", "13", "11", "C" ],
["What is 7 x 3?", "21", "24", "25", "A" ],
["What is 8 / 2?", "10", "2", "4", "C" ]
];
function _(x){
return document.getElementById(x);
}
function renderQuestion(){
test = _("test"wink;
if(pos >=questions.length){
test.innerHTML = "<h2>You got "+correct" of "+questions.length+" questions correct</h2>";
_("test_status"wink.innerHTML = "Test completed";
pos = 0;
correct = 0;
return false;
}
_("test_status"wink.innerHTML = "Question "+(pos+1)+" of "+questions.length;
question = questions[pos][0];
chA = questions[pos][1];
chB = questions[pos][2];
chC = questions[pos][3];
test.innerHTML = "<h3>"+question+"</h3>";
test.innerHTML += "<input type='radio' name='choices' value='A'> "+chA+"<br>";
test.innerHTML += "<input type='radio' name='choices' value='B'> "+chB+"<br>";
test.innerHTML += "<input type='radio' name='choices' value='C'> "+chC+"<br><br>";
test.innerHTML += "<button onclick='checkAnswer()'>Submit Answer</button>";
}
function checkAnswer(){
choices = document.getElementByName("choices"wink;
for(var i=0; i<choices.length; i++){
if(choices[i].checked){
choice = choices[i].value;
}
}
if(choice == questions[pos][4]){
correct++;
}
pos++;
renderQuestion();
}
window.addEventListener("load", renderQuestion, false);
</script>
</head>
<body>
<h2 id="test_status"></h2>
<div id="test"></div>
</body>

</html>
You should know this code is very ugly and it is hard to read. It is a good practice to separate your css and javascript. Please do so

1 Like

Programming / Re: A Young Nigerian In Need Of An Angel Investor by klefjoxey: 9:44am On Jul 25, 2017
SeaQ:
My name is Femi, i have a techy idea which i will like to get an angel investor to invest in the idea. I already contact spark.ng but there was no reply.
pls any1 who has an angel investor contact shud pls drop it.
Hello femi, nobody will invest in your idea. You need to create a prototype and display to the world then will you find investors

2 Likes

Programming / Re: Best Programming Language by klefjoxey: 4:37pm On May 21, 2017
There is no best programming language. Each programming language have their ups and downs but some are suitable for a specific work e.g javascript is easy for web development than front end
Programming / Re: Guys Help I Want To Build An App Like Whatsapp! by klefjoxey: 4:31pm On May 21, 2017
Ugonwaeze14:
[b[i]]Thank you everyone for coming
It has always been my dream to create an IM like whatsapp and Google allo.
I started learning erlang (the programming language that created whatsapp) and it is difficult.
The problem is that l have no experience in computer programming.
I don't know whether I should continue erlang or start with the basics.
Please guys help:
Is there any other programming language I should learn (please specify)?
Is there any group I can connect (like whatsapp) where to meet fellow programmers?
How long should one learn a language to be called a boss?
What programming language will l need for Making IM?
What is the best way to learn a programming language, is it by writing down code or typing G into the computer?
How many years will I need to achieve this?
Is there any pdf or tutorials I can get?
GOD bless you as you help a brother I need
[/i][/b]
Hello. You do not need to learn erlang to create a chat application like whatsapp. You should know that programming languages are just tools. You can use any language you want to create the chat application. The developers of whatsapp chose erlang because that is what they know best. Just pick up javascript and you can create a chat application with Nodejs or Reactjs.
Programming / Re: Help A Beginner With Javascript by klefjoxey: 7:54am On Apr 30, 2017
Dayvhid:
I just started learning JavaScript and I'm trying to write a program that tells grade based on your score,everytime I input the code I keep getting "SyntaxError: missing ) after condition






This is the code I wrote, gurus in the house should help me out I'm testing it on console.log



Var scores="grade"
if (scores < 100 AND scores> 75);
{Console.log( student got an A);
}
Use if else statement
Programming / Re: A Way Forward For The Field Of Computer Science In Nigeria by klefjoxey: 7:49am On Apr 30, 2017
Thatdave:
sack all your lecturers
conduct a fresh programming language based interview
and recruit younger lecturers.
Reduce the courses to 2 per year.
Remove english and maths permanently.
In 5 years, you'll see the result.
Without that, bro, computer science department is an expensive joke : D
Even you don't know anything about computer science. You think computer science is programming. Computer science has many fields if you remove mathematics then you are talking about web design. You need mathematics in computer science how do you think algorithms are developed, how do you think Google search engine ranks webpages. You want them to sack lecturer and employ young one like you that want to remove maths. Please study computer science and mathematics because you cannot do without maths. Period

2 Likes 1 Share

Programming / Re: Python Vs Php by klefjoxey: 8:53am On Apr 27, 2017
Php Is good but just like JavaScript it is a bad language. Python rules the web for backend. Why do you think Facebook have been trying really hard to improve pup. Its because by the time they are rewriting their backend in another language twitter will beat them in terms of daily active users

1 Like

Programming / Re: I Need A Tutor On Programming by klefjoxey: 3:06pm On Apr 26, 2017
tobbielessbabe:
I want to learn programming and i need a tutor abeokuta to be precise or alagbado
You don't need a tutor you need Google
Programming / Re: Should I Build From Scratch Or Use A Framework? by klefjoxey: 3:02pm On Apr 26, 2017
Knownpal:



Hello programmers, developers and engineers.



Q1
I am about to create a web app (business oriented) fully for the first time all by myself should I build it from scratch or learn and use a framework? The language to be used is PHP.



From scratch I mean the MVC will be built by me, There won't be Model in fact. Just a View and a Controller for each of the user's request . This is opposing to a framework like Laravel or Zend.

I certainly know to increase my learning I should build from scratch. To increase my CV I should learn a framework.

The front-end will be Bootstrap and JavaScript (jQuery inclusive).
Data will be handled by MySQL database.
Framework: No or x-framework.

Correct me if I'm getting anything wrong.

Q2
And can I port to any framework later in the future if I build from scratch, will it be efficient, not time costly or cash costly and also easy?
Since the app will be in a business world point of view.

dhtml CodeHouse and others
Others no vex o am on a small android phone so can't type or do copy and paste quickly. Thanks.

Please sound advice needed. Thanks.

I will advice you to use a framework. Its just like saying you want to cook beans and instead of you to buy beans and cook so you can eat early you decide to plant your own and wait for a month to harvest before cooking. Its a waste of time to start from scratch, that is why this frameworks are available because of faster development.
Programming / Re: Can You Still Get A Job Has A Webdesigner Wit Only Html And Css Knowledge by klefjoxey: 9:14am On Apr 24, 2017
You should know that a web designer is different from a front end engineer. A web designer designs the mockup of a web page or designs the web page in Photoshop and then gives it to a front end engineer who use HTML CSS and JavaScript to implement the design on an actual web page. It will be best for you to learn HTML CSS and JavaScript so you can do both design and implementation. Good luck

3 Likes

Programming / Re: My Programming Skills (J. C. Ozochi) by klefjoxey: 11:04pm On Apr 23, 2017
Jachoz:
I am Jacob Ozochi and have the following skills.
How can I make it in Nigeria?

Programming Language Experience
=================
a) MS Qbasic . . . . . . . . . . . . . . . . . . . . 8Yrs
b) C . . . . . . . . . . . . . . . . . . . . . . . . . . 8yrs
c) Awk . . . . . . . . . . . . . . . . . . . . . . . . 8Yrs
d) C-Shell . . . . . . . . . . . . . . . . . . . . . . .8Yrs
e) Digital Command Language (DCL) . . . . . . 3Yrs
f ) C++ . . . . . . . . . . . . . . . . . . . . . . . . . 3yrs
g) MS Visual C/C++ . . . . . . . . . . . . . . . . .2Yr
h) Ms Visual Basic . . . . . . . . . . . . . . . . . .2Yr

Operating System Hardware Experience
============= ======= =======
a) MS - DOS 3.x - 6.22 . . . . . . . . . . . . . . .IBM PCs . . . . . . . . . . . . . . .8Yrs
b) AIX 4.1, Unix . . . . . . . . . . . . . . . . . . . .RS6000, I.B.M . . . . . . . . . . .8yrs
c) MS-Windows For Work group,95,98 & NT . .IBM PCs . . . . . . . . . . . . . . 8Yrs
d) X - Window. . . . . . . . . . . . . . . . . . . . . .N.C.D. . . . . . . . . . . . . . . . 8Yrs
e) Sun Solaris, Unix . . . . . . . . . . . . . . . . . . Ultra 60, Sun Microsystems . 8Yrs
f) Virtual Memory System, VMS 5.3. . . . . . . .VAX 8650, DEC . . . . . . . . . 3Yrs
g) IRIX 6.2, Unix. . . . . . . . . . . . . . . . . . . . .Challenge XL Series, S.G.I . . 8Yr
h) LINUX, Unix . . . . . . . . . . . . . . . . . . . . . IBM PCs . . . . . . . . . . . . . . .1Yr

Office: +234 0 84 424 578
Mobile: +234 0 805 324 1716
Home: +234 0 805 327 7150
Mailto: Jcozochi@yahoo.com
You knowing the syntax of many programming language does not make you a good engineer at all because you are not a problem solver. Just let your algorithms be on point and try to solve complex problems with your software and I promise you will stand out. I know people that know syntax of many languages and can't even write their own compiler.
Programming / Re: Best Country To Study Programming And Whats Their Requirement Pls Contribute by klefjoxey: 12:32pm On Apr 19, 2017
Stanford university, MIT. You can also take their course online just go to MIT opencourseware you will see a vast amount of course. Check it out

1 Like

Programming / Re: Which Is A Better Title: Software Developer Or Software Engineer by klefjoxey: 12:28pm On Apr 19, 2017
ANTONINEUTRON:

But With Your Comp.Sci Degree Can U Be Address As A Computer Engineer??
No. Computer science deals with the software aspect such as the bios, windows products why computer engineer deals mainly with the hardware. But you can study computer engineering and still know about programming likewise you can study computer science and know about engineering. If you are going to major into artificial intelligence you will know about engineering and if you are even learning assembly language you will also know about the hardware aspect
Programming / Re: Which Is A Better Title: Software Developer Or Software Engineer by klefjoxey: 10:16am On Apr 19, 2017
ANTONINEUTRON:
So Which Title Do You Think Is Better??
1: software developer- knows how develop an app using any language such as c++, java etc
2: software engineer- knows how to develop, scale and also improve an app. They know how to build complex applications. They know how to use algorithms to improve software applications and many more.
So they are two different jobs but software engineer is better
Programming / Re: Learn How To Creat 3D Games Online Now by klefjoxey: 9:49am On Apr 19, 2017
xavi50:

I just don't have the time to exchange words with uncivilised nincompoops like you. why don't you Bleep out from this thread besides nobody invited you in. Or all you do all day is to follow threads and vomit all sorts of nonsense as posts. I pity you if you continue with this mindset in life.
Sorry ooo
Programming / Re: Learn How To Creat 3D Games Online Now by klefjoxey: 10:44pm On Apr 18, 2017
xavi50:

Your type never achieve anything great in life because you get discourage by the height of a mountain. Thats the reason we hardly hear a Nigerian developed something unique that has never been seen. You said Call of Duty was developed by a team of people, 'yes' i agree but the reason was because there was lots of creativity needed in the game and remeber Games are first drafted a Script or story before being coded. So the needed different peoples experiences in the military, Navy and goverment as well as Graphic designers to create such epic game. All this are covered in the lesson all it take is time to master them. Remeber whitemen love collaboration to reduce stress and have different peoples opinion on a project but we Nigerians enjoy doing it all and taking the glory. It's all left for you to decide if you want to collaborate or not but that doen't mean you can't do it alone. It will only cost you some time doing research before starting the game project. Pls don't discourage others with your pessimistic opinion.
If you are interested to learn it just let me know and find out how easy it is to do 3D Games.
Anyone interested should email me directly.
I really did not know stupid people like you still exist. Which AAA game have you developed before you come here to speak lies. Why don't you post the link to the website you want someone to email you so you can extort money fool. Better go and do something reasonable with your life. But seriously you do know that you are stupid.
Programming / Re: Learn How To Creat 3D Games Online Now by klefjoxey: 8:16am On Apr 18, 2017
xavi50:
Do you wish to become a Game developer or just do it fun. Then you are in the right place. I will show you a website that teaches it as a full course and within 2 weeks you will start creating games similar to Call of Duty Ops, Grand theft Auto 3, Assassin Creed just with your Computer and a Software. let me know if you are interested.
Hahahaha God why do people deceive themselves. First of all this games you mentioned are AAA games its not possible for one person to make this type of games. You even mentioned call of duty that took a team of engineers years to make the game even grand theft and assassin creed. Secondly AAA games are developed using c++ because speed is critical you are now spilling ignorance and some people are saying teach me. You cannot do that type of game online. PERIOD

3 Likes

Programming / Re: Responsive Website by klefjoxey: 6:16pm On Apr 16, 2017
JimmyBishop:
Pls guys, I have an existing website. I dont like the way it looks in some devices. What can I add to it that will make it RESPONSIVE without starting from the scratch.
Abeg help me.
Plenty thanks.
Go and learn bootstrap and you will learn how to make a web page responsive across all device. If you are already a pro just Google bootstrap and click on the main page and check out their tutorials or you go to coursera.org and enroll for web development tutorial by hkust. Good luck
Programming / Re: Whatsapp Script, Reddit Clone Script, Themeforest Script For Sale—chinawapz Tech by klefjoxey: 2:50pm On Apr 11, 2017
chinawapz:
Hello peep. Whatsapp script which you can edit to yours, Reddit script, Themeforest script, 5hi script, MMM script and many more are available for sale.

—Affordable price
—24/7 support for installation
—Documentation Included

Call or Whatsapp: 08130767357

Best regards: Chinawapz Tech
Trusted by millions of people
When you go to github you will see whatsapp clone. People make their own version of whatsapp and other application because they are still learning. So who will buy something when you can get it for free.
Programming / Re: thread closed by klefjoxey: 3:41pm On Apr 08, 2017
I don't know why you are so persistent about hacking an e-voting platform. If you really want to hack it just learn Python and hack it yourself
Programming / Re: Can anyone Share Ideas Of File And Archiving System.it is My Project Topic by klefjoxey: 9:29pm On Apr 07, 2017
That is what drop box is meant for except you want to reinvent the wheel and since its your project topic you should about data compression because you are applying the principle in your case
Programming / Re: Cool Python Projects by klefjoxey: 9:24pm On Apr 07, 2017
Python projects you can do. I have also done it but you will work hard
1: search engine (not as powerful as Google)
2: simple web browser

2 Likes

Software/Programmer Market / Re: Unlimited Data Acess For Android by klefjoxey: 11:34pm On Apr 06, 2017
Why don't you just post it online here
Programming / Re: Cost Of Building An App With More Features Than Uber by klefjoxey: 10:21pm On Jan 02, 2017
vimi:

Sir, I only used Uber as it's the closest app in term of features to explicate myself.
My visit to Lagos around April 2014 made me start thinking towards developing this app but On Wednesday July 23, 2014 Uber surfaced in Nigeria, after analysing it's(Uber) features I became sober for weeks n lifeless.
But guess what, 'The sky is too big for two birds to clash'

I'm in way a 'copycat' entrepreneur.
Alright but do you at least know how to write code

1 Like

Programming / Re: Cost Of Building An App With More Features Than Uber by klefjoxey: 8:59pm On Jan 02, 2017
vimi:
I've always been a fan of robust simplicity and audible innovation, some years back I thought of a better way of moving from point A to B with a solution yet to be birthed.

Issue is that I need to have an Idea of the Naira and Kobo involved to build something like Uber tho with more features.

Gurus on this platform should please assist.

I can be reached via: vimi.nairaland@yahoo.com

Cc: euphoricmultite ‎beatsbyj2g‎ Emperoo 4much‎ dhtml18‎ ‎asalimpo‎ ‎sunnico‎ ‎lordZOUGA‎ CodeHouse‎ Sync201‎ guru01‎
promise10‎
Why do you want to do something that has already be implemented. Just think of a creative and implement it with code

1 Like

Programming / Re: Are You A Newbie Java Programmer by klefjoxey: 8:52pm On Jan 02, 2017
Vanije:
Are you a Newbie Java programmer and you need help with stuff like setting up your IDE, Java basics, frameworks like EJB, Glass fish server & anything java-ish, how to use git version control system as well, drop your number(s) to get added to the group
I like this. Instead of saying "drop your number and get added to our whatsapp group so that you will learn any programming language of your choice" you said the truth. I thank you for that.

(1) (2) (of 2 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 76
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.