OT is OT (was Re: Eolas patent suit)

2003-10-24 Thread Gyrus
patent suit (even though I obviously recognise it's important to web development in general, if not to CF in particular). Just a thought, Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: OT: SQL Assistance

2003-10-23 Thread Gyrus
AS creatorLastName, u2.firstName AS updaterFirstName, u2.lastName AS updaterLastName FROM tbl_user u1, tbl_user u2, tbl_news n WHERE n.creatorId = u1.userId AND n.updaterId = u2.userId Not tested, but this should get you there :-) Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available

Re: defaulttemplates for CF studio

2003-10-22 Thread Gyrus
in CFStudio. No, I don't think of HTML templates as Wizards either ;-) Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Temp Upload Directory

2003-10-21 Thread Gyrus
At 18:10 21/10/2003 -0500, you wrote: Can someone remind me where the temp directory is that CF uses for uploads? Or is it stored in memory? #GetTempDirectory()# ? Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription

RE: problem with file uploads on a MAC

2003-10-20 Thread Gyrus
this technique per se. HTH, Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: list, adding to

2003-10-16 Thread Gyrus
#', classDates='#dateSessions#', classStart='#FORM.classStart#', classEnd='#FORM.classEnd#' WHERE ID IN(#dateList#) /cfloop What error do you get? Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Strange cfoutput query= issue

2003-10-16 Thread Gyrus
dness between the loop and the reference to the GetTemplateData query. Also, double-check that GetTemplateData only has one record maybe? And possibly be more specific in the reference, e.g. #GetTemplateData['Template'][1]# ? Kind of grasping at straws, but nothing strikes me straight away...

lite source control for Homesite+ ?

2003-10-15 Thread Gyrus
try to open it. That's it. MS Office seems to have this built-in. Is it possible in Homesite? Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: lite source control for Homesite+ ?

2003-10-15 Thread Gyrus
At 15:53 15/10/2003 +0100, you wrote: Just shout at each other when youre opening a file. Works for us ;-) A crude, much-loved system ;-)But it's starting to hamper our work - we're both pretty quick. Also, you're scuppered when you try a multi-file Find/Replace... Gyrus [EMAIL PROTECTED] http

RE: lite source control for Homesite+ ?

2003-10-15 Thread Gyrus
of getting our heads round the DW Site system (I just dislike working with any of these kind of systems I've tried), there's all the other adjustments to make. I know Homesite inside-out, and it does everything I need - except this! Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key

RE: lite source control for Homesite+ ?

2003-10-15 Thread Gyrus
. How does MS Office do it so effortlessly? Do Word and Excel have a built-in CVS system?! Or is there just a bit of Windows scripting that can replicate this? The more I look at it, the more it seems odd that this basic little idea isn't built into Windows drive/file sharing. Bah. Gyrus [EMAIL

RE: lite source control for Homesite+ ?

2003-10-15 Thread Gyrus
check this out (no pun intended ;-). Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

form field in CFFILE tag does not contain an uploaded file

2003-10-15 Thread Gyrus
fied the correct form field name. I'm on CF5 / WinXP Pro. Any ideas while I stare at my monitor and furrow my brow? Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: form field in CFFILE tag does not contain an uploaded file

2003-10-15 Thread Gyrus
also affecting matters. Problem solved. Or, more like, more problems created ;-)Bottom line, ignore this post! Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: list, adding to

2003-10-15 Thread Gyrus
of #ListAppend(myDateList,dates)# Not sure what you're trying to do here, but Does ValueList() help? Check docs for info on this CF function - it takes a column in a query recordset and turns puts all the values in the column into a list. Very handy! HTH, Gyrus [EMAIL PROTECTED] http://norlonto.net

CFMX forum?

2003-10-14 Thread Gyrus
I've noticed a couple of CFMX-based blogging apps out there, but haven't found any off-the-shelf forum apps yet. Are there any good ones? thanks, Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

Re:SES and Fusebox

