Click here to Skip to main content
15,914,419 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.

 
GeneralRe: Now I'm hungry. Pin
Jochen Arndt24-Aug-18 2:31
professionalJochen Arndt24-Aug-18 2:31 
GeneralRe: Now I'm hungry. Pin
Slacker00724-Aug-18 2:33
professionalSlacker00724-Aug-18 2:33 
GeneralRe: Now I'm hungry. Pin
CodeWraith24-Aug-18 2:57
CodeWraith24-Aug-18 2:57 
GeneralRe: Now I'm hungry. Pin
Slacker00724-Aug-18 3:00
professionalSlacker00724-Aug-18 3:00 
GeneralRe: Now I'm hungry. Pin
Nelek24-Aug-18 3:04
protectorNelek24-Aug-18 3:04 
GeneralRe: Now I'm hungry. Pin
Munchies_Matt24-Aug-18 3:46
Munchies_Matt24-Aug-18 3:46 
GeneralRe: Now I'm hungry. Pin
W Balboos, GHB24-Aug-18 5:02
W Balboos, GHB24-Aug-18 5:02 
GeneralInception Pin
Nathan Minier24-Aug-18 1:57
professionalNathan Minier24-Aug-18 1:57 
Embedding a Flash application (I know) training module into an application.

It has a JavaScript LMS adapter.

Which has a JavaScript SCORM adapter.

I want to use it with my existing Angular v1 SPA. "Too easy," I think, " it's all JavaScript." So I start studying the SCORM API, which it turns out was finalized in 2001, which is when the application adapters were written as well. Nary a callback in sight, and promises weren't even a gleam in the W3C's eye yet.

I slowly realize, to my horror, that it will be impossible to directly implement the SCORM API directly in my SPA code. Even though they're all written in the same language, they simply will not talk to one another. I need to create...an adapter.

So we have a Flash app, with a JS adapter, with a JS adapter, with a JS adapter, with a JS engine, which talks to my C# back end, with a SQL back end, and whatever meta-language reality is written in. I skipped a few, I know.

I plan to be hung over tomorrow.
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor

GeneralRe: Inception Pin
megaadam24-Aug-18 4:11
professionalmegaadam24-Aug-18 4:11 
PraiseWho writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 1:19
professionalAbraham Andres Luna24-Aug-18 1:19 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Rage24-Aug-18 1:26
professionalRage24-Aug-18 1:26 
PraiseRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 1:29
professionalAbraham Andres Luna24-Aug-18 1:29 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
thatraja24-Aug-18 2:07
professionalthatraja24-Aug-18 2:07 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
ZurdoDev24-Aug-18 2:01
professionalZurdoDev24-Aug-18 2:01 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 2:04
professionalAbraham Andres Luna24-Aug-18 2:04 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
User 842024-Aug-18 2:06
User 842024-Aug-18 2:06 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
CodeWraith24-Aug-18 4:08
CodeWraith24-Aug-18 4:08 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
kmoorevs24-Aug-18 3:50
kmoorevs24-Aug-18 3:50 
PraiseRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 4:04
professionalAbraham Andres Luna24-Aug-18 4:04 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
kmoorevs24-Aug-18 5:33
kmoorevs24-Aug-18 5:33 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
dandy7224-Aug-18 10:46
dandy7224-Aug-18 10:46 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Scott Serl24-Aug-18 6:47
Scott Serl24-Aug-18 6:47 
PraiseRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 6:51
professionalAbraham Andres Luna24-Aug-18 6:51 
GeneralRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 PinPopular
Kent Sharkey24-Aug-18 7:21
staffKent Sharkey24-Aug-18 7:21 
PraiseRe: Who writes the taglines for the Code Project newsletters? Cause they are really funny 😂 Pin
Abraham Andres Luna24-Aug-18 7:35
professionalAbraham Andres Luna24-Aug-18 7:35 

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.