[web2py] Re: for those of us who do not understand ...

2016-03-26 Thread Kirill Shatalaev
Hello.

Did you inspect it with some tool like auto css-checker?
There is no font-weight:strong; font-weight:string; on css specification.
And some typos

четверг, 3 марта 2016 г., 11:27:57 UTC+4 пользователь Massimo Di Pierro 
написал:
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and suggestions 
> for improvement are welcome.
>

-- 
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: for those of us who do not understand ...

2016-03-21 Thread Ron Chatterjee
Something I ran into today searching for sphinx. Thought would be nice to 
share.

http://bootswatch.com/united/

Scroll to see <> and to code example. Very similar.


On Sunday, March 13, 2016 at 12:50:13 AM UTC-5, Massimo Di Pierro wrote:
>
> Good point. I added some ore widgets. Still working on them. Will be done 
> tomorrow.
>
> On Thursday, 10 March 2016 20:25:04 UTC-6, Leonel Câmara wrote:
>>
>> Massimo you need to detect mouseleave in the number slider widget. 
>> Otherwise I can click with the mouse drag a little bit, then keeping the 
>> left mouse button pressed leave the element and, finally, let the mouse 
>> button go. Now if my mouse (which has no buttons pressed at this time) even 
>> hovers the slider it changes its value. 
>>
>

-- 
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: for those of us who do not understand ...

2016-03-12 Thread Massimo Di Pierro
Good point. I added some ore widgets. Still working on them. Will be done 
tomorrow.

On Thursday, 10 March 2016 20:25:04 UTC-6, Leonel Câmara wrote:
>
> Massimo you need to detect mouseleave in the number slider widget. 
> Otherwise I can click with the mouse drag a little bit, then keeping the 
> left mouse button pressed leave the element and, finally, let the mouse 
> button go. Now if my mouse (which has no buttons pressed at this time) even 
> hovers the slider it changes its value. 
>

-- 
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.


Re: [web2py] Re: for those of us who do not understand ...

2016-03-11 Thread Dave S
On Friday, March 11, 2016 at 9:31:59 AM UTC-8, Ramos wrote:
>
> I´d like to know why Massimo took his time to create stupid.css
>
>
I think it is 

a) preparation for Web3Py (which will be more css-agnostic)
b) an alternative to Bootstrap (people are always asking for this, it seems)
c) simpler examples (the Welcome app, frex)
 

>
> Should we go Stupid and why?
>
>
Depends.   I'd look at it for new projects, especially ones with simple 
presentation needs or Python3 requiements.  Or current projects where 
bootstrap is making things difficult.  I'd only look to porting existing 
projects to it if I needed Python3 upgrades, or wanted to help move Web3Py 
forward.

/dps



 

> 2016-03-11 15:53 GMT+00:00 Ron Chatterjee  >:
>
>> This is by far the best dashboard I ever seen. Massimo, if there is a 
>> best teacher award in US, I will vote for you to get that. Excellent work! 
>>
>>
>>
>> On Thursday, March 10, 2016 at 9:45:08 PM UTC-5, Dave S wrote:
>>>
>>>
>>>
>>> On Tuesday, March 8, 2016 at 4:01:00 PM UTC-8, Dave S wrote:



 On Tuesday, March 8, 2016 at 1:04:50 PM UTC-8, Massimo Di Pierro wrote:
>
> I would like to buy a .ham.burger 
> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>

 Oh, my!

>>>
>>> I like the card divs you added (as seen in the stupid.css-welcome-app 
>>> sample), but a btn-block doesn't wrap in those. That may not be a big deal, 
>>> but I did have a chance to observe it before moving part of the text into 
>>> the enclosing H3.
>>>
>>> /dps
>>>
>>> -- 
>> 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+un...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.


Re: [web2py] Re: for those of us who do not understand ...

2016-03-11 Thread António Ramos
I´d like to know why Massimo took his time to create stupid.css


Should we go Stupid and why?



2016-03-11 15:53 GMT+00:00 Ron Chatterjee :

> This is by far the best dashboard I ever seen. Massimo, if there is a best
> teacher award in US, I will vote for you to get that. Excellent work!
>
>
>
> On Thursday, March 10, 2016 at 9:45:08 PM UTC-5, Dave S wrote:
>>
>>
>>
>> On Tuesday, March 8, 2016 at 4:01:00 PM UTC-8, Dave S wrote:
>>>
>>>
>>>
>>> On Tuesday, March 8, 2016 at 1:04:50 PM UTC-8, Massimo Di Pierro wrote:

 I would like to buy a .ham.burger
 http://mdipierro.github.io/stupid.css/themes/hamburger.html

>>>
>>> Oh, my!
>>>
>>
>> I like the card divs you added (as seen in the stupid.css-welcome-app
>> sample), but a btn-block doesn't wrap in those. That may not be a big deal,
>> but I did have a chance to observe it before moving part of the text into
>> the enclosing H3.
>>
>> /dps
>>
>> --
> 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.
>

-- 
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: for those of us who do not understand ...

2016-03-11 Thread Ron Chatterjee
This is by far the best dashboard I ever seen. Massimo, if there is a best 
teacher award in US, I will vote for you to get that. Excellent work! 



On Thursday, March 10, 2016 at 9:45:08 PM UTC-5, Dave S wrote:
>
>
>
> On Tuesday, March 8, 2016 at 4:01:00 PM UTC-8, Dave S wrote:
>>
>>
>>
>> On Tuesday, March 8, 2016 at 1:04:50 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> I would like to buy a .ham.burger 
>>> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>>>
>>
>> Oh, my!
>>
>
> I like the card divs you added (as seen in the stupid.css-welcome-app 
> sample), but a btn-block doesn't wrap in those. That may not be a big deal, 
> but I did have a chance to observe it before moving part of the text into 
> the enclosing H3.
>
> /dps
>
>

-- 
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: for those of us who do not understand ...

2016-03-10 Thread Dave S


On Tuesday, March 8, 2016 at 4:01:00 PM UTC-8, Dave S wrote:
>
>
>
> On Tuesday, March 8, 2016 at 1:04:50 PM UTC-8, Massimo Di Pierro wrote:
>>
>> I would like to buy a .ham.burger 
>> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>>
>
> Oh, my!
>

I like the card divs you added (as seen in the stupid.css-welcome-app 
sample), but a btn-block doesn't wrap in those. That may not be a big deal, 
but I did have a chance to observe it before moving part of the text into 
the enclosing H3.

/dps

-- 
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: for those of us who do not understand ...

2016-03-10 Thread Massimo Di Pierro
another piece: http://mdipierro.github.io/stupid.css/themes/dashboard.html


On Thursday, 10 March 2016 18:53:54 UTC-6, eric cuver wrote:
>
> it's nice I am impressed
>
> Le jeudi 10 mars 2016 20:43:03 UTC+1, Massimo Di Pierro a écrit :
>>
>> Here is another piece:
>>
>> http://mdipierro.github.io/stupid.css/widgets/index.html
>>
>> The work with web2py forms if you manually add the data-format and 
>> data-range. For example
>>
>> for e in form.elements('.datetime'): 
>> e['_data-format'] = '{DD}/{MM}/{year} {hh}:{mm}:{ss}'
>>
>> for e in form.elements('.double'):
>> e.add_class('number slider');
>> e['_data-range']] = '0,100'
>>
>> It would be great if you could help me test these.
>>
>>
>> On Tuesday, 8 March 2016 15:04:50 UTC-6, Massimo Di Pierro wrote:
>>>
>>> I would like to buy a .ham.burger 
>>> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>>>
>>> On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:

 A damn simple and easy css framework ... stupid.css

 https://t.co/9vB48IjYJK

 No promise of backward compatibility is made, but comments and 
 suggestions for improvement are welcome.

>>>

-- 
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: for those of us who do not understand ...

2016-03-10 Thread Leonel Câmara
Massimo you need to detect mouseleave in the number slider widget. 
Otherwise I can click with the mouse drag a little bit, then keeping the 
left mouse button pressed leave the element and, finally, let the mouse 
button go. Now if my mouse (which has no buttons pressed at this time) even 
hovers the slider it changes its value. 

-- 
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: for those of us who do not understand ...

2016-03-10 Thread eric cuver
it's nice I am impressed