2003-10-11 Thread Gyrus
this is to prevent bots getting trapped in dynamic page loops. I'm not sure the gateway/listing pages get round this, or if Google has changed since I last looked, but it was why we shifted to SES URLs in the end. Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays

Re: WYSIWYG inline editor on mac browsers

2003-10-08 Thread Gyrus
://www.ephox.com/product/editliveforjava/default.asp http://www.realobjects.com/edit-on_Pro_3_x.435.0.html http://editize.com/ But as I say, can't speak from any experience, we've not properly evaluated them, let alone put one into production. Let us know your experiences if you do! Gyrus [EMAIL

Re: QoQ and Like

2003-10-08 Thread Gyrus
At 18:11 08/10/2003 -0400, you wrote: I'm encountering a problem with queries of queries and the like statement: Check MM docs for QofQ limitations - they don't do everything that straight DB queries do. Sorting by date fields is one, maybe LIKE is another? Gyrus [EMAIL PROTECTED] http

RE: application.cfm

2003-10-07 Thread Gyrus
/support/coldfusion/ts/documents/tn17882.htm Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Seeking RegEx help

2003-10-01 Thread Gyrus
the number I want ... how do I grab out just 435672_123? This seems to do the trick: REReplace(myURL, [^-]+-([0-9]{6,6}_[0-9]{3,3})-.+, \1, ONE) Also a possibility: ListGetAt(myURL, 2, -) Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message

pass array to CFtag by reference NOT value?

2003-09-30 Thread Gyrus
relying on the array being worked on sitting in the Request scope. This seems OK-ish, but obviously it makes the tag much less modular. Any ideas? Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

Re: pass array to CFtag by reference NOT value?

2003-09-30 Thread Gyrus
At 10:27 30/09/2003 -0400, you wrote: Simply wrap the array in a structure. I'm missing the obvious today... Thanks. Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Form Redirect

2003-09-27 Thread Gyrus
At 20:35 26/09/2003 -0500, you wrote:Having an issue with a form redirect, can anyone see the issue...have Iapproached it wrong?Isn't it up to you to tell us what your issue is, then we try and find a solution? Is this a test? ;-) What's going wrong with it?Gyrus[EMAIL PROTECTED]http

RE: Form Redirect

2003-09-27 Thread Gyrus
dex is from - was that throwing a JS error that you missed?HTH,Gyrus[EMAIL PROTECTED]http://norlonto.net/gyrus/dev/PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

SOT: converting double-spaced UNIX lines to CRLF

2003-09-27 Thread Gyrus
being 0D0D0A). I'm searching and searching, but can anyone here help out with a quick 'n' easy method?Gyrus[EMAIL PROTECTED]http://norlonto.net/gyrus/dev/PGP key available [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: converting double-spaced UNIX lines to CRLF

2003-09-27 Thread Gyrus
in how to get HS+ to always open double-spaced files as single-spaced, skipping the dialogue - the reg key mentioned in the above web page seems to not be there anymore.cheers,Gyrus[EMAIL PROTECTED]http://norlonto.net/gyrus/dev/PGP key available [Todays Threads] [This Message] [Subscription] [Fast

Re: trimming question

2003-09-25 Thread Gyrus
At 23:57 24/09/2003 -0600, you wrote: what would be the proper way to trim this up? cfset Dealer = #ReReplace(form.Dealer,[^]*,,ALL)# Trim in what sense? Looks like a fairly sound regex to strip markup tags. Are you wanting to control whitespace as well? Gyrus [EMAIL PROTECTED] http

Re: trimming question

2003-09-25 Thread Gyrus
to reduce whitespace to a minimum for bandwidth reasons:cfset request.pageOutput = REReplace(request.pageOutput, #Chr(13)##Chr(10)#, , ALL)However, I've no idea if this is what you're after or not.Gyrus[EMAIL PROTECTED]http://norlonto.net/gyrus/devPGP key available [Todays Threads] [This Message

RE: CF-Talk Wiki?

2003-09-14 Thread Gyrus
preferable to a search the archives-type response. Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev PGP key available ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm

CF-Talk Wiki?

2003-09-13 Thread Gyrus
a solid repository of CF knowledge? Even as a longer-term project, it seems like a good direction to me. Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev PGP key available ~| Archives: http://www.houseoffusion.com/lists.cfm

queries or structs for fast looping?

2003-09-10 Thread Gyrus
time). cheers, Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe

