Martin

925
reputation
230 views

Registered User

name Martin
member for 1 year
seen 4 hours ago
website
location Toronto, Canada
age 27
I make computers go.
Dec
7
awarded  Notable Question
Nov
25
awarded  Good Question
Nov
24
comment MySQL Transaction across many PHP Requests
@Don: In my system invoices can be modified until they are posted. Once an invoice is posted, it is locked and cannot be altered further. The only way to make a change is to create another invoice as a correction. Also, invoices are not the only type of data I would like to use this system to manage.
Nov
23
awarded  Self-Learner
Nov
21
comment MySQL Transaction across many PHP Requests
The problem with this idea is that another user might edit the data under me. This requires additional code for tracking changes to every invoice (ie, revision number). Native transactions would simply throw a commit conflict and my application could rethrow that to the user.
Nov
21
asked MySQL Transaction across many PHP Requests
Sep
17
revised Is Google Chrome’s V8 engine really that good?
updated link
Sep
17
comment Is Google Chrome’s V8 engine really that good?
The website has since added a redirect for that link.
Sep
2
awarded  Notable Question
Aug
24
awarded  Yearling
Jul
21
awarded  Popular Question
Jul
20
awarded  Popular Question
Jul
12
comment How Do I Create Cheap Shadows In OpenGL?
I have settled (for the moment) for this method, iterated once for each triangle of model B, it seems to work, but the speed leaves something to be desired. Thank you!
Jul
12
comment How Do I Create Cheap Shadows In OpenGL?
This method seems good, but the cost of drawing the source model once for each face in B seems high. Is there a way to reduce the complexity of this method?
Jul
11
asked How Do I Create Cheap Shadows In OpenGL?
Jul
10
comment MVC: Can a view loop through query results?
This does not avoid requirement number 2 in OP. You can do what he asks with a class wrapper that implements the Iterator interface.
Jul
10
revised MVC: Can a view loop through query results?
added class example
Jul
10
answered MVC: Can a view loop through query results?
Jul
9
answered PHP quirks and pitfalls
Jul
9
revised Good Collision Representation of Player Character in 3d Plaform Game?
forgot to end the sentence there
Jul
9
asked Good Collision Representation of Player Character in 3d Plaform Game?
Jul
3
awarded  Popular Question