Click here to Skip to main content
15,913,854 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: Voting rules are leading to false results Pin
KarstenK3-Jul-14 22:03
mveKarstenK3-Jul-14 22:03 
GeneralRe: Voting rules are leading to false results Pin
Rage3-Jul-14 22:10
professionalRage3-Jul-14 22:10 
GeneralRe: Voting rules are leading to false results Pin
KarstenK3-Jul-14 22:48
mveKarstenK3-Jul-14 22:48 
GeneralRe: Voting rules are leading to false results Pin
Nelek5-Jul-14 4:54
protectorNelek5-Jul-14 4:54 
GeneralRe: Voting rules are leading to false results Pin
Chris Maunder6-Jul-14 15:05
cofounderChris Maunder6-Jul-14 15:05 
GeneralRe: Voting rules are leading to false results Pin
KarstenK14-Jul-14 20:46
mveKarstenK14-Jul-14 20:46 
SuggestionHow do I delete my CodeProject account Pin
KernelNinja2-Jul-14 19:18
KernelNinja2-Jul-14 19:18 
GeneralRe: How do I delete my CodeProject account Pin
#realJSOP3-Jul-14 2:36
professional#realJSOP3-Jul-14 2:36 
GeneralRe: How do I delete my CodeProject account Pin
Chris Maunder3-Jul-14 2:51
cofounderChris Maunder3-Jul-14 2:51 
GeneralRe: How do I delete my CodeProject account Pin
#realJSOP3-Jul-14 3:16
professional#realJSOP3-Jul-14 3:16 
GeneralRe: How do I delete my CodeProject account Pin
DaveAuld3-Jul-14 22:47
professionalDaveAuld3-Jul-14 22:47 
SuggestionComments on blogs in moderation queue Pin
OriginalGriff2-Jul-14 6:01
mveOriginalGriff2-Jul-14 6:01 
GeneralRe: Comments on blogs in moderation queue Pin
Sean Ewington2-Jul-14 7:16
staffSean Ewington2-Jul-14 7:16 
SuggestionSite API Pin
#realJSOP2-Jul-14 2:23
professional#realJSOP2-Jul-14 2:23 
GeneralRe: Site API Pin
Chris Maunder2-Jul-14 6:37
cofounderChris Maunder2-Jul-14 6:37 
GeneralRe: Site API Pin
Pete O'Hanlon2-Jul-14 7:27
mvePete O'Hanlon2-Jul-14 7:27 
GeneralRe: Site API Pin
Nish Nishant2-Jul-14 8:00
sitebuilderNish Nishant2-Jul-14 8:00 
GeneralRe: Site API Pin
#realJSOP2-Jul-14 8:15
professional#realJSOP2-Jul-14 8:15 
GeneralRe: Site API Pin
Chris Maunder2-Jul-14 9:00
cofounderChris Maunder2-Jul-14 9:00 
GeneralRe: Site API Pin
#realJSOP2-Jul-14 8:36
professional#realJSOP2-Jul-14 8:36 
I just had another thought - How about this:

0) A user runs an app that gets data from CP

1) The act of requesting that data causes the server to save the date/time of the request, the user's CP id, and the app id in the database.

2) The server creates a XML (or JSON) file for that user with the requesting app(s) data

3) For a period of N days (where N is determined by CP admins), the server automatically updates that file with that info every night at time convenient for the system.

4) The next time the app makes a request, the datetime is updated for that user/app, and the file is returned to him (since it already exists and is updated).

5) If the file expires (older than N days), the service can update it before returning the filename.

6) When the nightly job runs, expired files can be deleted (or marked for deletion).

The only thing that CP would have to do is provide the assembly that handles that negotiation, and the application would have to make all API calls via that assembly.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


GeneralRe: Site API Pin
Chris Maunder2-Jul-14 9:01
cofounderChris Maunder2-Jul-14 9:01 
GeneralRe: Site API Pin
#realJSOP3-Jul-14 1:53
professional#realJSOP3-Jul-14 1:53 
GeneralRe: Site API Pin
#realJSOP3-Jul-14 2:00
professional#realJSOP3-Jul-14 2:00 
GeneralRe: Site API Pin
Chris Maunder3-Jul-14 2:43
cofounderChris Maunder3-Jul-14 2:43 
GeneralRe: Site API Pin
Nish Nishant8-Jul-14 7:34
sitebuilderNish Nishant8-Jul-14 7:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Fixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.