|
Technology Market › Re: Macbook Screen Replacement In Nigeria by dongido: 8:27pm On Apr 16, 2021 |
hello, how do I contact you? |
Crime › Re: Beware Of This Scammer!!! by dongido: 1:19pm On Feb 22, 2019 |
I feel bad that the bastard already made me format my MacBook... |
Technology Market › Re: Anker Has Come To Nigeria by dongido: 9:13pm On Dec 30, 2018 |
Demour: Shipping fee to owerri how much? Yeah. How do we get in Owerri |
Education › Re: LAUTECH Open And Distance Learning Centre 2015/2016 Admission by dongido: 9:29am On Nov 03, 2018 |
If you are coming because you heard they go for NYSC, it's scam. They don't go for service. |
Crime › Re: How I Got Scammed By Patterson Blessing( Please Beware ) by dongido(op): 10:54pm On Dec 24, 2017 |
ThankYouGod: His phone number you put up there is not complete. Please complete it, let us harass him small. Corrected, thanks! |
Crime › Re: How I Got Scammed By Patterson Blessing( Please Beware ) by dongido(op): 9:20pm On Dec 24, 2017*. Modified: 10:28am On Dec 27, 2017 |
|
Crime › Re: How I Got Scammed By Patterson Blessing( Please Beware ) by dongido(op): 9:13pm On Dec 24, 2017 |
next
|
Crime › How I Got Scammed By Patterson Blessing( Please Beware ) by dongido(op): 9:09pm On Dec 24, 2017*. Modified: 9:58pm On Dec 25, 2017 |
Fraudster alert!. You know when they say - "Awof dey run bele?", Yeah, I've experienced it. Just a normal day, I got in contact with this guy on a WhatsApp group where he always posts his ads that he sells data(SME data). He offered to sell data for: 1k - 4GB 2k - 15GB etc I quickly asked if this is true, he confirmed yes and that is the business he does all day. I doubted it at first but he sounded trustworthy. So I decided to try him with 1k, if all goes fine, I'll consider buying much. We both spoked on phone and I finally agreed to go for 2k which he said he is giving 15GB. Mehn I have organised my self to browse that night not knowing I'm been fooled  . So guys beware of this Fraudster. Will really appreciate any valid address where I can meet this guy, I need to show him small beating... Here is his account number I paid into ACCOUNT NAME: First BankACCOUNT NAME: blessing PattersonACCOUNT NO: 3088363995PHONE NUMBER: 09084302656
|
Web Market › Re: HOSTNOWNOW Still Gives Free .com Domain And Cheapest Hosting by dongido: 8:37pm On Aug 23, 2016 |
I have been using them since January and i have no regret
You guys are just the bomb |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 7:41pm On Jul 19, 2016 |
 olahwisdom: I think being neatly and sensibly dressed is enough. They didn't tell us about any dress code. b4 dem go tell u which dress code to appear wit?  olahwisdom: I think being neatly and sensibly dressed is enough. They didn't tell us about any dress code. b4 dem go tell u which dress code to appear wit?  |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 11:53pm On Jul 18, 2016 |
