Tagged Questions

0
votes
3answers
18 views

How to read HTTP response headers from web service response?

Hi, How can i read HTTP response headers from web service response in C#? Best Regards, Guy Bertental
0
votes
1answer
10 views

Data is not sent with http response in my http server

Hi, I'm working on making an HTTP server for my class. But, the returned file is not being displayed by firefox. I construct a response header and put in the right content-length of the file I want …
0
votes
0answers
18 views

PagedCollectionView when wrapping an ObservableCollection in a DataGrid clears Column headers when no data is present

I am using the PagedCollectionView for grouping. I have a DataGrid and a textbox with a search button. The ItemSource of the grid is my PagedCollectionView, and the PagedCollectionView wraps an …
0
votes
3answers
51 views

File header or general comment

Does anybody have a nice well structured starting comment for a file? I'm looking for something that looks nice, either fancy or very professional. By general comment I mean the comment at the top of …
4
votes
7answers
230 views

Is it a good idea to put all project headers into one file HEADERS.h?

I talked to my instructor the other day and asked him this question. He told me that I could go for smaller projects, but I'm starting a chess program and I was wondering what Stack Overflow thinks …
0
votes
0answers
11 views

Site images don’t refresh after setting expired headers on .htaccess

I have a site that uses a CSS sprite for all the images. I set the .htaccess file to set the expired headers to a future time as they recommend to improve site performance. However, when I updated …
0
votes
1answer
44 views

emails sent with php mail don’t show up correctly in outlook

I'm working on a site that was recently moved. After the move all the scripts that use the php mail() function AND have MIME-Version: and Content-type in the header fail to display correctly. They …
0
votes
2answers
97 views

Does Not Name A Type in C++

in C++ when i get an error that says xxxxx does not name a type in yyy.h What does that mean? yyy.h has included the header that xxxx is in. Example, I use: typedef CP_M_ReferenceCounted FxRC; …
1
vote
2answers
54 views

How to tell clicking “back” to load the cache?

I realize that you can't 100% know that this will work in all browsers. All I care about is IE 8, Chrome, and Firefox. I need some base headers that I can put at the top of my PHP pages to allow the …
0
votes
3answers
110 views

Separating Enums from Class Definitions using Namespaces in C++?

I'm working with a legacy class that looks like this: class A { enum Flags { One = 1, Two = 2 }; }; I'd like to pull out all the enums into a new namespace defined in a new header: // flags.h …
0
votes
2answers
32 views

Reporting Services - Header Columns not showing?

I'm using Reporting Services 2008 and Report Builder 2.0. I've used a tablix to display my data in a simple way - essentially each row in the database receives a row in the tablix - nothing fancy. I …
3
votes
2answers
76 views

Duplicate Referrer Header - HTTP.sys barfs

I have been testing the PS3 browser (NetFront) with embedded Flash components on a web page and there seems to be a rather serious bug with the way that any requests from Flash are issued. The browser …
0
votes
4answers
33 views

Persisting data cross domains?

I have 2 applications, each in different domains. When a user comes to the first application, clicks a link, the user is sent to the second application. My problem is as follows: I need to …
0
votes
0answers
42 views

How do I prevent duplicate headers when dealing with threads in PHP?

I've written a PHP script that has to fork and do some processing in parallel, and then the main page returns data after processing. I'm currently using the pcntl functions to do this. I need to run …
3
votes
6answers
240 views

C++ Headers - Best practice when including

C++ headers If I have A.cpp and A.h as well as b.h, c.h, d.h Should I do: in A.h: #include "b.h" #include "c.h" #include "d.h" in A.cpp: #include "A.h" or in A.cpp: #include "A.h" #include …

1 2 3 4 5 10 next
15 30 50 per page