First Rule for Entrepreneurs: Get Shit Done!
Good luck is the result of good planning & execution...
“Simplicity is the ultimate sophistication." -- Steve Job
"Any sufficiently advanced technology is indistinguishable from magic." –Arthur C. Clarke
"The world hates change, yet it is the only thing that has brought progress." -- Charles Kettering
"Great individuals invent their own values and create the very terms under which they excel." -- Kierkegaard and Nietzsche
Einstein's Three Rules of Work:
- "Out of clutter (or chaos) find simplicity;
- From discord find harmony;
- In the middle of difficulty lies opportunity."
I've learned that having the right team, planning and execution are all important for startup success -- and that vision, timing, passion and perseverance are perhaps more important -- CEO
"There is no substitute for knowledge." -- W. Edwards Deming
"In God we trust; all others must bring data..." -- W. Edwards Deming, as used as Motto at the Space Shuttle/NASA Mission Evaluation Room.
"I think I can safely say that nobody understands quantum mechanics." -Richard Feynman
Can someone please help me on how i can use an application that i will develop be able to send data that i fill on a a form from the phone to email address stated.
Will appreciate responce
Thanks
You can do this 2 ways. 1) Writing a local application (such as in Java), or 2) web-based.
You then need the services to actually send email. For #1 above there are simple HTTP services out there do you a POST, or you can write your own server-side API. For #2, it is all server-side and you can use for example JavaMail API, etc.
ceo
I am in search of a tutorial that explains in detail on how one creates a login from your mobile phone to a server.
I have a database on my server that has a user table with three fields ID,username and password.
I have netbeans and all the sdk’s from most mobile phone’s.
I want the user to login from his mobile phone and view a message “hello ” & username & ” thank you for logging in”
Can anyone help with this.
Mike