Click here to Skip to main content
16,015,444 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: Looks like spammer on loose... Pin
César de Souza8-Sep-10 15:03
professionalCésar de Souza8-Sep-10 15:03 
GeneralRe: Looks like spammer on loose... Pin
Chris Maunder8-Sep-10 16:42
cofounderChris Maunder8-Sep-10 16:42 
GeneralI just approved article I didn’t want to approve Pin
Petr Pechovic8-Sep-10 3:01
professionalPetr Pechovic8-Sep-10 3:01 
GeneralRe: I just approved article I didn’t wanted to approve Pin
Chris Maunder8-Sep-10 3:07
cofounderChris Maunder8-Sep-10 3:07 
GeneralWell Done, things feel back to normal now. Pin
DaveAuld7-Sep-10 20:17
professionalDaveAuld7-Sep-10 20:17 
GeneralRe: Well Done, things feel back to normal now. Pin
Chris Maunder8-Sep-10 1:56
cofounderChris Maunder8-Sep-10 1:56 
GeneralRe: Well Done, things feel back to normal now. Pin
DaveAuld8-Sep-10 2:19
professionalDaveAuld8-Sep-10 2:19 
GeneralRe: Well Done, things feel back to normal now. Pin
Chris Maunder8-Sep-10 2:47
cofounderChris Maunder8-Sep-10 2:47 
A few reasons:

1. Many sites use the Microsoft and Google CDNs for jQuery (we found Microsoft to be faster) andso if a reader visits one site that links to that file, then comes to us, they already have the same file on their machine so no need to re-download it - even if they have never visited us

2. Microsoft's CDN is geographically distributed meaning the files will be served from servers closer to the reader than our single server

3. We have pretty good uptime, but we can't compete with Microsoft in that game

daveauld wrote:
in case the MS site went offline for any reason


Look carefully at the source
HTML
<script type='text/javascript'>//<![CDATA[
if (typeof jQuery == 'undefined') {
    document.write(unescape("%3Cscript src='/script/JS/jquery-1.4.2.min.js' type='text/javascript' %3E%3C/script%3E"));
}//]]></script>

If the Microsoft CDN fails our own version will be pulled down automatically.
cheers,
Chris Maunder

The Code Project | Co-founder
Microsoft C++ MVP

GeneralRe: Well Done, things feel back to normal now. Pin
DaveAuld8-Sep-10 2:50
professionalDaveAuld8-Sep-10 2:50 
GeneralRe: Well Done, things feel back to normal now. Pin
Dan Neely8-Sep-10 4:38
Dan Neely8-Sep-10 4:38 
GeneralResponses timing out? Pin
Oakman7-Sep-10 6:51
Oakman7-Sep-10 6:51 
GeneralRe: Responses timing out? Pin
Chris Maunder7-Sep-10 8:14
cofounderChris Maunder7-Sep-10 8:14 
GeneralRe: Responses timing out? Pin
Oakman7-Sep-10 8:15
Oakman7-Sep-10 8:15 
GeneralRe: Responses timing out? Pin
Chris Maunder7-Sep-10 8:43
cofounderChris Maunder7-Sep-10 8:43 
GeneralRe: Responses timing out? Pin
Oakman7-Sep-10 8:48
Oakman7-Sep-10 8:48 
GeneralRe: Responses timing out? Pin
Dalek Dave7-Sep-10 9:07
professionalDalek Dave7-Sep-10 9:07 
GeneralRe: Responses timing out? Pin
Dan Neely7-Sep-10 10:26
Dan Neely7-Sep-10 10:26 
GeneralRe: Responses timing out? Pin
Chris Maunder7-Sep-10 9:53
cofounderChris Maunder7-Sep-10 9:53 
GeneralIsn't just me or it is feature-in-progress Pin
Yusuf7-Sep-10 5:33
Yusuf7-Sep-10 5:33 
GeneralRe: Isn't just me or it is feature-in-progress Pin
Chris Maunder7-Sep-10 13:29
cofounderChris Maunder7-Sep-10 13:29 
GeneralRe: Isn't just me or it is feature-in-progress Pin
Yusuf8-Sep-10 11:23
Yusuf8-Sep-10 11:23 
GeneralOdd behaviour in a Q&A Q Pin
Henry Minute6-Sep-10 23:17
Henry Minute6-Sep-10 23:17 
GeneralRe: Odd behaviour in a Q&A Q Pin
Chris Maunder7-Sep-10 2:26
cofounderChris Maunder7-Sep-10 2:26 
GeneralSuggestion - Search bookmarks Pin
Rui Jarimba6-Sep-10 23:00
professionalRui Jarimba6-Sep-10 23:00 
GeneralRe: Suggestion - Search bookmarks Pin
Chris Maunder7-Sep-10 2:11
cofounderChris Maunder7-Sep-10 2:11 

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.