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 corporatâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #282119 |
@JohnDoea that sounds like an implementation detail you could raise as an issue to the DDG browser team. Have you tried it in multiple other browsers as well? I'm guessing DDG browser is a Chromium browser so they might kick your request to the Chromium team. (more) |
— | over 3 years ago |
Edit | Post #282128 | Initial revision | — | over 3 years ago |
Answer | — |
A: Can Drupal be used to develop native (non web) applications? Just to confirm the terminology commonly used in mobile app development: Native apps - Written in compiled languages compatible with the target platform, uses platform-specific APIs. Hybrid apps - A "native" framework that loads web pages in a WebView (even if they are served from device storag... (more) |
— | over 3 years ago |
Edit | Post #282126 | Initial revision | — | over 3 years ago |
Answer | — |
A: Why content delivery networks often require a www. redirect? Rather than re-iterate all of its points, I will link Netlify's reasoning in To WWW or Not WWW . It's a very eloquent article. That said, I'll try to summarize in my own words: You need to use a CNAME record to direct traffic to their address name for your webapp. Otherwise it can't serve cust... (more) |
— | over 3 years ago |
Edit | Post #282125 | Initial revision | — | over 3 years ago |
Answer | — |
A: Is there a problem in making Captcha an HTML builtin with an attribute setting which type of Captcha A standard form tag such as `` won't exist. Browsers are not to be trusted to self-regulate a Captcha service. Without getting into specific examples, there are browser extensions on the market that already employ sneaky techniques for solving Captchas programmatically. A field such as this can ea... (more) |
— | over 3 years ago |