Brian Warshaw

3,937
Reputation
263 views

Registered User

name Brian Warshaw
member for 1 year
seen Nov 24 at 19:45
website
location US
age 26
I'm a BA in English who has slowly fallen into a programmer's career.
1d
awarded  Mortarboard
Nov
19
answered Advice needed from PHP/Cake PHP expert
Nov
10
comment mysqli or PDO - what are the pros and cons?
I think that the gains that PDO offers are worth understanding and working around the bugs. PHP itself is full of very aggravating bugs, some that we can't even work around efficiently, and yet it offers many benefits that cause us to use it instead of other options.
Oct
23
awarded  Nice Answer
Oct
22
awarded  Notable Question
Sep
30
answered How should I split MVC models in my PHP app?
Sep
30
comment Quirky Winforms Font Behavior On MouseHover
Definitely a good point--thanks for the tip.
Sep
30
comment Quirky Winforms Font Behavior On MouseHover
Just curious--is this suggestion just a "try and see" or does MouseEnter generally behave a bit differently in relation to these sorts of things?
Sep
30
comment Quirky Winforms Font Behavior On MouseHover
Are you guys saying I should avoid creating a new font every time the hover happens? Is that because it's an expensive run-time operation?
Sep
30
answered Quirky Winforms Font Behavior On MouseHover
Sep
30
asked Quirky Winforms Font Behavior On MouseHover
Aug
26
revised NHibernate + SqlCE - Forever Lazy?
Added some info about why I can't post the mapping files.
Aug
26
asked NHibernate + SqlCE - Forever Lazy?
Aug
22
awarded  Popular Question
Aug
15
awarded  Yearling
Jul
24
awarded  Popular Question
Jul
9
awarded  Enlightened
Jul
9
awarded  Nice Answer
Jul
8
awarded  Disciplined
Jul
6
comment In .NET, can I detect system focus events (C#)?
this is good, and very useful, but there are some holes in his article that I wish were filled--namely the implementation of the GetClassName() and GetWindowText() Win32 functions. If you can fill in some of those holes, I'd be grateful.
Jul
6
asked In .NET, can I detect system focus events (C#)?
Jun
29
accepted C# / Access Getting Primary Keys from Access 2003
Jun
28
comment C# / Access Getting Primary Keys from Access 2003
I realize that the word "associated" can add confusion, but I'm indeed talking about primary keys in the tables in which they are actually primary keys. I wanted a listing of primary keys in a database, but not a "flat" listing where it's simply a list of those fields. I needed to know which table the primary key belonged to, as well--not just its name or other attributes. The "Indexes" schema table did the trick. Thanks for trying to answer, though.
Jun
26
answered C# / Access Getting Primary Keys from Access 2003
Jun
26
asked C# / Access Getting Primary Keys from Access 2003
Jun
25
asked In C#, are Lamba Expressions objects?
Jun
25
asked C# String representation of method
Jun
24
awarded  Nice Answer