Re: Request vs application

2003-09-07 Thread Gyrus
to lock when reading - The larger and less frequently accessed the data, the better candidate it is for storing in Application, and vice versa for Request HTH, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

RE: OT: Box Highlights of hover/active links.

2003-09-03 Thread Gyrus
. Is this what yr after? http://home.ntelos.net/~ofarrell/code.html Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

RE: Dreamweaver and include files

2003-08-27 Thread Gyrus
At 08:21 26/08/2003 -0600, you wrote: Just wondering why you didnt use ssi? DRE Not really used them before, PHP includes seem to do the job. Plus, I think the same question would apply - can DWMX include SSI's? I imagine it can, as we've already heard that it can handle PHP includes. Gyrus

Re: cfinclude from within CFML tag

2003-08-26 Thread Gyrus
At 16:42 25/08/2003 -0600, you wrote: The tags are shared by a number of web sites. I want to be able have multiple tags cfinclude an html file that sits in the same directory as the tags. If it can be done. What error gets thrown when you try it? Gyrus [EMAIL PROTECTED] play: http

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Gyrus
me running, as ever, back to Homesite+ http://www.macromedia.com/software/dreamweaver/productinfo/features/static_tour/design/index.html#03 Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

Re: cfinclude from within CFML tag

2003-08-25 Thread Gyrus
when your tag is inside the CF installation? Why not keep CF tags inside the web root and call them with CFMODULE? Not sure I'm grasping the problem though... Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

Re: Forcing a List to a Specific Length

2003-08-25 Thread Gyrus
and ListAppend, but lists are just strings, may as well just throw the extra elements in. I think you need spaces in empty elements, i.e. ListLen(a,b,c,,,) is just 3, but ListLen(a,b,c, , , ) is 6 as you'd want and expect. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http

search performance (queries of queries and queries into structures)

2003-08-19 Thread Gyrus
it still measure up against QofQ's even though you're not just doing a simple search for one value with StructKeyExists()? cheers, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

OT: Dreamweaver and include files

2003-08-18 Thread Gyrus
this with PHP (or CF for that matter). If it can do it, which version? thanks, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http://www.houseoffusion.com/lists.cfm?link

problems installing CFX Java tag [repost]

2003-08-14 Thread Gyrus
processing an element with a general identifier of (CFX_XMLTOOLS), occupying document position (7:1) to (7:66). Any ideas? Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

problems running a Java CFX tag

2003-08-14 Thread Gyrus
bugging me is that cfx_xmlTools is a .jar file, not a .class file. Does this make any difference? I've assumed that you just set the Class Path as normal in the Admin (W:\CFusion\Java\classes for me), and install the .jar file in there. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http

good open source CF5 CMS

2003-08-14 Thread Gyrus
only, printer friendly and email a friend options - News management system - Form creation - Dynamic site map - Site search - Updates mailing list - Help system Obviously free is preferable, but licensed systems are fine. Any good ones? Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http

Re: MSSQL Developer edition now $49

2003-08-14 Thread Gyrus
://www.microsoft.com/sql/howtobuy/development.asp Anyone have any idea about how to get this in the UK? All the info there seems to be for US customers only, and following the sales info through to the UK site just leads to dead ends. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http

Re: ColdFusion and Javascript

2003-08-14 Thread Gyrus
. Why not make Next Page a form submit button, then dynamically update the CF array each time a page is viewed? Surely you'd lose any info stored in JS anyway, between page requests. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

RE: problems installing CFX Java tag [repost]

