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 gbjbaanbâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290430 | Initial revision | — | 12 months ago |
Answer | — |
A: How to display overlapped content in an e-mail A picture would help to understand what you want. Is it something like this fanciness Kevin demonstrates. (more) |
— | 12 months ago |
Edit | Post #290082 | Initial revision | — | about 1 year ago |
Answer | — |
A: Using an existing web server vs writing your own The reverse proxy is frankly a "best practice" architecture, not just for security but also for resource limiting of your hard-working application server. Often the reverse proxy will communicate using web protocols anyway, so you are reusing webserver comms for internal comms, which will often ma... (more) |
— | about 1 year ago |
Edit | Post #286149 | Initial revision | — | over 2 years ago |
Answer | — |
A: How to get rid of HTML tags and convert entities in SQL Server? The best (ie non hacky) way to remove HTML tags is to load the text into a HTML parser and have it spit out the plain text version. There are plenty of HTML parsers out there, depending on your programming language, however, not SQL. So in C# you'd read each entry in an external program, run it th... (more) |
— | over 2 years ago |