Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Kevin M. Mansour‭

Type On... Excerpt Status Date
Comment Post #282592 Looks like you have asked [same question](https://stackoverflow.com/q/68304540/14945696) on Stack Overflow.
(more)
almost 3 years ago
Comment Post #282583 As it improves the post. I have approved it. :)
(more)
almost 3 years ago
Comment Post #282583 I think it is useful. But you could edit it. Update: Maybe you could delete it.
(more)
almost 3 years ago
Comment Post #282583 Hmm? If you see that *no support for HTTP* is more clearer. so, you can edit my answer then.
(more)
almost 3 years ago
Comment Post #282583 I meant Web storage APIs are accessible from the client-side only (web servers can't access them directly). Also since they are a front-end tool, they have no SSL support.
(more)
almost 3 years ago
Comment Post #282583 No. Web storage is per origin (per domain and protocol). All pages, from one origin, can store and access the same data.
(more)
almost 3 years ago
Edit Post #282583 Initial revision almost 3 years ago
Answer A: Storing input from different frontend webpages of a multi page contact form
Cookies vs Local Storage vs Session Storage. Cookies - Has different expiration dates (both the server or client can setup expiration date). - Cookies themselves can specify which pages from which domains can access them, or restrict access to pages having the same secure origin. - Client-si...
(more)
almost 3 years ago
Comment Post #282540 Yes, there is HTML Imports but I have never tried them in a project before. Although they are deprecated since Chrome 80 (~ February 2020). Personally, I do not like PHP so much these days but since the OP mentioned that the Contact form depend on PHP as backend, so I think it is a good idea. I do no...
(more)
almost 3 years ago
Edit Post #282540 Post edited:
Better answer.
almost 3 years ago
Edit Post #282540 Post edited:
Cleaning Up.
almost 3 years ago
Edit Post #282540 Initial revision almost 3 years ago
Answer A: Splitting a large HTML file into two or more HTML files without JavaScript
You can not do it with HTML only. In the past there was `HTML Imports`, but it is Obsolete since Chrome 73 according to MDN and deprecated in Chrome 80. You might want to use `iFrame`. However I have seen iFrame is miss used as well. It should be never used as an integral part of your site, but...
(more)
almost 3 years ago
Comment Post #282536 Thank you. But I think this should be a [feature-request].
(more)
almost 3 years ago
Comment Post #282119 I didn't understand anything from edit summary.
(more)
almost 3 years ago
Edit Post #282529 Initial revision almost 3 years ago
Question Is it correct to ask customer service-related questions?
I didn't find any guidance on On-Topic - Help Center about customer service-related questions. So, I am asking: Is it correct to ask customer service-related questions? Example of customer service-related questions: - How do I get my Facebook developer account confirmation code? - Will Apple...
(more)
almost 3 years ago
Comment Post #282119 I see that you have [rejected my edit](https://software.codidact.com/posts/suggested-edit/486). and you have edited your post with the same edit. Can you clarify Why?
(more)
almost 3 years ago
Comment Post #282525 I don't understand. But I would the first one is "Form" and the second one "Contact Form". That is all.
(more)
almost 3 years ago
Suggested Edit Post #282119 Suggested edit:
It is called `dir="rtl"`
(more)
declined almost 3 years ago