Le jeudi 10 mars 2016 20:43:03 UTC+1, Massimo Di Pierro a écrit :
>
> Here is another piece:
>
> http://mdipierro.github.io/stupid.css/widgets/index.html
>
> The work with web2py forms if you manually add the data-format and 
> data-range. For example
>
> for e in form.elements('.datetime'): 
> e['_data-format'] = '{DD}/{MM}/{year} {hh}:{mm}:{ss}'
>
> for e in form.elements('.double'):
> e.add_class('number slider');
> e['_data-range']] = '0,100'
>
> It would be great if you could help me test these.
>
>
> On Tuesday, 8 March 2016 15:04:50 UTC-6, Massimo Di Pierro wrote:
>>
>> I would like to buy a .ham.burger 
>> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>>
>> On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:
>>>
>>> A damn simple and easy css framework ... stupid.css
>>>
>>> https://t.co/9vB48IjYJK
>>>
>>> No promise of backward compatibility is made, but comments and 
>>> suggestions for improvement are welcome.
>>>
>>

-- 
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: for those of us who do not understand ...

2016-03-10 Thread Massimo Di Pierro
Here is another piece:

http://mdipierro.github.io/stupid.css/widgets/index.html

The work with web2py forms if you manually add the data-format and 
data-range. For example

for e in form.elements('.datetime'): 
e['_data-format'] = '{DD}/{MM}/{year} {hh}:{mm}:{ss}'

for e in form.elements('.double'):
e.add_class('number slider');
e['_data-range']] = '0,100'

It would be great if you could help me test these.


On Tuesday, 8 March 2016 15:04:50 UTC-6, Massimo Di Pierro wrote:
>
> I would like to buy a .ham.burger 
> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>
> On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:
>>
>> A damn simple and easy css framework ... stupid.css
>>
>> https://t.co/9vB48IjYJK
>>
>> No promise of backward compatibility is made, but comments and 
>> suggestions for improvement are welcome.
>>
>

-- 
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: for those of us who do not understand ...

2016-03-08 Thread Dave S


On Tuesday, March 8, 2016 at 1:04:50 PM UTC-8, Massimo Di Pierro wrote:
>
> I would like to buy a .ham.burger 
> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>

Oh, my!

/dps
 

>
>
> On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:
>>
>> A damn simple and easy css framework ... stupid.css
>>
>> https://t.co/9vB48IjYJK
>>
>> No promise of backward compatibility is made, but comments and 
>> suggestions for improvement are welcome.
>>
>

-- 
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: for those of us who do not understand ...

2016-03-08 Thread Massimo Di Pierro
I would like to buy a .ham.burger 
http://mdipierro.github.io/stupid.css/themes/hamburger.html

On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and suggestions 
> for improvement are welcome.
>

-- 
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: for those of us who do not understand ...

2016-03-08 Thread Ron Chatterjee
I see. It also has a downlink and spits out a random.html. I am guessing we 
pretty much use this as a template to create a layout as explained here:

http://www.web2pyslices.com/slice/show/1516/adapt-a-css-template-to-web2py-layouthtml

Am I correct?

On Tuesday, March 8, 2016 at 12:31:31 PM UTC-5, Dave S wrote:
>
> On Tuesday, March 8, 2016 at 4:23:18 AM UTC-8, Ron Chatterjee wrote:
>>
>> Are more themes available or just the welcome theme? I guess, someone can 
>> download a bootstrap theme and use this. 
>>
>>
> The original page (not the web2py one) had a button for "Theme Generator", 
> which I have not yet tried.
>
> /dps
>
>  
>
>> On Monday, March 7, 2016 at 12:46:49 PM UTC-5, Leonel Câmara wrote:
>>>
>>> How do you handle menus and submenus in touch devices where you don't 
>>> "hover"?
>>>
>>

-- 
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: for those of us who do not understand ...

2016-03-08 Thread Dave S
On Tuesday, March 8, 2016 at 4:23:18 AM UTC-8, Ron Chatterjee wrote:
>
> Are more themes available or just the welcome theme? I guess, someone can 
> download a bootstrap theme and use this. 
>
>
The original page (not the web2py one) had a button for "Theme Generator", 
which I have not yet tried.

/dps

 

> On Monday, March 7, 2016 at 12:46:49 PM UTC-5, Leonel Câmara wrote:
>>
>> How do you handle menus and submenus in touch devices where you don't 
>> "hover"?
>>
>

-- 
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: for those of us who do not understand ...

2016-03-08 Thread Ron Chatterjee
Are more themes available or just the welcome theme? I guess, someone can 
download a bootstrap theme and use this. 

On Monday, March 7, 2016 at 12:46:49 PM UTC-5, Leonel Câmara wrote:
>
> How do you handle menus and submenus in touch devices where you don't 
> "hover"?
>

-- 
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: for those of us who do not understand ...

2016-03-07 Thread Leonel Câmara
How do you handle menus and submenus in touch devices where you don't 
"hover"?

-- 
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.


Re: [web2py] Re: for those of us who do not understand ...

2016-03-07 Thread Richard Vézina
I submit a PR to replace bla bla by Lorem ipsum extract...

Richard

On Mon, Mar 7, 2016 at 6:28 AM, Ron Chatterjee 
wrote:

> Nice work Massimo. Looks really great. Once seen one theme but the others
> looks nice as well.
>
> On Sunday, March 6, 2016 at 5:19:33 PM UTC-5, Massimo Di Pierro wrote:
>>
>> Hello Ron,
>>
>> I changed the page so that when you hover on an example it shows a "?"
>> and if you just click it shoes you the source of the example. I use jQuery
>> for this and only for this.
>>
>> Does it makes it easier to learn?
>>
>> Massimo
>>
>> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>>>
>>> For some reason, I could run the app out of box, it gives me this error
>>> (attached). Is there a config file is missing?
>>>
>>> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:



 On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>
>
>
> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>
>> If you want to try it with web2py here is welcome app based on
>> stupid.css
>>
>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>
>> Notice a few things:
>> - It does not require any change in the python code or form styles or
>> grid. I
>> - It works with the existing bootstrap classes, it simply ignores.
>> Too much trouble to remove them everywhere.
>> - The static folder is significative lighter.
>>
>>
> I copied the appconfig.ini from the standard welcome app; is the
> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>

 the bootstrap classes are ignored. The format of the HTML in the
 bootstrap is instead important. Works with the other style options too but
 I think works best with the bootstrap html.


> Also, on the login form, the "Log In" button is appreciably smaller
> than the "Sign Up" and the "Lost Password" buttons; is that because it is
> an input field and the others are button buttons?
>

 fixed.


>
> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable
> band over the background picture, slightly higher than the letter height,
> but not the height of the enclosing DIV.
>

 That was on purpose. I made it smaller. is it better?


> For the quarter-div with the ADMIN stuff, it looks like I've got a
> missing glyph -- there's a rectangle about the size of the 'A' in Admin,
> with the 10-over-01 pattern that I think FF uses for missing font
> characters.
>

 Fixed.

>
> Otherwise, the page looks very good!
>

 Did you try the grid?


> Massimo
>>
>>
> Thanks!
>
> /dps
>
>
>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>>
>>> I love this.  It would be so cool if this was maintained with the
>>> rest of the framework and widgets could then include the generic
>>> stupid.css.  The grid could use it and this would resolve a lot of 
>>> issues
>>> with choice of css framework.
>>>
>>> A couple of questions spring to mind:
>>> Does anyone need another CSS framework!  Will there be enough
>>> support to keep it going?  I was reminded of the doubts I had about
>>> Markmin,  but this has been great and I use it a lot and it seems to 
>>> have
>>> hardly required any support or huge extra effort.  I am disappointed 
>>> that
>>> Markmin isn't more popular,  but very glad it exists.  I feel that
>>> stupid.css could be a similar kind of thing.
>>>
>>> Is it intended that users use this for standard widgets and then add
>>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not
>>> going to resolve every requirement.
>>>
>>> I'm not convinced about the name,  but at least it is memorable!
>>>
>>> --
> 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.
>

-- 
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: for those of us who do not understand ...

2016-03-07 Thread Ron Chatterjee
Nice work Massimo. Looks really great. Once seen one theme but the others 
looks nice as well. 

