Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,157 members, 7,815,032 topics. Date: Thursday, 02 May 2024 at 05:39 AM

Jas80's Posts

Nairaland Forum / Jas80's Profile / Jas80's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (of 11 pages)

Programming / Re: PHP Programmers, Please I Am Cofused With This Code by Jas80: 12:00pm On Oct 18, 2020
okochaik:
Please i am new to programming. can you send me the code so i can try it immediately

there are alot of errors in the code bro. First of all you are assigning the values of post['id'] and post['pd'] to variables, without using isset for the submit button. And by the way, are you sure the name of the input field are id and pd respectively?
Programming / Re: PHP Programmers, Please I Am Cofused With This Code by Jas80: 11:52am On Oct 18, 2020
okochaik:
Hello, i don't know if you guys are familiar with this code. This is a code that receives information from information from a form and send the information to an email address (luckyst@hotmail.com).

The problem now is that this code was working before perfectly with my html code. But since yesterday it is not working. I am not good at coding and just copied the code from. somewhere

Please what i want to ask is what went wrong.

what error are you getting
Programming / Re: Help A Confused Aspiring Programmer by Jas80: 11:37am On Oct 18, 2020
SegFault:

gringrin jobs more than the applicants? Besides $2k per month is small except in the eyes of Nigerians, the amount of programmers has risen in Nigeria if that guy should post it on somewhere like LinkedIn or jobberman he would get more than enough applicants, simple fact remains that there are more programmers than jobs face it, as for me I dey go write less stress for lots of money, not after months of learning one thing no job, thankfully I saw that and stopped learning other languages, I enjoy C and C++.

oga, first of all Iike the fact that you code because of your passion for it. But about jobs, brother man, there are countless of programming jobs in the world, there are jobs everywhere, lemme tell you something, if you are really good in programming, I mean very good, you can apply for numerous jobs today and get employed if you pass their interview process. From what I have even discovered, if you good, na companies go dy beg you to work for them. So, don't say there are no jobs.

And brother nobody can learn c in a month, unless he/she already has a background in other programming languages

3 Likes

Programming / Re: Serious Help Needed by Jas80: 8:41pm On Oct 15, 2020
trytillmake:

cool cool cool Dis guy e be like say u just learn this thing, kudos keep on
I no understand you
Programming / Re: Serious Help Needed by Jas80: 4:24pm On Oct 14, 2020
You can use Html,css,Ajax, php and MySQL.

How they will work:
html- for website development,
css-for website syling
mysql- will be used to store the passengers information on database.
php-will be used to get users information from the forms.
ajax- will be used to get information from server. This will enable page refreshing without having to reload.
Programming / Re: Web Development Tutorials by Jas80: 11:07am On Oct 08, 2020
chingle5:

How do one space btw different element ... How do one space
you do that using margin
Romance / Re: To All Ye Misconstruing The Word "Alpha Male" by Jas80: 10:58am On Oct 08, 2020
oh God, this alpha male matter don tire me
Programming / Re: Web Development Tutorials by Jas80: 11:36pm On Oct 05, 2020
chingle5:


Op how to one gave custom spacing of maybe 4-5 elements in WEB development

I don't understand ur question
Programming / Re: Web Development Tutorials by Jas80: 8:04am On Oct 02, 2020
Good morning everyone, those of you that wants to be in the group chat should drop their number
Programming / Re: Web Development Tutorials by Jas80: 1:56pm On Sep 27, 2020
pat077:
What is happening here?

hello Pat, happy Sunday. About why there are no more posts from me, I just thought that I might be wasting my time posting lessons here, cos i noticed people don't really follow web development and programming lessons on nairaland.

In summary, I don't want to be teaching myself
Education / Re: What Made You Popular In Secondary School?? by Jas80: 3:03pm On Sep 26, 2020
ZIINI:
HEIGHT
I was given a very disgusting name in hausa I guess it a name giving to tall people in their language, look at the way you concentrate while reading it
You want me to say the name but I won't.

