₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,015 members, 8,448,243 topics. Date: Monday, 20 July 2026 at 03:44 AM

Toggle theme

Elfico's Posts

Nairaland ForumElfico's ProfileElfico's Posts

1 2 3 4 5 6 7 8 ... 10 11 12 13 14 15 16 17 18 (of 23 pages)

Christianity EtcRe: If You Had To Play A Game With God For A Chance For Resurrection. by elfico(op): 6:17am On Dec 05, 2016
donnffd:
Need for speed...
hahaha....with the omnipotent and omniscience?
Christianity EtcRe: If You Had To Play A Game With God For A Chance For Resurrection. by elfico(op): 4:35am On Dec 05, 2016
Ranchhoddas:
Russian Roulette.
You will lose big time
Nairaland GeneralRe: Problem With A Thread On Frontpage by elfico(op): 9:06pm On Dec 04, 2016
Seun:
If you typed your password into the popup, please change it immediately. We are working to stop the vandals responsible for this.
I didnt type my password in. I knew it was a phishing /pharming attack thats why I notified everyone. It opens fine on UC browser though.
Christianity EtcIf You Had To Play A Game With God For A Chance For Resurrection. by elfico(op): 8:28pm On Dec 04, 2016
I saw this on Quora and want to share it here.
This is not meant to be blasphemy.
If you have nothing good to say, please just move to the next post.
And please, no insults.

Q: Hypothetical: You just died. You only have one chance at resurrection if you can beat God at a game of your choice. What game would you choose?

https://www.quora.com/Hypothetical-You-just-died-You-only-have-one-chance-at-resurrection-if-you-can-beat-God-at-a-game-of-your-choice-What-game-would-you-choose
Nairaland GeneralRe: Problem With A Thread On Frontpage by elfico(op): 7:54pm On Dec 04, 2016
herzern1:
I viewed the thread after bookinq space on this thread and I wasn't denied....

Screenshot below...
I see you are using UC. I am using opera mini. Let me try it with UC. Looks like phishing to me.
Nairaland GeneralProblem With A Thread On Frontpage by elfico(op): 7:43pm On Dec 04, 2016
I am trying open a thread front-page about how 'SSS tortured a man and paid his family 15m to keep mum'. But when I open it I keep getting the image below. I am using and android phone and all other threads open fine.
@lalasticlala, @seun

Christianity EtcRe: 'My View Regarding The Election (US)'- TB Joshua Replies Critics by elfico(m): 7:15pm On Nov 13, 2016
Damage control
ProgrammingRe: Is This A Crime Under The Law? by elfico(m): 10:06pm On Oct 30, 2016
greatghana:
i saw this beautiful and intelligent application online built in India, the application was developed using php, I requested for the demo which they sent to me, now am building almost the same thing with little differences but am using c#, I want to ask do I commit any crime under the law? Note am building for commercial purpose as well
These are tricky water to navigate. If the software comes with a license and you are voilating any terms of that license, then its a crime wether you implement it in another language or not. The fact that you requested for a demo and then go ahead to build a similar product really beats me.
CareerRe: Zoology And Parasitology Graduate Turns Photographer by elfico(m): 1:54pm On Oct 26, 2016
Might be chasing his passion.
ProgrammingRe: Programmers Pls Help A Beginner! by elfico(m): 1:04pm On Oct 04, 2016
Can you paste your connectionstring here?

And which of the .NET technologies are you using? Webforms or MVC? C# or VB?
ProgrammingRe: Programmers Pls Help A Beginner! by elfico(m): 9:01am On Oct 04, 2016
busycollins:
@elfico am a beginner just learnt the fundamental of C# programming I want to put what have learnt to build a useful application like a store application were you can shop for items.
Ok. Nevertheless, you should try and debug you app from time to time as it will enable you catch errors when they happen.
did you check the connection string?
ProgrammingRe: Nland programmers: i need your advise by elfico(m): 8:58am On Oct 04, 2016
okwyee:
Can't python/django be used for server side?
Thanks for your response smiley
Of course it can. If you prefer python, then go for it. But its not as easy to learn as PHP.
ProgrammingRe: Programmers Pls Help A Beginner! by elfico(m): 8:16pm On Oct 03, 2016
Check your connections string in the web.config file.
I am a bit curious as to how you developed for over a week without running the application.
ProgrammingRe: What The Different Between ENUM And ARRAY In Java by elfico(m): 8:06pm On Oct 03, 2016
seunthomas:
@elfico is actually right on enum but i want to slightly differ on arrays. Arrays may not necesarily always store the same type. There are specialized arrays that can hold any value but they still follow basic rules guiding array datatype.
Thanks. I actually posted as per general rule. I am not conversant with java. In javascript, array holds multiple types. In C#, arraylist also holds multiple types, but array must specify the type they hold and I believe this holds true especially for strongly-typed languages.
ProgrammingRe: What The Different Between ENUM And ARRAY In Java by elfico(m): 5:47pm On Oct 03, 2016
Enums are like defined named constants. they are user-defined data types.
For example an enum called Months could be defined as follows:
enum months {
january = 1;
febraury =2;
.....
....
}

