Share My Creation Web app Designer and Server

Hi all,
This is just a teaser to my new app.
All been done before but I thought, why not.
I have a b4j web-server running on my machine at home.
It is serving a web site designed with my B4J designer.
When I get it finished I will have all source available for anyone to use.
Anyway, have a look at this

http://ctd.noip.me/index.html

Served from home, and might break at any moment. Still in the early days of creating this.
No php just html and css.
It uses Bootcamp3 as well.

Tom
Queensland Australia.
 

TomDuncan

Active Member
Licensed User
Longtime User
Hi All,
I have been working hard on the web designer and Server.
At the moment the Design part is written in Delphi.
I was having a few problems with B4J so decided to go with the known style.
The server is pure B4J, now up and going on my demo site. You can leave comments and have a look.
Note I am now using w3schools css. Has a nice a clean style.
A lot like Android material design.

Anyway, the Design part will now be written using a web interface.
In a few weeks time I will put the source for the server and the exe file for the designer.
(Just let me fix lot's of errors)

Have a look.. http://ctd.noip.me/index.html

Feel free to leave any comments and ideas.
Tom
Australia
 

TomDuncan

Active Member
Licensed User
Longtime User
Not bad for an old windows 7 machine. Next week promise to have it up and going on the raspberry pi.
And thanks for that. Happy with the work so far.
 

Beja

Expert
Licensed User
Longtime User
Congratulations Tom, this is really a great achievement.. I visited your website and reading your programming history it comes at no surprise.
 

TomDuncan

Active Member
Licensed User
Longtime User
Just finishing the designer at the moment and writing a help page or two.
Will have those in the demo.
Send me a comment on my site if you would like the demo.
I will then you the link to download.
The demo will include the designer Exe file. The database for the demo.
And the files and source for the server.

Ready by the end of the weekend.
Note that this is beta software till I iron out the bugs.
Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
The Delphi designer part is finished. Well, nearly.
Now to finish the server. Just creating the htm like login for comments and blogs.
Day or two max.
Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
Well The site and software is nearly finished now.
Well this beta version anyway.
Still have some things to do. Need to get the database talking between the server and Designer.
Next version will have a web based design module. (next on the list)
AND it is up and going on a Raspberry PI from home. Works like a charm.
Also you can now have a look at the admin area.

Name= "Demo"
password="Pass1234"

This will show you the comments and Blog but not allow you to edit etc.

Release demo version in a few more days I hope.

site: http://ctd.noip.me

Fixed the Comments area. I had left out the question (silly me)

Have updated the SQLite to 3.8 and have Wal now, so errors might stop.

Tom
 
Last edited:

TomDuncan

Active Member
Licensed User
Longtime User
Well have the demo ready for anyone to test.
Has taken a bit.
Lots still to come but I need beta testers to help me out.
Anyone interested please contact me on [email protected]
I will send you the link and instructions on getting it up and going.
Doing it this way, so I have some idea of who is using the software and as a method for me to send
links for any updates.

Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
Web designer getting better
Demo available now for web designer.

My hope is that soon all actions will be done within the web admin area.

Login as demo with password= pass1234
The demo is created each and every time anyone logs in to run the demo.
So anything that is saved is only done locally.
Still to come is the Page layout for any page.
Also the assigning of objects to the page layout position.
That is the next on the list.

Go to the web site http://ctd.noip.me
Then login in the admin section
admin name: demo
password: pass1234

The database is created each time using an sql script with creates the database and fills with demo data.
At the moment you cannot create a page or an object that is still to come.

Tom
 

Beja

Expert
Licensed User
Longtime User
Hi Tom,
I clicked on the Admin button but took me to blank page.
 

TomDuncan

Active Member
Licensed User
Longtime User
Seems OK this end.
Might be something with refresh.
I have tested the site on a few machines and all seems ok.
Also restarted the server.
Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
http://ctd.noip.me

New Forum

Well have an Alpha version of a forum up and going.
Still lots to work out and do.
You can view the entire forum but cannot add any threads or posts.

You can log in as a guest and do that though.
If you register then you can do all the above and also edit any of your previous posts.

To Login
Name: guest
Password: pass1234
Feel free to give any suggestions and errors.
Tom
 
Top