Click here to Skip to main content
15,860,861 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Parameters and arguments. Pin
Greg Utas17-Sep-20 11:57
professionalGreg Utas17-Sep-20 11:57 
GeneralRe: Parameters and arguments. Pin
Gerry Schmitz17-Sep-20 13:42
mveGerry Schmitz17-Sep-20 13:42 
AnswerRe: Parameters and arguments. Pin
franchoo18-Jan-21 11:10
franchoo18-Jan-21 11:10 
QuestionREST Pin
TimoKinnunen11-Sep-20 4:48
TimoKinnunen11-Sep-20 4:48 
AnswerRe: REST Pin
Richard MacCutchan11-Sep-20 5:22
mveRichard MacCutchan11-Sep-20 5:22 
AnswerRe: REST Pin
Pete O'Hanlon2-Oct-20 21:38
subeditorPete O'Hanlon2-Oct-20 21:38 
AnswerRe: REST Pin
cmarble9-Dec-20 14:41
cmarble9-Dec-20 14:41 
QuestionRecommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w4-Sep-20 12:25
arnold_w4-Sep-20 12:25 
I have made a simple C# web scraping application, strictly for personal use, that searches car rental websites and then combines the results into a single html-webpage. Now I would like to take this one step further and have the following features:

1. Make this accessible in my Android mobile phone as well, in addition to on my Windows computer.
2. Add GUI components (buttons, checkboxes, comboboxes, etc for filtering, sorting, mark favorites, etc) that can call client-side functions/methods (btw, there is no server).

What's the recommended way to accomplish this? I think it's kind of convenient to keep it as an html-webpage because I get some things for free (e.g. text search, print to a printer, copy-and-paste, etc) but it seems it's not possible to make the GUI-components in an html-webpage trigger client-side functions. I expect to add features as time goes by so it would be nice if those changes are as similar as possible in both the Android app and the Windows application. If I am allowed to choose, then I would prefer a programming language as similar to C# as possible because that's what I'm most experienced in.
AnswerRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 4:54
mveGerry Schmitz5-Sep-20 4:54 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w5-Sep-20 5:49
arnold_w5-Sep-20 5:49 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 6:42
mveGerry Schmitz5-Sep-20 6:42 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w5-Sep-20 6:46
arnold_w5-Sep-20 6:46 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 6:47
mveGerry Schmitz5-Sep-20 6:47 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w5-Sep-20 6:54
arnold_w5-Sep-20 6:54 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 6:58
mveGerry Schmitz5-Sep-20 6:58 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
arnold_w5-Sep-20 7:06
arnold_w5-Sep-20 7:06 
GeneralRe: Recommended programming language for showing combined scraped webpages in an app and a Windows application? Pin
Gerry Schmitz5-Sep-20 7:15
mveGerry Schmitz5-Sep-20 7:15 
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 

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.