Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 512 - 541 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
512
Hi, Following is a list of problems and solutions I discovered while builing clearsilver on solaris 10 using gcc version 3.4.3 and configured as: ./configure...
hrmadhu
Offline Send Email
Jul 3, 2005
12:07 am
513
I have been trying to build clearsilver-0.9.14 on an AMD64 box, but the build process always fails when running the Java test: CSTest.java Running java test ...
Fraser Ruffell
fruffell
Offline Send Email
Jul 3, 2005
12:12 am
514
... Hmm, guess make is pickier there. I'll try the find version, I think a maxdepth argument is necessary as well. Not sure how portable that will be,...
Brandon Long
blong42
Offline Send Email
Jul 3, 2005
12:29 am
515
I haven't seen this error before. We have made a number of improvements/fixes to the Java JNI wrapper that we hope to release soon. Brandon ... -- "The...
Brandon Long
blong42
Offline Send Email
Jul 3, 2005
12:32 am
516
Hi Madhu, On what platform are you running Solaris 10? I have NetBSD 2 running on Sparc64 and whilst I can apparently build ClearSilver easily using either the...
Jeff Tupholme
jeff-lists@...
Send Email
Jul 6, 2005
2:53 am
517
Hi Madhu, On what platform are you running Solaris 10? I have NetBSD 2 running on Sparc64 and whilst I can apparently build ClearSilver easily using either the...
Jeff Tupholme
jeff-lists@...
Send Email
Jul 17, 2005
7:02 pm
518
Hi, I would like to find out how to get the referrer page in clearsilver. In php we get it as $_SERVER['HTTP_REFERRER'], but in which variable will the value...
smart_subhash
Offline Send Email
Jul 18, 2005
7:45 am
519
Typically, its stored in HTTP.Referer Brandon ... -- "Moral indignation is jealousy with a halo." -- H. G. Wells http://www.fiction.net/blong/...
Brandon Long
blong42
Offline Send Email
Jul 18, 2005
4:54 pm
520
I've run into a problem where a string put into a URL has a backslash which the browser is turning into a forwardslash. This doesn't surprise me much, but it ...
David Jeske
jeskeca
Offline Send Email
Jul 19, 2005
2:35 pm
521
... From RFC 2396, 2.4.3: Data must be escaped if it does not have a representation using an unreserved character; this includes data that does not correspond...
David Terrell
dave_terrell
Offline Send Email
Jul 19, 2005
11:00 pm
522
I'm writing to enlist the help of ClearSilver users on an open-source wireless networking project.. I'm Technical Lead for the Champaign-Urbana Community...
David Young
dyoungicator
Offline Send Email
Jul 20, 2005
2:08 am
523
David - I'm glad to hear clearsilver is working out for you. You're not the first embedded application­ to make use of clearsilver­. If you want to make it...
David Jeske
jeskeca
Offline Send Email
Jul 20, 2005
3:06 am
524
Hi, i'm new to ClearSilver and want to know weather i can use "server side cookies" in ClearSilver or not.. regards Mo,...
mohamadsb
Offline Send Email
Jul 21, 2005
9:45 am
525
That sounds like a wacky way to say server side data, and I'll assume you mean session data. ClearSilver has no built in support for session data, no....
Brandon Long
blong42
Offline Send Email
Jul 21, 2005
9:49 am
526
... Rah, rah, Brandon! And I thought I was the only one! Erik...
Erik Rose
grincheroo
Offline Send Email
Jul 22, 2005
8:20 pm
527
I am planning on building a picture trading website using Apache, Python, and ClearSilver. I am new to web programming but I am familiar with Python and...
bruce1444
Offline Send Email
Jul 24, 2005
6:14 pm
528
Hi, Can any one tell me: 1-What's the best way for "cookie tracking" (i mean user tracking with cookies) 2-How can i read a cookie which i've already write it...
mohamadsb
Offline Send Email
Jul 24, 2005
6:15 pm
529
... To answer this we need more information about the specifics of your application. Typically there is a server-side database with some kind of user_id value....
David Jeske
jeskeca
Offline Send Email
Jul 25, 2005
11:15 pm
530
Having been many years since I've mucked with JNI, I could be missing something. But, where is HDF.readFile()? All I see in HDF.java are a couple get/set's...
Wyan Yip
wyanyip
Offline Send Email
Jul 27, 2005
9:06 pm
531
We've actually improved the interface quite a bit here, including adding readFile. I'll see if I can get a release out today. Brandon ... -- "I'm deeply...
Brandon Long
blong42
Offline Send Email
Jul 27, 2005
9:06 pm
532
Ok, after way too long, version 0.10.1 is now available from http://www.clearsilver.net/downloads/ This version should fix the const problem, the amd64 problem...
Brandon Long
blong42
Offline Send Email
Jul 28, 2005
8:59 am
533
Hi, i'm new to ClearSilver and want to know weather i can use "server side cookies" in ClearSilver or not.. regards Mo,...
mohamadsb
Offline Send Email
Aug 1, 2005
12:59 am
534
Hello all, I've just stared using clearsilver (this looks really snazzy!) with mod_python 3.1.4/Apache 2 and I'm attempting to get a publisher handler to work....
Tony Burger
tony@...
Send Email
Aug 5, 2005
10:11 pm
535
... Looks right to me. You can also look at the CSPage.py example in the kit, however, it basically does the same thing. ... "tmpl" will be treated as relative...
David Jeske
jeskeca
Offline Send Email
Aug 6, 2005
12:14 am
536
... If you don't like hardcoding this in the script, you can always use ModPython's PythonOption ...
David Terrell
dave_terrell
Offline Send Email
Aug 6, 2005
12:56 am
537
Thanks for the input. I have been able to get mod_python working smoothly for the most part. One quirk I'm seeing though. I found an old post to this group...
Tony Burger
tony@...
Send Email
Aug 6, 2005
9:29 am
538
After further testing, if I don't use the CGI kit and do a "req.write(cs.render())" followed by a "return" in the code it doesn't appear to print the...
Tony Burger
tony@...
Send Email
Aug 7, 2005
4:13 am
539
I read in the INSTALL file with the distribution how .hdf files are being used with the CGI.StaticContent definition. Can someone give an example of how this...
Tony Burger
tony@...
Send Email
Aug 8, 2005
9:46 pm
540
I am trying to build the clearsilver-0.10.1 libraries using Cygwin with Python 2.4.1 and GCC 3.4.4 1) The following line from the ./configure script ...
bruce1444
Offline Send Email
Aug 9, 2005
12:24 am
541
... Works fine for me with Python 2.4.1 and mod_python 3.1.4, although I'm not using Cygwin....
Tony Burger
tony@...
Send Email
Aug 9, 2005
12:58 am
Messages 512 - 541 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help