Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,828 members, 7,817,417 topics. Date: Saturday, 04 May 2024 at 11:54 AM

Maekhel's Posts

Nairaland Forum / Maekhel's Profile / Maekhel's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 26 pages)

Programming / Re: How Do I Handle Uploaded Photos On A Webserver?? by maekhel(m): 3:57pm On Jun 25, 2016
The way I would do this is:
When saving the uploaded photo, concatenate a random string(eg timestamp) to the photo name to avoid overwriting a previously uploaded photo with the same name and then move photo to a preferred directory (eg uploads) on the file system and finally if the move successful save the photo name into the database.

I would have said you should save the path+photo name into the database but situation might arise when you may want to change the directory you upload photos along the way. And this will mean you will have to start replacing in your database too.

Hope it makes sense.

1 Like

Programming / Re: Andela Lab Solution(fizzbuzz) by maekhel(m): 1:38pm On Jun 25, 2016
function fizzBuzz (i) {
if (i % 3 === 0) {
console.log('Fizz');
} else if (i % 5 === 0 ){
console.log('Buzz');
} else if (i % 3 === 0 && i % 5 === 0) {
console.log('FizzBuzz');
}
else {
console.log(i);
}

Not tested though typing from a phone.
Programming / Re: Gdevit.com Finally Completed Guys!! by maekhel(m): 1:03am On Jun 14, 2016
Bug report:
Trying to create new with being logged in return to 404 page.
You should handle that properly with something like "you have to be logged in to create a new thread" instead of the 404 page.

Another thing, not a bug though. Why do I have to confirm that I want to logout?

More reviews to come...

All in all, nice job.

1 Like

Programming / Re: Android User Registration And Login Source Code With Complete Back-end Dashboard by maekhel(m): 4:39pm On May 29, 2016
FrankLampard:
nollyj I remember one of your post where you said you will start making 1mil/month from Android development, is this part if the process sir?

Haaba

Him "just dey bring bird out of pocket" ni o
Programming / Re: Please Who Knows Laravel Mvc With Php by maekhel(m): 1:22pm On May 28, 2016
Rexytech:
Guys please i need someone with knowledge in this area for a very lucrative project
Here you have him

What's the project about.
Software/Programmer Market / Re: Urgent Vacancy For PHP Programmer by maekhel(m): 10:44pm On May 16, 2016
gbengalaw:
We urgently need a good php programmer with good knowledge in php frameworks like laravel,syphony to collaborate on a php project.
Call 08035585046/08023307682 or send cv to olabola2001@yahoo.com
By "we" you mean ?
Programming / Re: Where Are The Good Coders? by maekhel(m): 8:30am On May 11, 2016
dhtml18:
^^^How about working with a troll like me?
lol
Anytime anyday

You be one of my mentors na (Facebook tons)
Programming / Re: Where Are The Good Coders? by maekhel(m): 8:02am On May 11, 2016
Well not all Nigerian programmers are this bad but the bad ones has definitely spoil the good ones.

That said, am a web developer with focus on back-end development. PHP is my core using the Laravel framework plus I work with WordPress too.

Looking forward to working with a serious minded programmer.
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 6:56am On May 06, 2016
hiswords7:

No.......MTH always come out with your final and total score(/70) . The question is usually 35,anything the system gives u is your exam final result cos it would multiply it by 2
thanks
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 9:37pm On May 05, 2016
donbrowser:

Score/Total Questions X 70
+ Tma score
Is this also applicable to MTH courses with 35 questions?
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 2:18pm On May 05, 2016
Please how is the 35 MTH exam questions result calculated.
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 7:45am On May 04, 2016
TastyTuoyo:


Your student ID card and your officially stamped exam registration slip .
Thanks
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 7:02am On May 04, 2016
Good morning everyone, please what are the things to take along to the exam center to be allowed for the exams?
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 7:16pm On May 03, 2016
josh4christ:


Check my previous post for details. School of what are u in. Mine is science tech n my venue is jkk house around town planning side. Went to confirm today
Thanks didn't see your previous post.
Am also on in school of tech.
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 6:31pm On May 03, 2016
Good evening everyone, please is it through that exam venue for Ikeja study center has been changed?
Programming / Re: Access Denied Access Denied For User ''@'localhost' To Database '' by maekhel(m): 10:55pm On Apr 26, 2016
johnson1924:
create database johnDB;
If you are using mysql from the command prompt, you must first connect to your mysql using mysql -u (ur username) -p(ur password) before you can create a database
Programming / Re: Access Denied Access Denied For User ''@'localhost' To Database '' by maekhel(m): 7:47pm On Apr 26, 2016
johnson1924:
Access Denied Access Denied For User ''@
'localhost' To Database ''
How did you try to connect?
Programming / Re: Access Denied Access Denied For User ''@'localhost' To Database '' by maekhel(m): 4:23pm On Apr 26, 2016
johnson1924:
I am using apache server,and am creating my new DB with command prompt
paste the exact error (the same way it appear) you are getting.
Programming / Re: Access Denied Access Denied For User ''@'localhost' To Database '' by maekhel(m): 3:44pm On Apr 26, 2016
johnson1924:
am just learnin mysql for de first time,i dont see anytin like password in de video tutorial am using,so i need help
If you are on a local server(wamp, xampp, easyPHP, etct) then your mysql database username and password will be root and no password (blank password) by default unless you have specifically changed it.
As @fattbabakay said, use username='root' and password='' for your database connection.
Celebrities / Re: Olamide Reponds To 'breakup' With Lil Kesh Report by maekhel(m): 3:38pm On Apr 26, 2016
GMan650:


If Kesh is the backbone, what then is Olamide, Pheelz and YoungJohn?
o ya mi lenu ooooo
Software/Programmer Market / Re: Developer Urgently Needed!!! by maekhel(m): 12:19pm On Apr 26, 2016
dhtml18:

Na your own be that, to the employer - na one position - and one salary like 25k/month.
grin grin grin
badt guy man!
Software/Programmer Market / Re: Developer Urgently Needed!!! by maekhel(m): 4:12pm On Apr 25, 2016
dhtml18:
Lawd, God of All mercies! And this is the position - PHP Developer!! osanobuame!!!
Devil is a liar!!! I will rather go and be a bus-conductor than apply for this kind of job!!!!
The thing taya mesef jare
Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 3:16pm On Apr 25, 2016
Please how can one get to CAPPA from oshodi?
Software/Programmer Market / Re: Developer Urgently Needed!!! by maekhel(m): 3:13pm On Apr 25, 2016
PHP developer to be conversant with Fireworks and Photoshop

1 Like

Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 8:42pm On Apr 15, 2016
fretfingers:



Okay... Thanks...

Would let you know when I need some more clarification(s)...
No p bro

1 Like

Education / Re: National Open University Of Nigeria (NOUN) Students by maekhel(m): 12:10pm On Apr 15, 2016
fretfingers:


K.

Will one need to submit his/her transcript b4 or after admission and what are the criteria used to filter DE aspirants for admission?

Thanks
No transcript.
Your o'level result and your polytechnic(or equivalent) result

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 26 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. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.