Please turn JavaScript on
header-image

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  499 / week

Message History

Basically what i'm trying to do is loop through the whole list and have each "-" symbol be replaced with a number that indicates the number of "#" symbols next to them similar to minesweeper with this being the code i'm using to perform the horizontal check.

It sort of works but for some reason it skips the last index in a row (the far right side) and I can't figure ou...

Read full story

I have a server setup running apache2. There are 2 public ip addresses pointing to the server each assigned a different domain name. I set up the virtual host to manage these domains. The first domain is working fine. The second on the the other hand is not. The request times out when I ping it from the outside and when I ping it from the inside I get a 'Destination host unre...

Read full story

I have a modal form using jquery and twitter bootstraps. I have set up the modal so when the person cancels the form, / closes the modal i clear out the input fields. however if the person activates the modal again and enters values in to the fields, the dom still sees the field value as null.

here is my form html

<div class="modal fade in" id="forgotPass...

Read full story

How to use addEventListener function with options with Angular 5? If there is document, could you please point me to it? Thanks

target.addEventListener(type, listener[, options]); target.addEventListener(type, listener[, useCapture...

Read full story

My backend return this :

{ "FirstResponse": [ { "MyField1": "AAA", "MyField2": "AAAAAAA" }, { "MyField1": "BBB", "MyField2": "BBBBBBB" }, { "MyField1": "CCC", "MyField2": "CCCCC" } ], "SecondResponse": [ { "FirstName": "FirstNameA", "LastName": "LastNameA" }, { "FirstName": "FirstNameB", "LastName": "LastNameB" } ] }

I'd like ma...

Read full story