Some NAB working samples

General questions about NeoAppBuilder - our rapid application development tool for building HTML5, web and mobile apps.

Moderator: Neosoft Support

Locked
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Some NAB working samples

Post by luishp »

We have recently launched our software to control public access PCs on public libraries, universities etc.
To atract users to our website, we offer some WebApps as free online services of interest to public libraries.
All of them are made using NeoAppBuilder:

App to print Book Spine Labels. It generates a PDF on the client side:
https://bibliocontrol.es/tejuelos

App to print BarCodes. It also generates a PDF on the client side:
https://bibliocontrol.es/codigos

App to quick catalog books from their ISBN:
https://bibliocontrol.es/isbn

App to control time of use of each PC in a public access computer room:
https://bibliocontrol.es/controlador

By the way, our main Software (https://bibliocontrol.es) is made partially using NeoBook :)
Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
Roxie
Posts: 38
Joined: Sat Apr 02, 2005 4:18 am
Location: Georgia
Contact:

Re: Some NAB working samples

Post by Roxie »

:D
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

Re: Some NAB working samples

Post by noyzen »

Very cool!
i watched the site is great...
i made mine too and i love it!
so fast and easy to make responsive sites without coding hard...

just one question Luis, how you made the header menu sticky?
i can't do that... i got stuck with that one.

what css codes you used? can you help a bit please?
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: Some NAB working samples

Post by luishp »

noyzen just use this CSS: position:fixed
It will keep the container position even if scrolling.
Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

Re: Some NAB working samples

Post by noyzen »

yea i know that properties, but when i use it fail to wok because:

in css code of project i have:
.col-lg-1.....12 {position:static !important}

i learn from your responsive sample.
so this one overrides position and that's my problem!
(i made a class for header and still not working)

can you provide us a empty project with sticky header and responsive blocks?
thank :)
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: Some NAB working samples

Post by luishp »

Noyzen, send me your project (or a simplified one if you want) and I will try to take a look.
I plan to share some templates as soon as NAB goes out of beta.
Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

Re: Some NAB working samples

Post by noyzen »

EDITED*

Never mind! i made it myself before waste your time lol
Thanks anyways <3

But as you leave width property empty in your samples, i get this error in browsers:
https://drive.google.com/open?id=1s_VWf ... kOzsLxDpRR

every thing works fine.

and last question, how you made that dynamic site?
i mean how you work with php and mysql?
could you make a php - mysql plugin to work with database safely and have session management for login?

i really love Anton's mysql plugin but it's unsafe to use it.
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: Some NAB working samples

Post by luishp »

i really love Anton's mysql plugin but it's unsafe to use it.
Every client-side solution will be unsafe.
There is no way to make a NAB plugin to work with databases safely.
I just use PHP in server.
In any case, every sample I have shown here on the first post, are all client-side, no databases nor PHP involved.
Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
Locked