Please turn JavaScript on
Stack Overflow - Recent Questions icon

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:  251.86 / day

Message History

i need links in a profile-tab app i'm writing open in new browser tabs. i set target="_blank" (with both hardcoded and with FBJS), but when i click on the links, the app page just reloads. i had a look at the html of the app as it's rendered by FB, and each of my links has an onclik event on it, that after creating a new image, returns false. i tried doing linkDomObjectHandle...


Read full story

I am using Google font from http://www.google.com/webfonts/earlyaccess but it's not working as it suppose to. Any ideas.

I set up a basic version at http://jsfiddle.net/UbDcg/4/ whic...


Read full story

I have a Dictionary<string, object> as an insertion input for MongoDB.Save().

When I fill this dictionary with primitive types - the serialization process works fine but when I'm trying to insert my dictionary filled with some custom class (for example - Person class) I'm getting the next error: .NET type 'Person' cannot be mapped to a BsonValue

I notice...


Read full story

I'm relatively new to coding and kinda unfamiliar with stacktrace errors. I have been given this error, but im not sure which part of my code do i fix? Did the error come up because of a NoSuchElementException, or was it due to a timeout error?

I thought that within my code I had dealt with how the program will face the nosuchelement exception. Basically, my code searc...


Read full story

I'm using some google fonts in my animation, but (trying!) to make sure I use RAGG in my rendering which, iiuc, should allow to me access non-default fonts. I even have AGG set in my RStudio Global Options > General > Graphics Backend (though is this used when calling animate() or only when rendering to the RStudio plot window?). Notwithstanding I get the following when...


Read full story