2003-08-14 Thread Gyrus
At 14:27 12/08/2003 +0100, you wrote: The full .jar path needs to be in your class path setting. Tried that already - sorry, forgot to update the info I provided! Same error. Will try xmlTools mailing list to see if there's any tag-specific problem going on. Gyrus [EMAIL PROTECTED] play: http

RE: problems running a Java CFX tag

2003-08-11 Thread Gyrus
occurred. Could you specify which setting should change? thanks, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid

OT: approaching clients of (former) employer

2003-07-14 Thread Gyrus
? many thanks, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

Re: OT: CSS Layouts

2003-07-13 Thread Gyrus
layouts http://www.fu2k.org/alex/css/ And this site is great for general inspiration: http://www.csszengarden.com/ HTH, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives

RE: Usability

2003-07-11 Thread Gyrus
of fresh air - very accessible, and as friendly to the designer/developer as he's advising you to be to the user :-) Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives

Re: String help

2003-07-09 Thread Gyrus
suggestions? If it's always always going to be in that position, this should work: cfset number = Mid(partNumber, 4, 3) Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http

a coupla CF/XML questions...

2003-07-08 Thread Gyrus
the most logical stand-in), but does pass as a string. Obviously this isn't very good, as there are plenty of strings that aren't valid XML! Is this one for the wishlist? Surely one for the blimey, the should have got that in first time list ;-) cheers, Gyrus [EMAIL PROTECTED] play: http

Re: a coupla CF/XML questions...

2003-07-08 Thread Gyrus
this as if there was a bare-bones HTML document in there after the DOCTYPE :-) Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: Search Engine Optimization

2003-07-08 Thread Gyrus
to have your left-hand side nav as well as your top nav above the content in your markup. This means lower rankings. These aren't set in stone, but they've got me some pretty good rankings so far. HTH, Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

IIS and making SES URLs work [WAS: Search Engine Optimization]

2003-07-08 Thread Gyrus
worked on one server but not another, but I've never found a setting in IIS similar to verify that pages exist. Could you point out where this option is set in the IIS Management Console? Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

Re: IIS and making SES URLs work [WAS: Search Engine Optimization]

2003-07-08 Thread Gyrus
it, but index.cfm/action/page.view/id/42 seems to just work on our live site. Now I'm really foxed as to why - we don't have any custom 404 catching or anything... Any ideas? Hmmm, frustration at not knowing why something *works* makes a change! Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work

RE: IIS and making SES URLs work [WAS: Search Engine Optimization ]

2003-07-08 Thread Gyrus
the kind of crazy tangles that Inktomi's Slurp seems to get into. Google only indexed the first pages of our site's multi-page articles until we shifted to SES URLs. Gyrus [EMAIL PROTECTED] play: http://norlonto.net/ work: http://tengai.co.uk/ PGP key available

Re: checking if cfapplication has run

2003-06-09 Thread Gyrus
this? cftry cfset insideApplication = IsDefined(application.applicationname) cfcatch type=Any cfset insideApplication = false /cfcatch /cftry Should deal with all eventualities... (?) Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

Re: CF clarification

2003-05-31 Thread Gyrus
- Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] What is cold fusion exactly? Some good FAQs: http://www.cffaq.com/ http://www.thenetprofits.co.uk/coldfusion/faq/ HTH, Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

forcing parsing of CF code stored in string

2003-05-29 Thread Gyrus
the solution. I tried writing the string out as a file then reading the file, or outputting the string with CFSAVECONTENT, but no luck. Help! Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

SOT: Linux mappings / file shortcuts?

2003-05-29 Thread Gyrus
direct access to it (i.e. via a CF page). All we have is Telnet/FTP access. Any pointers much appreciated! Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http

Re: CFC's - Where to put them?

2003-03-12 Thread Gyrus
This might be useful: http://www.benorama.com/coldfusion/patterns/part8.htm It's part of a whole design pattern, but a useful perspective in itself. Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

Re: Simple upload form replacing spaces with _