dogo
Programming / Re: Can Somebody Help Me Debug This? by Jas80: 10:38am On Sep 19, 2020
Rolinson:
This is a program that is giving me tough time . pls can someone help me debug?

have u solved the problem
Programming / Re: Web Development Tutorials by Jas80: 5:39pm On Sep 18, 2020
AIT1:

Okay. Thank you.
you are welcome
Programming / Re: Web Development Tutorials by Jas80: 5:05pm On Sep 18, 2020
AIT1:


Thanks for the explanation.

Before I place my interest, please what is the duration for learning front end and backend?

With that I will be able to determine the one to go for. Thank you.

To be sincere with you, there is no specific duration to learn frontend or backend, everything depends on how quick you can get programming concepts.

But in my own opinion, I think backend development is faster to learn(but this depends on the programming language). As a frontend developer, you will need to be an expert in HTMl,Css, JavaScript, it will take you alot of time to learn all those language, but in backend a basic knowledge of HTML and CSS should suffice

1 Like

Programming / Re: Web Development Tutorials by Jas80: 10:15am On Sep 18, 2020
Good morning everyone, hope you woke up strong.

Today, we are going to start our web development tutorials, so, without wasting much time, let's get started.

What is a web page?

Web pages are made using the Hyper Text Markup Language, popularly called HTML. We create web pages using html and we style this web pages with the cascading style sheets, popularly known as CSS. A web page consist of information relating to the website. For example, a website used for downloading musics, should have information relating to musics on it. A web page not only consist of textual information. Pictures, videos can also be embedded in a web page.

What is a website?

A website is a collection of web pages. I think there is no need to say more about this, because i think we all know what a website is. But in case you don't know, feel free to ask.

Parts of a website

A website is mainly divided into two parts, namely:

1)The Front end
2)The Back end

The frontend:

The frontend of a website is that part of the website that is displayed on the browser. Everything you see on nairaland are on the front end of the website. The frontend of a website is designed using things like html, css and javascript. People who develop the frontend of a website are called frontend developers.

The backend:

The backend of a website refers to the part of that website not visible to the users of the website. In the backend of a website, every information concerning the website can be gotten without the users of the website knowing. For example, you can comment on a post, like a post, follow someone and do some other just because of backend development. It is still at the backend of a website, that your account can be deleted or restricted to do somethings when you fail to comply with the rules of that website. For example, a mod can stop you from doing anything on nairaland because the script for that was written at the backend of nairaland. We use languages such as PHP, NodeJs, java, ruby and other languages to develop the backend of a website. People who develop the backend of a website are called Backend developers.


Also, there are some people who can develop the backend and frontend of a website, these people are called full stack developers..

So, thats all for now. please indicate if you are interested in backend or frontend development

2 Likes

Education / Re: Mary Edema Builds 2 Toilets For N36M In Delta State College Of Education by Jas80: 9:03pm On Sep 11, 2020
Sailor22:
You guys will suffer for 600 years.
Evil woman.

Come to the North and see tetfund at work.
Gumel College of Education in Jigawa is bigger than Uniben. No Jokes

Nonsense and Greedy


U live in gumel?
Programming / Web Development Tutorials by Jas80: 9:24am On Sep 11, 2020
Good morning everyone, hope you had a wonderful night.

I am going to be teaching people about website development, I will teach you everything you need to know about frontend and backend development.

So, if you are interested, please indicate by saying I am in

1 Like

Programming / Re: My Collections Of Python Projects by Jas80: 2:51pm On Aug 24, 2020
ibromodzi:

The result does not change. 3%7 will return 3...


That's true, thank you,my bad

1 Like

Programming / Re: My Collections Of Python Projects by Jas80: 2:30pm On Aug 24, 2020
KlausMichaelson:



Wow I'm just getting to know about the Foreach loop. Sir I will go back to learn it. Thanks, I really appreciate your response.


