Re: [Demexp-dev] Questions

2007-10-18 Par sujet David MENTRE
Hello Lyu, 2007/10/18, Lyu Abe [EMAIL PROTECTED]: I had to install mod python in order to make it work with it. [...] Also, I tried to retrieve the login and password from the initial index.html using import cgi: import cgi form = cgi.FieldStorage() if form.has_key[login] ... But it

[Demexp-dev] Web Client Interface [status]

2007-10-18 Par sujet Lyu Abe
Hi, Here's a small report of what I've obtained so far: http://img138.imageshack.us/img138/3824/demexpinterfacev001lj2.png It's just tests, so probably we should not care about small details right now. (maybe you can tell if this presentation is roughly okay to you) I also need to figure out

Re: [Demexp-dev] Web Client Interface [status]

2007-10-18 Par sujet David MENTRE
Hello Lyu, 2007/10/18, Lyu Abe [EMAIL PROTECTED]: Here's a small report of what I've obtained so far: http://img138.imageshack.us/img138/3824/demexpinterfacev001lj2.png This seems okay for me. The look seems pretty clean. :-) I also need to figure out how to retrieve and display correct

Re: [Demexp-dev] Questions

2007-10-18 Par sujet Lyu Abe
David, Yep, use [::-1] operator ([:] operator with a negative step): l=[1,2,3,4] for i in l[::-1]: print i 4 3 2 1 Explanation in the Python library doc: http://docs.python.org/lib/typesseq.html The Python doc (http://docs.python.org/) is very useful. Most of the time, the thing you

Re: [Demexp-dev] Web Client Interface [status]

2007-10-18 Par sujet Lyu Abe
I also need to figure out how to retrieve and display correct question tags (Categorie). See chapters 3.3.5 and 3.3.6 starting at page 21 of demexp book. To get tags and their label, use RPC: * max_tag_id() * tag_info() To get the set of tags assigned to a set of questions, use RPC: *

Re: [Demexp-dev] Web Client Interface [status]

2007-10-18 Par sujet FĂ©lix
On 10/18/07, Lyu Abe [EMAIL PROTECTED] wrote: Hi, Here's a small report of what I've obtained so far: http://img138.imageshack.us/img138/3824/demexpinterfacev001lj2.png It's just tests, so probably we should not care about small details right now. (maybe you can tell if this presentation

Re: [Demexp-dev] Re: Demexp-dev Digest, Vol 48, Issue 6 : Python or php ?

2007-10-18 Par sujet Lyu Abe
Hi Diogene, First Id like to say that I dont receive the mails of the discussion ?? Just receive the summary at the end, is this normal ? Errr I don't think so. I'll forward copies of the discussion later today (I also guess the mails of this list are archived somewhere, but I don't

[Demexp-dev] [SOLVED] IE6 compatibility problems

2007-10-18 Par sujet Lyu Abe
Hi again, Ok, I solved the problem. FF recognizes custom styles (other than h1, h2, p, etc.) while IE6 does not. The solution is to declare styles as: .mystyle { ... } and to use span class=mystyle.../span It works fine now... Thanks. ABE Lyu

[Demexp-dev] Re: Demexp-dev Digest, Vol 48, Issue 6 : Python or php ?

2007-10-18 Par sujet Diogene Laerce
Hello First Id like to say that I dont receive the mails of the discussion ?? Just receive the summary at the end, is this normal ? Do you really want to use PHP? :-) In any case, if you prefer PHP, it might be better to use Augustin's code. We know it works and it does not need an external