please someone tell me how to link pages here in solo learn, i dont even know where the pages are saved | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

please someone tell me how to link pages here in solo learn, i dont even know where the pages are saved

east question

27th May 2018, 11:01 AM
Kabelo Radinne
Kabelo Radinne - avatar
44 Answers
+ 3
Kabelo Radinne Humm... I see. Then I think you will have fun learning Web Dev. The possibilities are unlimited. You can make generic web apps, you can make games, you can make lots of stuff. Look at this code that does play with electricity kind of stuff. Pretty cool huh?! https://code.sololearn.com/W2AyrI8qEuF4/?ref=app You can follow the coder, Vitruvian. He is amazing and he does a lot of great work. And his stuff is pretty game-oriented.
28th May 2018, 8:18 PM
cyk
cyk - avatar
+ 4
What are you interested in when it comes to programming? Do you want to make games? Web apps? Android or iOS apps? Or are you interested in a specific Computer Science subfield like Data Science, AI, Cybersecurity?
28th May 2018, 7:45 PM
cyk
cyk - avatar
+ 3
Check the link then Because I just put in the link to this discussion and if you click it takes you there https://code.sololearn.com/WAX5jp7C15oB/?ref=app
27th May 2018, 11:57 AM
cyk
cyk - avatar
+ 3
Absolutely! If you look at the trending codes on Code Playground you will see plenty that use forms. Here are some of my own codes that use forms and forms objects: textarea, text input field, number input field, submit buttons and so on... And in my codes you can see my Avengers Infinity War code that uses a text input field and an icon as a submit button https://code.sololearn.com/WFel06wOmv92/?ref=app https://code.sololearn.com/Wte6t2yXQMvF/?ref=app https://code.sololearn.com/WbzEMARxL4Gf/?ref=app https://code.sololearn.com/WR9xrEwNc3Pe/?ref=app
28th May 2018, 7:03 PM
cyk
cyk - avatar
+ 3
Other languages such as which ones?
28th May 2018, 7:13 PM
cyk
cyk - avatar
+ 2
Hum... The name "go to page two" spoke to me. If you want to navigate between pages in your codes. Give the div that wraps the page you want to go to an id. Eg: id = "page2". Then you will have: <a href="#page2">go to page two</a>
27th May 2018, 12:17 PM
cyk
cyk - avatar
+ 2
Okay. Take a look at this code and let's talk... I added some styling because I like pretty things ☺ https://code.sololearn.com/WJaPX3UYgGow/?ref=app
27th May 2018, 1:38 PM
cyk
cyk - avatar
+ 2
interesting code bra ... width:100% height:100% makes the div fill the entire page... but the code is still in one html file?
27th May 2018, 1:44 PM
Kabelo Radinne
Kabelo Radinne - avatar
+ 2
Kabelo Radinne Yes. And that is how websites work. Everything is in the same html but the pages are in different divs and the divs are positionned and styled to create the effects of different pages...
27th May 2018, 1:59 PM
cyk
cyk - avatar
+ 2
Well, I do not know much about C# but I think in almost all languages you can get input from the user and use it. And yes, you can do that on here and yes, if you know how to that here you can do it elsewhere... For example, here are my Python and Java versions of the web code above called RemoveSpecialCharacters. If you run them, you will be asked for an input and the program will use that input and give you an output based on that... The idea is to remove all characters that are not digits, letters or spaces... https://code.sololearn.com/cF9R8gX5An2p/?ref=app https://code.sololearn.com/cD36kgdamd5Z/?ref=app
28th May 2018, 7:21 PM
cyk
cyk - avatar
+ 2
mr cyk ... im actually seeking to have fun above all else... ill only work for someone to get money but i actually want to create my own individual programs for example, i have always wanted to learn electronics but i lack the resources so i want to emulate the electronics world
28th May 2018, 8:07 PM
Kabelo Radinne
Kabelo Radinne - avatar
+ 2
Vitruvian, Radinne loves electronics and has just got into coding and I wanted to show him your Turn on the Light game. Too bad it is no longer functionnal. 😔
28th May 2018, 8:21 PM
cyk
cyk - avatar
+ 1
Are you asking how to use the a tag in general? Are you asking how to get links of pages on the SL app? Are you asking both?
27th May 2018, 11:17 AM
cyk
cyk - avatar
+ 1
just on the SL app please
27th May 2018, 11:19 AM
Kabelo Radinne
Kabelo Radinne - avatar
+ 1
All right. Let's see if I understand... If in my code I want to refer to a page in the app, I will go to the page, click on the share button and copy the link. Then in my code: <a href="the link I copied">the name I want to give the link on my page</a> Does that answer your question?
27th May 2018, 11:23 AM
cyk
cyk - avatar
+ 1
im still trying to do it
27th May 2018, 11:38 AM
Kabelo Radinne
Kabelo Radinne - avatar
+ 1
eish bra it doesnt work here is the link it copies but it doesnt go to the page im taking it to https://code.sololearn.com/WJ2aLvFe0FMd/?ref=app
27th May 2018, 11:45 AM
Kabelo Radinne
Kabelo Radinne - avatar
+ 1
eish it doesnt work ... https://code.sololearn.com/WBHJY9UGb3Qe/?ref=app ... this is my page two https://code.sololearn.com/WJ2aLvFe0FMd/?ref=app ... this is home page
27th May 2018, 1:29 PM
Kabelo Radinne
Kabelo Radinne - avatar
+ 1
lol im actually very new to html i have no idea what tabindex does
27th May 2018, 1:54 PM
Kabelo Radinne
Kabelo Radinne - avatar
+ 1
oooooh thanks bra,let me try it. but what does overflow:hidden do
27th May 2018, 2:03 PM
Kabelo Radinne
Kabelo Radinne - avatar