Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Froot75567yWho cares what others have done. As long as you're happy with it and learn with it, that's all that matters βΊοΈ
Gratz on getting your feet wet in web dev! π -
Helinski2707yI implemented the functionality with the help of the jQuery library. I thought jQuery was about that. In the codeplayer I only gave the JavaScript panel. @C0D4
-
C0D4681467y@Helinski
Typical Jquery call for the same thing would be:
$(“#para”).html(“Hello devRant!”);
A little shorter, but JS is great to learn first anyways.
Welcome to the webDev world. -
Helinski2707yThanks mate!
If you want, the source code is available on my GitHub with the username Helinskii @shinoys -
Ederbit7387y@Helinski It's a good starting point but sometimes he skips some important parts when explaining things. So I recommend checking out some other Courses on Udemy/Udacity. Also, on youtube theres great material. Check out these channels:
Traversy Media, The new Boston, Codecourse, Derek Banas, LearnCode.academy, DroidTuts, Tuts+ Code, slidenerd, Cave of Programming -
Helinski2707yGreat suggestions!
Mind telling me what language he skips important stuff in so that I won't get into a bad habit with that language?@Ederbit -
Ederbit7387y@Helinski Wer'e talking about the "der komplette Webentwickler kurs" right? No specific language. Also it has been some while since I did that course, so I wouldn't be able to tell you. I generally find english tutorials better than german ones (auch wenns da sicher auch gute gibt :)). For some concepts he explained I found other tutorials/explanations to be more correct. But can't really tell you which ones sorry :)
-
Helinski2707yNo worries. Thanks!
To be honest, I didn't get what you said in the beginning.@Ederbit
Related Rants
I'm learning web development, and this is another small project that I made - a basic code player.
Used jQuery for the first time and realized how easy it makes things.
PS - I know it is pretty insignificant given that people here create much bigger things, but I'm proud of it!
PPS - Will post the previous small project I'd done. It was a browser based basic game.
undefined
code player
webdev
jquery
firsts