2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

22
VASILY SALOMATOV @vsalomatov [email protected]

Transcript of 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Page 1: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

VASILY SALOMATOV

@[email protected]

Page 2: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

We will not talk about our website

Because….

Page 3: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

… It is NOT techie enough

Page 4: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

… it is BORING

Page 5: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

… AND CRAZY SIMPLE

HTML, JS, CSS

Page 6: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

I will only say that we are helping people

Jump into the mobile space

"I'm totally hooked. I'm not a developer, I'm an accountant but I can write about 3 lines of HTML code and upload icons so I can build apps with AppsGeyser "Mark Polino

Page 7: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

AND we are helping MANY PEOPLE

Page 8: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Not 300, but 30,000+ people

Page 9: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

WHAT am I Doing HERE?

Page 10: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

I want to show you something helpful

Not that guy. He helps himself!

Page 11: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

BUT Web guys

Page 12: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Who do not want Next 100MB SDK

Page 13: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

AppsGeyser API

Page 14: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Example:

• Since we are at Google Headquarters today, lets pick the Google mobile website builder

Page 15: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

And build a new service around this

• Business app builder – BizAppBuilder

Page 16: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

So How is it done?

• User is authenticated with Google – OpenID & OAuth

• As user finishes building the site using Google Sites:

//create curl object$curlObject = curl_init();

//set parameters$apiMethodUrl = "http://appsgeyser.com/api/widget/create";curl_setopt($curlObject, CURLOPT_URL, $apiMethodUrl);

//send request$response = curl_exec($curlObject);

Page 17: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

What we get

Page 18: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

An APP

Page 19: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Other AppsGeyser API usages

• Wordpress plugin – to generate native app for WP website

(in BETA now)• Joomla Plugin– To have an APP for Joomla powered website

• YOWindow Weather Apps– Interactive weather app for each major city

Page 20: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

TASK:

• Just in June the folks from San Mateo

• Released their code for Browser based Games creation under MIT.

https://github.com/jhuckaby/Effect-Games

Page 21: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

Challenge: Why don’t we…

• Try to create Browser based Game builder with

EffectGames JS framework + AppsGeyser API?

Page 22: 2011 07-09 super happydevhouse45 google headquarters - appsgeyser presentation-no video2

I will do this!!!