On Sunday, March 6, 2016 at 5:19:33 PM UTC-5, Massimo Di Pierro wrote:
>
> Hello Ron,
>
> I changed the page so that when you hover on an example it shows a "?" and 
> if you just click it shoes you the source of the example. I use jQuery for 
> this and only for this. 
>
> Does it makes it easier to learn?
>
> Massimo
>
> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>>
>> For some reason, I could run the app out of box, it gives me this error 
>> (attached). Is there a config file is missing?
>>
>> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>>>
>>>
>>>
>>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:



 On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>
> If you want to try it with web2py here is welcome app based on 
> stupid.css
>
> https://github.com/mdipierro/web2py-welcome-theme-stupid
>
> Notice a few things:
> - It does not require any change in the python code or form styles or 
> grid. I
> - It works with the existing bootstrap classes, it simply ignores. Too 
> much trouble to remove them everywhere.
> - The static folder is significative lighter.
>
>
 I copied the appconfig.ini from the standard welcome app; is the 
 [forms]formstyle option ignored?  (bullet 2 suggests 'yes')

>>>
>>> the bootstrap classes are ignored. The format of the HTML in the 
>>> bootstrap is instead important. Works with the other style options too but 
>>> I think works best with the bootstrap html. 
>>>  
>>>
 Also, on the login form, the "Log In" button is appreciably smaller 
 than the "Sign Up" and the "Lost Password" buttons; is that because it is 
 an input field and the others are button buttons?

>>>
>>> fixed.
>>>  
>>>

 The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
 band over the background picture, slightly higher than the letter height, 
 but not the height of the enclosing DIV.

>>>
>>> That was on purpose. I made it smaller. is it better?
>>>  
>>>
 For the quarter-div with the ADMIN stuff, it looks like I've got a 
 missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
 with the 10-over-01 pattern that I think FF uses for missing font 
 characters.

>>>
>>> Fixed. 
>>>

 Otherwise, the page looks very good! 

>>>
>>> Did you try the grid?
>>>  
>>>
 Massimo
>
>
 Thanks!

 /dps
  

> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>
>> I love this.  It would be so cool if this was maintained with the 
>> rest of the framework and widgets could then include the generic 
>> stupid.css.  The grid could use it and this would resolve a lot of 
>> issues 
>> with choice of css framework.
>>
>> A couple of questions spring to mind:
>> Does anyone need another CSS framework!  Will there be enough support 
>> to keep it going?  I was reminded of the doubts I had about Markmin,  
>> but 
>> this has been great and I use it a lot and it seems to have hardly 
>> required 
>> any support or huge extra effort.  I am disappointed that Markmin isn't 
>> more popular,  but very glad it exists.  I feel that stupid.css could be 
>> a 
>> similar kind of thing.
>>
>> Is it intended that users use this for standard widgets and then add 
>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
>> going to resolve every requirement.
>>
>> I'm not convinced about the name,  but at least it is memorable!
>>
>>

-- 
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: for those of us who do not understand ...

2016-03-06 Thread Massimo Di Pierro
Hello Ron,

I changed the page so that when you hover on an example it shows a "?" and 
if you just click it shoes you the source of the example. I use jQuery for 
this and only for this. 

Does it makes it easier to learn?

Massimo

On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>
> For some reason, I could run the app out of box, it gives me this error 
> (attached). Is there a config file is missing?
>
> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>>
>>
>>
>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>>
>>>
>>>
>>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:

 If you want to try it with web2py here is welcome app based on 
 stupid.css

 https://github.com/mdipierro/web2py-welcome-theme-stupid

 Notice a few things:
 - It does not require any change in the python code or form styles or 
 grid. I
 - It works with the existing bootstrap classes, it simply ignores. Too 
 much trouble to remove them everywhere.
 - The static folder is significative lighter.


>>> I copied the appconfig.ini from the standard welcome app; is the 
>>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>>
>>
>> the bootstrap classes are ignored. The format of the HTML in the 
>> bootstrap is instead important. Works with the other style options too but 
>> I think works best with the bootstrap html. 
>>  
>>
>>> Also, on the login form, the "Log In" button is appreciably smaller than 
>>> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
>>> input field and the others are button buttons?
>>>
>>
>> fixed.
>>  
>>
>>>
>>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>>> band over the background picture, slightly higher than the letter height, 
>>> but not the height of the enclosing DIV.
>>>
>>
>> That was on purpose. I made it smaller. is it better?
>>  
>>
>>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>>> with the 10-over-01 pattern that I think FF uses for missing font 
>>> characters.
>>>
>>
>> Fixed. 
>>
>>>
>>> Otherwise, the page looks very good! 
>>>
>>
>> Did you try the grid?
>>  
>>
>>> Massimo


>>> Thanks!
>>>
>>> /dps
>>>  
>>>
 On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>
> I love this.  It would be so cool if this was maintained with the rest 
> of the framework and widgets could then include the generic stupid.css. 
>  The grid could use it and this would resolve a lot of issues with choice 
> of css framework.
>
> A couple of questions spring to mind:
> Does anyone need another CSS framework!  Will there be enough support 
> to keep it going?  I was reminded of the doubts I had about Markmin,  but 
> this has been great and I use it a lot and it seems to have hardly 
> required 
> any support or huge extra effort.  I am disappointed that Markmin isn't 
> more popular,  but very glad it exists.  I feel that stupid.css could be 
> a 
> similar kind of thing.
>
> Is it intended that users use this for standard widgets and then add 
> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
> going to resolve every requirement.
>
> I'm not convinced about the name,  but at least it is memorable!
>
>

-- 
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: for those of us who do not understand ...

2016-03-06 Thread Ron Chatterjee

Massimo, these are really good design work. You really set the bar for 
everyone else! 



On Sunday, March 6, 2016 at 2:48:10 AM UTC-5, eric cuver wrote:
>
> it's very good thanks massimo 
>
> Le samedi 5 mars 2016 23:36:28 UTC+1, Massimo Di Pierro a écrit :
>>
>> You can also compare this:
>>
>>http://mdipierro.github.io/stupid.css/themes/landing-page.html
>>
>> with this:
>>
>>http://blackrockdigital.github.io/startbootstrap-landing-page/
>>
>> The conversion took about 5 minutes (manually). Look at the differences 
>> in the html source.
>>
>> On Saturday, 5 March 2016 15:47:12 UTC-6, Massimo Di Pierro wrote:
>>>
>>> Anyway, you can check out stupid with web2py here: 
>>> http://experts4solutions.com/stupid
>>>
>>> On Saturday, 5 March 2016 15:41:01 UTC-6, Massimo Di Pierro wrote:

 yes. I added it. 

 I also changed http://mdipierro.github.io/stupid.css/index.html adding 
 more stuff. Now if you click on the examples (?) it shows the source.

 On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>
> For some reason, I could run the app out of box, it gives me this 
> error (attached). Is there a config file is missing?
>
> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro 
> wrote:
>>
>>
>>
>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>>
>>>
>>>
>>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro 
>>> wrote:

 If you want to try it with web2py here is welcome app based on 
 stupid.css

 https://github.com/mdipierro/web2py-welcome-theme-stupid

 Notice a few things:
 - It does not require any change in the python code or form styles 
 or grid. I
 - It works with the existing bootstrap classes, it simply ignores. 
 Too much trouble to remove them everywhere.
 - The static folder is significative lighter.


>>> I copied the appconfig.ini from the standard welcome app; is the 
>>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>>
>>
>> the bootstrap classes are ignored. The format of the HTML in the 
>> bootstrap is instead important. Works with the other style options too 
>> but 
>> I think works best with the bootstrap html. 
>>  
>>
>>> Also, on the login form, the "Log In" button is appreciably smaller 
>>> than the "Sign Up" and the "Lost Password" buttons; is that because it 
>>> is 
>>> an input field and the others are button buttons?
>>>
>>
>> fixed.
>>  
>>
>>>
>>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>>> band over the background picture, slightly higher than the letter 
>>> height, 
>>> but not the height of the enclosing DIV.
>>>
>>
>> That was on purpose. I made it smaller. is it better?
>>  
>>
>>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>>> missing glyph -- there's a rectangle about the size of the 'A' in 
>>> Admin, 
>>> with the 10-over-01 pattern that I think FF uses for missing font 
>>> characters.
>>>
>>
>> Fixed. 
>>
>>>
>>> Otherwise, the page looks very good! 
>>>
>>
>> Did you try the grid?
>>  
>>
>>> Massimo


>>> Thanks!
>>>
>>> /dps
>>>  
>>>
 On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>
> I love this.  It would be so cool if this was maintained with the 
> rest of the framework and widgets could then include the generic 
> stupid.css.  The grid could use it and this would resolve a lot of 
> issues 
> with choice of css framework.
>
> A couple of questions spring to mind:
> Does anyone need another CSS framework!  Will there be enough 
> support to keep it going?  I was reminded of the doubts I had about 
> Markmin,  but this has been great and I use it a lot and it seems to 
> have 
> hardly required any support or huge extra effort.  I am disappointed 
> that 
> Markmin isn't more popular,  but very glad it exists.  I feel that 
> stupid.css could be a similar kind of thing.
>
> Is it intended that users use this for standard widgets and then 
> add Bootstrap or Semantic or whatever for any extras?  Its simplicity 
> is 
> not going to resolve every requirement.
>
> I'm not convinced about the name,  but at least it is memorable!
>
>

-- 
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] Re: for those of us who do not understand ...

2016-03-05 Thread eric cuver
it's very good thanks massimo 

Le samedi 5 mars 2016 23:36:28 UTC+1, Massimo Di Pierro a écrit :
>
> You can also compare this:
>
>http://mdipierro.github.io/stupid.css/themes/landing-page.html
>
> with this:
>
>http://blackrockdigital.github.io/startbootstrap-landing-page/
>
> The conversion took about 5 minutes (manually). Look at the differences in 
> the html source.
>
> On Saturday, 5 March 2016 15:47:12 UTC-6, Massimo Di Pierro wrote:
>>
>> Anyway, you can check out stupid with web2py here: 
>> http://experts4solutions.com/stupid
>>
>> On Saturday, 5 March 2016 15:41:01 UTC-6, Massimo Di Pierro wrote:
>>>
>>> yes. I added it. 
>>>
>>> I also changed http://mdipierro.github.io/stupid.css/index.html adding 
>>> more stuff. Now if you click on the examples (?) it shows the source.
>>>
>>> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:

 For some reason, I could run the app out of box, it gives me this error 
 (attached). Is there a config file is missing?

 On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>
>
>
> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>
>>
>>
>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> If you want to try it with web2py here is welcome app based on 
>>> stupid.css
>>>
>>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>>
>>> Notice a few things:
>>> - It does not require any change in the python code or form styles 
>>> or grid. I
>>> - It works with the existing bootstrap classes, it simply ignores. 
>>> Too much trouble to remove them everywhere.
>>> - The static folder is significative lighter.
>>>
>>>
>> I copied the appconfig.ini from the standard welcome app; is the 
>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>
>
> the bootstrap classes are ignored. The format of the HTML in the 
> bootstrap is instead important. Works with the other style options too 
> but 
> I think works best with the bootstrap html. 
>  
>
>> Also, on the login form, the "Log In" button is appreciably smaller 
>> than the "Sign Up" and the "Lost Password" buttons; is that because it 
>> is 
>> an input field and the others are button buttons?
>>
>
> fixed.
>  
>
>>
>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>> band over the background picture, slightly higher than the letter 
>> height, 
>> but not the height of the enclosing DIV.
>>
>
> That was on purpose. I made it smaller. is it better?
>  
>
>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>> with the 10-over-01 pattern that I think FF uses for missing font 
>> characters.
>>
>
> Fixed. 
>
>>
>> Otherwise, the page looks very good! 
>>
>
> Did you try the grid?
>  
>
>> Massimo
>>>
>>>
>> Thanks!
>>
>> /dps
>>  
>>
>>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:

 I love this.  It would be so cool if this was maintained with the 
 rest of the framework and widgets could then include the generic 
 stupid.css.  The grid could use it and this would resolve a lot of 
 issues 
 with choice of css framework.

 A couple of questions spring to mind:
 Does anyone need another CSS framework!  Will there be enough 
 support to keep it going?  I was reminded of the doubts I had about 
 Markmin,  but this has been great and I use it a lot and it seems to 
 have 
 hardly required any support or huge extra effort.  I am disappointed 
 that 
 Markmin isn't more popular,  but very glad it exists.  I feel that 
 stupid.css could be a similar kind of thing.

 Is it intended that users use this for standard widgets and then 
 add Bootstrap or Semantic or whatever for any extras?  Its simplicity 
 is 
 not going to resolve every requirement.

 I'm not convinced about the name,  but at least it is memorable!



-- 
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: for those of us who do not understand ...

2016-03-05 Thread Dave S


On Saturday, March 5, 2016 at 10:14:48 AM UTC-8, Ron Chatterjee wrote:
>
> For some reason, I could run the app out of box, it gives me this error 
> (attached). Is there a config file is missing?
>
>
Yes, which you could have inferred from my first comment.

/dps


 

> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>>
>>
>>
>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>>
>>>
>>>
>>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:

 If you want to try it with web2py here is welcome app based on 
 stupid.css

 https://github.com/mdipierro/web2py-welcome-theme-stupid

 Notice a few things:
 - It does not require any change in the python code or form styles or 
 grid. I
 - It works with the existing bootstrap classes, it simply ignores. Too 
 much trouble to remove them everywhere.
 - The static folder is significative lighter.


>>> I copied the appconfig.ini from the standard welcome app; is the 
>>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>>
>>
>> the bootstrap classes are ignored. The format of the HTML in the 
>> bootstrap is instead important. Works with the other style options too but 
>> I think works best with the bootstrap html. 
>>  
>>
>>> Also, on the login form, the "Log In" button is appreciably smaller than 
>>> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
>>> input field and the others are button buttons?
>>>
>>
>> fixed.
>>  
>>
>>>
>>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>>> band over the background picture, slightly higher than the letter height, 
>>> but not the height of the enclosing DIV.
>>>
>>
>> That was on purpose. I made it smaller. is it better?
>>  
>>
>>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>>> with the 10-over-01 pattern that I think FF uses for missing font 
>>> characters.
>>>
>>
>> Fixed. 
>>
>>>
>>> Otherwise, the page looks very good! 
>>>
>>
>> Did you try the grid?
>>  
>>
>>> Massimo


>>> Thanks!
>>>
>>> /dps
>>>  
>>>
 On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>
> I love this.  It would be so cool if this was maintained with the rest 
> of the framework and widgets could then include the generic stupid.css. 
>  The grid could use it and this would resolve a lot of issues with choice 
> of css framework.
>
> A couple of questions spring to mind:
> Does anyone need another CSS framework!  Will there be enough support 
> to keep it going?  I was reminded of the doubts I had about Markmin,  but 
> this has been great and I use it a lot and it seems to have hardly 
> required 
> any support or huge extra effort.  I am disappointed that Markmin isn't 
> more popular,  but very glad it exists.  I feel that stupid.css could be 
> a 
> similar kind of thing.
>
> Is it intended that users use this for standard widgets and then add 
> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
> going to resolve every requirement.
>
> I'm not convinced about the name,  but at least it is memorable!
>
>

-- 
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: for those of us who do not understand ...

2016-03-05 Thread Massimo Di Pierro
Another example:

http://mdipierro.github.io/stupid.css/themes/gallery.html



On Saturday, 5 March 2016 16:36:28 UTC-6, Massimo Di Pierro wrote:
>
> You can also compare this:
>
>http://mdipierro.github.io/stupid.css/themes/landing-page.html
>
> with this:
>
>http://blackrockdigital.github.io/startbootstrap-landing-page/
>
> The conversion took about 5 minutes (manually). Look at the differences in 
> the html source.
>
> On Saturday, 5 March 2016 15:47:12 UTC-6, Massimo Di Pierro wrote:
>>
>> Anyway, you can check out stupid with web2py here: 
>> http://experts4solutions.com/stupid
>>
>> On Saturday, 5 March 2016 15:41:01 UTC-6, Massimo Di Pierro wrote:
>>>
>>> yes. I added it. 
>>>
>>> I also changed http://mdipierro.github.io/stupid.css/index.html adding 
>>> more stuff. Now if you click on the examples (?) it shows the source.
>>>
>>> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:

 For some reason, I could run the app out of box, it gives me this error 
 (attached). Is there a config file is missing?

 On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>
