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

Preview:

Citation preview

VASILY SALOMATOV

@vsalomatovvas@appsgeyser.com

We will not talk about our website

Because….

… It is NOT techie enough

… it is BORING

… AND CRAZY SIMPLE

HTML, JS, CSS

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

AND we are helping MANY PEOPLE

Not 300, but 30,000+ people

WHAT am I Doing HERE?

I want to show you something helpful

Not that guy. He helps himself!

BUT Web guys

Who do not want Next 100MB SDK

AppsGeyser API

Example:

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

And build a new service around this

• Business app builder – BizAppBuilder

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);

What we get

An APP

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

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

Challenge: Why don’t we…

• Try to create Browser based Game builder with

EffectGames JS framework + AppsGeyser API?

I will do this!!!

Recommended