Re: [web2py] Getting more rows from a table without jQuery, PHP, etc

2014-07-23 Thread Thiago Duarte
I'm glad to know I won't need PHP. Thank you for the answer and link! -- 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 yo

[web2py] Getting more rows from a table without jQuery, PHP, etc

2014-07-21 Thread Thiago Duarte
Hi there, I tweaked a couple of codes of a pagination demo, but it doesn't worked for me because the page is refreshed, I'm wanting add a button which always gets the next 10 rows from a table when clicked, so that contents is loaded always below, like an infinite scroll. I've seen a lot of exa

[web2py] Re: Problem with Google Fonts

2014-07-20 Thread Thiago Duarte
I'm sorry, I had not understood the hint between parenthesis. Thank you for your answer and explanation. Em quinta-feira, 17 de julho de 2014 08h05min17s UTC-3, Leonel Câmara escreveu: > > Thiago by removing http it uses whatever protocol you're using. So my > solution would also have worked.

[web2py] Re: Problem with Google Fonts

2014-07-16 Thread Thiago Duarte
Thanks to a guy from the Stack Overflow, I tried change the third line to **, removing "http" from href, and it worked. Thank you anyway Leonel. Em terça-feira, 15 de julho de 2014 19h37min49s UTC-3, Thiago Duarte escreveu: > > Hello! I'm having a problem: I upload a fi

[web2py] Re: Problem with Google Fonts

2014-07-16 Thread Thiago Duarte
> > well you could use https instead of http so it also works if you're > browsing it using https I'm not sure if it's what you are talking about, but the url already is https, If I try delete this final s and reload the page, the url backs to be https. Moreover I uploaded the same file in two

[web2py] Problem with Google Fonts

2014-07-16 Thread Thiago Duarte
Hello! I'm having a problem: I upload a file with the following code in my application "static" folder (I'm using PythonAnywhere): http://fonts.googleapis.com/css?family=Nunito";> #font { font-family: 'Nunito', sans-serif; font-size: 48px; } Text here! Well, when I open the html fi