Request - Mid complexity web project.

Post

Posted
Rating:
#1 (In Topic #1474)
Avatar
Expert
Quincunxian is in the usergroup ‘Expert’
Quincunxian is in the usergroup ‘Blogger’
Greetings,
I'd like a copy of a mid complexity web project.
I've played around with the web view component but nothing like the web projects discussed here in the forum and in the email user lists.
Why not build your own ? is the obvious answer, but there will be a huge difference between something created with limited knowledge and and something from an experienced developer. (Hence the request for a mid complexity project)

This is mainly to do with this post, request for ideas for a Help file generator - Suggestions wanted.
as I need it for testing the writing the help component and the technical documentation.

If you are uncomfortable posting your web project here on the forum, DM me and I'll give you an email to post it to.

thanks in anticipation,

Cheers - Quin.
I code therefore I am
Online now: No Back to the top

Post

Posted
Rating:
#2
Banned
Do you mean general html or gb.web.gui project ?

or something with it's own web browser/viewer?

what specifically are you needing?
:)
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Expert
Quincunxian is in the usergroup ‘Expert’
Quincunxian is in the usergroup ‘Blogger’
If it's web based and a Gambas project then that would define the criteria I need.
I've tested a lot of different projects I've downloaded (even some of yours Bruce) but don't have any webby stuff to test.

The Gambas Project Review Utility must be able to scan any(?) Gambas project and be able to:
1. Display aspects of the page/form to allow the user to cut & paste to project loaded in the editor.
2. Search all objects including the {name}.form ( so you can identify tool tips and so on.)
3. Analyze the forms/page(s) to create a basic help documents that can be updated with a simple wysiwyg html editor.
4. Analyze the forms/page(s) to create technical documentation. (including database schema if used)

There other tools included like listing all the projects declared variables & listing all unused images that exist in the project folder but are never referenced in the project code.

If you ( or anyone else) can think of something that would be useful information that can be extracted from a project code then give me a shout and I'll see what I can do.

Cheers - Quin.
I code therefore I am
Online now: No Back to the top

Post

Posted
Rating:
#4
Banned
 hmm yeah not sure if I can help there.

I made an object browser that shows all loaded component objects properties/methods/etc.
maybe there's some useful code in it.

But it's not the "webby" side you're looking for, sorry.

Off the top of my head i would say if i was doing the same I would probably think of making a class that could easily convert arrays or collections into html table data.
then figure out the main page layout and a way to easily insert the data.

Attachment
Online now: No Back to the top
1 guest and 0 members have just viewed this.