![]() |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Cool I love your project. I am a analyst programmer - engineer so if you need any help let me know.
So far the suggestion I have are : -Export to excel in a good looking format to print. -Report/Graph on performance by month/week/year. (If you need the math done I can help) -Rep scheme editor : A scheme of Rest Pause like, even add cadence (1-1-1, 2-1-2) -You could incorporate a body measurement and weight tracking. -Diet tracker etc. with auto-calculation based on body measurement and -Weight tracking/Diet Adjustment (there should be some equation for that somewhere online.) Just ideas |
|
||||
|
I agree with thee above. Being a software programmer in college, exporting to Excel for prints and reporting services would be a good thing to incorporate.
Why Python though? The language is very out-dated and old. Should have used C#, Java, or even VB hahaha. Good idea though. If I have anymore final projects where I can write the program of my chosing i'm going to recreate your project for it. Great idea!!!!!!!! THere a link where we can download it n check it out?
__________________
Breathing new life - back into me. Challenging all - powers that be... |
|
|||
|
cool idea. I wish i knew how to program
__________________
Training Log: http://www.bodybuildingforyou.com/forums/member-journals-light-weight/43055-thearas-log-why-not.html middleweight, here i come! |
|
||||
|
Quote:
I am/was going to do that to the 3 book excel spreadsheet I use to figure out my weights for the days workout, but been too lazy... I have no umph seeing I code all day at work too... Anyways...Good Work Megadave! Way to take action...
__________________
Me: 34, 5-9, 155, 10% - The ECTOMORPH Last edited by roehrigs01; 07-17-2007 at 12:00 PM. |
|
||||
|
For this kind of software, which all is done is manipulating data for personnal purpose taking it on a web apps gets the bug disposition much higher thus requiring a lot more of Q&A to be done.
My opinion is that web application are not yet at the level of the local apps unless you are highly skilled in AJAX programming or using technology like flash (new generation)/atlas. Even then the programming time is A LOT more to obtain the same interaction with the application. |
|
||||
|
Looks pretty tight man. I've done a similar thing in vb a couple years ago (we even got the same name for the program........ haha). I've been tossing around the idea of redoing it in c#. I could do so much more with it. If you can program c#, pm me, and maybe we could work together on it.
__________________
Founder of F.A. (Fatceps Anonymous) |
|
||||
|
Thanks for the ideas guys, I appreciate the feedback. I work on it in my spare time, so it'll prolly be a week for so before any major updates to it.
Why python? I don't use windows, python has simple bindings for my gui toolkit of choice (gtk) and it is a very easy language to use for simple projects like this. Also, it's free and OSS, which are very important things to me. Traps: that's a cool looking project. Do u still use it? |
|
||||
|
Quote:
Then why not go with C# and Mono? |
|
||||
|
Quote:
|
|
||||
|
Quote:
Any Application that you develop for online scaling WILL create higher development time, I am Project Manager and when it has to be Web I ALWAYS have to plan at least 2x the time to finish it from A to Z including the Q&A stage, that's a simple rules that we learn |