Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,151 members, 7,953,578 topics. Date: Thursday, 19 September 2024 at 07:33 PM

Etoluw's Posts

Nairaland Forum / Etoluw's Profile / Etoluw's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (of 19 pages)

Programming / Re: Website Developer Needed Asap by etoluw: 4:58pm On Apr 02, 2021
mcqwerty:
I still do not understand why people set "their own deadline" for a project they know little or nothing about undecided

It is due to ignorance.
This is what we face regularly and we have no choice but to educate them
Programming / Re: Why Do Programmers Always Look Down On Wordpress Expert? by etoluw: 7:41pm On Mar 22, 2021
WallStreetfx:
Have been in this programming field for 3 years now. I will like to know why programmers will always look down on wordpress expert as people that don't know what they are doing. Come to think of it wordpress can be used to create any type of website and it is very faster than coding from scratch . I will like to know the reason from gurus here

They don't know that you have to master HTML, CSS, JavaScript, php and mysql before you can develop theme & plugins.
Webmasters / Re: Website Redesign by etoluw: 8:45pm On Mar 19, 2021
koladini:
Hello guys. Looking to get back to work on my sites and I'll be needing redesign/rebounding and all.

Can anybody clone (design) my existing website to look like Football.London

Please check the link above if you can actually do it. I have a couple sites that might need work so if we agree on a good price, it could amount to something good.

Please contact me on 08135695575 WhatsApp if you can do this. Thanks.

we can help you design a WordPress theme that will look exactly like that.
Programming / Re: How Do I Create A Website Without Progrmming Skills? by etoluw: 11:34am On Mar 19, 2021
Smartyoung:

please can i have ur no

whatsapp 0812 961 5641
European Football (EPL, UEFA, La Liga) / Re: Manchester United Vs West Ham (1 - 0) On 14th March 2021 by etoluw: 7:41pm On Mar 14, 2021
Final score Man Utd 0 West Ham 2
Scorers Antonio & Soucek
Programming / Re: Someone, Please Help Debug This Code by etoluw: 1:59pm On Mar 08, 2021
lapo:
Thanks so much, boss. May God continue enrich your knowledge. Amen.
pls what is the name of the app you are using?
Webmasters / Re: How Do I Execute This Wordpress Task???? by etoluw: 3:37pm On Mar 06, 2021
mike272:
I want to imbed a dynamic category link and text at the end of every WordPress post.

For example, if I publish a sport story in my site at the end of the post the link to my sports category would be included in the story i.e the post.
Please who can help me out on this?
Have tried a couple of ways but am yet to get it.

Thank you.

I can teach you how to write a simple plugin for that. send me a message on whatsapp
European Football (EPL, UEFA, La Liga) / Re: Manchester City Vs West Ham (2 - 1) On 27th February 2021 by etoluw: 3:00pm On Feb 27, 2021
final score man city 2 west ham 3
COYI
Programming / Re: Android App Developer Needed by etoluw: 9:44pm On Feb 25, 2021
mund1:
Hello house I need a developer for an android app for stories the pay is just small 10k pls apply only if you can accept this fee contact zero seven zero 666 zero five 222

what exactly do you mean by "app for stories"?
Webmasters / Re: Webmasters, I Need Your Help!!! by etoluw: 7:21pm On Feb 17, 2021
PatrickOkunima:
HELP

FRONTEND

<form method="post" action="subscribe.php">

<input type="email" name="email" placeholder="your email" required />

<input type="submit" value="subscribe" />

</form>


BACKEND

if( filter_var($_POST['email'], FILTER_VALIDATE_EMAIL) ){
//add to database
}
else {
echo "Please enter a valid email address";

}
Programming / Re: How Do I Create A Website Without Progrmming Skills? by etoluw: 6:56am On Feb 17, 2021
Smartyoung:
Pls can you teach me too
send me a message on whatsapp.
Programming / Re: How Do I Create A Website Without Progrmming Skills? by etoluw: 7:10pm On Feb 16, 2021
introvert2:
. for free
use WordPress
i can teach you for free
Programming / Re: Coding On My Android Phone � Don't Give Ur Lack Of A PC As An Excuse by etoluw: 8:27am On Feb 10, 2021
Unbiased1:


Lol.
Only simple things like document.write() and alert() works grin
When you start writing codes that include forEach(), map(), addEventListener() etc then you will fully hate Android code editors grin

if you've written the codes correctly it should work perfectly. if it doesn't work you should check it using another browser
Programming / Re: Who Can Solve This? by etoluw: 6:15am On Feb 10, 2021
d picture is not clear
Programming / Re: Coding On My Android Phone � Don't Give Ur Lack Of A PC As An Excuse by etoluw: 10:42am On Feb 09, 2021
Curious2020:
I'm in javascript rn codes isn't working embarassed lol