2003-03-10 Thread Gyrus
could be wrong. Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

Re: Cfcase

2003-03-06 Thread Gyrus
statement makes everything work ... Could you post your code? Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Cfcase

2003-03-06 Thread Gyrus
SESSION.EmailList.searchModifier IS beginning withLIKE '#SESSION.EmailList.ffText#%' cfelseif SESSION.EmailList.searchModifier IS equal to= '#SESSION.EmailList.ffText#'/cfif /cfif /cfcase HTH! Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

SOT: Too many fields in Access?! Help!

2003-03-06 Thread Gyrus
remotely at this stage for quick development. Any help or ideas really welcome! thanks, Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists

Re: cold fusion sites on non CF server

2003-03-04 Thread Gyrus
details tho. I guess it goes without saying that you can't do any inline CF code... Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com

Re: msft taking over macromedia

2003-03-02 Thread Gyrus
anyone tried the url mscromedia.com lately? I imagine Macromedia quite intelligently bought that as S is next to A on the keyboard, so they're directing typos their way. No reason to start the MS taking over non-debate again... Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http

CFC's and transactions

2003-02-28 Thread Gyrus
CFC's? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

Re: CFC's and transactions

2003-02-28 Thread Gyrus
[EMAIL PROTECTED] NO, unfortunately transactions cannot span over cfc's (or cffunction's for that matter) OK, one for, one against - any advance on this?! :-\ Guess I should roll up sleeves and spend some time testing. Was just wondering if anyone had already bothered with this. Gyrus [EMAIL

Re: mpegs

2003-02-21 Thread Gyrus
on integrating multimedia into HTML. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: Login tracking without cookies

2003-02-21 Thread Gyrus
forget to set the relevant variables with 'addtoken' if you redirect with CFLOCATION: cflocation url=redirect.cfm addtoken=Yes Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

Re: mpegs

2003-02-21 Thread Gyrus
info of use: http://devedge.netscape.com/viewsource/2002/markup-and-plugins/ (this one seems good) http://www.blooberry.com/indexdot/html/tagpages/o/object.htm http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3 HTH, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http

Re: Form Help

2003-02-13 Thread Gyrus
. I think as far as SQL syntax goes, it's one INSERT at a time. HTH, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

intro to using JAI with CFMX for beginners?

2003-02-11 Thread Gyrus
the section on Java in the CF Docs, but knowing nothing about Java, I'm not sure if this is covering what I need to get going with JAI. I know I'll need a book on Java CF before long, I'm just itching to get started with using JAI! thanks, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk

Re: soeditor custum tag.

2003-02-11 Thread Gyrus
- Original Message - From: Darren Adams [EMAIL PROTECTED] Does anyone out there have some experience with soeditor? Have you tried the soEditor forums? http://www.siteobjects.com/forums/index.cfm Worth a try if you have no luck here, Gyrus [EMAIL PROTECTED] work: http

Re: CFFORM vs FORM

2003-02-11 Thread Gyrus
hinders its ease-of-use, if you're doing anything beyond basic in HTML forms. And like most auto-generated HTML, even from something as advanced and standards-friendly as CFMX, is totally invalid as XHTML. Roll your own and use qForms (pengoworks.com) if you need client-side JS validation... Gyrus

Re: CFC set's get's

2003-02-04 Thread Gyrus
out on the actual practice of using CFC's, where their advantages become obvious? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com

Re: CFC set's get's

2003-02-04 Thread Gyrus
- Original Message - From: Gyrus [EMAIL PROTECTED] I'm a CF newbie, Sorry, make that a *CFC* newbie!! Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http

strange problem when you Trim() file upload form fields

2003-02-03 Thread Gyrus
) cfloop collection=#form# item=field cfif field NEQ filePath cfset StructUpdate(form, field, Trim(StructFind(form, field))) /cfif /cfloop /cfif But naturally I'm curious to know if there's a rational explanation behind all this... Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play

Re: strange problem when you Trim() file upload form fields

