| bio | website | example.com |
|---|---|---|
| location | Ide, Netherlands | |
| age | 93 | |
| visits | member for | 2 years, 5 months |
| seen | Feb 2 at 19:51 | |
| stats | profile views | 344 |
Me,me and me
|
Apr 13 |
awarded | Notable Question |
|
Apr 9 |
awarded | Popular Question |
|
Feb 2 |
accepted | MVC Pattern - How to get errors from the model to the controller? |
|
Feb 2 |
comment |
MVC Pattern - How to get errors from the model to the controller? @mortalapeman I'm just looking to see if there's a better way. |
|
Feb 1 |
comment |
MVC Pattern - How to get errors from the model to the controller? @ratchetfreak How would that work for multiple error messages? |
|
Feb 1 |
revised |
MVC Pattern - How to get errors from the model to the controller? deleted 12 characters in body |
|
Feb 1 |
asked | MVC Pattern - How to get errors from the model to the controller? |
|
Jan 11 |
awarded | Nice Answer |
|
Dec 12 |
awarded | Yearling |
|
Oct 24 |
awarded | Popular Question |
|
Sep 24 |
comment |
Do you start migrating your Swing project to JavaFX what other platforms of interest are there? |
|
Sep 23 |
comment |
Do you start migrating your Swing project to JavaFX Are there any issues with JavaFX cross platform capabilities? |
|
Sep 23 |
comment |
Do you start migrating your Swing project to JavaFX Don't try the swing-jfx interoperability thing, it is quite buggy. I tried it in my app, it works within netbeans but if i try to run the .jar directly, i get strange memory/threading related errors. Just start fresh in my opinion. |
|
Aug 27 |
awarded | Good Question |
|
Aug 22 |
comment |
Is it a good idea to design an architecture thinking that the User Interface classes can be replaced by a command line interface? that's by no means easy btw, I hate writing event handlers and form validation code much more than business code. (though i agree with you that they should be de coupled the way you described) |
|
Aug 22 |
comment |
Is it a good idea to design an architecture thinking that the User Interface classes can be replaced by a command line interface? He never said otherwise. |
|
Aug 22 |
comment |
Is it a good idea to design an architecture thinking that the User Interface classes can be replaced by a command line interface? Correct me if I'm wrong, but changing from one GUI to another would still require significant work in terms of form validation / showing error messages, setting event handlers, etc. |
|
May 1 |
awarded | Popular Question |
|
May 1 |
comment |
Object oriented versus function oriented for backend design in PHP? Amdy, in codeigniter, if you go to a url called example.com/blog/read then it will do this: $class = new Blog(); $class->read(). You will write the class blog yourself and that's how you will have access to $this. More info here: codeigniter.com/user_guide/general/urls.html and codeigniter.com/user_guide/general/controllers.html |
|
May 1 |
awarded | Nice Question |