>
>
> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>
>>
>>
>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> If you want to try it with web2py here is welcome app based on 
>>> stupid.css
>>>
>>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>>
>>> Notice a few things:
>>> - It does not require any change in the python code or form styles 
>>> or grid. I
>>> - It works with the existing bootstrap classes, it simply ignores. 
>>> Too much trouble to remove them everywhere.
>>> - The static folder is significative lighter.
>>>
>>>
>> I copied the appconfig.ini from the standard welcome app; is the 
>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>
>
> the bootstrap classes are ignored. The format of the HTML in the 
> bootstrap is instead important. Works with the other style options too 
> but 
> I think works best with the bootstrap html. 
>  
>
>> Also, on the login form, the "Log In" button is appreciably smaller 
>> than the "Sign Up" and the "Lost Password" buttons; is that because it 
>> is 
>> an input field and the others are button buttons?
>>
>
> fixed.
>  
>
>>
>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>> band over the background picture, slightly higher than the letter 
>> height, 
>> but not the height of the enclosing DIV.
>>
>
> That was on purpose. I made it smaller. is it better?
>  
>
>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>> with the 10-over-01 pattern that I think FF uses for missing font 
>> characters.
>>
>
> Fixed. 
>
>>
>> Otherwise, the page looks very good! 
>>
>
> Did you try the grid?
>  
>
>> Massimo
>>>
>>>
>> Thanks!
>>
>> /dps
>>  
>>
>>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:

 I love this.  It would be so cool if this was maintained with the 
 rest of the framework and widgets could then include the generic 
 stupid.css.  The grid could use it and this would resolve a lot of 
 issues 
 with choice of css framework.

 A couple of questions spring to mind:
 Does anyone need another CSS framework!  Will there be enough 
 support to keep it going?  I was reminded of the doubts I had about 
 Markmin,  but this has been great and I use it a lot and it seems to 
 have 
 hardly required any support or huge extra effort.  I am disappointed 
 that 
 Markmin isn't more popular,  but very glad it exists.  I feel that 
 stupid.css could be a similar kind of thing.

 Is it intended that users use this for standard widgets and then 
 add Bootstrap or Semantic or whatever for any extras?  Its simplicity 
 is 
 not going to resolve every requirement.

 I'm not convinced about the name,  but at least it is memorable!



-- 
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: for those of us who do not understand ...

2016-03-05 Thread Massimo Di Pierro
You can also compare this:

   http://mdipierro.github.io/stupid.css/themes/landing-page.html

with this:

   http://blackrockdigital.github.io/startbootstrap-landing-page/

The conversion took about 5 minutes (manually). Look at the differences in 
the html source.

On Saturday, 5 March 2016 15:47:12 UTC-6, Massimo Di Pierro wrote:
>
> Anyway, you can check out stupid with web2py here: 
> http://experts4solutions.com/stupid
>
> On Saturday, 5 March 2016 15:41:01 UTC-6, Massimo Di Pierro wrote:
>>
>> yes. I added it. 
>>
>> I also changed http://mdipierro.github.io/stupid.css/index.html adding 
>> more stuff. Now if you click on the examples (?) it shows the source.
>>
>> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>>>
>>> For some reason, I could run the app out of box, it gives me this error 
>>> (attached). Is there a config file is missing?
>>>
>>> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:



 On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>
>
>
> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>
>> If you want to try it with web2py here is welcome app based on 
>> stupid.css
>>
>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>
>> Notice a few things:
>> - It does not require any change in the python code or form styles or 
>> grid. I
>> - It works with the existing bootstrap classes, it simply ignores. 
>> Too much trouble to remove them everywhere.
>> - The static folder is significative lighter.
>>
>>
> I copied the appconfig.ini from the standard welcome app; is the 
> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>

 the bootstrap classes are ignored. The format of the HTML in the 
 bootstrap is instead important. Works with the other style options too but 
 I think works best with the bootstrap html. 
  

> Also, on the login form, the "Log In" button is appreciably smaller 
> than the "Sign Up" and the "Lost Password" buttons; is that because it is 
> an input field and the others are button buttons?
>

 fixed.
  

>
> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
> band over the background picture, slightly higher than the letter height, 
> but not the height of the enclosing DIV.
>

 That was on purpose. I made it smaller. is it better?
  

> For the quarter-div with the ADMIN stuff, it looks like I've got a 
> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
> with the 10-over-01 pattern that I think FF uses for missing font 
> characters.
>

 Fixed. 

>
> Otherwise, the page looks very good! 
>

 Did you try the grid?
  

> Massimo
>>
>>
> Thanks!
>
> /dps
>  
>
>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>>
>>> I love this.  It would be so cool if this was maintained with the 
>>> rest of the framework and widgets could then include the generic 
>>> stupid.css.  The grid could use it and this would resolve a lot of 
>>> issues 
>>> with choice of css framework.
>>>
>>> A couple of questions spring to mind:
>>> Does anyone need another CSS framework!  Will there be enough 
>>> support to keep it going?  I was reminded of the doubts I had about 
>>> Markmin,  but this has been great and I use it a lot and it seems to 
>>> have 
>>> hardly required any support or huge extra effort.  I am disappointed 
>>> that 
>>> Markmin isn't more popular,  but very glad it exists.  I feel that 
>>> stupid.css could be a similar kind of thing.
>>>
>>> Is it intended that users use this for standard widgets and then add 
>>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is 
>>> not 
>>> going to resolve every requirement.
>>>
>>> I'm not convinced about the name,  but at least it is memorable!
>>>
>>>

-- 
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: for those of us who do not understand ...

2016-03-05 Thread Massimo Di Pierro
Anyway, you can check out stupid with web2py 
here: http://experts4solutions.com/stupid

On Saturday, 5 March 2016 15:41:01 UTC-6, Massimo Di Pierro wrote:
>
> yes. I added it. 
>
> I also changed http://mdipierro.github.io/stupid.css/index.html adding 
> more stuff. Now if you click on the examples (?) it shows the source.
>
> On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>>
>> For some reason, I could run the app out of box, it gives me this error 
>> (attached). Is there a config file is missing?
>>
>> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>>>
>>>
>>>
>>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:



 On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>
> If you want to try it with web2py here is welcome app based on 
> stupid.css
>
> https://github.com/mdipierro/web2py-welcome-theme-stupid
>
> Notice a few things:
> - It does not require any change in the python code or form styles or 
> grid. I
> - It works with the existing bootstrap classes, it simply ignores. Too 
> much trouble to remove them everywhere.
> - The static folder is significative lighter.
>
>
 I copied the appconfig.ini from the standard welcome app; is the 
 [forms]formstyle option ignored?  (bullet 2 suggests 'yes')

>>>
>>> the bootstrap classes are ignored. The format of the HTML in the 
>>> bootstrap is instead important. Works with the other style options too but 
>>> I think works best with the bootstrap html. 
>>>  
>>>
 Also, on the login form, the "Log In" button is appreciably smaller 
 than the "Sign Up" and the "Lost Password" buttons; is that because it is 
 an input field and the others are button buttons?

>>>
>>> fixed.
>>>  
>>>

 The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
 band over the background picture, slightly higher than the letter height, 
 but not the height of the enclosing DIV.

>>>
>>> That was on purpose. I made it smaller. is it better?
>>>  
>>>
 For the quarter-div with the ADMIN stuff, it looks like I've got a 
 missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
 with the 10-over-01 pattern that I think FF uses for missing font 
 characters.

>>>
>>> Fixed. 
>>>

 Otherwise, the page looks very good! 

>>>
>>> Did you try the grid?
>>>  
>>>
 Massimo
>
>
 Thanks!

 /dps
  

> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>
>> I love this.  It would be so cool if this was maintained with the 
>> rest of the framework and widgets could then include the generic 
>> stupid.css.  The grid could use it and this would resolve a lot of 
>> issues 
>> with choice of css framework.
>>
>> A couple of questions spring to mind:
>> Does anyone need another CSS framework!  Will there be enough support 
>> to keep it going?  I was reminded of the doubts I had about Markmin,  
>> but 
>> this has been great and I use it a lot and it seems to have hardly 
>> required 
>> any support or huge extra effort.  I am disappointed that Markmin isn't 
>> more popular,  but very glad it exists.  I feel that stupid.css could be 
>> a 
>> similar kind of thing.
>>
>> Is it intended that users use this for standard widgets and then add 
>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
>> going to resolve every requirement.
>>
>> I'm not convinced about the name,  but at least it is memorable!
>>
>>

