₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,151 members, 8,448,879 topics. Date: Tuesday, 21 July 2026 at 01:33 AM

Toggle theme

Z1mbabwean's Posts

Nairaland ForumZ1mbabwean's ProfileZ1mbabwean's Posts

1 (of 1 pages)

ProgrammingRe: I Want My Facebook Back! by Z1mbabwean: 2:15am On Jul 20, 2009
This is the funniest topic ever, The God must be crazy - facebook version
ComputersRe: Virus Attack My System by Z1mbabwean: 10:23pm On Jun 30, 2009
Try Ubuntu Linux, you will never worry about an antivirus
ProgrammingRe: Php For Web Designing Can Anyone Help by Z1mbabwean: 10:20pm On Jun 30, 2009
ProgrammingRe: Meet Nigeria's Future Geeks. by Z1mbabwean: 10:16pm On Jun 30, 2009
Nice article but learning microsoft gui does not make you a genius. Microsoft is meant to make you lazy - Geeks use Linux, that's a challenge.
ProgrammingRe: Learn Java Programming Here Easily by Z1mbabwean: 9:47pm On Jun 30, 2009
I think what you are doing is noble, for the sake of progress, why not start a blog on www..com, then you can post lessons as articles, that people from this forum can comment on. That would make the lessons more legible.

I am not proclaiming self righteousness.

I am saying that the idea of teaching Java is being underdeveloped.

I am enrolled on a free course @ http://www.javapassion.com/javaintro/ but I prefer African oriented programming, so that we can share ideas.

So if you please, start a blog and we can all join into the foray. Your idea is noble it should be contained into a thread.

smiley
ProgrammingRe: Help Needed: Weight Calculation For PHP Website by Z1mbabwean: 5:36pm On Jun 29, 2009
Wow, LOL. It took about 10 replies before the guy said what he wanted. I am not sure that he is a programmer??

At first I thought he was asking about how to compress php pages, on to be ambushed into a basic (basic in the insulting sense) algebra (which is the basis of any programming language) question, not to mention that www.google.com could have helped the man without aggravation.

My answer is that www.google.com is your friend, you do not need to reinvent the wheel.

wink
ProgrammingRe: Php Vs Asp: Which One Is Better? by Z1mbabwean: 5:25pm On Jun 29, 2009
I would say learn php. The reason being that PHP is not a microsoft-created language, that means you can modify your code, get compilers and help without having to pay. PHP is very easy to learn and to sell as well. i.e. you can end up selling php modules(web sites scripts that are completely functional).

I have tried learning ASP, only to be stomped because IIS does not give the user (me) greater control over the server. www.w3schools.com will get you started.

One more point for php, it is multi-platform.
ProgrammingRe: Usefulness Of Php by Z1mbabwean: 8:40pm On Jun 28, 2009
Google PHP,s ome things you dont have to ask the forum, google is your friend.
ProgrammingRe: Hiding Php Source Code! Any Ideas? by Z1mbabwean: 8:35pm On Jun 28, 2009
You are looking for a miracle. The best way for a script to run on a particular pc only is you use activeX or Java script to get the MAC address. Otherwise get the user's ip, then write something like


<? $ip = getenv("REMOTE_ADDR"wink ; getenv("REMOTE_ADDR"wink;

// 23.12.34.45. being the users ip

if ($ip ! = 23.12.34.45.)
{
header("not_authorised.php"wink;
}
else
{
header("authorized.php"wink;
}
?>

1 (of 1 pages)