"Got some nagging probs that need solving? Or are you the girl with all the answers? If you've got a problem, post it here. If you've got the answer, share your advice here on the advice board- friend to friend!"
Boy Crazy!Hello, feel free to post tutorials or ask questions in this section!
Enjoy the
KNOWLEDGE Important Notes!!- If you have an issue relate to a page on your site; please provide a link to the page!
- It may be helpful if you can attach or paste the code you are working on; this is more helpful than screenshots of code ^^
- When answering; please make sure your answer is helpful and relevant ~ if you need more info ask for more info before providing any answers.
- Finally, has your question already been answers? Be sure to search the forum before posting!
Notes for JavaScripters!Ooph I know JS can be tough, but there are so basic's that are always helpful.
- Always run your JS on a real test webserver! Running it from a .html file will cause issues! (how to host a real webserver)
- Always do Inspect, and check the Inspector Console; this will tell you about JS errors that help explain why your code is not working. If you don't understand the errors you can post them here or take a screenshot.
Having a link, and/or a screenshot of the console often is 99% of what people will need to help you!