-- 
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: for those of us who do not understand ...

2016-03-05 Thread Massimo Di Pierro
yes. I added it. 

I also changed http://mdipierro.github.io/stupid.css/index.html adding more 
stuff. Now if you click on the examples (?) it shows the source.

On Saturday, 5 March 2016 12:14:48 UTC-6, Ron Chatterjee wrote:
>
> For some reason, I could run the app out of box, it gives me this error 
> (attached). Is there a config file is missing?
>
> On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>>
>>
>>
>> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>>
>>>
>>>
>>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:

 If you want to try it with web2py here is welcome app based on 
 stupid.css

 https://github.com/mdipierro/web2py-welcome-theme-stupid

 Notice a few things:
 - It does not require any change in the python code or form styles or 
 grid. I
 - It works with the existing bootstrap classes, it simply ignores. Too 
 much trouble to remove them everywhere.
 - The static folder is significative lighter.


>>> I copied the appconfig.ini from the standard welcome app; is the 
>>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>>
>>
>> the bootstrap classes are ignored. The format of the HTML in the 
>> bootstrap is instead important. Works with the other style options too but 
>> I think works best with the bootstrap html. 
>>  
>>
>>> Also, on the login form, the "Log In" button is appreciably smaller than 
>>> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
>>> input field and the others are button buttons?
>>>
>>
>> fixed.
>>  
>>
>>>
>>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable 
>>> band over the background picture, slightly higher than the letter height, 
>>> but not the height of the enclosing DIV.
>>>
>>
>> That was on purpose. I made it smaller. is it better?
>>  
>>
>>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>>> with the 10-over-01 pattern that I think FF uses for missing font 
>>> characters.
>>>
>>
>> Fixed. 
>>
>>>
>>> Otherwise, the page looks very good! 
>>>
>>
>> Did you try the grid?
>>  
>>
>>> Massimo


>>> Thanks!
>>>
>>> /dps
>>>  
>>>
 On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>
> I love this.  It would be so cool if this was maintained with the rest 
> of the framework and widgets could then include the generic stupid.css. 
>  The grid could use it and this would resolve a lot of issues with choice 
> of css framework.
>
> A couple of questions spring to mind:
> Does anyone need another CSS framework!  Will there be enough support 
> to keep it going?  I was reminded of the doubts I had about Markmin,  but 
> this has been great and I use it a lot and it seems to have hardly 
> required 
> any support or huge extra effort.  I am disappointed that Markmin isn't 
> more popular,  but very glad it exists.  I feel that stupid.css could be 
> a 
> similar kind of thing.
>
> Is it intended that users use this for standard widgets and then add 
> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
> going to resolve every requirement.
>
> I'm not convinced about the name,  but at least it is memorable!
>
>

-- 
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: for those of us who do not understand ...

2016-03-05 Thread Ron Chatterjee
For some reason, I could run the app out of box, it gives me this error 
(attached). Is there a config file is missing?

On Saturday, March 5, 2016 at 1:35:20 AM UTC-5, Massimo Di Pierro wrote:
>
>
>
> On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>>
>>
>>
>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> If you want to try it with web2py here is welcome app based on stupid.css
>>>
>>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>>
>>> Notice a few things:
>>> - It does not require any change in the python code or form styles or 
>>> grid. I
>>> - It works with the existing bootstrap classes, it simply ignores. Too 
>>> much trouble to remove them everywhere.
>>> - The static folder is significative lighter.
>>>
>>>
>> I copied the appconfig.ini from the standard welcome app; is the 
>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>
>
> the bootstrap classes are ignored. The format of the HTML in the bootstrap 
> is instead important. Works with the other style options too but I think 
> works best with the bootstrap html. 
>  
>
>> Also, on the login form, the "Log In" button is appreciably smaller than 
>> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
>> input field and the others are button buttons?
>>
>
> fixed.
>  
>
>>
>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable band 
>> over the background picture, slightly higher than the letter height, but 
>> not the height of the enclosing DIV.
>>
>
> That was on purpose. I made it smaller. is it better?
>  
>
>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>> with the 10-over-01 pattern that I think FF uses for missing font 
>> characters.
>>
>
> Fixed. 
>
>>
>> Otherwise, the page looks very good! 
>>
>
> Did you try the grid?
>  
>
>> Massimo
>>>
>>>
>> Thanks!
>>
>> /dps
>>  
>>
>>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:

 I love this.  It would be so cool if this was maintained with the rest 
 of the framework and widgets could then include the generic stupid.css. 
  The grid could use it and this would resolve a lot of issues with choice 
 of css framework.

 A couple of questions spring to mind:
 Does anyone need another CSS framework!  Will there be enough support 
 to keep it going?  I was reminded of the doubts I had about Markmin,  but 
 this has been great and I use it a lot and it seems to have hardly 
 required 
 any support or huge extra effort.  I am disappointed that Markmin isn't 
 more popular,  but very glad it exists.  I feel that stupid.css could be a 
 similar kind of thing.

 Is it intended that users use this for standard widgets and then add 
 Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
 going to resolve every requirement.

 I'm not convinced about the name,  but at least it is memorable!



-- 
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: for those of us who do not understand ...

2016-03-04 Thread Massimo Di Pierro


On Friday, 4 March 2016 18:56:36 UTC-6, Dave S wrote:
>
>
>
> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>
>> If you want to try it with web2py here is welcome app based on stupid.css
>>
>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>
>> Notice a few things:
>> - It does not require any change in the python code or form styles or 
>> grid. I
>> - It works with the existing bootstrap classes, it simply ignores. Too 
>> much trouble to remove them everywhere.
>> - The static folder is significative lighter.
>>
>>
> I copied the appconfig.ini from the standard welcome app; is the 
> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>

the bootstrap classes are ignored. The format of the HTML in the bootstrap 
is instead important. Works with the other style options too but I think 
works best with the bootstrap html. 
 

> Also, on the login form, the "Log In" button is appreciably smaller than 
> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
> input field and the others are button buttons?
>

fixed.
 

>
> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable band 
> over the background picture, slightly higher than the letter height, but 
> not the height of the enclosing DIV.
>

That was on purpose. I made it smaller. is it better?
 

> For the quarter-div with the ADMIN stuff, it looks like I've got a missing 
> glyph -- there's a rectangle about the size of the 'A' in Admin, with the 
> 10-over-01 pattern that I think FF uses for missing font characters.
>

Fixed. 

>
> Otherwise, the page looks very good! 
>

Did you try the grid?
 

> Massimo
>>
>>
> Thanks!
>
> /dps
>  
>
>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>>
>>> I love this.  It would be so cool if this was maintained with the rest 
>>> of the framework and widgets could then include the generic stupid.css. 
>>>  The grid could use it and this would resolve a lot of issues with choice 
>>> of css framework.
>>>
>>> A couple of questions spring to mind:
>>> Does anyone need another CSS framework!  Will there be enough support to 
>>> keep it going?  I was reminded of the doubts I had about Markmin,  but this 
>>> has been great and I use it a lot and it seems to have hardly required any 
>>> support or huge extra effort.  I am disappointed that Markmin isn't more 
>>> popular,  but very glad it exists.  I feel that stupid.css could be a 
>>> similar kind of thing.
>>>
>>> Is it intended that users use this for standard widgets and then add 
>>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
>>> going to resolve every requirement.
>>>
>>> I'm not convinced about the name,  but at least it is memorable!
>>>
>>>

-- 
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: for those of us who do not understand ...

2016-03-04 Thread Ron Chatterjee
Is there a reason its name stupid css as oppose to lets say simple css or 
silly css? Just curious to see how safe it is to use it.

