Re: [web2py] Re: Making application looks better.

2017-04-19 Thread Joe Barnhart
Something's wrong!  The text came out garbled on the screen shots.  I can't 
read a thing!

;-)


On Sunday, April 16, 2017 at 11:16:27 AM UTC-7, Ramos wrote:
>
> My humble doc management app still in testing, with workflows... 
> I have email templates looking very nice
>
> 2017-04-16 15:37 GMT+01:00 Massimo Di Pierro  >:
>
>> screenshots? :-)
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Making application looks better.

2017-04-16 Thread LoveWeb2py
These are beautiful! We should start a collection of scaffolding 
templates...

On Thursday, April 13, 2017 at 6:38:52 AM UTC-4, akshay0...@gmail.com wrote:
>
> Hello web2py team,
>   I just started using web2py for my application. When i am going 
> deeper with my application, i am facing issues. The problem is that i have 
> a basic idea about HTML tags only. I have never worked with CSS, Bootstrap, 
> ajax, javascript etc. As of now i am able to add basic functionality to my 
> application like creating forms which are dealing with database or printing 
> things via creating simple views. Real problem is coming when i want to 
> make my webpages look beautiful.
> For instance suppose i want to show few things in left side of my webpage 
> with different background color like a side menu, few things in center of 
> the webpage with diff background color.(this example i am giving to show 
> that i am at complete beginner in web development)
>  I am not getting whether i have to create my own css files and use them 
> or extending existing or make changes in existing files. As of now i don't 
> have idea about things like sidebars and all which are used in existing 
> layout files or CSS files.
> So my question is how should i approach things? Do i need to have a 
> complete understanding of CSS, ajax and bootstrap etc? or if i get basic 
> idea of things then it will work? How should i move forward?
>
> Thanks.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Making application looks better.

2017-04-16 Thread Massimo Di Pierro
screenshots? :-)

On Friday, 14 April 2017 11:51:56 UTC-5, Michael Beller wrote:
>
> I created my own scaffold app based on the AdminLTE layout, similar to 
> what António did in terms of layout but replaced the Welcome app.  I use 
> this for each new app instead of the Welcome app as my base app:
>
> https://github.com/mjbeller/web2py-starter
>
>
>
>
> On Thursday, April 13, 2017 at 3:38:52 AM UTC-7, akshay0...@gmail.com 
> wrote:
>>
>> Hello web2py team,
>>   I just started using web2py for my application. When i am going 
>> deeper with my application, i am facing issues. The problem is that i have 
>> a basic idea about HTML tags only. I have never worked with CSS, Bootstrap, 
>> ajax, javascript etc. As of now i am able to add basic functionality to my 
>> application like creating forms which are dealing with database or printing 
>> things via creating simple views. Real problem is coming when i want to 
>> make my webpages look beautiful.
>> For instance suppose i want to show few things in left side of my webpage 
>> with different background color like a side menu, few things in center of 
>> the webpage with diff background color.(this example i am giving to show 
>> that i am at complete beginner in web development)
>>  I am not getting whether i have to create my own css files and use them 
>> or extending existing or make changes in existing files. As of now i don't 
>> have idea about things like sidebars and all which are used in existing 
>> layout files or CSS files.
>> So my question is how should i approach things? Do i need to have a 
>> complete understanding of CSS, ajax and bootstrap etc? or if i get basic 
>> idea of things then it will work? How should i move forward?
>>
>> Thanks.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Making application looks better.

2017-04-14 Thread Michael Beller
I created my own scaffold app based on the AdminLTE layout, similar to what 
António did in terms of layout but replaced the Welcome app.  I use this 
for each new app instead of the Welcome app as my base app:

https://github.com/mjbeller/web2py-starter




On Thursday, April 13, 2017 at 3:38:52 AM UTC-7, akshay0...@gmail.com wrote:
>
> Hello web2py team,
>   I just started using web2py for my application. When i am going 
> deeper with my application, i am facing issues. The problem is that i have 
> a basic idea about HTML tags only. I have never worked with CSS, Bootstrap, 
> ajax, javascript etc. As of now i am able to add basic functionality to my 
> application like creating forms which are dealing with database or printing 
> things via creating simple views. Real problem is coming when i want to 
> make my webpages look beautiful.
> For instance suppose i want to show few things in left side of my webpage 
> with different background color like a side menu, few things in center of 
> the webpage with diff background color.(this example i am giving to show 
> that i am at complete beginner in web development)
>  I am not getting whether i have to create my own css files and use them 
> or extending existing or make changes in existing files. As of now i don't 
> have idea about things like sidebars and all which are used in existing 
> layout files or CSS files.
> So my question is how should i approach things? Do i need to have a 
> complete understanding of CSS, ajax and bootstrap etc? or if i get basic 
> idea of things then it will work? How should i move forward?
>
> Thanks.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Making application looks better.

2017-04-14 Thread Pierre
learn the basics of css and the bootstrap grid system and components. As 
for sidebars, there are powerful tools like  -change column ordering-   (a 
sidebar is just a bootstrap column contained in a row)

https://www.w3schools.com/bootstrap/bootstrap_grid_examples.asp

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.