ladiadeniran: I had mine today.it was supposed to be great rite now i'm really in a fix.There was a quick test before the main interview divided into two parts i.e Technical and Soft skill evaluation.The first part had 3 questions bothering on python really i dont think they would be repeated though and the other we had to read two mails determine why the revised mail was better.To the interview it was pretty informal (although i was nervous through it) but you can be relaxed and the questions can really not be premeditated they could ask you anything technical or anything relating to you generally. bro, what type of python question, u can list it lets have idea of wat to expect |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 2:21pm On Mar 01, 2016 |
wohaaa! they sent me the Link to the plumb test!!! |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 11:12am On Feb 27, 2016 |
enigmatique: You're not alone bro/sis. Give a holla/holler on this thread as soon as you get the link to the Plum Test though. And if I get it first, I'll holla. Ok I will |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 11:10am On Feb 27, 2016 |
. |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 10:54am On Feb 27, 2016 |
OK @Wafijoe |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 12:35pm On Feb 24, 2016*. Modified: 9:11am On Feb 27, 2016 |
add me too on the whats app group too... 0805 |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 10:05am On Feb 24, 2016 |
ok oo,, they sent a link to the home study curriculum but i have not received the link to the plumb test... |
Jobs/Vacancies › Re: Andela: IT Training And Job by dongido: 9:31am On Feb 24, 2016 |
I just applied yesterday, and they said they will send me a link to the plumb test but i have not received any msg from them. i REALY NEED TO GET STARTED...  |
Jobs/Vacancies › Re: Arizona Inc./aklinks Nig Limited Interview by dongido: 8:16am On Feb 10, 2016 |
Was called by them today, so I asked them what type of job position is available at their company, they said its after the test u will get the position, I simply told them bye! |
Career › Dragnet Apptitude Test 19/12/2015 by dongido(op): 6:43am On Dec 16, 2015 |
I got an invite from dragnet to take aptitude test at 76, Stadium Rd Beside FIRS building, Port Harcourt . please a direction on how to go there from Umuahia. thanks |
Career › Re: Urgently Need A Freelance PHP Programmer by dongido: 6:36am On Dec 16, 2015 |
OK, am interested, dongidomed@gmail.com.com |
Programming › Re: Complete Javascript Programming Tutorial by dongido: 2:53pm On Sep 04, 2013 |
[color=black] esorison: I tried running this on my system using firefox as my default browser it brought out a page with nothing written on it. I saved it with .html and saved as all files. What am i missing out?[]Please i beg your pardon for the short delay in our training.I had and emergency trip and that was why i have not been online.
Let us start with a program that uses an assignment operator with five variables called Addition, Subtraction, Multiplication Division and Module +=, -=, *=, /= y %=.
Example :1
<HTML> <HEAD><TITLE>Math Operations</TITLE></HEAD> <BODY> <SCRIPT LANGUAGE="JavaScript">/* JavaScript starts*/ var Addition = 6, Subtract = 6, Multipli = 6, Division = 6, Module = 6; // declared multiple Variables separating each with a comma
Addition += 2; // this is the same as (Addtion = Addition + 2 we just added 2 to the value of our variable called Addition Subtract -= 2; // we did the same here, but in this case we subtracted Multipli *= 2; // we multiplied following the same rule Division /= 2; // same as Division = Division/2; that is dividing 6 by 2. Module %= 5; // here we divided and used the reminder. In this case 1 is left out. alert( " Addition \t" +(Addition) // we printed each value on the screen and concatenated or joined our variables with a + sign +"\nSubtract \t" +(Subtract) // the (\t) are horizontal tab or space while \n are new line.Try to remove them and see the differences. +"\nMultipli \t" + (Multipli) +"\nDivision \t" + (Division) +"\nModule \t" + (Module) ); </SCRIPT> </BODY> </HTML>
Please try to read CASE Statement and ARRAYS for the next lecture.We shall be treating those topics soon and will also try to show some examples on how to apply them.
After this topic i will decide to go into more complex areas in JavaScript since it is assumed that the interested people in this Training are all advanced in JavaScript Web Applications. [/color]just checking something out |
|
Education › Re: Michael Okpara University (MOUAU) 2014/2015 postume form on sale by dongido: 6:40pm On Aug 21, 2013 |
Come to tink of it,, the list should be out by now nah,or the want to release theirs afta poly? nd to make ppl to go 4 poly? |
Education › Re: Federal Polytechnic, Nekede Owerri FORUM. by dongido: 11:37am On Jul 23, 2013 |
am goin for EEE,, wat subject are my to xpect? |
Education › Re: Federal Polytechnic, Nekede Owerri FORUM. by dongido: 8:30pm On Jul 22, 2013 |
pls what subject are we expecting from post utme question? |
Education › Re: MOUAU: Michael Okpara University Of Agric 2012/2013 P-UTME [news & More News] by dongido: 3:47pm On May 16, 2013 |
plz ooo..jamb 2013/2014 still on mouau.. plz i nid advice...wat is the advice you are going to give to some one that scored 220 in jamb and put mouau as 2nd choice and hopes to study elect elect there.. |
Business › Re: Your experiences with the UBA Naira Visa Africard by dongido: 9:30am On May 16, 2013 |
They said uba africard has been blacklisted from aliexpress.com. |