Comments highlighted as 'New' !
-
Why it is highlighted as 'New' comment when it's published two years before ? for ex. please see this: Phone Directory Implementation Using TRIE[^] Am I wrong ? :confused:
There is always hope ..!
-
Why it is highlighted as 'New' comment when it's published two years before ? for ex. please see this: Phone Directory Implementation Using TRIE[^] Am I wrong ? :confused:
There is always hope ..!
Is that the only message that was marked as new? Or were all messages marked as new?
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Is that the only message that was marked as new? Or were all messages marked as new?
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
All Messages was marked as new, not only article I experienced that on but many others..
There is always hope ..!
-
Why it is highlighted as 'New' comment when it's published two years before ? for ex. please see this: Phone Directory Implementation Using TRIE[^] Am I wrong ? :confused:
There is always hope ..!
If I log in to CodeProject from a different browser and/or computer, all messages will be shown as 'New'. It might be that a cookie or something is stored on the computer.
public class SysAdmin : Employee
{public override void DoWork(IWorkItem workItem) { if (workItem.User.Type == UserType.NoLearn){ throw new NoIWillNotFixYourComputerException(new Luser(workItem.User)); }else{ base.DoWork(workItem); } }
}
-
If I log in to CodeProject from a different browser and/or computer, all messages will be shown as 'New'. It might be that a cookie or something is stored on the computer.
public class SysAdmin : Employee
{public override void DoWork(IWorkItem workItem) { if (workItem.User.Type == UserType.NoLearn){ throw new NoIWillNotFixYourComputerException(new Luser(workItem.User)); }else{ base.DoWork(workItem); } }
}
Well Zac, I had Deep Freeze running on my system, I'm very careful on security issues ,so the cookies is not the issue I'm sure of that .
There is always hope ..!
-
Well Zac, I had Deep Freeze running on my system, I'm very careful on security issues ,so the cookies is not the issue I'm sure of that .
There is always hope ..!
If you look at the list to the left, at the bottom it will tell you why it is marking messages as new. This is (I think) controlled by cookies. I have found that deleting all cookies from my browser will cause all messages to be flagged as new, but gradually the system will catch up.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
If you look at the list to the left, at the bottom it will tell you why it is marking messages as new. This is (I think) controlled by cookies. I have found that deleting all cookies from my browser will cause all messages to be flagged as new, but gradually the system will catch up.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
So is it a bug after all ?
There is always hope ..!
-
So is it a bug after all ?
There is always hope ..!
No, that is not what I said.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
No, that is not what I said.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
nop! I did ! :rolleyes:
There is always hope ..!