Re: [web2py] Re: Photo Gallery

2012-02-24 Thread Chris Hawkes
Noobmusic.com uses lightbox with Google app engine. You probably need to show us the entire page you are trying to get to work. Your problem is probably something to do with class names or JavaScript includes. Sent from my Samsung smartphone on AT&T Anthony wrote: >Lightbox is a client-sid

Re: [web2py] Re: Photo Gallery

2012-02-24 Thread Chris Hawkes
Sent from my Samsung smartphone on AT&T Anthony wrote: >Lightbox is a client-side Javascript library and doesn't really have >anything to do with web2py -- as long as you set it up properly, it should >work with web2py (or any backend framework). If you show some code, though, >perhaps we c

Re: [web2py] Re: controller question

2012-01-14 Thread Chris Hawkes
I broke the controllers into much smaller sizes. My site does not seem to be too much of a memory hog at this time. I will probably try to find ways of making it more efficient in the near future, but have tons of other stuff to do in the meantime. On Fri, Jan 13, 2012 at 4:45 PM, howesc wrote:

Re: [web2py] Re: New Site for web2py poweredby

2012-01-14 Thread Chris Hawkes
It looks a ton better, good job! On Sat, Jan 14, 2012 at 12:21 PM, Andrew Evans wrote: > Hello I think I finished the styling :-) > > its not perfect I am sure :-P I think the green at the top of the thread > could be replaced (if only I could find where in the style sheet it is) > > anyway here

Re: [web2py] Re: Is it me or what?

2012-01-13 Thread Chris Hawkes
Thanks for all the comments and suggestions. There will be a major content fix over the weekend. I will fix many dead links and I am adding an additional 200 bands or so. I am also adding more dynamic content over the next couple of weeks. Sent from my Samsung smartphone on AT&T Likit wr

Re: [web2py] Need a instruction for Rating Plugin

2012-01-12 Thread Chris Hawkes
I did take a look at that myself. I find it much harder to figure out how to apply a plugin to my design then to just do it all over myself specific to my design. If you are beginner it will be a nightmare. You should prabably make your own with simple form variables using jquery and CSS to

[web2py] Controller file size question

2012-01-12 Thread Chris Hawkes
What is the largest advisable file size limit for a controller file using Google appengine? Sent from my Samsung smartphone on AT&T

Re: [web2py] newbie question

2011-11-19 Thread Chris Hawkes
sorry guys i hit enter to soon, disregard this question On Sat, Nov 19, 2011 at 6:33 PM, chawk wrote: > db.define_table('discussion', >Field('comment', 'text')) > > def comment(): >form = SQLFORM(db.discussion, _class='test1') >if form.process().accepted: >redirec