your have errors in your code that's why it's not working.

and about you learning css in 3 days. i don't think anyone believes that
Programming / Re: I Want To Buy A Premium Plugin For Displaying Nigerian Stock Exchange Report by etoluw: 11:36am On Feb 08, 2021
maak400:
Ok I should register with Nigeria stock exchange?
you will a token before you can access their api
you can check their api documentation here
http://marketdataapi.nse.com.ng/Home/Docs
Programming / Re: I Want To Buy A Premium Plugin For Displaying Nigerian Stock Exchange Report by etoluw: 9:59am On Feb 08, 2021
maak400:
Hello people, I need a premium WordPress plugin for displaying Nigerian Stock Exchange Report on my WordPress website. Who has it pls?

I can help you build a custom plugin (or theme) for that.
But first you need to register with them in order to access their api
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:45pm On Feb 04, 2021
cloudflare is blocking me from posting the solution to the second question
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:01pm On Feb 04, 2021
WebLab:

Weldone bro. But why did you initialize $n with 3?
it's just a random number
Programming / Re: Who Can Solve This In PHP? by etoluw: 4:24pm On Feb 04, 2021
The solution to the first one
function getN( $arr, $n = 3, $end = true ) {
$count = count($arr);
if($end) $n = $count - $n; else $n--;
sort($arr);
return $arr[$n]; }
Programming / Re: Who Can Solve This In PHP? by etoluw: 9:41am On Feb 04, 2021
@WebLab Have you been able to fix it?
Programming / Re: Who Can Solve This In PHP? by etoluw: 12:14pm On Feb 02, 2021
WebLab:


Like I said, I don't think I attached price to the questions. It's a challenge from one of my students and I have solved some of the questions but these two I are left. If anyone can solve it, I will learn and thank him and someone else might also learn through it in the future. If no one solves, I will keep cracking it till it dissolves.
As Programmers, we solve questions on Stackoverflow without asking for a penny. He's not at faults for asking for money though. Everyone to his view.
Thanks.

okay
I'll try to solve it later in the day and will get back to you
Programming / Re: Who Can Solve This In PHP? by etoluw: 7:13am On Feb 02, 2021
WebLab:
Please house, I need solutions to these two guys in PHP

1) Write a function that would return the Nth largest element from start or the end (default from the end) in an array, and then provide a set of test cases against that function.
- Note: That is the Nth largest element in the sorted order, not the Nth distinct element.
For Example: Given [3,2,1,5,6,4], n = 2, from = end, return 5.

2) Write a function that would: arrange an array of positive integers to form the largest number or the smallest number. (default largest)
- Note: Return a string instead of an integer in case the result is too large.
For example, given [2, 20, 24, 6, 8], type = largest, the largest formed number is 8624220.

how much u go pay?
Webmasters / Re: Please How Can I Fix This? ( Help Urgently Needed ) by etoluw: 8:24pm On Feb 01, 2021
post d link to your site and let me check it. is it a wordpress site?
Webmasters / Re: . by etoluw: 11:25pm On Jan 30, 2021
Brightale:
send me your WhatsApp number please

0812_961_5641
Webmasters / Re: . by etoluw: 1:56pm On Jan 30, 2021
Brightale:
Hi everyone, I will like to know why JavaScript isn't working on my PC. I do embed my scripts in my HTML codes, and then run. On running the codes, oy the HTML codes would work. I've tried it on all 4 browsers on my PC, including chrome and Firefox, the outcome were still the same.
Note: JavaScript has been enabled on all browsers.
Thanks!

most likely you have errors in your code.
use the JavaScript console to check the error

1 Like

Jobs/Vacancies / Re: Currently Hiring - Experienced Wordpress Developer by etoluw: 7:01pm On Jan 29, 2021
is the job still available and can it be done remotely?
Programming / Re: My PHP Code Run Locally On XAMPP But Showing Syntax Error Online by etoluw: 5:46pm On Jan 29, 2021
Akprof:
What can be making my php code to be running online but showing syntax error online?

The php version you are using locally is probably different from the one on the server

2 Likes

Programming / Re: I Need Focused People To Join A Whatsapp Group For Learning Java by etoluw: 3:03pm On Jan 27, 2021
pls add me
Programming / Re: How Do I fix this On My Wordpress Website by etoluw: 9:46pm On Jan 25, 2021
lloydtruth:

Please which plugin exactly
I have tried several plugins none gives me exactly what I want

you will use the register new user hook to achieve that

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