NerdyFullo's Posts
Nairaland Forum › NerdyFullo's Profile › NerdyFullo's Posts
Hi, i am unable to proceed with my nysc registration due to the fact i cannot get my finger print done. When i open the nysc page, i get stucked at the finger print page. The 2 boxes for the left and right thumb come up but the finger print do not appear on the screen. I already downloaded RTE 64 bit machine for the digitalpersona 4500 fingerprint scanner and jre 8u60. I decided to download the NYSC biometric capture icon and that did not work either.
|
Hi, i am unable to proceed with my nysc registration due to the fact i cannot get my finger print done. When i open the nysc page, i get stucked at the finger print page. The 2 boxes for the left and right thumb come up but the finger print do not appear on the screen. I already downloaded RTE 64 bit machine for the digitalpersona 4500 fingerprint scanner and jre 8u60. I decided to download the NYSC biometric capture icon and that did not work either.
|
dthabit:I'm using Win10 Home and my browser if Firefox Quantum(Latest Version) Yet same error. BTW, Are you working for ALAT? |
mek October 4 kuku come mek I preOrder the best smartphone of 2017. |
So, I decided to transfer part of my first 10k deposit into ALAT back to my GTBank Account. But the guys wouldn't let me do so. First it is I had to leave around N551 which they didn't say while I was trying to register and now they are telling me that my request is invalid. Later on I decided to contact them through live chat, after stating my problem to the agent available s/he just left without any explanation. Please, who know, How can I transfer my money outta ALAT by WEMA.
|
Today marks 57th year since independece (103 since amalgamation), what's your take on the current Nigeria. Please, no tribalistic comments |
Though I don't speak both English & Hausa as first language, but I think the nearest accurate Word-to-word translation is..... Would you advise your Old man to retire your mama and bring me in :I don't know much English grammar |
I'm looking for a hair product that works for you. I've already tried several products none which worked for me. I want to grow my hair faster and also grow my thinning edges. My hair types is somewhere between wavy and Kinky. My budget is 4k or below. |
Original Question: How much energy would a 10 Mb webpage save if it would be reduced to 1 Mb, being accessed by 1 million people daily? I found this question on Quora and it baffles me. So, WebDevs and anybody who might have an idea, it's over to you. https://www.quora.com/unanswered/How-much-energy-would-a-10-Mb-webpage-save-if-it-would-be-reduced-to-1-Mb-being-accessed-by-1-million-people-daily |
Abeg, who'd figured out how to upload documents? |
I need HP 655 Battery |
Do you have more suggestions? share in the comments! #ArewaTech |
7. Don't Use blinking text and ads Content that flashes or flickers can trigger seizures in susceptible individuals. Not only can it cause seizures, but it’s likely to be annoying or distracting for users in general.
|
6. Do not Sacrifice usability for the sake of beauty The design of a site or user interface should never interfere with the user’s ability to consume the content on the screen. It’s important to avoid having busy backgrounds behind content, poor color schemes that hinder the site’s readability or insufficient color contrast (such as in the example below).
|
5. Do not Auto-play videos with sound Auto-play videos, music or sounds in the background irritate users. These elements should be used sparingly and only when appropriate and expected |
4. Dont' Hijack scrolling Scroll hijacking is when designers/developers manipulate the scrollbar to behave differently on their website. This can include animated effects, fixed scroll points, and even a redesign of the scrollbar itself. Hijacked scrolling is one of the most annoying things for many users since it takes control away from them. When you design a website or user interface, you want to let the user control their browsing and movement through the site or application. |
3. Don't let promotion steal the show Promotions and ads can overshadow the content they’re next to and make it harder for users to accomplish tasks. Not to say that anything that looks like an advertisement is usually ignored by users (the phenomenon is known as banner blindness).
|
2. Don't open link in a new tab This rude behavior disables the Back button which is the normal way users return to previous sites. |
running/managing a blog/website is a tricky subject. There are a lot of things you should consider when creating/managing a blog/website.1. Don’t make your visitors wait for content to load The attention spans and patience of web users are very small. According to NNGroup research: 10 seconds is about the limit for keeping the user’s attention focused on a task When visitors have to wait for your site to load, they will become frustrated and likely leave your site if it doesn’t load fast enough for them. Even the most beautifully designed loading indicator can force users to leave the site if the loading takes too long.
|
OP how did you know it's Fulani militia? |
I no understand o, 97% and 5% ![]() |
LordRahl001:I'm sorry bros, but I'm still learning. I'll be very glad if you could help me review and correct the function. LordRahl001:I think I'm checking if the value of variable anonymous is exactly 1 {which if yes means The Poster check the reply anonymously checkbox before submitting the form; and so I skip notifying the thread owner about that reply} and If it's not 1 {The Poster did not check the reply anonymously checkbox before submitting the form; and so I continue with notifying the thread owner and other members following the thread about that reply} LordRahl001:Obviously the main function of the function LordRahl001:it works perfectly just as I wanted it to do LordRahl001:Help me with links to books, tuts or other informative material, I'll really appreciate that. LordRahl001:I'm not using laravel or any other framework, I'm still using plain OOPHP I want to master OOP-PHP before diving into frameworks.{hope I'm making sense to you} LordRahl001:Same to you, Man!. |
Hello NLanders, Please, is there any working method to unluck huawei e303 ? It's not asking for unluck code when another carriers' simcard is used |
Op, u no take our pictures? |
nsimageorge:Sorry, I'll try to update the question and be as clear as possible. Some examples here: $username = "Welcome to my world"; (php) <div>{HOW TO DISPLAY HERE $username? without using <? ?> if possible}*</div>(html) // Maybe something like this <div> {{ username }} </div> (I hope you could understand me) nsimageorge:No, my question is near to "How can I separate processing from output". {I hope I'm making sense here} |
sleeknick:Now that you've used more than one syllable, find some ice for your head. Your brain just overheated. |
LordZOUGA, Javanian, kodewrita. Please, I have an unwanted guest here. |
sleeknick:Bros, are you a programmer or what? do you even understand what I was asking? public function replyPost($content, $anonymous, $id){ $userid = $this->userID; $sql = $this->dbh->prepare("INSERT INTO posts (thread_id, user_id, anonymous, content, created) values(:thread_id, :user_id, :anonymous, :content, :created)" ); $sql->execute(array( ":thread_id" => $id, ":content" => $content, ":anonymous" => $anonymous, ":user_id" => $userid, ":created" => date("Y-m-d H:i:s" ) )); $last_id = $this->dbh->lastInsertId(); if($anonymous == 1){ return $last_id; }else{ $sql = $this->dbh->prepare("SELECT `user_id` FROM `posts` WHERE `thread_id` = :tid AND `user_id` != :cuser" ); $sql->execute(array( ":tid" => $id, ":cuser" => $userid )); $g_t = $this->dbh->prepare("SELECT `user_id` FROM `threads` WHERE `id` = :tid" ); $g_t->execute(array(":tid" => $id)); $uid = $g_t->fetchColumn(); if($uid != $userid){ $rid = $uid; $sid = $userid; $type = 3; $ref = $id; $para = 'Replied to your thread'; $this->Notify($rid, $sid, $type, $ref, $para); } foreach($sql as $not){ $rid = $not['user_id']; $sid = $userid; $type = 2; $ref = $id; $para = 'Also Commented On'; $this->Notify($rid, $sid, $type, $ref, $para); } return $last_id; } } does that make sense to you ? |
sleeknick:no offense, but I'm trying to know/learn something here. can you save that sort of thing for another time? |
What's the best way to separate PHP Code and HTML? |
Angelben10:Oh Man, na true talk o |
