Any live web projects out there?

I’ve been away from Xojo for a few months (I’ve been living in Xcode) so apologies if my question has been answered - I’m looking for some live examples of Xojo-built web apps. I know Xojo includes some example projects but I’m looking for some real life projects. Most of my client work is in desktop or iOS but I’ve been curious about the web target for a while and would like to see what it can really do for me.

I have mentioned it before but here I goes again: http://www.nsaet.org.uk/public-register/ - it is a Xojo web app running within an Iframe. I also use a web app for the user registration and where they forgot their password http://www.holymackerelsoftware.com/OfficeHaven/iframe/.

Finally, I am trying to find a way to let Xojo users test and deploy their applications quickly and cheaply, so I created a demo Chart Director web app and have a simple website that can show the same web app either fullscreen or as an iFrame http://www.webappdevelopments.com/Apple/.

Here are a few little apps:
Pumpkin Weight Calculator
Aana QRCode Generator Lite
SecureMailtoConverter

[quote=71483:@David Cox]I have mentioned it before but here I goes again: http://www.nsaet.org.uk/public-register/ - it is a Xojo web app running within an Iframe. I also use a web app for the user registration and where they forgot their password http://www.holymackerelsoftware.com/OfficeHaven/iframe/.

Finally, I am trying to find a way to let Xojo users test and deploy their applications quickly and cheaply, so I created a demo Chart Director web app and have a simple website that can show the same web app either fullscreen or as an iFrame http://www.webappdevelopments.com/Apple/.[/quote]

Thanks David, that’s very helpful from a few angles.

[quote=71519:@Horst Jehle]Here are a few little apps:
Pumpkin Weight Calculator
Açana QRCode Generator Lite
SecureMailtoConverter[/quote]

The first and the third aren’t loading here.

I have one that I am working on… taking a break right now for tax season, but the work in progress is here:

http://portman.no-ip.biz/cgi-bin/managedfunds.cgi

There is a dummy login, use the phone number 8145551212

PW 123456

Is there also a way to make the pages nicer looking with a background? The style settings allow you to change the color but can you put an image in the background?

The page I am referring too is near the end, it gives you a summary of the portfolio selected…

I think Bob’s video training is a WE app

Yup. http://www.bkeeney.com/XojoTraining/xojotraining.cgi It’s been up for roughly 2 1/2 years and served up 7,435 hours of Real Studio and Xojo training videos.

Put an imagewell on your page, and controls on top of it.

http://www.clubdufantastique.fr
(french)

Cheers,
Guy.

Is this really a Xojo web app ? Fantastique !

Hey Michel, thanks.

Yes it is, with some css/js ‘injection’ hacks in order to get the result I wanted. It also handles Paypal and Ogone payment management.

What you don’t see is also an administrator side of the website for my client to update the sponsors, the texts, the users, the products etc… which required much more work than the public side itself ! :wink:

Cheers,
Guy.

Btw, it’s not Xojo per say, it was RealStudio v2011r4.3.

I shouldn’t show this yet, but - after all - we are among Xojo devs here (and I’m the owner of my company anyway) :wink:

This is a new website for my company I’m working on (where our Xojo toolkits and devs will be sold in a few weeks):
http://198.61.176.12/radfac-innovations/
(It’s on Xojo Cloud for testing purposes but the final site will end up on our own server probably).

This time I’m trying to use only Xojo native features (no css/js injection yet - until I hit a wall). If you click on some menu entries the content will resize dynamically.

The idea here is to have a unique WebPage, and feed the content when needed through embedded ContainerControl (which I have yet to create).

The challenge was to re-create the look and feel of our main existing WebSites (http://www.radfac.com and http://www.radfac-productions.com). I’m pretty happy with the result so far and with how Xojo WebApps behaves.

Cheers,
Guy.

Guy, that’s some impressive WE usage right there.

Love it.

Thanks Gavin.

Btw, I have a few issues with some browsers, just to let you know:

  • Safari Mac/Windows: WebAnimator does not work.
  • Firefox Mac/Windows: OK
  • IE 11: WebStyle gradients does not work, WebAnimator does not work
  • Chrome: WebAnimator does not work.

I can fix the gradient issue through css/js injection, I’m not sure about WebAnimator yet (else I’ll switch to a custom one).

I did not tested the latest Xojo beta though, so perhaps these have been fixed.

Cheers,
Guy.

Hi all,

Here’s another business app (in French), I’ve made entirely with Xojo :
Fidelisa
demo login : demo@fidelisa.com
password : fidelisa

Let me know what you think

Valery

Login does not work. Email unknown.

Sorry… it should work now :slight_smile: