Click here to Skip to main content
15,909,829 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w5-Sep-20 7:28
arnold_w5-Sep-20 7:28 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 8:29
mveGerry Schmitz5-Sep-20 8:29 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w6-Sep-20 1:08
arnold_w6-Sep-20 1:08 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz6-Sep-20 3:56
mveGerry Schmitz6-Sep-20 3:56 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w6-Sep-20 10:04
arnold_w6-Sep-20 10:04 
QuestionWeb database options Pin
Greg Hains21-Jul-20 23:40
Greg Hains21-Jul-20 23:40 
AnswerRe: Web database options Pin
Gerry Schmitz28-Jul-20 6:10
mveGerry Schmitz28-Jul-20 6:10 
GeneralRe: Web database options Pin
Greg Hains28-Jul-20 19:42
Greg Hains28-Jul-20 19:42 
GeneralRe: Web database options Pin
Gerry Schmitz30-Jul-20 0:19
mveGerry Schmitz30-Jul-20 0:19 
QuestionI have sql server database insert operation is very slow Pin
kali siddhu2-Jun-20 21:22
kali siddhu2-Jun-20 21:22 
AnswerRe: I have sql server database insert operation is very slow Pin
Mycroft Holmes3-Jun-20 13:35
professionalMycroft Holmes3-Jun-20 13:35 
GeneralRe: I have sql server database insert operation is very slow Pin
kali siddhu3-Jun-20 17:59
kali siddhu3-Jun-20 17:59 
GeneralRe: I have sql server database insert operation is very slow Pin
Mycroft Holmes4-Jun-20 12:15
professionalMycroft Holmes4-Jun-20 12:15 
Questiondesigning programs Pin
404byter27-May-20 6:05
404byter27-May-20 6:05 
QuestionMaking data notation extending another language Pin
nedzadarek18-May-20 10:40
nedzadarek18-May-20 10:40 
GeneralRe: Making data notation extending another language Pin
Richard MacCutchan18-May-20 21:19
mveRichard MacCutchan18-May-20 21:19 
GeneralRe: Making data notation extending another language Pin
kalberts18-May-20 23:06
kalberts18-May-20 23:06 
GeneralRe: Making data notation extending another language Pin
Greg Utas19-May-20 0:41
professionalGreg Utas19-May-20 0:41 
GeneralRe: Making data notation extending another language Pin
kalberts19-May-20 2:32
kalberts19-May-20 2:32 
GeneralRe: Making data notation extending another language Pin
Eddy Vluggen19-May-20 2:43
professionalEddy Vluggen19-May-20 2:43 
GeneralRe: Making data notation extending another language Pin
kalberts19-May-20 3:44
kalberts19-May-20 3:44 
GeneralRe: Making data notation extending another language Pin
Eddy Vluggen19-May-20 4:00
professionalEddy Vluggen19-May-20 4:00 
GeneralRe: Making data notation extending another language Pin
Eddy Vluggen19-May-20 2:38
professionalEddy Vluggen19-May-20 2:38 
GeneralRe: Making data notation extending another language Pin
kalberts19-May-20 4:36
kalberts19-May-20 4:36 
GeneralRe: Making data notation extending another language Pin
Eddy Vluggen19-May-20 7:12
professionalEddy Vluggen19-May-20 7:12 
Member 7989122 wrote:
Be prepared for Chinese macro names. Russian XML tags. ÆØÅ in variable names.
We are, since we're no longer limited to ASCII.

Member 7989122 wrote:
Dates in ISO format and 24 hour clock.
Date-formats are another topic; you should save in ISO, but display nicely in the format that the user has set as his preference in Windows. That's not a suggestion, nor is there a discussion.

Member 7989122 wrote:
For multi-lingual applications, binary formats give a lot of flexibilty compared to text formats.
Ehr.. no. You could have ASCII in binary, with a completely useless date format.

Member 7989122 wrote:
Of course you can translate on-the-fly, but using a plain integer as an index into a language table is a lot easier than word-to word translation. And you may supply extra info in that language table, e.g. indicated plural forms, gender etc. giving a much better translation.
We use keys, not integers, and resource-files.

You started with a wheel, now you're also including a dashboard and breaks. I have no idea what you are trying to say Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.