Click here to Skip to main content
15,887,485 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier25-Jan-18 5:17
professionalNathan Minier25-Jan-18 5:17 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Valecia_cho8-Feb-18 14:00
Valecia_cho8-Feb-18 14:00 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier12-Feb-18 1:24
professionalNathan Minier12-Feb-18 1:24 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Valecia_cho18-Feb-18 9:01
Valecia_cho18-Feb-18 9:01 
GeneralRe: Putting Data Onto HTML Using JavaScript Pin
Nathan Minier20-Feb-18 1:28
professionalNathan Minier20-Feb-18 1:28 
QuestionHow to start a job listing,directory,ad site? Pin
savedlema22-Jan-18 11:13
savedlema22-Jan-18 11:13 
AnswerRe: How to start a job listing,directory,ad site? Pin
A_Griffin25-Jan-18 0:39
A_Griffin25-Jan-18 0:39 
QuestionNote to self Pin
#realJSOP21-Jan-18 3:00
mve#realJSOP21-Jan-18 3:00 
This morning (01/21/2018) , I ran update-package on a web app I'm working on, and when it tried updating from bootstrap 3 to bootstrap 4, the command froze while it tried to install something called popper.

This is how I learned about version restrictions in packages.config.

If your site relies heavily on bootstrap, and you're using v3, do NOT update to v4 (unless, of course, that is your intent). It is SIGNIFICANTLY different, and your site will look like crap as a result.

In your app's packages.config file, look for the line that manages bootstrap, and add this attribute:

allowedVersions="[3,4)"

This will allow any 3.n.n version to be installed, but nothing newer.

In the interest of completeness, I ran update-package earlier this week and it did not try to install 4.0, so this is something the bootstrap folks did, probably on Friday night (01/19).
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

PraiseRe: Note to self Pin
Richard Deeming22-Jan-18 8:24
mveRichard Deeming22-Jan-18 8:24 
Questioni want to fix this error Pin
Gani19-Jan-18 23:06
Gani19-Jan-18 23:06 
QuestionRe: i want to fix this error Pin
Richard MacCutchan20-Jan-18 0:24
mveRichard MacCutchan20-Jan-18 0:24 
AnswerRe: i want to fix this error Pin
Qobil30-Jan-18 4:52
Qobil30-Jan-18 4:52 
QuestionDiscovery Regarding CSS in MVC - Tip Pin
#realJSOP17-Jan-18 3:58
mve#realJSOP17-Jan-18 3:58 
AnswerRe: Discovery Regarding CSS in MVC - Tip Pin
Richard Deeming17-Jan-18 4:41
mveRichard Deeming17-Jan-18 4:41 
QuestionHow to send WhatsApp Message using node.js Pin
Chhabra_Ankur16-Jan-18 23:32
Chhabra_Ankur16-Jan-18 23:32 
QuestionDrag one element over another one in javascript Pin
seppi12356613-Jan-18 20:47
seppi12356613-Jan-18 20:47 
AnswerRe: Drag one element over another one in javascript Pin
Richard Deeming15-Jan-18 8:03
mveRichard Deeming15-Jan-18 8:03 
QuestionNode JS Web Application Pin
Jun Jie Oi13-Jan-18 2:23
Jun Jie Oi13-Jan-18 2:23 
QuestionWhat Can Cause StackOverflow Exception To Be Thrown When Using Unity Container Pin
MadDashCoder12-Jan-18 4:27
MadDashCoder12-Jan-18 4:27 
Questionjquery and datatable plugins problem Pin
CodeBaker3-Jan-18 14:02
CodeBaker3-Jan-18 14:02 
AnswerRe: jquery and datatable plugins problem Pin
Vincent Maverick Durano5-Jan-18 2:55
professionalVincent Maverick Durano5-Jan-18 2:55 
AnswerRe: jquery and datatable plugins problem Pin
#realJSOP5-Jan-18 9:49
mve#realJSOP5-Jan-18 9:49 
QuestionBackground resize Pin
Member 136033252-Jan-18 3:07
Member 136033252-Jan-18 3:07 
AnswerRe: Background resize Pin
#realJSOP2-Jan-18 7:47
mve#realJSOP2-Jan-18 7:47 
GeneralRe: Background resize Pin
Member 136033252-Jan-18 20:06
Member 136033252-Jan-18 20:06 

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.