I have a device that uses SOAP/API. (there is an sdk, but i havent looked into it yet.)
I want the web app to always listen to that device, and each time a new data is sent the app does something.
What is the best technique ?
- Do i use an event listeners? (update the app once an event occurs), this requires js/ajax .. maybei’ll use angularJS.
- Do i have to use sockets ?
- Is there something else ?
Language isn’t a priority, i can work with any web technology and any server-side language.
I have done this for non-web applications using java, air for desktop (sockets to serial using serproxy).
The reason i ask is because a company wants my opinion about the best technique to approach this.
We might also hire someone to work on the system. Price is between $3K-$6k. Nothing is sure yet.
Thanks
An old client of mine is asking me for about 4/5 effects.
He basically said: I need to make some animation for bubble explosions…. I need to make similar explosions (candycrush on facebook) to add to a game I´m developing exp: single explosion , row explosion , column explosion etc…. and add it to a game I already have
Those who are interested can email me at: moe[the symbol]iplusstd[thedot]com
Thanks
TutelageSystems said
Hi SimplyDo,Definitely check into the API ’s that PayPal provide.
I know they are a charity but are they willing to get a Merchant Number from a Bank that can provide online solutions (such as Chase)?
I only mention chase because I have worked with them in creating a donation website (email me through my profile if you would like the link to check it out).
Yes they are willing, emailing you
sevenspark said
We’re saying that you can create a donation page exactly like World Relief’s donation page, and just have PayPal do the actual processing. PayPal has a whole slew of APIs that you can use. Those donation buttons they offer are the simplest version and just the tip of the iceberg. Their documentation leaves a lot to be desired, but the use cases their APIs cover are pretty extensive I’ve found.
Okay then i’ll check them out.
thanks
Defiantly you can do it using paypal or even google checkouts
but the clients want something similar to the link i shared previously
My clients want to install a donation page on their website.
I know that i can use paypal donation buttons, but they want something similar to this.
https://worldrelief.org/SSLPage.aspx?pid=2871Any websites, services or tips on how to do so?
I stumbled upon such services but i cant find them now.Note they are a charity for helping kids: ASTEP .
Thanks
quickandeasy said
A ‘Source’ told me it is an ‘Author Title’
![]()
hahahha, ur source never tell lies.
Qosmio owner for more than 3 years. Can’t complain a bit.
If size doesnt matter buy a qosmio, thew new version is way thinner than mine
FlashCube said
SimplyDo saidDo I need to extend MovieClip Class to get the instance?
The example below assumes you are using Main.as as your main/driver class//create a new private and static variable private static var _instance:Main; //constructor public function Main(){ _instance=this; } //get function that returns an instance of main public static function get instance():Main { return _instance; }Inside any class, you access the stage by using:
Main.instance.stage
In your driver/main class yes