Sir kindly look at the Code I wrote for that task. Tell me what you think about it cos it actually ran perfectly. Thank you

Modified
It works fine

1 Like

Programming / Re: My Collections Of Python Projects by Jas80: 12:17pm On Aug 24, 2020
KlausMichaelson:



Sir please give me a clue. I've been writing many codes but they are not working. I tried using Dictionary for the days (Sun-sat are the keys while 0-6 are the values). The code I wrote is great but I don't know how to call each of the Keys and values from the days (dictionary).


Sir please a clue will really help. Thanks smiley



Don't know if this is late but next time use the foreach loop for this, as in foreach(days as key=> values)

then use the key or values, whenever you want to call any key or value
Programming / Re: Is Programming Hub A Good App For A Starter? by Jas80: 11:25pm On Aug 22, 2020
AyDripper1:
python

Sorry, I don't know python, would have taught you what I know for free
Programming / Re: Is Programming Hub A Good App For A Starter? by Jas80: 5:38pm On Aug 22, 2020
What language would you like to learn
Programming / Re: Basic Web Design Html E-book by Jas80: 10:53pm On Aug 18, 2020
Mentoli:
(dont think you are better than me ) sound childish!, I can't compare my self with someone i've never seen any of his project .bye you must be happy you got that attention you wanted :d

Smh, If only your website was as responsive as you.....go work bro. Nighty night small, bye
Programming / Re: Basic Web Design Html E-book by Jas80: 6:24pm On Aug 18, 2020
Mentoli:
Says a guy asking of how to create/use div in Css grin cheesy .thanks for the recommendation


Lol, funnily, I am not teaching anybody css or responsive design because I have not mastered it, I am not like you grin, teach urself b4 you teach others what you don't know. Apart from that I think you should learn responsive design instead of wasting ur time trying to think you are better than me.
Programming / Re: Basic Web Design Html E-book by Jas80: 4:11pm On Aug 18, 2020
Mentoli:
Really ? lets see that great site you made


Oga go and work on ur website jawe
Programming / Re: Basic Web Design Html E-book by Jas80: 3:26pm On Aug 18, 2020
This guy u are funny o, look at the poor website you made, I wonder what will be on your e-book.

You can't DIY and you want to teach me. Come on man
Programming / Re: Join This Thread If You Want To Master Algorithms And Data Structures by Jas80: 10:57am On Aug 18, 2020
progeek37:


Nothing is wrong with it but the code has already been written by Java creators. The purpose of this thread is to help you learn how to write those codes yourself.

Noted
Programming / Re: Beginners/ Intermediate Web Developer Platform To Perfect Your Skills. by Jas80: 8:52pm On Aug 15, 2020
ditha:
09069684954~aspiring backend developer
please add me, I am interested.


Y aspiring?
Programming / Re: How Long Does It Takes To Become A Full Stack Web Devoloper by Jas80: 7:04pm On Aug 10, 2020
tensazangetsu20:
Studying 10 hours a day, it should take you a year at least. As for jobs, check online and see.

Op don't try this, if not, you will run mad. Me when dy do 8hours no dy fit dy sleep well again, na so so codes I dy see for dream
Programming / Re: PHP Developer Needed For A Website. by Jas80: 9:19pm On Aug 09, 2020
Must d developer be based in Abuja
Programming / Please Check by Jas80: 2:21pm On Aug 07, 2020
Good afternoon everyone I am in urgent need of some information relating to this VTU (virtual top up). I have some questions to ask and I will really be glad if you guys can help me with the answer.

1)in jumia pay, I heard u can make 3% from every top up you carry out, if so, how many percent is jumia getting per transaction.

2) are banks making same three percent commission anytime we top up with them.

3)who is at the top of this vtu stuff, Telecom companies or quickteller.

Please try and give me answers if you have any
Programming / Re: Beginners/ Intermediate Web Developer Platform To Perfect Your Skills. by Jas80: 11:14am On Aug 06, 2020
.

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (of 11 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 40
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.