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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 161 - 190 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
161
Domain Name: CLEARSILVER.NET Created on..............: Fri, Jan 19, 2001 Expires on..............: Mon, Jan 19, 2004 Record last updated on..: Tue, Apr 08,...
David Terrell
dave_terrell
Offline Send Email
Feb 2, 2004
4:45 pm
162
Hi, I am new to ClearSilver and have some problems. There is no writeFile in the perl module and you can use hdf names with dashes, but you can't read the file...
Gerald Dachs
gda@...
Send Email
Feb 3, 2004
6:09 pm
163
... I'm sure this is just an accidental omission, we'll include your patch in the next release. ... Dash is not allowed in hdf symbols because it would be...
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
6:51 pm
164
The register.com website has some dumb login bug which prevented me from renewing it six months ago and again a couple weeks ago. I just received a blank white...
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
8:28 pm
165
... So it is a bug that you can write a-b to a hdf file? Does somebody know whether clearsilver.net will go online again?...
Gerald Dachs
gda@...
Send Email
Feb 3, 2004
9:26 pm
166
... Yes. We should do a better job of checking the contents of HDF keys and throw an error if invalid values are provided. ... Yes, it will. This is my fault....
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
9:49 pm
167
... Originally, I thought it was too heavy weight to do validation on every set_value, but perhaps it should. Brandon -- "Look, all that matters in a...
Brandon Long
blong42
Offline Send Email
Feb 3, 2004
11:34 pm
168
... It is too heavy-weight. A FAQ or explicit documentation on the topic is more light weight and is not in-line at every hdf add. If it must go in, make it a...
Dan Janowski
djjanowski
Offline Send Email
Feb 4, 2004
1:23 pm
169
... I think it seems reasonable to make it a run-time flag. It could be on by default, to prevent people from having trouble when they get started, and then it...
David Jeske
jeskeca
Offline Send Email
Feb 4, 2004
5:27 pm
170
The transfer went through and the clearsilver.net dns records are back online. - David...
David Jeske
jeskeca
Offline Send Email
Feb 4, 2004
5:35 pm
171
... Why not make it enabled by default and have a hdf_set_validation(HDF*,bool) style method that shelters the validation check under a if conditional. The...
Chris Green
cmgsprout
Offline Send Email
Feb 4, 2004
6:05 pm
172
... I'd leave it off by default, but *shrug*...
David Terrell
dave_terrell
Offline Send Email
Feb 4, 2004
6:29 pm
173
... The main thrust, however, being once you know not to do it, it does not cause a problem. A compile option that is default on is fine and will help the new...
Dan Janowski
djjanowski
Offline Send Email
Feb 4, 2004
8:30 pm
174
I am an expirienced programmer, but I don't know anything about HTML, so forgive me this stupid question. I use this HTML fragment: <form name="Accounts"...
Gerald Dachs
gda@...
Send Email
Feb 4, 2004
8:32 pm
175
To access data from POST, you have to call cgi_parse(). More distinctly, cgi_init() only parses the headers of the HTTP request, you have to call cgi_parse()...
Brandon Long
blong42
Offline Send Email
Feb 4, 2004
8:39 pm
176
... Thank you very much, that helped :) Gerald...
Gerald Dachs
gda@...
Send Email
Feb 4, 2004
8:49 pm
177
I'm finding myself with hierarchies of data such that the items within a set are unique amongst all fields (representative of a tuple), but the values of the...
John L Cwikla
cwikla
Online Now Send Email
Feb 10, 2004
10:14 pm
178
I've written this one too many times: <?cs set:count = 0 ?> <?cs each:node=list ?> <?cs set:count = count + 1 ?> <?cs /each ?> <?cs if:count ?> foo bar !!! ...
David Jeske
jeskeca
Offline Send Email
Feb 11, 2004
2:17 am
179
... Try: <?cs if:len(list) ?> foo bar! <?cs /if ?> ... The external interface deliberately only lets you manage string arguments. The internal interface by...
Brandon Long
blong42
Offline Send Email
Feb 11, 2004
2:45 am
180
... This is why XML is so big. :) Seriously though, I agree, and I run into this problem as well. XML solved this by creating XPath. It works like this: ...
David Jeske
jeskeca
Offline Send Email
Feb 11, 2004
2:46 am
181
... I've been using this now that I know about it, and it's great!...
David Jeske
jeskeca
Offline Send Email
Feb 14, 2004
9:17 am
182
Hey all, I built clearsilver in the port provided with the source, but get the error: clearsilver-0.9.7: category perl not in list of valid categories. When...
Josh Burley
martyr
Offline Send Email
Feb 24, 2004
1:51 am
183
The freebsd port is probably not that well designed, as I didn't know that much about it. If someone else wants to take a look at it and recommend some fixes...
Brandon Long
blong42
Offline Send Email
Feb 24, 2004
1:58 am
184
Just pointed out to me: http://www.edgewall.com/products/trac/details.html Some sort of project management/wiki/bug tracking system built to work with...
Brandon Long
blong42
Offline Send Email
Feb 24, 2004
9:11 am
185
... ClearSilver,...
David Jeske
jeskeca
Offline Send Email
Feb 24, 2004
7:05 pm
186
Hi, we're getting a crash in hdf_destroy using the clearsilver C library (version 0.9.3), we can get it to happen every time, and caught it under valgrind, is...
Ryan King
ryanaking
Online Now Send Email
Feb 25, 2004
2:07 am
187
Hmm, well, if you are using hdf_delete_tree, there was a fix for fixing up the hash tree. Otherwise, did you guys just start using the attr stuff? Its...
Brandon Long
blong42
Offline Send Email
Feb 25, 2004
4:30 am
188
Oh yea - we just started messing around with the [Lang] stuff in HDF files, I don't think we are using hdf_delete_tree (explicitly), and this crash just ...
Ryan King
ryanaking
Online Now Send Email
Feb 25, 2004
4:35 am
189
Does someone have (or can build) a recent version (>= 0.9.3) of ClearSilver for Windows and Python 2.3? Thanks, Stefano J. Attardi...
stefano j attardi
stefanojattardi
Offline Send Email
Feb 25, 2004
10:36 pm
190
Hi, I am new to ClearSilver and have some problems. There is no writeFile in the perl module and you can use hdf names with dashes, but you can't read the file...
Gerald Dachs
gda@...
Send Email
Feb 25, 2004
10:37 pm
Messages 161 - 190 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