On Friday, March 4, 2016 at 9:48:29 PM UTC-5, Dave S wrote:
>
>
>
> On Friday, March 4, 2016 at 4:56:36 PM UTC-8, Dave S wrote:
>>
>>
>>
>> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> If you want to try it with web2py here is welcome app based on stupid.css
>>>
>>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>>
>>> Notice a few things:
>>> - It does not require any change in the python code or form styles or 
>>> grid. I
>>> - It works with the existing bootstrap classes, it simply ignores. Too 
>>> much trouble to remove them everywhere.
>>> - The static folder is significative lighter.
>>>
>>>
>> I copied the appconfig.ini from the standard welcome app; is the 
>> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>>
>> Also, on the login form, the "Log In" button is appreciably smaller than 
>> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
>> input field and the others are button buttons?
>>
>> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable band 
>> over the background picture, slightly higher than the letter height, but 
>> not the height of the enclosing DIV.
>>
>> For the quarter-div with the ADMIN stuff, it looks like I've got a 
>> missing glyph -- there's a rectangle about the size of the 'A' in Admin, 
>> with the 10-over-01 pattern that I think FF uses for missing font 
>> characters.
>>
>
> Doh!   This one is on me.  I forgot to tell NoScript to allow that IP 
> (127.0.0.1, as it happens).  Updating that got me the gear symbol.
>  
>
>>
>> Otherwise, the page looks very good!
>>  
>>
>>> Massimo
>>>
>>>
>> Thanks!
>>
>> /dps
>>  
>>
>>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:

 I love this.  It would be so cool if this was maintained with the rest 
 of the framework and widgets could then include the generic stupid.css. 
  The grid could use it and this would resolve a lot of issues with choice 
 of css framework.

 A couple of questions spring to mind:
 Does anyone need another CSS framework!  Will there be enough support 
 to keep it going?  I was reminded of the doubts I had about Markmin,  but 
 this has been great and I use it a lot and it seems to have hardly 
 required 
 any support or huge extra effort.  I am disappointed that Markmin isn't 
 more popular,  but very glad it exists.  I feel that stupid.css could be a 
 similar kind of thing.

 Is it intended that users use this for standard widgets and then add 
 Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
 going to resolve every requirement.

 I'm not convinced about the name,  but at least it is memorable!



-- 
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: for those of us who do not understand ...

2016-03-04 Thread Dave S


On Friday, March 4, 2016 at 4:56:36 PM UTC-8, Dave S wrote:
>
>
>
> On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>>
>> If you want to try it with web2py here is welcome app based on stupid.css
>>
>> https://github.com/mdipierro/web2py-welcome-theme-stupid
>>
>> Notice a few things:
>> - It does not require any change in the python code or form styles or 
>> grid. I
>> - It works with the existing bootstrap classes, it simply ignores. Too 
>> much trouble to remove them everywhere.
>> - The static folder is significative lighter.
>>
>>
> I copied the appconfig.ini from the standard welcome app; is the 
> [forms]formstyle option ignored?  (bullet 2 suggests 'yes')
>
> Also, on the login form, the "Log In" button is appreciably smaller than 
> the "Sign Up" and the "Lost Password" buttons; is that because it is an 
> input field and the others are button buttons?
>
> The H1 with class="glass" and contents "STUPID.CSS" has a noticeable band 
> over the background picture, slightly higher than the letter height, but 
> not the height of the enclosing DIV.
>
> For the quarter-div with the ADMIN stuff, it looks like I've got a missing 
> glyph -- there's a rectangle about the size of the 'A' in Admin, with the 
> 10-over-01 pattern that I think FF uses for missing font characters.
>

Doh!   This one is on me.  I forgot to tell NoScript to allow that IP 
(127.0.0.1, as it happens).  Updating that got me the gear symbol.
 

>
> Otherwise, the page looks very good!
>  
>
>> Massimo
>>
>>
> Thanks!
>
> /dps
>  
>
>> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>>
>>> I love this.  It would be so cool if this was maintained with the rest 
>>> of the framework and widgets could then include the generic stupid.css. 
>>>  The grid could use it and this would resolve a lot of issues with choice 
>>> of css framework.
>>>
>>> A couple of questions spring to mind:
>>> Does anyone need another CSS framework!  Will there be enough support to 
>>> keep it going?  I was reminded of the doubts I had about Markmin,  but this 
>>> has been great and I use it a lot and it seems to have hardly required any 
>>> support or huge extra effort.  I am disappointed that Markmin isn't more 
>>> popular,  but very glad it exists.  I feel that stupid.css could be a 
>>> similar kind of thing.
>>>
>>> Is it intended that users use this for standard widgets and then add 
>>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
>>> going to resolve every requirement.
>>>
>>> I'm not convinced about the name,  but at least it is memorable!
>>>
>>>

-- 
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: for those of us who do not understand ...

2016-03-04 Thread Dave S


On Friday, March 4, 2016 at 4:01:09 PM UTC-8, Massimo Di Pierro wrote:
>
> If you want to try it with web2py here is welcome app based on stupid.css
>
> https://github.com/mdipierro/web2py-welcome-theme-stupid
>
> Notice a few things:
> - It does not require any change in the python code or form styles or 
> grid. I
> - It works with the existing bootstrap classes, it simply ignores. Too 
> much trouble to remove them everywhere.
> - The static folder is significative lighter.
>
>
I copied the appconfig.ini from the standard welcome app; is the 
[forms]formstyle option ignored?  (bullet 2 suggests 'yes')

Also, on the login form, the "Log In" button is appreciably smaller than 
the "Sign Up" and the "Lost Password" buttons; is that because it is an 
input field and the others are button buttons?

The H1 with class="glass" and contents "STUPID.CSS" has a noticeable band 
over the background picture, slightly higher than the letter height, but 
not the height of the enclosing DIV.

For the quarter-div with the ADMIN stuff, it looks like I've got a missing 
glyph -- there's a rectangle about the size of the 'A' in Admin, with the 
10-over-01 pattern that I think FF uses for missing font characters.

Otherwise, the page looks very good!
 

> Massimo
>
>
Thanks!

/dps
 

> On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>>
>> I love this.  It would be so cool if this was maintained with the rest of 
>> the framework and widgets could then include the generic stupid.css.  The 
>> grid could use it and this would resolve a lot of issues with choice of css 
>> framework.
>>
>> A couple of questions spring to mind:
>> Does anyone need another CSS framework!  Will there be enough support to 
>> keep it going?  I was reminded of the doubts I had about Markmin,  but this 
>> has been great and I use it a lot and it seems to have hardly required any 
>> support or huge extra effort.  I am disappointed that Markmin isn't more 
>> popular,  but very glad it exists.  I feel that stupid.css could be a 
>> similar kind of thing.
>>
>> Is it intended that users use this for standard widgets and then add 
>> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
>> going to resolve every requirement.
>>
>> I'm not convinced about the name,  but at least it is memorable!
>>
>>

-- 
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: for those of us who do not understand ...

2016-03-04 Thread Massimo Di Pierro
If you want to try it with web2py here is welcome app based on stupid.css

https://github.com/mdipierro/web2py-welcome-theme-stupid

Notice a few things:
- It does not require any change in the python code or form styles or grid. 
I
- It works with the existing bootstrap classes, it simply ignores. Too much 
trouble to remove them everywhere.
- The static folder is significative lighter.

Massimo

On Friday, 4 March 2016 08:51:00 UTC-6, villas wrote:
>
> I love this.  It would be so cool if this was maintained with the rest of 
> the framework and widgets could then include the generic stupid.css.  The 
> grid could use it and this would resolve a lot of issues with choice of css 
> framework.
>
> A couple of questions spring to mind:
> Does anyone need another CSS framework!  Will there be enough support to 
> keep it going?  I was reminded of the doubts I had about Markmin,  but this 
> has been great and I use it a lot and it seems to have hardly required any 
> support or huge extra effort.  I am disappointed that Markmin isn't more 
> popular,  but very glad it exists.  I feel that stupid.css could be a 
> similar kind of thing.
>
> Is it intended that users use this for standard widgets and then add 
> Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
> going to resolve every requirement.
>
> I'm not convinced about the name,  but at least it is memorable!
>
>

-- 
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: for those of us who do not understand ...

2016-03-04 Thread villas
I love this.  It would be so cool if this was maintained with the rest of 
the framework and widgets could then include the generic stupid.css.  The 
grid could use it and this would resolve a lot of issues with choice of css 
framework.

A couple of questions spring to mind:
Does anyone need another CSS framework!  Will there be enough support to 
keep it going?  I was reminded of the doubts I had about Markmin,  but this 
has been great and I use it a lot and it seems to have hardly required any 
support or huge extra effort.  I am disappointed that Markmin isn't more 
popular,  but very glad it exists.  I feel that stupid.css could be a 
similar kind of thing.

