so I wrote this little javascript app and

Started by rcjordan, March 18, 2011, 06:46:43 PM

Previous topic - Next topic

rcjordan

it turned out well. (An inflation-adjusted retirement fund cash flow calculator .)  I kept tweaking and adding features and it grew to be a fair-sized piece of logic.  It's nice enough that it definitely needs to go up on my sites to generate buzz and backlinks. It may even have potential for the smartphone app stores.

The problem now it's good enough that I don't want to post the javascript version but want to hide the logic on the server.  Any way to avoid a total rewrite to php?

ukgimp

Could you mot just do an set of Apps, aparently they are the way forward :-)

Could you get some programmer to splice bits together, eg where you set the variables in the php after as part of a post script and they do the logic? That way my php programmer cant fuck off with your code/logic?


rcjordan

>they are the way forward

They are. Debbie keeps screaming that our 'flat' web is dead but no one listens.

>splice bits together

As NFFC says, "I'd rather have a sharp needle stuck in my eye" versus working with -ugh- humans.

Besides, the work is done. All the logic has been completed. All the tables pop-up as required. All the math is right.  It just needs porting to php (or perl) for using on my sites and god-knows-what language for the smartphone app store.

ergophobe


dogboy

hey I still have my old mortgage calc site and instead of letting them steal the code, I gave them the option of adding a javascript FEED to their pages, along with a static/crawlable html link back to me, which, if removed, broke their calc:)

If this works for you I'll send you the ftp login and you can rummage around until you find the code...

Torben

Take a look at Titanium: http://www.appcelerator.com/

It converts JavaScript to any platform