Brian MacKay

3,818
reputation
522 views

Registered User

name Brian MacKay
member for 1 year
seen 18 hours ago
website
location Tampa, FL
age 30
Lead Developer/Operations: Inntec
5h
awarded  Taxonomist
20h
comment WPF/Silverlight: Instantly render large amounts of multi-colored text
What I don't know about graphics could (and does) fill a small library.
20h
comment WPF/Silverlight: Instantly render large amounts of multi-colored text
I assume that by caching you guys are just talking about holding a reference to the bitmap in memory, right?
22h
comment WPF/Silverlight: Instantly render large amounts of multi-colored text
That should give me enough to get started, thanks!
22h
comment WPF/Silverlight: Instantly render large amounts of multi-colored text
Thanks, could you point me in the right direction on how to get started with that?
22h
revised WPF/Silverlight: Instantly render large amounts of multi-colored text
edited title
23h
asked WPF/Silverlight: Instantly render large amounts of multi-colored text
Dec
15
accepted Gift Card/Debit Card Activation
Dec
11
revised Why have your software development projects failed?
revised definition of failure; added 189 characters in body
Dec
11
comment How do you vent stress as a programmer?
Thanks a lot Kyle!
Dec
10
asked Building a Roguelike in Silverlight (or WPF)
Dec
10
answered How do I override the equals operator == for an Interface in C#?
Dec
7
comment Gift Card/Debit Card Activation
+1: interesting, thanks for the thoughtful response (although fortunately we are not actually doing debits!)
Dec
7
revised Gift Card/Debit Card Activation
added 164 characters in body; deleted 112 characters in body
Dec
7
comment Gift Card/Debit Card Activation
Hey, that's really helpful Paul. So what about situations where, say, Wall Mart is selling a gift card for some other company like Chilli's? I assume that's where these third party processors like Blackhawk Networks come in?
Dec
6
awarded  Mortarboard
Dec
4
revised Gift Card/Debit Card Activation
added 306 characters in body
Dec
4
answered Gift Card/Debit Card Activation
Dec
4
revised Gift Card/Debit Card Activation
added 243 characters in body; added 39 characters in body
Dec
4
comment Gift Card/Debit Card Activation
Thanks Tom, but my question isn't about a loyalty program. :) I will update the question to make it more clear.
Dec
4
answered One massive instance of an app, or many medium-sized ones?
Dec
4
asked Gift Card/Debit Card Activation
Dec
3
awarded  Nice Answer
Nov
30
comment Alternatives to using web.config to store settings (for complex solutions)
I've been doing it this way for awhile now and it's great. In Web.Config, I just store a connectionstring and a variable called 'enviroment' that contains a value like Production, Staging, Development. And then there's a table called Settings in the database that contains all the settings for all the different environments. And I use RedGate's SQL Data Compare to keep the all in sync.
Nov
24
answered Are some people incapable of programming?
Nov
23
comment What programming language would be best for creating a roguelike game?
Do you have any links that might have more information??
Nov
23
comment Worst UI You’ve Ever Used
It's hard even for experienced developers to buy a freaking domain name. Fail.
Nov
21
accepted Making a generic MovableGameEntity Class for my 2D game?
Nov
20
awarded  Popular Question
Nov
20
comment Making a generic MovableGameEntity Class for my 2D game?
Ah, gotcha. :) For me, I would probably try to put the object that has Strength, Dexterity, etc out there as a seperate subclass of MovableGameEntity just to be clean (assuming a bullet doesn't need Strength, etc). And from there everything else applies. ;)
Nov
20
revised Making a generic MovableGameEntity Class for my 2D game?
added 65 characters in body
Nov
20
answered Making a generic MovableGameEntity Class for my 2D game?
Nov
16
accepted Why not catch general Exceptions
Nov
16
revised Why not catch general Exceptions
added 122 characters in body; added 38 characters in body; added 27 characters in body
Nov
16
revised Why not catch general Exceptions
added 159 characters in body; deleted 4 characters in body
Nov
16
comment Why not catch general Exceptions
Sounds like you're all over it then! :)
Nov
16
revised Why not catch general Exceptions
added 228 characters in body; deleted 33 characters in body; added 44 characters in body
Nov
16
revised Why not catch general Exceptions
added 210 characters in body; added 69 characters in body
Nov
16
revised Why not catch general Exceptions
added 41 characters in body; added 24 characters in body
Nov
16
comment Why not catch general Exceptions
Gotcha. Well, it's still a similiar situation -- you could display a friendly message to the user, do some logging/reporting, and exit gracefully (or restart/return to a safe state).
Nov
16
revised Why not catch general Exceptions
deleted 39 characters in body; added 1 characters in body
Nov
16
answered Why not catch general Exceptions
Nov
13
revised Users asking for denormalized database
added 75 characters in body
Nov
13
answered Users asking for denormalized database
Nov
9
comment VB.NET Get underlying system.type from nullable type
Awesome, glad to help. :)
Nov
5
comment Best solution for integrated bug tracking, wiki and version control
+1: we use it here at Inntec. The wiki had some irritating little problems, at least in the previous version, but for the most part we're all very happy.
Oct
30
awarded  Popular Question
Oct
29
comment Create a PDF Envelope
+1: This saved me some time, thanks!
Oct
29
comment Path.Combine for Urls?
+1: This is good, although I have an irrational problem with the output parameter. ;)
Oct
29
revised Why no love for SQL?
added 15 characters in body; deleted 432 characters in body