Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
AEROGEAR-1055, remove outdated examples refs
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 26, 2013
1 parent 4fe44e8 commit 609b307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/HTML5MobileQuickstartAndDeepDive.asciidoc
Expand Up @@ -222,7 +222,7 @@ If, on the other hand the request fails for some reason the method processes the

=== CSS Files

Github Source: https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile/src/main/webapp/css[CSS directory]
Github Source: https://github.com/jboss-jdf/jboss-as-quickstart/tree/master/kitchensink-html5-mobile/src/main/webapp/css[CSS directory]

In our example we have three CSS files; d.screen.css, m.screen.css and screen.css; d.screen.css is for desktop, m.screen.css is for mobile, screen.css is common to both. These contain the various styles needed for our application. Most of it is standard CSS styling, but I wanted to point out where it uses the new CSS3 selectors to make styling table cells easy.

Expand All @@ -242,7 +242,7 @@ This is just one example of the many updates to the CSS selector options availab

=== 3rd Party Libraries

Github Source: JavaScript https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile/client/src/main/webapp/js/libs[libs directory]
Github Source: JavaScript https://github.com/jboss-jdf/jboss-as-quickstart/tree/master/kitchensink-html5-mobile/client/src/main/webapp/js/libs[libs directory]

This application uses several 3rd party libraries to do some of the heavy lifting, and handle plumbing and boilerplate code. These libraries represent just one combination, and there are many other quality libraries out there. Look for more details and examples of these in the future.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/HTML5RESTApps.asciidoc
Expand Up @@ -21,7 +21,7 @@ As you can see, we have all the goodness which exists under the HTML5 unmbrella

We are leveraging the latest and greatest web technologies on mobile, desktop, and device browsers to bring developers a unified and structured enterprise development workflow.

For our latest example of a HTML5 application you can get started with the link:../GetStartedHTML5MobileWeb[how-to article] which guides you step by step, or https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile[fork it on github].
For our latest example of a HTML5 application you can get started with the link:../GetStartedHTML5MobileWeb[how-to article] which guides you step by step, or https://github.com/jboss-jdf/jboss-as-quickstart/tree/master/kitchensink-html5-mobile[fork it on github].

image::img/iosAppScreenShot.png[Screen Shot of KitchenSink Quickstart on iOS]

Expand Down
2 changes: 1 addition & 1 deletion examples/index.markdown
Expand Up @@ -22,7 +22,7 @@ Below are lists of example applications and running demos which demonstrate the

* [HTML5/JavaScript TODO](https://github.com/aerogear/TODO)
* [Running Demo](http://todo-aerogear.rhcloud.com/)
* [AS QuickStart](https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-aerogear-js)
* [AS QuickStart](https://github.com/aerogear/kitchensink-aerogear-js)
* [Running Demo](http://js-aerogear.rhcloud.com/)


Expand Down

0 comments on commit 609b307

Please sign in to comment.