₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,157 members, 8,420,598 topics. Date: Friday, 05 June 2026 at 06:33 AM

Toggle theme

Afonja112's Posts

Nairaland ForumAfonja112's ProfileAfonja112's Posts

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

ProgrammingRe: Flutter Vs React Native Vs Xamarin For Cross Platform Development by afonja112: 11:48am On Dec 12, 2018
chalantmike:
I prefer staying away from cross apps, they're unpredictable and harder to manage than pure os.
GBAM
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 10:50pm On Nov 28, 2018
yeap
ProgrammingRe: Datanemesis 1: In The Minds Of Nairaland, Seun Give Us A Copy ! by afonja112: 12:02pm On Nov 28, 2018
Everyone knows that the ONLY thing that nairaland has is DATA. If you scrap the DATA and reconstruct a better nairaland, that is like the beginning of the end.
This is why the GODS are scared!!!
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 7:32am On Nov 28, 2018
@Superstar007 and @nijabazaar are elligible to join still, as we have not officially started until 8:00 pm.
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 8:06pm On Nov 27, 2018
Acknowledged

Let us move to the second stage of the competition - https://www.nairaland.com/4871016/nairaland-programming-competition-2018-second#73359516
ProgrammingRe: Friendosphere.com is there for you, developer-inclined website by afonja112: 7:56pm On Nov 24, 2018
Passing by
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 3:46pm On Nov 24, 2018
Answer wetin o?
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 12:27pm On Nov 24, 2018
I believe that since the competition has not officially kicked off, that will be wednesday, people can still join.
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 12:07pm On Nov 23, 2018
@0r30, you have made very good points indeed, let us be looking at kicking off by next week wednesday evening 8:00 pm. At least people suppose don come back from work by that time.
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 12:00pm On Nov 23, 2018
wait, what are the issues?
ProgrammingRe: Nairaland Programming Competition 2018 - Total stakes 210k!! by afonja112(op): 11:53am On Nov 23, 2018
The competition will kick off by saturday morning 8:00 am. DHTML, please post the link to the documentation of the API by 8:00 tomorrow and give us room to ask questions in case there are issues with the API.
ProgrammingRe: [PHP] How Can I Use REQUIRE For A Footer That Exist In Another Folder? by afonja112: 9:26am On Nov 23, 2018
Great that you have solved it. I will also use this opportunity to chip in a few things:

1. For developers, try to use simple directory structures.
2. Use simple naming conventions e.g. if you are like me, just name your files with lowercase and be consistent with it. Or name your files with camelCase - and require it that way.

Many developers enter a jam for this, see this:

+ index.php
+ Head.php
+ Foot.php


inside index.php, you now do this
include 'head.php';
include 'foot.php';

This will work on windows and mac, but by the time you get to a live server e.g. linux, you will start getting file not found, and start wondering if it is your village people that are chasing you.

I don wake dey go be that.

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