Peterincredible's Posts
Nairaland Forum › Peterincredible's Profile › Peterincredible's Posts
1 2 3 4 5 6 7 8 ... 24 25 26 27 28 29 30 31 (of 31 pages)
pls my fellow nairalanders pls is there any body using 4g usb modem on his computer should pls tell me the price i can get it and how fast it is when downloading ure reply is highly appreciated |
pls am sorry for interupting but i need answers pls i really need a 4g lte modem and i know that some of you who have cracked there spectranet modem are using it with other simcards pls i want to ask how fast is the modem in downloading and pls who know how much is 4g universal modem and where can i get one pls your reply will be highly appreciated |
pls fellow nairalanders pls i just want to ask if any body is using any 4g usb modem how fast it is especially when downloading and how much can i get one for my self |
just confused am about to convert my mtn sim to be 4g enable i just want to know if modems(my mtn modem) will be able to access the internet in 4g speed i want to know if all the regular modems are 4g enable pls ure comment will be appreciated |
madonna la isla bonita baltimora tarzan boy light house family ocean drive madonna frozen tracy chapman baby can i hold you i dont know his name but song ( call me raga murphy ) alex zitto ( baby walakolombo) uncle mike (time na money) uncle mike ( dodo ati rice ko gbodo koja won jeun jeun wa bo do roboto) i guess u know the song blacky (all his songs) onyeka owenu ( me and u will live as one) barry white (all his songs) christi igbokwe (seun rere) eddy grant ( dance party) 4goten her name but song ( give me ure unconditional love) i guess u know the song raskimono ( africa is the best place among the continent) i guess u know the song john elton (can u feel the love tonight) i guess u know lions king ending sound track john elton (sacrifice) philip collins ( find a way to my heart) o meen i can keep going on and on there are some songs there i mentioned but dont know who sang it and the name of the song pls if u know it pls tell me the artist and the name of the song seriously old skull songs make me remember when i was a kid how sweet it is to remember does days |
idrisalomagold:just visit the website and play around it for sometime and then start with the courses from beginner |
for those of you who are interested in having knowledge in hacking or cybersecurity this is good news for u just visit cybrary.it and build ure skill i bet u u will be happy u read this and pls when you visit the site start with beginner comptia a+, comptia n+ and security+ finish one before u move to the second one and c ure self becoming a cybersecurity expert thank u. |
my bris (coin2naira) this code i wrote here is just a simple code to test and know the concept of responsive web design i have written 2 small project of about 2 pages each i just want to learn this reponsive design concept so dat i can apply it on my real project but onfortunately it is not working on any of my browsers and i am sure the fault is not from my code(for christ sake the code is a very small code ) but i dont know why it is not working anyway thanks for your reply may God bless u all for ure contributions |
guente02:what is css3 flex box anyway googling onpoint but pls do you have any idea of how to solve my problem ure reply will be greatly appreciated thank you. |
and i forgot if u remember the for loop use numofcourse variable to check the amount of loop it will execute but the the gradepoint and lettergrade array has a fixed index of 6 so when you now make numofcourse variable 7 or higher number it will make gradepoint and lettergrade throw an exception tanks |
op the fault is 4rm the ( gradepoint and lettergrade which have a pridefined index of 6) unlike the (score,creditunit and qualitypoint which their index is determined by the variable(numofcode) so to me to correct the bug make the number of index in the gradepoint and lettergrade array be determined by the numofcourse variable i mean in ure code change the int gradepoint[6],lettergrade[6] to intgradepoint[numofcode] and int lettergrade[numofcode] i think with this ure problem is solved tank u very much |
please my fellow nairalanders i will to hook up with any html and css programmers residing in sagamu ogun state thanks. |
infact the whole matter tyre me i really dont c anything wrong with my code for christ sake it just a simple code to test responsive design well sha i have battled with it for over three days now still not knowing where the error is from anyway i have moved to javascript i have a lot to accomplish this year i will not wast all my time for just a simple error i dont know where the fault is from maybe when am comfortable with javascript i will go learn how to use boostrap thanks for your replys. |
OldBeer:i think mmm still care |
hi my fellow nairalanders i have been learning lately about responsive web design so i started learning about css3 media quaries and i tried to make one of my big project(website) i am working on responsive but the rules i placed in the queris are not working so i made a little small project where i can easily detect the code error and apply the media queries but it is still give me problems pls i need the help of the web designers in this forume to pls help me detect why it is not working in all my browsers( mozilla , opera and chrome) pls this is the code below <!DOCTYPE html> <html> <head> <title>sign up</title> <meta charset="UTF-8"/> <meta name="author" content="peter dibie"/> <meta name="description" content=" how to create a login page"/> <meta name="robot" conent="no-follow"/> <meta http-equiv="pragma" content="no-chace"/> <meta name="viewport" content="width = device-width,initial-scale= 1"> <style> *{ padding:0px; margin:0px;} body{ width:100%; height:960px; } .page{ max-width:1400px; margin:10px auto; width:100%; background-color:black; height:100%; } #header{ max-width:800px; background-color:red; float:left; width:33%; border:1px solid black; height:200px; } #middleheader{ max-width:800px; background-color:blue; float:left; width:33%; border:1px solid black; height:200px; } #rightheader{ max-width:800px; background-color:yellow; float:left; width:33%; height:200px; border: 1px solid black; } @media screen and(max-width:780px){ #header{ float:none; width:98%; height:200px; } #middleheader{ float:none; width:98% height:200px; background-color:pink; } #rightheader{ float:none; width:98%; height:200px; } } @media screen and(max-width:480px){ #header{ float:none; width:98%; height:100px; } #middleheader{ float:none; width:98% height:100px; } #rightheader{ float:none; width:98%; height:100px; } } </style> </head> <body> <div class="page"> <div id="header"> </div> <div id="middleheader"> </div> <div id="rightheader"> </div> </div> </body> </html> pls your reply and contribution will be highly appreciated thanks |
onedayatime:yes learning it is not the problem i have a good javascript pdf on my laptop i read some chapters and i understood most of the code at first glance but i thinks 2 me javascript is just somehow borin i have read about how some people learnt jquery bcause it quick to learn and get result and came back 2 learn javascript later so that why am just asking if is a nice plan if i learn jquery first anyway thanks for ure response |
hi my fellow narialanders i have been writing code in c++ for quite some time so i, decided to learn web designing a bit so i started with html and css which, been the fact that i have been coding in other language it was very easy for me to learn and adapt to it so right now i think i am pretty comfortable with html and css presently am a bit confused because i dont know what next to learn between javascript and jquery and the true fact about it is that i really dont like javascript, before i even learnt html and css i tried to learn it for quite some days although i understands almost everything given my programming background but i just dont like the language right now i am faced with jquery and javascript and i was thinking of going straight to learn jquery pls i hope i am not making the wrong decision and if any body pass through that line when(i mean html, css and jquery before javascript) learning web designing should pls through light on it so i can know how to make the right decision and proceed with my learning thanks. |
FunnyDude:and pls do you know the minimum amount you can sell there tanks |
if i dont fund my bitx acct can i still send bitcoin from my blockchain acct to my bitx acct and sell it there? also pls does bitx have minimum ammount you can sell ? Pls your reply will be greatly needed tanks |
when someone sell bitcoin to nairaex how will nairaex know the actual person that sent the money because it seems they dont give reference id when some one whant to sell bitcoin and they dont ask for transaction id so the question is how do you (nairaex) know the actuall person that sell the bitcoin to you so dat u will credit his local bank acct |
anytime i enable 3d acceleration on my virtual box my ubuntu 16.4lts wont boot it will just show a black blank screen and if i dont enable it even when i have installed guest installation the ubuntu os will still be very slow pls do anybody have any idea of solving this tanks |
pls i have a problem i created a client and server application following the fortune server and client example in qt doc but my client application is not connecting to the sever so therefore it cant recieve data from it pls any help is it bcause it is not connected to the internet or what pls i need ure ideas pls |