search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

All Questions I ask
1500 questions
How can I force clients to refresh JavaScript files?

We are currently working in a private beta and so are still in the process of making fairl...

2025-12-27 22:42:11Ask
JavaScript

Visual Studio 2010 suddenly can't see namespace?

My C# WinForms solution has two projects. A DLL which is the main project I'm working on, ...

2025-12-27 22:22:24Ask
C++

Chrome net::ERR_INCOMPLETE_CHUNKED_ENCODING error

For the past two months, I have been receiving the following error on Chrome's developer c...

2025-12-27 22:01:47Ask
PHP

JS function named `animate` doesn't work in Chrome, but works in IE

This won't work, nothing happens. How do I make it work, what am I doing wrong? functio...

2025-12-27 21:43:16Ask
CSS

How to Optimize Queries in a Database - The Basics

It seems that all questions regarding this topic are very specific, and while I value spec...

2025-12-27 21:22:15Ask
MySQL

How to iterate over values of an Enum having flags?

If I have a variable holding a flags enum, can I somehow iterate over the single-bit value...

2025-12-27 21:01:21Ask
C++

Is there a max number of arguments JavaScript functions can accept?

I know that JavaScript functions can accept "any" number of arguments. function...

2025-12-27 20:43:17Ask
JavaScript

what's faster? CSS3 transitions or jQuery animations?

I'm working on an iPad HTML5 app and I've already implemented ontouch support to trigger e...

2025-12-27 20:23:02Ask
CSS

How to print VARCHAR(MAX) using Print Statement?

I have a code which is: DECLARE @Script VARCHAR(MAX) SELECT @Script = definition FROM ma...

2025-12-27 20:01:15Ask
MySQL

How is the default max Java heap size determined?

If I omit the -Xmxn option from the Java command line then a default value will be used. A...

2025-12-27 19:43:21Ask
Java

No @XmlRootElement generated by JAXB

I'm trying to generate Java classes from the FpML (Finanial Products Markup Language) vers...

2025-12-27 19:22:11Ask
Java

Can't use method return value in write context

I would think the following piece of code should work, but it doesn't (Edited: Now works i...

2025-12-27 19:01:14Ask
PHP

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I am getting error Expecting value: line 1 column 1 (char 0) when trying to decode JSON. T...

2025-12-27 18:43:06Ask
Python

How to get height of entire document with JavaScript?

Some documents I can't get the height of the document (to position something absolutely at...

2025-12-27 18:22:07Ask
JavaScript

Best way to extract a subvector from a vector?

Suppose I have a std::vector (let's call it myVec) of size N. What's the simplest way to ...

2025-12-27 18:01:14Ask
C++