2003-02-03 Thread Gyrus
good to know you're not the only one with bizarre-seeming problems like this! Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists

SOT: Discovering CFC's - confusion in 'Making Use of the Supertype'

2003-02-02 Thread Gyrus
only see a reference in the Java code on p. 65. I think I can vaguely see what the code and the text are trying to get at together, but it's only guessing because, as I said, I'm very new to OO. Is there an error in the book here or am I just plain missing something? Gyrus [EMAIL PROTECTED] work

Re: SOT: Discovering CFC's - confusion in 'Making Use of the Supertype'

2003-02-02 Thread Gyrus
it actually being introduced here as mystery code added to the Ballplayer.cfc new() method (p. 68). If I'm really misinterpreting this, do let me know - otherwise, please bear in mind for 2nd edition! ;-) Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

Re: CF equivalent of phpinfo()?

2003-02-01 Thread Gyrus
to implement and very useful to us who can't assume control of a server. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: CSS Question

2003-02-01 Thread Gyrus
/td/tr HTH, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

CF equivalent of phpinfo()?

2003-01-31 Thread Gyrus
Is there any way for someone without access to CF Admin (e.g. on shared hosting) to output a full summary of the CF Server's settings, a la PHP's phpinfo()? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

Re: Size of string in Bytes

2003-01-29 Thread Gyrus
(string)*2 would do it. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

SQLException occurred in JDBCPool for Access DB with password

2003-01-28 Thread Gyrus
resolved? FWIW the DB has always run without problem on my local MX dev server. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists

Re: SQLException occurred in JDBCPool for Access DB with password

2003-01-28 Thread Gyrus
to get my host to run this procedure while we're still on a test box to see what's actually going on. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http

XML settings files for CF apps

2003-01-28 Thread Gyrus
) server's settings when we log in to our reseller control panel. I don't know if the control panel is on another box or not, but I guess the question remains the same: how to grab this output page from somewhere other than the CFIDE? TIA, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play

SOT: hidden form fields and Macs

2003-01-27 Thread Gyrus
and Trim everything regardless. But this seems like worse than a hack, just flailing blindly! Anyone have any similar experience or ideas on this? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

OT: Flash MX rich text editor

2003-01-27 Thread Gyrus
it weigh up against, say, soEdit? Does the license permit repeated commerical use? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists

Cannot convert TRUE to boolean - ???!!!

2003-01-22 Thread Gyrus
Someone using a site I've built just forwarded this error to me when they try to update their account profile: NOT form.ownAccount Error near line 59, column 6. ~| Archives:

Re: CFC's and people management

2003-01-21 Thread Gyrus
, with specific types of people - users, administrators, contacts, writers, directors, etc. - branching off with subtype CFC's. Anyone done anything similar? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

Re: Application.cfm

2003-01-21 Thread Gyrus
it useful for adding your own debugging output, CFDUMPing specific variables while developing, etc. Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http

CFC's and people management

2003-01-20 Thread Gyrus
SQL joins in one central place? Any comments/thoughts welcome, Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Delete records older than a certain time frame

2003-01-14 Thread Gyrus
datasource=#request.DB_DSN# dbtype=#request.DB_type# DELETE FROM tab WHERE dateJoined cfqueryparam value=#CreateODBCDateTime(DateAdd('h', -24, Now()))# cfsqltype=CF_SQL_DATE /cfquery Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available

Re: Delete records older than a certain time frame

2003-01-14 Thread Gyrus
alone, no cf vars ...for an access db Why no CF vars? I know it's a good idea in general to get the DB to handle all it can handle, but this works fine in Access, I can't imagine it causes any real problems through using a CF var. Gyrus [EMAIL PROTECTED] work: http

OT: disabling qForms validation

2003-01-12 Thread Gyrus
anyway, only the alerts aren't shown and submit is allowed. Any quick way to just say objForm.justForgetItForNow? Gyrus [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://norlonto.net PGP key available ~| Archives: http

  1   2   3   4   5   >