Using CKEditor with CF8

2010-04-20 Thread Thane Sherrington
Hi All, Does anyone have an example of using CKEditor with CF8? I can't find documentation on doing this, and I'm trying to make the switch from FCKEditor. Thanks, T ~| Want to reach the ColdFusion community with s

cfmodule and query of queries

2010-02-09 Thread Thane Sherrington
Hi all, This is probably a stupid question, but my simple mind can't figure it out. I'm trying to do the following: 1)Have a cfmodule that does a large query. 2)Have a series of cfmodules that do a query of query on the large query 3)Have a script that calls the cfmodules But I can't

Re: Working out yes/no possibilities

2009-11-25 Thread Thane Sherrington
At 10:57 AM 25/11/2009, Ian Skinner wrote: > > > > > > > > #it(depth,answerKey & ' ' & yesNoFormat(i))# > > > #answerKey# > > > >#it(22)# > >I leave it to somebody else to run the code to generate the 4,194,304 >combinations, but it works well up to 10

Re: Working out yes/no possibilities

2009-11-25 Thread Thane Sherrington
At 10:57 AM 25/11/2009, Ian Skinner wrote: >So, this problem has been sitting in my kitchen. The math has been >proved and a good solution using database table joins provided, but I >just *knew* this could be solved with looping. > >Of course it could be hard coded: > > > > >

RE: Working out yes/no possibilities

2009-11-24 Thread Thane Sherrington
At 12:15 PM 24/11/2009, b...@bradwood.com wrote: >HAHAHAHAHAHAHAHAHAHAHAHAHAHAHA! > >Sorry, did I just say that out loud. *snicker*. You should ask you >boss how may possible combinations he thinks a test of 22 questions can >have. I'd LOVE to hear how good his math skills are. Here's a thoug

RE: Working out yes/no possibilities

2009-11-24 Thread Thane Sherrington
At 12:18 AM 24/11/2009, b...@bradwood.com wrote: >So, one possible output for example would be 1010101010101010101010 >where each odd numbered question was marked true, and each even numbered >question was marked false. > >It may take a while to churn out all 4 million combinations, but it will

Re: Working out yes/no possibilities

2009-11-23 Thread Thane Sherrington
>Well, the 23rd position of binary is the total number of answers. :) > >But if you are looking for a way to store it, why not just a string of >22 characters? > >On Mon, Nov 23, 2009 at 5:19 PM, Thane Sherrington > wrote: > > > > I have a yes/no questionnaire that I

Working out yes/no possibilities

2009-11-23 Thread Thane Sherrington
I have a yes/no questionnaire that I want to fill out with every possible pattern of answers - there are 22 questions in total, and I'm trying to come up with an algorithm that will give me every pattern of answers, but I'm just not bright enough to do it. :) Can anyone point me in the right

OFX

2009-07-04 Thread Thane Sherrington
Hi all, Has anyone used OFX with ColdFusion? I've been reading through the specs and it appears that I can actually pay bills from an app that I write and submit it to the bank, but a lot of examples I see seem to be to just download the transactions after the fact. T ~

CFHTTP with a login page

2008-04-18 Thread Thane Sherrington
I'm trying to use CFHTTP to grab some information from this page: http://goallineblitz.com/game/team.pl?team_id=703 using: http://goallineblitz.com/game/home.pl"; method="GET" resolveurl="yes" useragent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" redirect="yes"> But when I do so, it

CFHTTP connection failure

2007-07-10 Thread Thane Sherrington
I'm trying to use the following code: http://www.shadowserver.org/wiki/pmwiki.php?n=Stats.VirusDailyStats"; method="Get" useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2"> To get get the zero day summary for tracking purpose

RE: NumberAsString UDF question

2005-06-16 Thread Thane Sherrington
At 09:22 AM 16/06/2005, Ben Forta wrote: >Should be an easy change. In DollarAsString() you'll see a line that reads: > >if(cents) > >That checks to see if cents is not 0, so just remove (or comment out) that >line and it should do what you want. Thanks Ben. T ~

NumberAsString UDF question

2005-06-16 Thread Thane Sherrington
I'm using Ben Forta's NumberAsString and DollarAsString, and I'd like it to convert 1.00 to "One dollar and zero cents", but it converts to "One dollar." Is there a version that does the conversion I'm looking for? T ~| Find

Controlling client side printing

2005-06-07 Thread Thane Sherrington
Is there a way to control client side printing (maybe through Javascript or CSS) to turn off the automatic headers and footers IE uses, and control page margins? (I'm using CF5 with no option for 7 in this case.) T ~| Logware

Dealing with users

2005-06-01 Thread Thane Sherrington
Here's a a problem I'm wrestling with. I have a company doing on-line performance reviews. Each employee rates a set of other employees on a survey which has six categories with between 3 and 7 questions in each category. The problem is that there are a couple bad apples who blow through the

RE: Any Free/Low cost anti-spam/anti-virus software?

2005-04-25 Thread Thane Sherrington
At 12:34 AM 25/04/2005, Connie DeCinko wrote: >What are you basing this on? Nothing? Just a guess? The old crap of, if >it's free it can't be any good? AVG does an outstanding job and detected >virus infections where a recently updated copy of Norton did not. It keeps >itself up to date, monit

RE: Any Free/Low cost anti-spam/anti-virus software?

2005-04-24 Thread Thane Sherrington
At 02:58 PM 24/04/2005, Emmet McGovern wrote: >I second AVG. It works great. AVG gives a false sense of security (at least the free version does.) I'd go with NOD32 (which isn't free, but you get what you pay for.) Check out www.virusbtn.com and read their results. AVG is just about the bott

Re: Structures (probably a stupid question)

2005-04-24 Thread Thane Sherrington
At 12:57 PM 24/04/2005, Sean Corfield wrote: >If you're just getting your head around this stuff, I strongly suggest >you buy Jeff Peters' book: "ColdFusion Lists, Arrays & Structures": > >http://www.protonarts.com/index.cfm?fuseaction=Books.showBookDetails&ISBN=0975264702 Thanks for the suggesti

RE: Structures (probably a stupid question)

2005-04-24 Thread Thane Sherrington
At 12:57 PM 24/04/2005, Adrian Lynch wrote: > > > > > > > > > > > > >That'll get you an array of structures. One thing to note, unlike this... Thanks for this - it's much clearer now. Now I can give it a shot in my app. T --- [This E-mail scanned for viruses by Declude Anti-Virus] ~~

Structures (probably a stupid question)

2005-04-24 Thread Thane Sherrington
I'm trying to understand structures - I understand that they are like the form scope in that I can access them as myStruct.myVar, but is there a way to create an array of structures? I'm thinking it would be nice to create a structure like: myStruct.FName myStruct.LName myStruct.EMail And the

RE: Custom tag question

2005-04-19 Thread Thane Sherrington
At 08:33 PM 19/04/2005, James Holmes wrote: >http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/reusec22.htm > >http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/reusec23.htm Thanks. T --- [This E-mail scanned for viruses by Declude Anti-Virus] ~~~

Re: CF Database Question add.

2005-04-19 Thread Thane Sherrington
At 07:45 PM 19/04/2005, Ali Awan wrote: >I forgot to add that App1 and App2 are inserting to the same table. > >I ended up with 2 records with the same ID. Couldn't you use cflock to lock the table until the first app is done? T --- [This E-mail scanned for viruses by Declude Anti-Virus] ~

Custom tag question

2005-04-19 Thread Thane Sherrington
I've never seen this done (perhaps I'm looking in the wrong places), but I'd like to create paired custom tags, so I can do something like this: Question text here And have it build an input tag for me, rather than: Is there anyway to do this and parse it in ColdFusion? Would I have to bui

Re: CFMX 7 feature breakdown

2005-02-07 Thread Thane Sherrington
At 01:45 PM 07/02/2005, you wrote: >5. New CFCHART engine - Produce high-quality charts and graphs with over >200 different modifiable attributes to control animation, colors, labels, >and more. >6. Ready-to-use chart styles - Use pre-defined chart styles for >professional looking charts and gra

RE: OT- What makes a blog a blog?

2004-08-26 Thread Thane Sherrington
At 04:25 PM 8/26/2004, mayo wrote: >If a simple CMS which uses form text fields and cffile to write and edit is >not a blog. What is? The definition of blog is based on its use.  If you use a CMS to create a web diary, then it's being used to make a blog.  The blog is the finished product, not t

Javascript delete confirmation