when you want to use the above

year thismonth, lastmonth;

thismonth = january;
lastmonth = march;

arrays on the other hand are used to store similar data e.g to store thr age of 20 students, you declare an array of size 20.
ProgrammingRe: by elfico(m): 4:54pm On Oct 03, 2016
First of all, its not really cool to crack other peoples app. You should find a free version or pay for the app. Alternatively, you can ask someone here to make an app for you and specify the requirements.
Developers put alot of time and effort into making apps and trying not to pay is like stealing.
Secondly, I thinks its against nairaland rule to post things of that nature.
ProgrammingRe: Nland programmers: i need your advise by elfico(m): 4:43pm On Oct 03, 2016
HTML, CSS and Javascript is a must for you to learn. For the server side language, I would suggest PHP.
PHP is easy to learn and master for beginner programmers and it has a community support.
Python is good too, but its not as easy to learn as PHP.
C++ and C are mostly deployed for System and Application software. You really shouldnt bother yourself about them since all you want is web developement.

After mastering html,css,javascript,php and mysql, you can leverage this knowledge and use it build hybrid apps since you said you want to make an app too.

Remember, I didnt say any of the above would be easy. It would take you a long time to master all the above technologies and use the effectively to build your website and app. But if you have the passion, you can succeed.
BusinessRe: Preventing The ATM From ‘swallowing’ Your Card by elfico(m): 1:01pm On Sep 30, 2016
If we dont have trust issues with bank, then ATM swallowing your card should be no problem
RomanceRe: Wedding Photo Of A Couple Kissing As Boy Looks by elfico(m): 3:33pm On Sep 26, 2016
Even the older ones dey look somehow
BusinessRe: Demolished Canopy Market In Wuse Zone 3 Neighborhood In Pictures by elfico(m): 7:33am On Sep 24, 2016
Damn. That's just too bad. I heard they were going to demolish it for some time now. thought it was a joke.
EducationRe: Do U Feel That Ur University Degree Is A Waste Of Time And Why by elfico(m): 7:32am On Sep 24, 2016
vladimiros:
dude, you are so on point..

I am studying computer science now and i can tell you many of them don't know anything about programming big time yet

its a waste, and our curriculum is dumb
I think that is a misconception.
Computer Science is not all about programming.
PhonesRe: Samsung Galaxy S2, S3, S4, Note 2 & 3 Expert by elfico(m): 2:05pm On Sep 20, 2016
Hello everyone. My Samusng Galaxy S3 Verizon is not showing connecting to 3G. The option to connect is hidden, but I have an app that gives me access. When I set it to WCDMA only, the network just disappears. Please is there anything I can do?
CareerRe: How To Work With A Difficult Boss by elfico(m): 7:12am On Sep 02, 2016
And most importantly, stay employed. Except of course you can manage your own business
ProgrammingRe: Which Is The Best Serve Side Scriptn Language Php Vs Ruby Vs Python Vs Perl by elfico(m): 10:30pm On Aug 28, 2016
Y not just be language agnostic and use whatever works best for you. Languages are just tools and a means to an end.
Poems For ReviewRe: - Poison Pen - By Alex6ix Tha MC by elfico(m): 9:59pm On Aug 28, 2016
#NicePoem
Poems For ReviewRe: Love Is A Plonker by elfico(m): 1:01pm On Aug 25, 2016
Nice one @mused. Love is really a stupid fellow.
Poems For ReviewRe: The Last Laugh by elfico(m): 12:56pm On Aug 25, 2016
Lolz. We will certainly have the last laugh. More ink to your pen.
Poems For ReviewRe: Arugba by elfico(m): 12:53pm On Aug 25, 2016
Quite vivid descriptions. Nice one @ op.
1 Like
Poems For ReviewRe: The Dying Poet by elfico(m): 12:51pm On Aug 25, 2016
Lovely poem. Thumbs up @Op
Poems For ReviewRe: That Day Is Coming by elfico(m): 12:48pm On Aug 25, 2016
Nice one
PhonesHow Or Where To Unlock Spectranet Modem (LTE CPE E5172) by elfico(op): 12:10pm On Aug 18, 2016
Hello everyone. I have a Spectranet Modem LTE CPE E5172 and I want to unlock it so that I can use ntel sim with it. Please does anyone know how I can do it? Or where I can unlock it in Abuja. Thanks
CelebritiesRe: Man Finds Frog In Water Dispenser - Bukky Wright (PICS & VIDEO) by elfico(m): 4:40pm On Aug 16, 2016
Either poor quality control or he didnt buy from the right source.

1 2 3 4 5 6 7 8 ... 10 11 12 13 14 15 16 17 18 (of 23 pages)