Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,894 members, 7,802,877 topics. Date: Saturday, 20 April 2024 at 01:00 AM

Mobile Technology: Lets Build A Mobile App With Javascript - Programming (3) - Nairaland

Nairaland Forum / Science/Technology / Programming / Mobile Technology: Lets Build A Mobile App With Javascript (15514 Views)

July Bootcamp Training - Full Stack Web Development With Javascript (mern Stack) / Tarot Website I Cooked With JavaScript,HTML / My Semester GPA Calculator With Javascript (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (Reply) (Go Down)

Re: Mobile Technology: Lets Build A Mobile App With Javascript by vheckthor1: 12:48am On Oct 09, 2019
Lordpeckxy:

[Js] /* This is a different File */ /* This document should be named Main_Menu_Style.CSS */ /* This document should be kept in the appropriate file */ /* after downloading the image, it should be named deep_pink_sea.png */
/* styling the body document */ body { background-image:url("deep_pink_sea.png"wink; background-position:500px; background-repeat:; background-size:100%; }
/* h1 tag */ h1 { font-family:cursive; font-size:50px; text-align:center; text-decoration:overline underline; }
/* styling the button section */ section { background-color:; }
/* styling the start button */ #_start { margin-left:110px; margin-top:175px; font-size:30px; font-family:cursive; font-weight:bolder; background-image:url("deep_pink_sea.png"wink;; color:silver; }
/* styling the option button */ #_option { margin-top:10px; margin-right:145px; font-size:20px; font-weight:bold; background-image:url("deep_pink_sea.png"wink;; color:silver; }
/* styling the exit button */ #_exit { font-size:20px; font-weight:bold; background-image:url("deep_pink_sea.png"wink; color:silver;
}
[Js]
this is CSS and not JS, am I missing something?
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 2:23am On Oct 09, 2019
our background image of our app with wire framing sketchs
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 2:24am On Oct 09, 2019
vheckthor1:
this is CSS and not JS, am I missing something?
still in design phase mode htmls, the styling before the script...
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 7:56am On Oct 09, 2019
Lordpeckxy:
Math_Prodigy app pix

Can you post the pix you used?

The background -repeat property of the body tag in the css is empty undecided undecided
Re: Mobile Technology: Lets Build A Mobile App With Javascript by vheckthor1: 11:57am On Oct 09, 2019
Lordpeckxy:
still in design phase mode htmls, the styling before the script...
okay, when I saw the [Js] that's why I asked
Re: Mobile Technology: Lets Build A Mobile App With Javascript by binbass(m): 9:39pm On Oct 09, 2019
The answer showing zero

Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 10:52pm On Oct 09, 2019
binbass:
The answer showing zero

Thanks...I thought I was the only one
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Swagahyk(m): 8:28am On Oct 10, 2019
Lordpeckxy

Can I chat you up on whatsapp??
Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 12:31pm On Oct 10, 2019
binbass:
The answer showing zero

I was also getting some buggy answer which is "Isnan" lol, I knew there was trouble, so I copied the tutor's code one by one into my IDE and surprisingly it worked, then I checked with the former buggy code & I couldn't see the difference it was the same. There's no light now but I'll still try it later, meanwhile try to copy the code line by line and see whether it works.
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 12:43pm On Oct 10, 2019
AdorableJosh:


I was also getting some buggy answer which is "Isnan" lol, I knew there was trouble, so I copied the tutor's code one by one into my IDE and surprisingly it worked, then I checked with the former buggy code & I couldn't see the difference it was the same. There's no light now but I'll still try it later, meanwhile try to copy the code line by line and see whether it works.

IsNaN means Is Not a Number
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 12:45pm On Oct 10, 2019
AdorableJosh:


I was also getting some buggy answer which is "Isnan" lol, I knew there was trouble, so I copied the tutor's code one by one into my IDE and surprisingly it worked, then I checked with the former buggy code & I couldn't see the difference it was the same. There's no light now but I'll still try it later, meanwhile try to copy the code line by line and see whether it works.
you

Check the quotation marks where you have txt1.value and the others
Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 12:57pm On Oct 10, 2019
nappy760:
you

Check the quotation marks where you have txt1.value and the others

Like this ("txt1" ) .value ?


(without the space after " & before . )
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 1:05pm On Oct 10, 2019
AdorableJosh:


Like this ("txt1" ) .value ?


(without the space after " & before . )

I meant to check if they are the same for both codes.

Can you pls post your working code here
Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 1:14pm On Oct 10, 2019
nappy760:


I meant to check if they are the same for both codes.

Can you pls post your working code here

My laptop battery is bad & there's no light now, I'll post it when PHCN restores it.
Re: Mobile Technology: Lets Build A Mobile App With Javascript by binbass(m): 7:31pm On Oct 10, 2019
AdorableJosh:


Like this ("txt1" ) .value ?


(without the space after " & before . )
Thanks, working now

1 Like

Re: Mobile Technology: Lets Build A Mobile App With Javascript by binbass(m): 7:36pm On Oct 10, 2019
nappy760:


I meant to check if they are the same for both codes.

Can you pls post your working code here

Check the code i circle, that's where the error comes from

1 Like

Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 7:38pm On Oct 10, 2019
binbass:

Thanks, working now

You're welcome, is that Anwriter?
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 7:47pm On Oct 10, 2019
binbass:


Check the code i circle, that's where the error comes from
Thanks
I had a feeling the issue was from there.

Funny thing is my si.innerHTML has stopped displaying cry
Re: Mobile Technology: Lets Build A Mobile App With Javascript by binbass(m): 8:45pm On Oct 10, 2019
AdorableJosh:


You're welcome, is that Anwriter?
No, Dcoder android app
Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 8:48pm On Oct 10, 2019
binbass:

No, Dcoder android app

Got it, thanks.
Re: Mobile Technology: Lets Build A Mobile App With Javascript by binbass(m): 8:50pm On Oct 10, 2019
AdorableJosh:


Got it, thanks.
You're welcome bro

1 Like

Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 1:13am On Oct 11, 2019
nappy760:


I meant to check if they are the same for both codes.

Can you pls post your working code here

Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 7:14am On Oct 11, 2019
[quote author=AdorableJosh post=83028462][/quote]

Thanks for this .
I got it working now

1 Like

Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 11:00am On Oct 11, 2019
Good, you guys solved your issues.!!! Perfect, go back and view the other source code for Math Prodigy...
Ps: And uploading your screen shots will help a lot.!!!
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 11:33am On Oct 11, 2019
nappy760:


Can you post the pix you used?

The background -repeat property of the body tag in the css is empty undecided undecided

The Image of the app

Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 11:49am On Oct 11, 2019
It seems am having a problem with uploading the image...
.
But just use any image/picture of your choice, and rename it to deep_pink_sea.png and take it to the Math_Prodigy folder.!!!

Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 1:05pm On Oct 11, 2019
Lordpeckxy:
It seems am having a problem with uploading the image...
.
But just use any image/picture of your choice, and rename it to deep_pink_sea.png and take it to the Math_Prodigy folder.!!!

1 Like

Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 3:35pm On Oct 11, 2019
AdorableJosh:



Great, then i guess you are following.!!
But Let me suggest, that when selecting a Background Image, always use a pics that allow the user to enjoy the feel of your app and does not distort its vision.!

I wil post my own screen shots, when the server allows me to.!!
Next update coming.!
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Lordpeckxy(m): 3:43pm On Oct 11, 2019
Swagahyk:


Can I chat you up on whatsapp??
Am not Much of a social media fan...so I basically don't do much whats-Up and 4 whatsApp, well you might be lucky if you see me online once in a whole week.!!
Re: Mobile Technology: Lets Build A Mobile App With Javascript by AdorableJosh(m): 4:18pm On Oct 11, 2019
Lordpeckxy:


Great, then i guess you are following.!!
But Let me suggest, that when selecting a Background Image, always use a pics that allow the user to enjoy the feel of your app and does not distort its vision.!

I wil post my own screen shots, when the server allows me to.!!
Next update coming.!

Okay, noted, expecting your screenshots, cheers.
Re: Mobile Technology: Lets Build A Mobile App With Javascript by nappy760(m): 5:39pm On Oct 11, 2019
Why do I keep getting "Unable to complete previous operation due to low memory" when I try to upload pix on NL undecided
Re: Mobile Technology: Lets Build A Mobile App With Javascript by Nobody: 5:39pm On Oct 12, 2019
great work here boss, I have check my own code when I click the calculate button it doesn't work.

and the second one all my three buttons are just stick together.

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (Reply)

Function Points (FP) Vs Lines Of Code (LOC) / Eyeopener: Aspiring Nigerian Game/App Developers Should Read This / The Top 25 Global Finalist For NASA Space App: A Nairalander Represents Nigeria

(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. 28
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.