Click here to Skip to main content
15,916,951 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: Today I used mklink! (Xamarin Android tip) Pin
Jörgen Andersson5-Apr-16 18:55
professionalJörgen Andersson5-Apr-16 18:55 
GeneralRe: Today I used mklink! (Xamarin Android tip) Pin
Super Lloyd5-Apr-16 21:08
Super Lloyd5-Apr-16 21:08 
GeneralRe: Today I used mklink! (Xamarin Android tip) Pin
Mark_Wallace6-Apr-16 7:38
Mark_Wallace6-Apr-16 7:38 
GeneralRe: Today I used mklink! (Xamarin Android tip) Pin
Eytukan5-Apr-16 19:32
Eytukan5-Apr-16 19:32 
RantWeb Components Rant... Pin
Danny Martin5-Apr-16 15:19
Danny Martin5-Apr-16 15:19 
NewsRe: Web Components Rant... Pin
Super Lloyd5-Apr-16 16:11
Super Lloyd5-Apr-16 16:11 
GeneralRe: Web Components Rant... Pin
Rob Grainger6-Apr-16 0:22
Rob Grainger6-Apr-16 0:22 
GeneralRe: Web Components Rant... Pin
Danny Martin6-Apr-16 20:22
Danny Martin6-Apr-16 20:22 
Cheers Rob,

Yes, there are a couple of libraries out there to patch the 'standard', but the use of templates was to reduce the code base...
There are work-arounds, I currently include js files that render the modules programatically. HTML templates would have reduced the byte count considerably. My issue is that I need the browser to cache my files (it's an app that requires some limited offline capability), so server side options like AJAX and PHP will fail. iframes would work, but there is a large amount of interaction between elements, which is a real ball ache with multiple sub documents. There's also just something inherently wrong with iframes...

My real beef is that, at least according to caniuse.com, Firefox has no intention of supporting 'import', now or in the future. It's available through a switch, but will never make the mainstream engine. The other components are in development or working, just not import.

"Ho hum" though eh?

Danny
GeneralRe: Web Components Rant... Pin
Mark_Wallace6-Apr-16 7:41
Mark_Wallace6-Apr-16 7:41 
GeneralRe: Web Components Rant... Pin
Danny Martin6-Apr-16 19:48
Danny Martin6-Apr-16 19:48 
Generalif (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
BillWoodruff5-Apr-16 12:05
professionalBillWoodruff5-Apr-16 12:05 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
TheGreatAndPowerfulOz5-Apr-16 12:24
TheGreatAndPowerfulOz5-Apr-16 12:24 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
Cornelius Henning5-Apr-16 12:37
professionalCornelius Henning5-Apr-16 12:37 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
Jörgen Andersson5-Apr-16 19:11
professionalJörgen Andersson5-Apr-16 19:11 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
BillWoodruff5-Apr-16 23:41
professionalBillWoodruff5-Apr-16 23:41 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
Sascha Lefèvre6-Apr-16 1:30
professionalSascha Lefèvre6-Apr-16 1:30 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
Dikshitar V.6-Apr-16 0:19
Dikshitar V.6-Apr-16 0:19 
GeneralRe: if (Wired.Content.Any(article => article.Title.Contains("Sexiest") && article.Author.MentalState == (MentalStates.Technoia | MentalStates.Euphoria))) {return Reaction.Nausea}; Pin
Richard Deeming6-Apr-16 3:20
mveRichard Deeming6-Apr-16 3:20 
GeneralFarce Book.., a recruitment site?? Pin
glennPattonWork35-Apr-16 10:40
professionalglennPattonWork35-Apr-16 10:40 
GeneralRe: Farce Book.., a recruitment site?? Pin
Suresh75-Apr-16 10:43
Suresh75-Apr-16 10:43 
GeneralRe: Farce Book.., a recruitment site?? Pin
jeron15-Apr-16 11:08
jeron15-Apr-16 11:08 
GeneralRe: Farce Book.., a recruitment site?? Pin
glennPattonWork35-Apr-16 11:45
professionalglennPattonWork35-Apr-16 11:45 
GeneralRe: Farce Book.., a recruitment site?? Pin
jeron15-Apr-16 11:47
jeron15-Apr-16 11:47 
GeneralRe: Farce Book.., a recruitment site?? Pin
glennPattonWork35-Apr-16 12:32
professionalglennPattonWork35-Apr-16 12:32 
GeneralRe: Farce Book.., a recruitment site?? Pin
SeattleC++6-Apr-16 6:34
SeattleC++6-Apr-16 6:34 

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.