Re: Witango-Talk: custom tags

2007-08-29 Thread Dale Graham
On Aug 29, 2007, at 1:00 PM, William M Conlon wrote: One of the things that has disappointed me is the lack of an ecosystem for witango components that can be shared, including Custom Meta Tags. I'm curious how others implement these: * are your custom tags assembled in a single class

Re: Witango-Talk: custom tags

2007-08-29 Thread Dan Stein
, CWP [EMAIL PROTECTED] www.dss-db.com It is perfectly safe to stand nowhere. From: Dale Graham [EMAIL PROTECTED] Reply-To: witango-talk@witango.com witango-talk@witango.com Date: Wed, 29 Aug 2007 13:27:21 -0400 To: Witango-Talk list witango-talk@witango.com Subject: Re: Witango-Talk

Re: Witango-Talk: custom tags

2006-10-21 Thread William M Conlon
John, Assuming you use something like TinyMCE for your CMS, did you customize it to allow your custom tag to validate? I have a different application, where I want to embed a movie. I've got the callmethod to do this for quicktime or windows based on UserAgent, with size, autoplay, etc

RE: Witango-Talk: custom tags

2006-10-10 Thread Robert Shubert
1. The server looks for the class on each use, which is HIGHLY inefficient. I would have thought that a Custom Tag would get loaded in system scope and be optimized in various ways. (Always loaded for example). Can this be adjusted with the tag definition xml? I notice that the

Re: Witango-Talk: custom tags

2006-10-10 Thread John McGowan
Robert Shubert wrote: Beyond a handful of easy to implement functions like that, custom tags aren't particularly useful. Woah, I disagree... The strength of the custom tag is that I can develop something and allow a less technical user to use it. For example our CMS has a blogging

Re: Witango-Talk: custom tags

2006-10-10 Thread William M Conlon
I want to follow up on this, because the big inefficiency is disk access, and I see repeated log entries for the custom tag: 09/10/2006 13:47:2566.219.95.118 [EMAIL PROTECTED] -1460044880 1 155 [Thread] Getting network file /path_to_TCFs/ISINT.tcf

RE: Witango-Talk: custom tags

2006-10-10 Thread Robert Shubert
-Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 12:05 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: custom tags Robert Shubert wrote: Beyond a handful of easy to implement functions like that, custom tags aren't

Re: Witango-Talk: custom tags

2006-10-10 Thread William M Conlon
Conlon [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 2:58 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: custom tags I want to follow up on this, because the big inefficiency is disk access, and I see repeated log entries for the custom tag: 09/10/2006 13:47:25

Re: Witango-Talk: custom tags

2006-10-10 Thread John McGowan
, 2006 2:58 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: custom tags I want to follow up on this, because the big inefficiency is disk access, and I see repeated log entries for the custom tag: 09/10/2006 13:47:2566.219.95.118 [EMAIL PROTECTED] -1460044880 1

Re: Witango-Talk: Custom tags

2006-10-06 Thread William M Conlon
Bingo! On Oct 6, 2006, at 12:03 PM, John McGowan wrote: Bill, you may need to do a dos2unix on your file. I've run into that before with custom tag files in our linux environment. /John William M Conlon wrote: I used the custom tag generator to create the following xml: ?xml

Re: Witango-Talk: Custom Tags in expressions

2005-06-24 Thread Bill Conlon
John, Did you get any resolution on this? I would like to make a custom tag to treat arrays as hashes (associative arrays in Perl PHP). This would simplify the repeated use of @ASSIGN NAME=desired_row VALUE=@FILTER ARRAY=array EXPR=#col='expr' @@desired_row[1,column] to @HASHREF

RE: Witango-Talk: Custom Tags in expressions

2005-06-24 Thread Robert Shubert
It sounds like this might be an order of evaluation problem. Robert -Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 5:10 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: Custom Tags in expressions I use custom tags all the time

RE: Witango-Talk: Custom Tags in expressions

2005-06-24 Thread Ben Johansen
I have noticed that is it best to use paren's within @IF actions especially with and/or Ben -Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 2:10 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: Custom Tags in expressions I use

RE: Witango-Talk: Custom Tags

2004-06-30 Thread Scott Cadillac
Go for it Dan, what are you waiting for? http://partners.adobe.com/asn/tech/pdf/acrobatsdks.jsp Cheers Scott Cadillac, XML-Extranet ~ 403-254-5002 ~ [EMAIL PROTECTED] Well-formed Programming in C# .NET, Witango, MSIE and XML Weblog ~ http://xmlx.ca Forums ~

Re: Witango-Talk: Custom Tags

2004-06-30 Thread Dan Stein
Waiting for Time Knowledge on 6/30/04 13:57, Scott Cadillac at [EMAIL PROTECTED] wrote: Go for it Dan, what are you waiting for? http://partners.adobe.com/asn/tech/pdf/acrobatsdks.jsp Cheers Scott Cadillac, XML-Extranet ~ 403-254-5002 ~ [EMAIL PROTECTED]

RE: Witango-Talk: Custom Tags

2004-06-30 Thread webdude
I got something like this to work using ActivePDF. Go for it Dan, what are you waiting for? http://partners.adobe.com/asn/tech/pdf/acrobatsdks.jsp Cheers Scott Cadillac, XML-Extranet ~ 403-254-5002 ~ [EMAIL PROTECTED] Well-formed Programming in C# .NET, Witango, MSIE and XML

RE: Witango-Talk: Custom Tags

2004-06-30 Thread webdude
ActivePDF already has a wrapper built for PHP, CF and ASP. I am wondering if this is the same as the demo you saw. I ended up using ASP to get mine to work right, but figured out how to pass the values from Witango to the ASP file. I wanted control over the naming and db from the Witango end.

Re: Witango-Talk: Custom Tags Broken

2004-05-19 Thread Bryan HUghes
Thanks Fergal, I went and removed all spaces between tags in the document on the server with TextPad it looked like it had some CR's or LF's that it didn't like. I had created the document in BBEdit on mac and saved it on my Win2000 server. It looks like that did the trick. Bryan Hughes

Re: Witango-Talk: custom tags

2003-06-02 Thread Phil Wade
Title: Re: Witango-Talk: custom tags @CUSTOMTAGS will return the list of all custom tags that have been loaded. @RELOADCUSTOMTAGS will reload the customtags defined on your system. You will need to set user$configpasswd to use this tag. On 2/6/03 8:52 AM, Atrix Wolfe [EMAIL PROTECTED] wrote

Re: Witango-Talk: custom tags

2003-06-02 Thread Atrix Wolfe
Title: Re: Witango-Talk: custom tags Ithink you guys really have just about thought of everything (: thanks! Atrix - Original Message - From: Phil Wade To: [EMAIL PROTECTED] Sent: Sunday, June 01, 2003 4:58 PM Subject: Re: Witango-Talk: custom tags @CUSTOMTAGS

Re: Witango-Talk: Custom Tags

2003-03-27 Thread Jason Pamental
James, Make sure that your server INI file has the right entry to find your custom tags directory. You can double-check your XML tag def file by using the Custom Tag generator on the Witango site. I tried it out last week and it was a snap to use. Jason On Thursday, March 27, 2003, at