-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic Idea: Server Side Validation and Client Side Validation in WordPress #1626
Comments
I have attached my content here : |
I see you've submitted some slides here, @utsavtilava . We don't have slide-only content on Learn.WordPress.org right now. The closest content types would be either:
Do you have a preference with which type of content to turn this into? We can also assign an experienced content creator to work along side you, if you'd like. Let us know what you think. |
Hello @bsanevans Thank you for reviewing the content I submitted. I apologize for the misunderstanding regarding the content type on Learn.WordPress.org. I appreciate your clarification. Considering the options you provided, I believe converting the slides into a recorded tutorial video would be the most suitable format for the content. This way, viewers can follow along and learn at their own pace. Please let me know how you would like to proceed, and If you want i will share the content with you, So i will share it in a single document file. Once you confirm, I will be ready to review and provide feedback on the content you've created specifically regarding server-side and client-side validation. |
And also, @bsanevans , could you please share a reference URL on how to structure content using? This would be helpful for me to ensure consistency in my writing. |
@utsavtilava Here are the steps for creating a Tutorial: https://make.wordpress.org/training/handbook/tutorials/creating-a-tutorial/ You will also find other resources about making a Tutorial in the team handbook: If you haven't done so yet, then you'll want to start by submitting a tutorial presenter application. I've also reached out for experienced Subject Matter Experts and Content Creators to assist with the creation in this Slack thread: https://wordpress.slack.com/archives/C02RW657Q/p1686291641083529 |
Next steps for SMEsPlease follow the team handbook "Vetting topic ideas" to vet this topic. |
Hi @utsavtilava I think this would make a great topic for either an online workshop or a tutorial, or even both. One comment I do have is that I notice in your slides you don't have any specific examples of Server-Side or Client-Side Validation in WordPress. I think adding some code examples to the content would be really helpful, as it would show folks how to implement the theory in the real world. |
Hello @jonathanbossenger Thank you for your feedback. Can you please check again, I have attached example slides in sheet. |
Hi @utsavtilava I'm not sure if I am looking at the correct slides, but I don't see any code examples in the slides linked above (this is the URL I am looking at: https://docs.google.com/presentation/d/1UKi7EdS17mxyAidBsQ8X3M7oZ8naDz2s-d4QiGl_s34/edit?usp=sharing) |
Hello @jonathanbossenger I have atteched both screenshot which i am added in slide. Can you please have a look into this. Server Side Validation : |
Hello @utsavtilava Thanks for the update. What I was hoping for was more detailed example code using the core WordPress functions & APIs, HTML attributes, and JavaScript functions you are describing, which relate to the content in the slides. Below are some examples of what I'm looking for when I review this presentation:
So the content in the slides is the theory behind these topics, but to really help the learner understand what you are presenting, it would be great if you could show some actual examples of the functionality you are describing. Given that you are planning to convert the slides into a recorded tutorial video, it might be easier to do this in a text or markdown format, where you can include these code examples to go along with the theory. I also note that for your Server Side Validation example, you have linked to a jQuery Validation Plugin, but this is client-side validation. It even says it on the site "This jQuery plugin makes simple clientside form validation easy". Last note, If you can, I would include both plain JavaScript solutions as well as jQuery-based ones. Many developers are moving away from using jQuery. Plain JavaScript currently can do much of what we used to need jQuery for so if it's possible without jQuery, I would show that as well. |
Is server side / client side validation a topic that will come up in a developer learning pathways @jonathanbossenger ? |
Most, if not all, of this content, is covered in module 9 of the beginner developer learning pathway, so I think it's safe to close this out for now. If we get new information we want to use to add lessons to that module, we can create new issues for that. |
Details
Understand the importance of server side validation and client side validation in WordPress.
Related Resources
Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc.
Vetting Checklist for SMEs
Please follow the team handbook: Vetting topic ideas.
The text was updated successfully, but these errors were encountered: