I've got v.4... And no Trichogaster trichopterus (Blue/Three spot/Opaline/etc Gourami)?
Thanks - I've just added it so it will appear in v0.5.
I've got v.4... And no Trichogaster trichopterus (Blue/Three spot/Opaline/etc Gourami)?
yhbae, you said that you and your friend possibly plan on coding it for web, what kind of coding are you planning on doing? If needed, I could give a little PHP help.. it has been a while, but I think I'd be able to offer some assistance.
Since the app is .Net I'm assuming they will use .Net.
I've been doing .Net professionally for about six years now (profesional programmer for 12). OP if you need a hand I might be able to help out. It shouldn't be hard to port your Windows code to a web app if you encapsulated most of the logic outside of the main form. Since I first saw your app I thought it should be a web based app since it would be more easily used by the forum users.
It shouldn't be hard to port your Windows code to a web app if you encapsulated most of the logic outside of the main form.
If it's an opportunity to learn something new (PHP) I'd jump on it. It isn't every day that you have a real app to code in a new language. When learning a new langauge the advice is always "code something you need" but often you don't really need anything so that doesn't happen. Since you have the app (and even a working one) porting to PHP could be a good learning experience.
I would recommend moving the fish "database" into an XML file. It could be shared between the .Net desktop app and web app and as an added bonus people could easily modify their local copies to add new fish, change parameters they don't agree with you on, etc.
it's really a shame they don't just run it on the server and have a web front end.
yhbae, you said that you and your friend possibly plan on coding it for web, what kind of coding are you planning on doing? If needed, I could give a little PHP help.. it has been a while, but I think I'd be able to offer some assistance.