Is it intended that users use this for standard widgets and then add 
Bootstrap or Semantic or whatever for any extras?  Its simplicity is not 
going to resolve every requirement.

I'm not convinced about the name,  but at least it is memorable!

-- 
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: for those of us who do not understand ...

2016-03-04 Thread eric cuver


Le jeudi 3 mars 2016 08:27:57 UTC+1, Massimo Di Pierro a écrit :
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and suggestions 
> for improvement are welcome.
>

it's nice  

-- 
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: for those of us who do not understand ...

2016-03-04 Thread Pierre
what's the strategy to use all these goodies (bootstrap,stupid) ?
build views from layout.html/adapt layout.html
drop layout and start from scratch with RWD grids, containers and 
compressible columns ?
perhaps layout.html is already configured with bootstrap classes and ids ?


thanks Massimo for the great work you do

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Mirek Zvolský
I like your work because you make things easier.

What about colors? Is it good idea set them in html as classes?
Shouldn't be better to have some semantic colors like "dark", "light", 
"neutral", "error", "notice", "info", "success"?
But maybe we can import some module for colors, lets say: import C
which defines something like C.dark='maroon', C.light='wheat'
and in view to use it so: class="{{=C.neutral}}"
Of course semantic colors can/should have in css their default.
If you think this is good idea, you can make/add such set to the css 
framework - that way developers could exchange color schemes & final users 
could change used scheme in settings.

Seems the css framework is nice responsive.
So bootstrap is no longer needed?
I will sure try it in the application which I start now.
But I'm not sure how to remove bootstrap (because I start from scaffolding 
welcome).
And how to force some web2py components like grid to use stupid.css classes.
I hope something is in the book. But ideas are welcome.




Dne čtvrtek 3. března 2016 8:27:57 UTC+1 Massimo Di Pierro napsal(a):
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and suggestions 
> for improvement are welcome.
>

-- 
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.


Re: [web2py] Re: for those of us who do not understand ...

2016-03-03 Thread joseph simpson
Cool... thanks for all of your help ...

Over the years..

On Thu, Mar 3, 2016 at 8:52 PM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> The modal example is in the source of the page. I will make a web2py app
> based on this.
>
> On Thursday, 3 March 2016 13:19:03 UTC-6, Ron Chatterjee wrote:
>>
>> Like how would I use a button with link or modal? How would I customize
>> the button inside web2py etc...
>>
>> On Thursday, March 3, 2016 at 1:38:28 PM UTC-5, Massimo Di Pierro wrote:
>>>
>>> What kind of examples do you need? They are all in the HTML of the page
>>> itself.
>>>
>>> On Thursday, 3 March 2016 09:26:03 UTC-6, Ron Chatterjee wrote:

 Interesting! Are you going to have few examples?

 On Thursday, March 3, 2016 at 3:43:51 AM UTC-5, Dave S wrote:
>
>
>
> On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro
> wrote:
>>
>> A damn simple and easy css framework ... stupid.css
>>
>> https://t.co/9vB48IjYJK
>>
>> No promise of backward compatibility is made, but comments and
>> suggestions for improvement are welcome.
>>
>
> Interesting.  Minor note ... when I did "view page source" in Opera,
> it showed me the source for the github preview wrapper.  Right clicking on
> something and using "Inspect" showed me the actual content source, with 
> the
> body text wrapped in stupid.css stuff (much of it DIVs with the class 
> set).
>
> /dps
>
>
>
>
 --
> 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.
>



-- 
Joe Simpson
“Reasonable people adapt themselves to the world. Unreasonable people
attempt to adapt the world to themselves. All progress, therefore, depends
on unreasonable people.”
George Bernard Shaw

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Massimo Di Pierro
The modal example is in the source of the page. I will make a web2py app 
based on this.

On Thursday, 3 March 2016 13:19:03 UTC-6, Ron Chatterjee wrote:
>
> Like how would I use a button with link or modal? How would I customize 
> the button inside web2py etc...
>
> On Thursday, March 3, 2016 at 1:38:28 PM UTC-5, Massimo Di Pierro wrote:
>>
>> What kind of examples do you need? They are all in the HTML of the page 
>> itself.
>>
>> On Thursday, 3 March 2016 09:26:03 UTC-6, Ron Chatterjee wrote:
>>>
>>> Interesting! Are you going to have few examples?
>>>
>>> On Thursday, March 3, 2016 at 3:43:51 AM UTC-5, Dave S wrote:



 On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro 
 wrote:
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and 
> suggestions for improvement are welcome.
>

 Interesting.  Minor note ... when I did "view page source" in Opera, it 
 showed me the source for the github preview wrapper.  Right clicking on 
 something and using "Inspect" showed me the actual content source, with 
 the 
 body text wrapped in stupid.css stuff (much of it DIVs with the class set).

 /dps


  

>>>

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Ron Chatterjee
Like how would I use a button with link or modal? How would I customize the 
button inside web2py etc...

On Thursday, March 3, 2016 at 1:38:28 PM UTC-5, Massimo Di Pierro wrote:
>
> What kind of examples do you need? They are all in the HTML of the page 
> itself.
>
> On Thursday, 3 March 2016 09:26:03 UTC-6, Ron Chatterjee wrote:
>>
>> Interesting! Are you going to have few examples?
>>
>> On Thursday, March 3, 2016 at 3:43:51 AM UTC-5, Dave S wrote:
>>>
>>>
>>>
>>> On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro 
>>> wrote:

 A damn simple and easy css framework ... stupid.css

 https://t.co/9vB48IjYJK

 No promise of backward compatibility is made, but comments and 
 suggestions for improvement are welcome.

>>>
>>> Interesting.  Minor note ... when I did "view page source" in Opera, it 
>>> showed me the source for the github preview wrapper.  Right clicking on 
>>> something and using "Inspect" showed me the actual content source, with the 
>>> body text wrapped in stupid.css stuff (much of it DIVs with the class set).
>>>
>>> /dps
>>>
>>>
>>>  
>>>
>>

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Massimo Di Pierro
What kind of examples do you need? They are all in the HTML of the page 
itself.

On Thursday, 3 March 2016 09:26:03 UTC-6, Ron Chatterjee wrote:
>
> Interesting! Are you going to have few examples?
>
> On Thursday, March 3, 2016 at 3:43:51 AM UTC-5, Dave S wrote:
>>
>>
>>
>> On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro wrote:
>>>
>>> A damn simple and easy css framework ... stupid.css
>>>
>>> https://t.co/9vB48IjYJK
>>>
>>> No promise of backward compatibility is made, but comments and 
>>> suggestions for improvement are welcome.
>>>
>>
>> Interesting.  Minor note ... when I did "view page source" in Opera, it 
>> showed me the source for the github preview wrapper.  Right clicking on 
>> something and using "Inspect" showed me the actual content source, with the 
>> body text wrapped in stupid.css stuff (much of it DIVs with the class set).
>>
>> /dps
>>
>>
>>  
>>
>

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Ron Chatterjee
Interesting! Are you going to have few examples?

On Thursday, March 3, 2016 at 3:43:51 AM UTC-5, Dave S wrote:
>
>
>
> On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro wrote:
>>
>> A damn simple and easy css framework ... stupid.css
>>
>> https://t.co/9vB48IjYJK
>>
>> No promise of backward compatibility is made, but comments and 
>> suggestions for improvement are welcome.
>>
>
> Interesting.  Minor note ... when I did "view page source" in Opera, it 
> showed me the source for the github preview wrapper.  Right clicking on 
> something and using "Inspect" showed me the actual content source, with the 
> body text wrapped in stupid.css stuff (much of it DIVs with the class set).
>
> /dps
>
>
>  
>

-- 
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: for those of us who do not understand ...

2016-03-03 Thread Dave S


On Wednesday, March 2, 2016 at 11:27:57 PM UTC-8, Massimo Di Pierro wrote:
>
> A damn simple and easy css framework ... stupid.css
>
> https://t.co/9vB48IjYJK
>
> No promise of backward compatibility is made, but comments and suggestions 
> for improvement are welcome.
>

Interesting.  Minor note ... when I did "view page source" in Opera, it 
showed me the source for the github preview wrapper.  Right clicking on 
something and using "Inspect" showed me the actual content source, with the 
body text wrapped in stupid.css stuff (much of it DIVs with the class set).

/dps


 

-- 
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.