2004-08-26 Thread Thane Sherrington
I know I've seen this on the list before, but I can't find it in the archives, and my mind is pulling a blank on this.  How do I pop up a _javascript_ yes/no pop up when someone clicks on a delete button to delete a record? T [Todays Threads] [This Message] [Subscription] [Fast Unsubscri

Re: BLACKSTONE: Software Development Times Article

2004-08-18 Thread Thane Sherrington
At 03:53 PM 8/17/2004, Joe Rinehart wrote: >I think you left off my favorite: > > I start every program with: T [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Representing relationships with Flash

2004-06-09 Thread Thane Sherrington
Anyone know of a flash program that would represent relationships between objects defined in a database?  I'm looking for something that would do the following: Bob ---> owns ---> a dog > that was purchased ---> from Petstore A ---> owned by ---> Sally. T [Todays Threads] [This Message]

RE: Spam and Viruses

2004-05-18 Thread Thane Sherrington
At 02:25 PM 5/18/2004, Thane Sherrington wrote: >I just tried that - [EMAIL PROTECTED] comes up with no hits on >Google.  Nor does [EMAIL PROTECTED]  I don't think >she's getting spam that way. I take it back - [EMAIL PROTECTED] comes up with a lot of hits.  So maybe some spa

RE: Spam and Viruses

2004-05-18 Thread Thane Sherrington
At 02:08 PM 5/18/2004, Monique Boea wrote: >One of the reasons you are being spammed is the way the list broadcasts >emails FULLY on the webtry searching for someones in Google and you will >see that you get loads of houseoffusion results with full emails to be hived >off ready for spamming...

Re: Spam and Viruses

2004-05-18 Thread Thane Sherrington
At 12:52 PM 5/18/2004, Monique Boea wrote: >I get TONS of spam and viruses in my mailbox on a daily basis...so much that >I am thinking of changing my email address. I'm using SpamPal (www.spampal.com) and it works great.  I'm down to one or two pieces of spam per day in my Inbox, and maybe one f

Re: He3

2004-05-06 Thread Thane Sherrington
At 02:58 PM 5/6/2004 +0100, Thomas Chiverton wrote: >On Thursday 06 May 2004 14:48 pm, Thane Sherrington wrote: > > What do the terms free as in beer and free as in speech mean? > >http://www.gnu.org/philosophy/free-sw.html Thanks Tom.  I'd always wondered about them, but neve

Re: He3

2004-05-06 Thread Thane Sherrington
At 09:31 AM 5/6/2004 -0400, Matt Liotta wrote: > > >The beta version(s) of the product will be freely available as in beer, >but not speech. We do plan to sell a version of He3 in the future. What do the terms free as in beer and free as in speech mean?  To me, free as in beer would be a scam - l

Blocking IP address

2004-04-19 Thread Thane Sherrington
Is it possible for a browser to block the CGI.remote_host variable, or will there always be some IP address there? T [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Frames and the back button

2004-04-05 Thread Thane Sherrington
At 04:18 AM 4/5/2004 -0700, Dick Applebaum wrote: >The easiest way I have found to keep track and synchronize multiple, >interrelated frames is to introduce another, hidden, frame to maintain >control and synchronization. Thanks for this detailed answer.  Looks like this should solve my problem.

Frames and the back button

2004-04-05 Thread Thane Sherrington
This appears to be a widespread problem, from reading on Google, but I can't find a fix for it.  I have two three frames on a page: Header M Content E N U When I click on a menu item, content page changes, and so does the menu (the menu is keyed to the content frame) but when I click the Back

CFPOP error checking

2004-03-23 Thread Thane Sherrington
I've found that from time to time the delete function of CFPOP (in CF5) fails and won't delete an email on my server (this could well be a problem on my email server.)  How do I do error checking on CFPOP to make sure it has deleted the message?  Can I use a CFTRY/CFCATCH system? The other opti

RE: Single quotes, CF5, and MS Access - resolved

2004-03-10 Thread Thane Sherrington
At 10:32 AM 3/09/04 -0800, Ian Skinner wrote: >Well, I'm not sure, but you can try the 's with out the >cfsqltype parameter, it is optional IIRC if highly useful.  I would try it >without the type to just get the code to work, then try and figure out how >to get it back in. I got it to work, I

RE: Single quotes, CF5, and MS Access

2004-03-09 Thread Thane Sherrington
At 09:33 AM 3/09/04 -0800, Ian Skinner wrote: > > > > > > > UPDATE table > SET field = > cfsqltype="cf_sql_varchar"> > WHERE ID = > Thanks for this info.  When I try it, I run into one of two problems: If I use this code:  INSERT INTO ArchivedStuff(Field1,Field2,Field3)

Single quotes, CF5, and MS Access

2004-03-09 Thread Thane Sherrington
To deal with single quotes entered in a comment field, I've been replacing them with double quotes, but after doing some reading in the archives, it appears that I could avoid this by using CFQueryParam and PreserveSingleQuotes.  Unforunately, I don't understand exactly how this works.  If some

Creating a ListServ in CF5

2004-03-05 Thread Thane Sherrington
Can CF5 handle low-volume list serv?  I assume one could CFPOP and CFMail to handle it, but given the CFMail issues, I was wondering if it's worth it.  Perhaps there is one already written the I could download and/or buy. T [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Inserting strings with commas

2004-02-18 Thread Thane Sherrington
When one does an insert of a string into an Access database with CF5, does one have to get rid of commas in the string? In other words, can one insert a string like: "Hello, my name is Bob."  with a regular Insert Into SQL command, or are commas like single quotes? T [Todays Threads] [This

Re: problems with spam

2004-02-16 Thread Thane Sherrington
At 05:15 PM 2/16/04 +0100, Jochem van Dieten wrote: >Of all the lists I am on, the ones about CF are the only ones >that have reply to list set. Interesting.  Of all the list I've ever subscribed to, only one or two have been reply to sender - it was a pain in the ass. While it's irritating to

-OT- CF Audio books

2004-02-10 Thread Thane Sherrington
I do a lot of driving, and I was wondering if anyone knows of any good CF Audio books?  Even some books on programming in general would be good. T [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: POS with integratable backend

2004-01-30 Thread Thane Sherrington
At 10:57 PM 1/29/04 -0500, Matt Liotta wrote: >My brother is starting a retail business that needs to purchase a POS >for. I am not really familiar with the POS market and haven't been >impressed with what he has found so far. I'd like to see a POS that I believe that Simply Accounting (http://www

Re: -OT- Crystaltech and Excel WebQueries - resolved

2004-01-21 Thread Thane Sherrington
At 11:49 AM 1/21/04 -0400, Thane Sherrington wrote: >CrystalTech has switched to 2K3 Server for their hosting and now Excel Web >Queries don't work.  Anyone know a workaround for this? Looks like an issue with having a compact privacy policy on the page.  Excel 2K appears not to

-OT- Crystaltech and Excel WebQueries

2004-01-21 Thread Thane Sherrington
CrystalTech has switched to 2K3 Server for their hosting and now Excel Web Queries don't work.  Anyone know a workaround for this? T Tired of your bookmarks/favourites being limited to one computer?  Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favour

RE: P3P ready cookies

2004-01-13 Thread Thane Sherrington
At 01:08 PM 1/13/04 -0500, Gaulin, Mark wrote: >Ok, so your page is from a "third party" because the host or domain (I >forget which) in the url that the user sees in his Location bar doesn't >match the host in the request to your page.  You may find that you cannot >get a non-session cookie to sti

RE: P3P ready cookies

2004-01-13 Thread Thane Sherrington
At 12:00 PM 01/13/2004 -0500, Gaulin, Mark wrote: >Is the page that is trying to set the cookies in a frame, or is some way >being "contained" (img, ilayer, etc) by a page that has a different host >name?  This is a big issue in p3p. Yes it is.  Perhaps that's the problem.  But every page loaded i

P3P ready cookies

2004-01-13 Thread Thane Sherrington
Does anyone know of a simple, clear tutorial to making cookies work with IE6 in anything other than Low Privacy mode?  I've downloaded IBM's free P3P policy maker - put the files in the proper places, and even used a P3P policy validator to test it.  It says it's fine, but IE6 won't allow cooki

Re:displaying the list items in a ticker

2003-12-10 Thread Thane Sherrington
At 11:34 AM 12/10/03 -0400, cf coder wrote: >#DisplayItem# > >Now each time the page refreshes, the list will be reinitialised to its >original length, right. So your logic does'nt ever get executed, does it? >the list length will never be set to 0? Use a session variable for the list and/or the

Re:displaying the list items in a ticker

2003-12-10 Thread Thane Sherrington
At 11:08 AM 10/12/2003 -0400, cf coder wrote: >Thane Sherrington wrote: >(Of course, you'd want to save the original list so you could start over >once you had finished one pass through the list.) > >How do I save the original list? First create your list, then do something l

Re:displaying the list items in a ticker

2003-12-10 Thread Thane Sherrington
At 10:24 AM 10/12/2003 -0400, cf coder wrote: >#ListGetAt(TheList,Position)# > >When displayed on the page, the page refreshes every 2 seconds and >randomly displays the list item. How do I make sure that all the items in >the list are displayed, only repeating a list item once after all list >i

RE: Another CFML app server...

2003-12-04 Thread Thane Sherrington
At 03:24 PM 12/4/03 -0500, Adam Wayne Lehman wrote: >Seriously though. they only support like 25 tags! You'd be better off >just learning the ASP equivalents and calling it a day! 24 by my count (I'm ignoring cflock since it isn't needed.) cfabort cfapplication cfbreak cfcookie cfdirectory cfexec

RE: Anyone from Macromedia on this list, who could help me out.

2003-11-21 Thread Thane Sherrington
At 03:54 PM 11/21/03 -0500, Schuster, Steven wrote: >If that's all they collect then I agree Cookies can't collect much more.  Just the normal stuff the browser broadcasts, SFAIK.  Perhaps one can hack cookies to do more, like be read by multiple sites, but I've never heard of it. T Tired

RE: Anyone from Macromedia on this list, who could help me out.

2003-11-21 Thread Thane Sherrington
At 03:28 PM 11/21/03 -0500, Schuster, Steven wrote: >No, because of this statement: >"The cookie is from a company called Omniture Inc and it seems like they are >collecting information about my visit and my PC." According to their webpage, Omniture is just a data collection company that handles

RE: Anyone from Macromedia on this list, who could help me out.

2003-11-21 Thread Thane Sherrington
At 02:59 PM 11/21/03 -0500, Schuster, Steven wrote: >Ha, you just outed Macromedia for collecting info from you without your >consent... Because they put a cookie on his computer? T Tired of your bookmarks/favourites being limited to one computer?  Move them to the Net! www.stuffbythane.com/web

RE: Sports feeds web services?

2003-11-08 Thread Thane Sherrington
At 01:17 PM 11/7/03 -0600, Eric Creese wrote: >try http://www.newsclicker.com/ but the last time I checked there was no >stats related feeds. > >I also use http://www.allsports.com Any place that will give up to the minute stats during games?  Like for fantasy leagues? T Tired of your bookmark

RE: News Feed for NFL games

2003-11-04 Thread Thane Sherrington
At 04:12 PM 11/03/03 -0500, Tony Weeg wrote: >although cbs.sportsline.com has the games, updated very VERY frequently, and >our lead developer here @ navtrak has built a dope little app that grabs >changes, and text messages me the outcomes of quarters, games, etc...all >sports, mlb/nba/nfl :) tis

News Feed for NFL games

2003-11-03 Thread Thane Sherrington
Anyone know of a realtime news feed for NFL games? T Tired of your bookmarks/favourites being limited to one computer?  Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favourites in one place and access them from any computer that's attached to the Intern

Re[2]: IE table height bug?

2003-11-02 Thread Thane Sherrington
At 01:25 PM 11/02/03 -0500, Ubqtous wrote: >Again, slice your vertical pieces so that you can create independent >tables for the top and bottom 'rows' of the menu. This should work in >any browser: Excellent.  Thank you. T Tired of your bookmarks/favourites being limited to one computer?  Move

Re: IE table height bug?

2003-11-02 Thread Thane Sherrington
At 05:08 PM 11/02/03 +0100, Jochem van Dieten wrote: >Considering tables don't have a height attribute in (X)HTML I am >not surprised. Which CSS level is supported by the target browsers? So is it possible to create something like this image? http://www.stuffbythane.com/test/images/demoimage.gif

IE table height bug?

2003-11-01 Thread Thane Sherrington
On this page: http://www.stuffbythane.com/gab/framefiles/menuborder.cfm I have three columns, and I want the first cell in column one and three to be any height, while cell 2 should be 27 pixels high.  In NS 7, this works fine, but in IE, cell 2 insists in being the height of the graphic in the

Re: OT (was Re: Macromedia sinks on sales news)

2003-10-24 Thread Thane Sherrington
At 12:22 PM 10/24/03 -0400, Matt Liotta wrote: >It is standard practice to sue the big fish first before suing any >other infringers. Again, Eolas is currently playing fair. Whether or >not we like, they did get the patent and are allowed to enforce it. I don't think that being an ass has anything

CF5 and generating charts

2003-10-21 Thread Thane Sherrington
I'm looking for a program that will allow me to generate high/low/close and radar charts with CF5.  Can anyone recommend a good one? Thanks, T Tired of your bookmarks/favourites being limited to one computer?  Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all y

RE: Antivirus software on web server

2003-10-16 Thread Thane Sherrington
At 11:26 AM 10/16/03 -0500, Mark W. Breneman wrote: > > >It would be nice if there was a web server version of NAV.  Or something >that is ultra light on CPU time and system resources. I'd use Sophos (www.sophos.com) T Tired of your bookmarks/favourites being limited to one computer?  Move them

Re: Legal?

2003-10-08 Thread Thane Sherrington
At 11:17 AM 10/8/03 -0700, Cedric Villat wrote: >pay the host so he was canceled. So all that I did was design the site, for >free, provided I run the site. He is now threatening to sue me, but who >knows. Any ideas? Should I contact a lawyer? If it were me, and I didn't need the money, I'd delete

-OT- A favour

2003-09-27 Thread Thane Sherrington
If anyone has the time and could go to this page:http://www.peak.ca/DisplayTestSurvey.cfmAnd fill out the test survey and submit it (I don't care what the actual data is), I'd really appreciate it.  I'm testing a survey system I inherited, and I'd like to get testing from as many different browsers

RE: Auto Pinging Script?

2003-09-24 Thread Thane Sherrington
At 11:38 AM 9/24/03 -0700, Matt Robertson wrote: >Check out CF_SitePeeker in the DevEx to use as a free server monitor. > >http://mysecretbase.com/page_48.html This is an excellent link, thanks. What do you use as your "good" server to test from? T Tired of your bookmarks/favourites being limi

Re: HTML format > list

2003-09-23 Thread Thane Sherrington
At 03:24 PM 09/23/03 +0100, Robertson-Ravo, Neil (RX) wrote: >uurgh is it me, or is it harder to read? It is harder to read. Use the text only setting to fix it. T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourit

Re: New email format

2003-09-23 Thread Thane Sherrington
At 11:27 AM 09/23/03 +0100, Thomas Chiverton wrote: >It's towards the bottom of the drop down list on the 'subscribe' page, once >you are loged in, and click on a mailing list on the left side in the >'mailing list' area. Found it. It isn't in the most obvious place in the world. :) T

Re: New email format

2003-09-23 Thread Thane Sherrington
At 05:11 AM 9/23/03 -0400, Michael Dinowitz wrote: >There's always the text only option on the subscription page. :) >I want everyone to be happy if possible. I can't find the text only option. The new font isn't bad, but it isn't nearly as readable as the default font in Eudora, I find.

RE: CFC-based GPL web HTML editor

2003-09-16 Thread Thane Sherrington
At 12:16 PM 9/16/03 -0400, Adam Wayne Lehman wrote: >Look, if only 100 people used the internet, then disregarding 5% would >be acceptable. 2004 projections for people online worldwide is 710-945 >million. >So are you saying that 35-74 million users aren't worth your time? There >are plenty of Java

RE: CFC-based GPL web HTML editor

2003-09-16 Thread Thane Sherrington
At 11:37 AM 9/16/03 -0400, Adam Wayne Lehman wrote: >Umm... I hate to break it to you, but people *do* use Macs, and you >can't just ignore users just cuz they are a minority. That depends. If 5% of users are non-IE users, then I can't really spend more than 5% of my development time on making t

RE: -OT- Javascript - cross browser button disable

2003-09-15 Thread Thane Sherrington
At 11:01 AM 09/15/03 -0400, Ben Doom wrote: >Also, remember that nothing with JS is guaranteed, since people can (and do) >turn it off. True. But I figure if someone actively tries to circumvent my precautions, it's their problem to make sure they enter data correctly. T Tired of your bookmark

RE: -OT- Javascript - cross browser button disable

2003-09-15 Thread Thane Sherrington
At 03:54 PM 09/15/03 +0100, Craig Dudley wrote: >If your'e disabling a button from itself then, 'this.disabled=1' works >in just about everything. Excellent. I was hoping for something simple like this. I put it in the onclick event, and it seems to work perfectly. T Tired of your bookmarks/f

-OT- Javascript - cross browser button disable

2003-09-15 Thread Thane Sherrington
I'm looking for a cross browser button disable code. Everything I find seems to be limited to IE and NN, and since I just added some Mac users to my application, I need something for everyone. Any help would be appreciated. T Tired of your bookmarks/favourites being limited to one computer?

RE: (Admin) List upgrades

2003-09-15 Thread Thane Sherrington
At 08:51 AM 09/15/03 -0400, Sandy Clark wrote: >I also vote No on HTML. I would prefer no HTML. T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favourites in one place and access them f

QofQ caching question

2003-08-29 Thread Thane Sherrington
When I do a QofQ, do I have to cache the original query? I'm trying to speed up a page that appears to be bogged down with queries, but it doesn't appear to make any difference in speed whether I cache the original query or not. T Tired of your bookmarks/favourites being limited to one comput

Re: Controlling caching on a page

2003-08-14 Thread Thane Sherrington
At 12:09 PM 08/12/03 +0100, Thomas Chiverton wrote: >On Tuesday 12 Aug 2003 11:47 am, David Collie (itndac) wrote: > > Any way that you can comprehensively stop the caching then? > >Nope. >All you can do is hint strongly. Most proxies these days do honour them >though. Oh well, I'll use the sugges

Controlling caching on a page

2003-08-12 Thread Thane Sherrington
Is there a way to set a page so that it never gets cached by the browser, regardless of the browser settings? T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favourites in one place an

Clunky error trapping question

2003-08-10 Thread Thane Sherrington
Can I use something like this to create a quick and dirty error trapping system? in application.cfm in onrequestend.cfm Code to email error info, browser info, etc. I know it's clunky, but I just want to do something that is quick and dirty for now. T T

RE: query output stops after 114 records

2003-07-31 Thread Thane Sherrington
At 08:55 AM 07/31/03 -0400, Qasim Rasheed wrote: >BUT when i do > > >#counter# >#label_code# >#lang_id# >#label# > > > >it only displays 114 records. And the content of #label# on the last >record is >truncated! I had this happen because I had characters CF didn't like in

RE: Graphics stored in Access Files

2003-07-30 Thread Thane Sherrington
At 02:41 PM 7/30/03 -0400, Mark Stewart wrote: >Are you asking if CF can read Blobs (binary objects. aka - graphics) from >Access? I have done this before with a cfx tag (cfx_getImage & >cfx_putImage) - look on the dev exchange for these tags. Now, I've only >used this on SQL Server, not Access

Graphics stored in Access Files

2003-07-30 Thread Thane Sherrington
Can Coldfusion read and display a graphic that is stored in an Access file? Or read the graphic and save it on the server somewhere? I have a database I've inherited that has graphics within it, and I can see them in Access, but I can't figure out how to display them from ColdFusion. T Tired

Re: Hiding Javascript Source

2003-07-30 Thread Thane Sherrington
At 08:07 AM 07/30/03 -0400, Michael T. Tangorre wrote: >click view source, and u have the source. :-) Isn't javascript cached locally, so if I really wanted the source, I could find it in my cache? T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.

RE: Hiding Javascript Source

2003-07-30 Thread Thane Sherrington
At 08:01 AM 07/30/03 -0400, Brad Roberts wrote: >Yeah... you shouldn't have seen it the first time... I'll have to check into >that. You actually saw the complete Javascript source? This is what I get: //Presentational Slideshow Script- By Dynamic Drive //For full source code and more DHTML scr

RE: Inserting flash into a CF page - RESOLVED.

2003-07-29 Thread Thane Sherrington
At 02:40 PM 7/29/03 +0100, Mike Townend wrote: >Without double checking the code... My first thoughts are that this appears >somewhere within a block so you need to double up all # to treat >them as literal # instead of the beginning of a variable Thanks. That was it. T Tired of your bookmarks

Inserting flash into a CF page

2003-07-29 Thread Thane Sherrington
I['m trying to insert a flash movie into a CF page, and I used the code I found on the Macromedia website, http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH="550"; HEIGHT="400" id="myMovieName"> http://www.macromedia.com/go/getflashplayer";> but I

RE: saved form fields

2003-07-24 Thread Thane Sherrington
At 10:37 AM 07/24/03 -0400, Tony Weeg wrote: >in cfmx you don't have to lock (or so we are told) Ok, I'm still in CF5. :) >that code on your page...to me, a logistical nightmare, I use cfloop to create mine, so it isn't much to deal with, but I can see how the code bloats. >you need to pull da

Grouping data in cfoutput

2003-07-24 Thread Thane Sherrington
I have a menu of items that looks like this: Soup du jour - cup - $1.00 Soup du jour - bowl - $2.00 Fish chowder - cup - $1.00 Fish chowder - bowl - $2.00 How can I make it display: Soup du jour - cup - $1.00 - bowl - $2.00 I tried cfoutput and grouping on the name, but that do

RE: saved form fields

2003-07-24 Thread Thane Sherrington
At 10:10 AM 07/24/03 -0400, Tony Weeg wrote: >using hidden form fields is wasted extraneous code, when you can use >persistent variablestrust me So it's better to have 40 or 50 session variables with all attendant locking than to use form variables? Other that the saved code space, are ther

Re: -OT- CSS Scrollbars

2003-07-18 Thread Thane Sherrington
At 02:48 PM 7/18/03 -0700, Cutter (CF-Talk)2 wrote: >width. In my research (which may be incomplete and flawed, if so someone >please speak up) I found that the scrollbar CSS attributes appeared to >only be supported by IE. While researching the various attributes on the This is what I had read as

-OT- CSS Scrollbars

2003-07-18 Thread Thane Sherrington
Is there a way to change the width of a toolbar using CSS? I found a comment on Google to use Zoom, but I can't figure it out. T Tired of your bookmarks/favourites being limited to one computer? Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favourite

Re: Macromedia Updates Contribute

2003-07-17 Thread Thane Sherrington
At 10:49 AM 07/17/03 -0400, Mike Chambers wrote: >If you know in advance that you are going to need to reactive some software, >then you can do it all yourself. >Curiously enough, this is also covered in the FAQ: >http://www.macromedia.com/software/activation/faq/#itemE-4 The question was in the c

Re: Macromedia Updates Contribute

2003-07-17 Thread Thane Sherrington
At 10:31 AM 07/17/03 -0400, Mike Chambers wrote: >My hard drive died. If I didn't deactivate the software, will I be able to >reinstall the product and reactivate it? >http://www.macromedia.com/software/activation/faq/#itemE-6 The only experience I've had with activation is with MS. I've had to c

Re: I knew your name was Neo

2003-07-09 Thread Thane Sherrington
At 04:03 PM 7/9/03 -0400, Michael Dinowitz wrote: >full major. Once they put in then >it'll be >totally fantastic. I'm really looking forward to the next release. Do you mean you are really looking forward to the RedSky release, or the release after that? T Tired of your bookmarks/favourites

-OT- WinCE programming

2003-07-08 Thread Thane Sherrington
I have a WinCE project that needs to talk to a CF application already written. I'm handling all the CF code, but WinCE is a new area for me, so I'm thinking of outsourcing that portion of the job. Does anyone know of a good place for WinCE programming for something like this? Thanks, Thane

RE: Cookies

2003-07-08 Thread Thane Sherrington
At 03:09 PM 07/08/03 +0100, Philip Arnold wrote: >Your best bet is to build a Privacy Policy for your website I'll look into this. I was thinkiing I would be better off scrapping cookies and using URL variables to track the CFID and CFToken data. T Tired of your bookmarks/favourites being limi

Cookies

2003-07-08 Thread Thane Sherrington
I'm using cookies to allow session variables with CF5, and I'm running into lots of people who have them disabled - IE6, for instance, appears to disable them by default. Would I be better off using URLToken, or is there a way to make cookies work on most systems? IE talks about a compact pri

  1   2   3   4   >