555 reputation
513
bio website
location
age
visits member for 2 years
seen 14 hours ago
stats profile views 47

May
10
awarded  Yearling
Feb
18
awarded  Citizen Patrol
Dec
30
accepted How to handle timezone for dates?
Dec
29
awarded  Notable Question
Dec
21
asked How to handle timezone for dates?
Nov
18
comment How to become an expert web-developer?
practice, practice, practice
Nov
11
awarded  Booster
Nov
10
awarded  Good Question
Nov
10
awarded  Announcer
Nov
6
comment How to approach iOS web clip app “download”?
Yes I was already thinking to do that on the front-end with Javascript. Is there a way to detect it on the back-end though?
Nov
4
asked How to approach iOS web clip app “download”?
Nov
4
comment Where should I put a method that returns a list of active entries of a table?
It's okay for EntryModel to have getEntries(). You're grouping logic in the sense that EntryModel will only deal with entries and UserModel will only deal with users. But wait...what about getUserEntries($userID)? I'd stick that in EntryModel as you're returning entries.
Nov
4
answered Where should I put a method that returns a list of active entries of a table?
Nov
3
accepted What is the process of planning software called? Or what is the job title of someone who does software planning?
Nov
3
accepted Is a simple iPhone app more appealing to users than a mobile website?
Oct
22
revised Is a simple iPhone app more appealing to users than a mobile website?
added 4 characters in body
Oct
22
asked Is a simple iPhone app more appealing to users than a mobile website?
Oct
2
asked What is the process of planning software called? Or what is the job title of someone who does software planning?
Sep
27
comment In PHP, what are the different design patterns to implement OO controllers as opposed to procedural controllers?
wow, thanks for the thorough update. the first thought that comes to my mind is what a tightly coupled mess! but i guess there's no way to avoid that.
Sep
27
comment In PHP, what are the different design patterns to implement OO controllers as opposed to procedural controllers?
can you give a very high level pseudo code example of an OO approach?