Click here to Skip to main content
15,914,070 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralYay WCF... Pin
Sander Rossel25-Mar-16 4:47
professionalSander Rossel25-Mar-16 4:47 
GeneralRe: Yay WCF... Pin
Kevin Marois25-Mar-16 5:05
professionalKevin Marois25-Mar-16 5:05 
GeneralRe: Yay WCF... Pin
Marc Clifton25-Mar-16 5:32
mvaMarc Clifton25-Mar-16 5:32 
GeneralRe: Yay WCF... Pin
Stephen Gonzalez25-Mar-16 5:45
Stephen Gonzalez25-Mar-16 5:45 
GeneralRe: Yay WCF... Pin
Jörgen Andersson25-Mar-16 6:41
professionalJörgen Andersson25-Mar-16 6:41 
GeneralRe: Yay WCF... Pin
Mark_Wallace25-Mar-16 9:38
Mark_Wallace25-Mar-16 9:38 
GeneralAPOD Pin
R. Giskard Reventlov25-Mar-16 4:25
R. Giskard Reventlov25-Mar-16 4:25 
GeneralIt's amazing how much work goes into getting the basics of a website up and running Pin
Marc Clifton25-Mar-16 4:09
mvaMarc Clifton25-Mar-16 4:09 
By basics, I mean simply all the pieces that have to be in place for someone to register!

For example, these are just the bare minimum pages:

1 Sign in (manually or with a social media account)
2 Register (including possibly captcha, emailing registration token, etc)
3 Change account settings (name, email, password, etc)
4 Close account
5 Forgot username / password

And then the minimum supporting infrastructure:

1 domain registration
2 hosting
3 a database for storing account information
4 an email server for sending out "welcome", "registration", "here's your temporary password", "account closed", etc... messages
5 web server (of course)
6 your application's "controller" code
7 SSL certificate

Which of course doesn't even begin to cover server farms, etc., if you expect your website to be the next Farcebook.

And then the Javascript / CSS pieces:

1 bootstrap?
2 what sort of MVC / MVVM / M??? framework
3 jquery (pretty much a given)
4 other third party UI components

And that's after you've decided on language, platform, etc.

And then there's:

1 Do I need a mobile app vs. just a website?
2 Do I need a desktop app?
3 If yes, should I look into one of those "all in one" solutions?
4 Or can all this be written in PHP under Wordpress? Laugh | :laugh:

And last but not least is "how do I make my site attractive?" Artwork, animations, branding, etc.

And all the things I left out!

Sigh | :sigh:

Marc

GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
F-ES Sitecore25-Mar-16 4:13
professionalF-ES Sitecore25-Mar-16 4:13 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
phil.o25-Mar-16 4:40
professionalphil.o25-Mar-16 4:40 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
908236525-Mar-16 4:41
908236525-Mar-16 4:41 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
R. Giskard Reventlov25-Mar-16 4:52
R. Giskard Reventlov25-Mar-16 4:52 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
Marc Clifton25-Mar-16 5:30
mvaMarc Clifton25-Mar-16 5:30 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
Jörgen Andersson25-Mar-16 6:47
professionalJörgen Andersson25-Mar-16 6:47 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
R. Giskard Reventlov25-Mar-16 4:54
R. Giskard Reventlov25-Mar-16 4:54 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
Wombaticus25-Mar-16 6:57
Wombaticus25-Mar-16 6:57 
GeneralRe: It's amazing how much work goes into getting the basics of a website up and running Pin
Mark_Wallace25-Mar-16 9:22
Mark_Wallace25-Mar-16 9:22 
GeneralCommit Strip OTD PinPopular
OriginalGriff25-Mar-16 2:09
mveOriginalGriff25-Mar-16 2:09 
GeneralRe: Commit Strip OTD Pin
bling25-Mar-16 8:33
bling25-Mar-16 8:33 
GeneralRe: Commit Strip OTD Pin
Mark_Wallace25-Mar-16 9:28
Mark_Wallace25-Mar-16 9:28 
GeneralRe: Commit Strip OTD Pin
OriginalGriff25-Mar-16 10:00
mveOriginalGriff25-Mar-16 10:00 
GeneralRe: Commit Strip OTD Pin
Mark_Wallace25-Mar-16 21:52
Mark_Wallace25-Mar-16 21:52 
GeneralNice browser game to learn about thread deadlocks PinPopular
Jochen Arndt25-Mar-16 0:44
professionalJochen Arndt25-Mar-16 0:44 
GeneralRe: Nice browser game to learn about thread deadlocks Pin
Smart K825-Mar-16 3:47
professionalSmart K825-Mar-16 3:47 
GeneralRe: Nice browser game to learn about thread deadlocks Pin
F-ES Sitecore25-Mar-16 4:24
professionalF-ES Sitecore25-Mar-16 4:24 

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.