message-system

How to optimize my game calendar in C#?

Hi, I've implemented a simple calendar (message system) for my game which consists from: 1) List<Event> calendar; 2) public class Event { /// <summary> /// When to process the event /// </summary> public Int64 when; /// <summary> /// Which object should process the event /// </summary> public Gam...

Good wordpress sitewide message system plugin

I need a plugin for wordpress that will allow people to put a message at the top of the site that may state things like upcomming events or notifications of outages of our server..etc...etc.. Anyone know of a plugin that can do this? All the one's I've found like WP Announcement and Announcer don't seem to handle this very well. I canno...