Click here to Skip to main content
15,886,199 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: QA Comments - but where is "My vote of one"? Pin
Ankur\m/7-May-10 23:33
professionalAnkur\m/7-May-10 23:33 
GeneralQA comments animation Pin
Tom Deketelaere4-May-10 3:26
professionalTom Deketelaere4-May-10 3:26 
GeneralRe: QA comments animation Pin
Thiru Thirunavukarasu4-May-10 4:44
Thiru Thirunavukarasu4-May-10 4:44 
GeneralRe: QA comments animation Pin
Thiru Thirunavukarasu12-May-10 6:34
Thiru Thirunavukarasu12-May-10 6:34 
GeneralAhem... Chris Pin
#realJSOP4-May-10 0:14
mve#realJSOP4-May-10 0:14 
GeneralRe: Ahem... Chris Pin
Chris Maunder4-May-10 2:47
cofounderChris Maunder4-May-10 2:47 
GeneralRe: Ahem... Chris Pin
#realJSOP4-May-10 7:15
mve#realJSOP4-May-10 7:15 
GeneralRe: Ahem... Chris [modified] Pin
Luc Pattyn4-May-10 16:17
sitebuilderLuc Pattyn4-May-10 16:17 
Chris, there is more to it than that. I can provide you with a lot of details now.

Executive Summary: UserAgent is very relevant; dates can be off by 1 day.

Details:

1.
I already noticed CP Vanity sometimes shows dates that are off by 1 day when compared with what your article summary page shows. Example:
http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=648011[^] shows the CP Vanity article with "Last Updated: 6 Apr 2010" which is correct; the article itself also says "Updated: 6 Apr 2010". So far so good.

CP Vanity itself gets the same page (script/Articles/MemberArticles.aspx?amid=648011) showing "5 Apr 2010" and that is what my app displays.

I noticed this weeks ago, never took the time to investigate thoroughly.
FWIW: CP Vanity does not set a UserAgent.

2.
John is having bigger trouble, he wants to load an article itself and says he misses a lot of content.

3.
So I now downloaded CP Vanity[^] using an HttpWebRequest (without UserAgent) and it results in a file of 85KB. When I look at the same page with FireFox, View Source, and save that as text, it is 165KB and contains a lot more information, including menus and the full header block containing "Updated: 6 Apr 2010" which is completely absent in the WebHttpRequest result.

BTW: the UserAgent I used is:
req.UserAgent="Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.17";



4.
The CP Vanity article shows (in Vista/FireFox):
Posted:	23 Mar 2010
Updated:	6 Apr 2010

The same URL downloaded with HttpWebRequest with my own UserAgent (the one my website gets from my system) contains:
<tr><td>Posted:</td><td><b>22 Mar 2010</b></td></tr>

<tr><td>Updated:</td><td><b>5 Apr 2010</b></td></tr>

so both dates are off by 1 day.


Conclusions

1. the UserAgent is very relevant; when absent a very slimmed down page is obtained. That explains Johns main problem.
2. with a realistic UserAgent, dates can be off by 1 day. I don't know why or how. Maybe you have an idea about that.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


modified on Tuesday, May 4, 2010 10:28 PM

GeneralRe: Ahem... Chris - date/time in particular Pin
Peter_in_27804-May-10 18:27
professionalPeter_in_27804-May-10 18:27 
GeneralRe: Ahem... Chris - date/time in particular Pin
Luc Pattyn4-May-10 18:37
sitebuilderLuc Pattyn4-May-10 18:37 
GeneralRe: Ahem... Chris - date/time in particular Pin
Peter_in_27804-May-10 19:00
professionalPeter_in_27804-May-10 19:00 
GeneralRe: Ahem... Chris Pin
#realJSOP5-May-10 1:15
mve#realJSOP5-May-10 1:15 
GeneralRe: Ahem... Chris Pin
Luc Pattyn5-May-10 2:42
sitebuilderLuc Pattyn5-May-10 2:42 
GeneralRe: Ahem... Chris Pin
TheGreatAndPowerfulOz5-May-10 3:41
TheGreatAndPowerfulOz5-May-10 3:41 
GeneralRe: Ahem... Chris Pin
Luc Pattyn5-May-10 3:58
sitebuilderLuc Pattyn5-May-10 3:58 
GeneralRe: Ahem... Chris Pin
TheGreatAndPowerfulOz5-May-10 5:47
TheGreatAndPowerfulOz5-May-10 5:47 
GeneralRe: Ahem... Chris Pin
TheGreatAndPowerfulOz5-May-10 5:49
TheGreatAndPowerfulOz5-May-10 5:49 
GeneralRe: Ahem... Chris Pin
Luc Pattyn5-May-10 6:21
sitebuilderLuc Pattyn5-May-10 6:21 
GeneralRe: Ahem... Chris Pin
TheGreatAndPowerfulOz5-May-10 6:51
TheGreatAndPowerfulOz5-May-10 6:51 
GeneralRe: Ahem... Chris Pin
Luc Pattyn5-May-10 7:05
sitebuilderLuc Pattyn5-May-10 7:05 
GeneralRe: Ahem... Chris Pin
TheGreatAndPowerfulOz5-May-10 7:31
TheGreatAndPowerfulOz5-May-10 7:31 
GeneralRe: Ahem... Chris Pin
#realJSOP5-May-10 1:17
mve#realJSOP5-May-10 1:17 
GeneralRe: Ahem... Chris Pin
Luc Pattyn5-May-10 3:48
sitebuilderLuc Pattyn5-May-10 3:48 
GeneralQuick Answers - Comment Overlapping Pin
Arun Jacob4-May-10 0:01
Arun Jacob4-May-10 0:01 
GeneralRe: Quick Answers - Comment Overlapping Pin
Chris Maunder4-May-10 2:49
cofounderChris Maunder4-May-10 2:49 

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.