+ 1
Help to create a personal project - song lyric App
Specs. Contain about 200+ Songs (MIDI) + Song lyrics. Search option to fetch song by title/ keyword. Simple, great UI WORKS OFFLINE i just need ADVICE on the path to take. I know HTML, CSS, JS, jQuery, Bootstrap, a bit php & mySQL I want to know WHAT languages i need to FOCUS on to effect this personal project of mine. Please give advice in any area you know. thank you.
39 Answers
+ 3
darkorbit17493 Thanks for your input ... Javascript is extremely hard for a beginner asking for help isnt a crime. im not asking for the answers, im looking for a mentor/study buddy. i put in several hours a day self teaching and using hundreds of reaources.
function darkorbit(x) {
Alert(โThanks butโ + x) ;
}
darkorbit(โno thanksโ);
โHe who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever.โ
+ 2
use javascript to make the program and html/css to decorate it unless you want the programm to be exe
+ 1
Hi King Emma I noticed you said you know HTML, CSS and Javascript which I am learning now and super beginner. Do you think you could help me with some Javascript?
+ 1
then you need java/swift
+ 1
java=android swift=i
+ 1
ios*
+ 1
King Emma ๐ awesome. i just posted about homework help and listed the problems im working on. I started my code in codepen. do you want to work together here?
+ 1
Ok i said "its better to".That means i suggested you cuz in your life you do whatever you want and nobody can command you so decide what is better for you and just do it.
+ 1
And also as i can see you know functions(and probably everything up to them) so that was all bout.And i liked function darkorbit XD
+ 1
@darkorbit17493 Thanks!
+ 1
@King Emma, Im actaully working on a current code in Codepen. Im going to work on it a bit longer and then share it. It's creating function, using arrays and returning things like all elements, the first and last element, reversed etc so it's a bit tricky for me.Arrays are really hard for me to wrap my mind around. So I'll work on it and then share.
I've worked on several codes for days and just couldn't figure it out, resulting in headaches and then someone debugged in a minute as well. Cool but frustrating for me sometimes.
+ 1
Hey @KingEmma ... completely frustrated at the time. I just can't figure out functions and arrays!
Im totally dumbfounded when it comes to created a function with arguments and and arrays in the mix. Im currently woking on this:
Creating a function named newArray. that should
take four arguments.
and return an array with those arguments.
For example:
newArray(1,2,3,4); // returns [1,2,3,4]
Here is a link to my code so far.
https://code.sololearn.com/WM1CaxbV486B/#js
+ 1
it should be var MyArray=[a,b,c,d]
+ 1
the code you ve done is kinda like c++
+ 1
oh I see what youre saying now. Dont you have fo have {} in the function? or is it because its an array that I dont need {}?
+ 1
ok! thats what was throwing me off. The use of the {} and [] when it comes to working with functions and arrays together. Thanks so much
+ 1
Hi King Emma! I'm working on a bigger project and wanted some input if you dont mind.
I am currently coding a simple listview prototype for a transportation app for ios. I am only required to use HTML and CSS in my editor (Atom). Could you take a look at my code so far as well as the link to what my goal is?
This is my first time writing HTML and CSS from a completely blank slate so it's nerve wrecking. Although I have gotten all of the content necessary on the page, I am still figuring out how to align text, space, how and when to use divs, class etc and of course styling it. I got a good amount of it in place.
My code:
https://code.sololearn.com/Wj6wTRekG456/#css
my goal:
https://www.figma.com/file/1KGp24gniXSQaTt5fFbA9M/Busy-Bus-Visual-Challenge?node-id=429%3A4
+ 1
Update :-)
Slowly but surely making progress
https://code.sololearn.com/Wj6wTRekG456/#css
+ 1
Thank you! it really helps to have support. While working in my aissgnment I pretty much look up everythinf and read, read, read. it seems to really help me make sense of everything while I read and then practice the codes and figure out how to work into my projects.
0
Sure, anytime Tasha