[web2py] Need an experienced dev for project

2011-05-18 Thread skwasha
I have a project I've been working on. I managed to get a working prototype going in web2py myself. But I'm not quite proficient enough to really take it to the next stage - i.e., something a lot more streamlined, professionally coded and ready to deploy. It's not too terribly complicated. I

[web2py] Plugin-wiki tagging question

2011-04-02 Thread skwasha
Is there anyway to take advantage of the plugin-wiki tagging widget at object creation (i.e., assign tags to a record as part of it's submission)? Or do I just need to implement my own? TIA

[web2py] Re: ckeditor integration

2011-03-31 Thread skwasha
not working and if you figured it out. But at least I'm OK for now. thanks again! On Mar 30, 3:41 pm, skwasha sas...@umich.edu wrote: That's great. But forgive my ignorance, I've no idea how that helps me. From what the book says, plugin-wiki is for creating pages. I just wanna use the wsywig editor

[web2py] Re: ckeditor integration

2011-03-31 Thread skwasha
Latest frustration Now I have some validation questions. In my model I have a field defined as notnull=True. If I submit a blank field using just a regular textarea, I get the expected result that the field is not accepted and an error generated. However, when I submit a blank field using

[web2py] ckeditor integration

2011-03-30 Thread skwasha
The ultimate goal is to allow users to embed video, audio, images, etc. in comment-like posts. I tried using Markmin video tags - but all I end up with are blank players that say 'Loading' - if someone has done it successfully with Markmin, that'd be fine. But I moved on trying to get ckeditor

[web2py] Re: ckeditor integration

2011-03-30 Thread skwasha
That's great. But forgive my ignorance, I've no idea how that helps me. From what the book says, plugin-wiki is for creating pages. I just wanna use the wsywig editor aspect of it for (essentially) a comment entry form. I see it has all kinds of nice widgets - that can be used *in* pages. But how,

[web2py] Re: another video: web2py components

2011-03-24 Thread skwasha
Is the source available anywhere? Would be nice to look thru for tutorial purposes. On Mar 22, 2:49 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: http://vimeo.com/21363988 Because we do not use them enough and feel we have room for improvement. Massimo

[web2py] Re: 'Voting and Rating' Ajax Recipe (chapter 10) not working?

2011-02-14 Thread skwasha
Yah, I had some issues with that as well... Try adding adding name=id to the input element of the form. Apparently, the ajax function is doing a get by name, not id. On Feb 14, 6:21 am, Notnasiul luisdu...@gmail.com wrote: I'm trying to reproduce the example in the 'Voting and Rating' Ajax

[web2py] Re: form / subform / adding row (field)...

2011-02-02 Thread skwasha
I'm curious if you ever got this all figured out? I wanna do something similar (essentially allow people to build up lists of things with arbitrary list length.) If you had something complete I'd love to see it if possible. Very new to web2py myself. On Jan 24, 11:27 am, Richard Vézina

[web2py] First web2py app - some advice needed

2011-02-02 Thread skwasha
Making my first foray into web2py and wanted to run a few things by the list. Let's say I want to have a list of Libraries, each of which contains a Collection of Books. Here's what I've got so far: db.define_table('library', Field('id','id', represent=lambda id:SPAN(id,'

[web2py] Re: form / subform / adding row (field)...

2011-02-02 Thread skwasha
I'm curious if you ever got this all figured out? I wanna do something similar (allow users to create lists of things of arbitrary list length.) I'm new to web2py myself, so if you had something working you'd be willing to share it'd be of great interest/help. thanx On Jan 24, 11:27 am, Richard