RE: CSS table-type layout

2005-11-22 Thread Sandy Clark
to designate columns and their widths, th scope=cols for headers to relate your headers to your columns. Sandy Clark 4 Days Hands on CSS Class 11/29 - 12/2 Rockville, MD Held at Teratech http://www.teratech.com/training/oc_classes.cfm#CS201H -Original Message- From: Ray Champagne [mailto

RE: OT: CSS

2005-11-11 Thread Sandy Clark
Its already there Barney (cept in IE of course, unless you download Dean Edward's IE7 fix) Attribute selectors allow you to work with selected tags based on their attributes input[type=checkbox], input[type=radio], input[type=submit]. Sandy Clark Interested in a 4 day hands on CSS Class

RE: CSS

2005-11-11 Thread Sandy Clark
Attribute selectors allow you to work with selected tags based on their attributes input[type=image]{border:none;} Sandy Clark Interested in a 4 day hands on CSS Class? Running 11/29 - 12/2 in Rockville, MD http://www.teratech.com/training/oc_classes.cfm#CS201H -Original Message

RE: CSS

2005-11-11 Thread Sandy Clark
Try this, it makes IE much more compatible including support for IE5, 5.5 and 6. (Even fixes the broken box model in IE5.x. If you use, this (pure javascript) IE will support all selectors. http://dean.edwards.name/IE7/intro/ -Original Message- From: Sandy Clark [mailto:[EMAIL

RE: CSS

2005-11-11 Thread Sandy Clark
Actually, since the IE7 fix file is simply a js file that you include, it is downloaded by all clients without them having to do anything (unless they can't or don't use javascript). Simply put this into the top of your head before calling any other style sheets. !-- compliance patch for

RE: CSS

2005-11-11 Thread Sandy Clark
The newest version is much faster Adam Also in your stylesheets if you preface all #id's with the tag it helps speed up as well. I think Dean has a list somewhere on his pages of tips and tricks to speed it up. -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent:

RE: 100% height and css

2005-11-10 Thread Sandy Clark
Try Skiddo Lean Its set up as a liquid layout, but you can modify it to set it to a fixed width fairly easily. Its also cross browser compatible already. http://webhost.bridgew.edu/etribou/layouts/skidoo/lean/ -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent:

SOT: Upcoming 4 day CSS Class

2005-11-02 Thread Sandy Clark
, typography and much much more. For more information or to register http://www.teratech.com/training/oc_classes.cfm#CS201H Sandy Clark ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

RE: SOT: Thoughts on Requiring Javascript

2005-10-18 Thread Sandy Clark
on Mac (I've already forgotten its name) and all worked perfectly. On 10/17/05, Sandy Clark [EMAIL PROTECTED] wrote: Many screen readers for the blind, can't deal with DOM changes that happen after an onLoad. I'm not saying that javascript in and of itself makes a page inaccessible, I'm saying

RE: SOT: Thoughts on Requiring Javascript

2005-10-17 Thread Sandy Clark
I can tell you that section 508 and the WCAG both have a requirement that a page be able to work without javascript in order to be considered accessible. If you are required to build accessible web pages, then that is a major consideration. However, IBM demonstrated an accessible javascript

RE: SOT: Thoughts on Requiring Javascript

2005-10-17 Thread Sandy Clark
on Requiring Javascript Sandy... How is having javascript on your website causing a site to be un-accessible? That makes no sense. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Sandy Clark

RE: IE and CSS

2005-10-14 Thread Sandy Clark
Can you provide a link to the page? Sandy Clark -Original Message- From: Jean-Baptiste Emanuel Zorg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 10:34 AM To: CF-Talk Subject: IE and CSS i've got a div on a page that i want to encompass the full page.. it's a container. i

Error with Query of Query in a CFC

2005-09-19 Thread Sandy Clark
. Sandy Clark ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218605

RE: Error with Query of Query in a CFC

2005-09-19 Thread Sandy Clark
well be a reserved work in QofQ so you might also try using another name. I ran into a similar situation where I was going crazy trying to figure out why a QofQ was breaking until I found out that local is a reserved word for QofQ! hth, Brian On 9/19/05, Sandy Clark [EMAIL PROTECTED] wrote: I'm

RE: CSS and Firefox

2005-09-14 Thread Sandy Clark
a broken box model (width = borders + padding + content). The box model that firefox uses (and IE in standards mode) is (width = content) Sandy Clark -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 8:26 AM To: CF-Talk Subject: OT: CSS

RE: [CSS] vertical justify

2005-09-09 Thread Sandy Clark
CSS (neither 2 or 3) does not have a way of vertically justifying text. If you are using tables (which I believe you are from your use of the word cells) you might want to try td{vertical-align:center}. Since anything within a cell is considered part of the inline layout model. Sandra Clark

RE: OT: CSS: image overflow in IE vs Firefox

2005-08-26 Thread Sandy Clark
Dave, Can you put up a sample page so I can see the situation? I think you are running into an IE bug, but I am not sure yet. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 10:59 PM To: CF-Talk Subject: re: OT: CSS: image overflow in IE vs

RE: CSS Help

2005-08-16 Thread Sandy Clark
You need a doctype in there, otherwise IE is going to go into quirks mode Try HTML 4.01 strict, that should be a start. As to the rest, maincontent has a width of 100%. The question is 100% of what? Children in the dom inherit the width of their parents. Try to set percentages for nav and side

RE: CSS Help

2005-08-16 Thread Sandy Clark
:04 AM To: CF-Talk Subject: Re: CSS Help Sandy Clark wrote: You need a doctype in there, otherwise IE is going to go into quirks mode Try HTML 4.01 strict, that should be a start. Wow, that breaks everything! =) How about 4.01 Transitional? As to the rest, maincontent has a width of 100

RE: CSS Help

2005-08-16 Thread Sandy Clark
Yes, but you designed it in quirks mode. Best bet is to start commenting out css and playing with it one bit at a time until you find the culprit. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 1:21 PM To: CF-Talk Subject: Re: CSS Help

RE: Browser Compatibility.

2005-08-05 Thread Sandy Clark
Try Browser Photo http://www.netmechanic.com/browser-index.htm -Original Message- From: Jeff W [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 10:53 AM To: CF-Talk Subject: OT: Browser Compatibility. What does everyone use to test browser compatibility, visually? Short of

RE: Section 508 Compliance

2005-06-21 Thread Sandy Clark
of Section 508 Paragraph 1194.22 directly maps itself to many Priority 1 items. If you add in paragraphs l-o of Section 508 you are good to go. Sandy Clark -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 2:38 PM To: CF-Talk Subject: Re: Section

RE: css positioning HELPPPPPPPPPPPPPPPPPPPPPPPPPP

2005-05-18 Thread Sandy Clark
/ Sandy Clark -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 10:15 PM To: CF-Talk Subject: css positioning HELPP trying to do the dreaded 3 column layout http://icandfashion.com/icand2/controls/2.cfm as you can see the picture

RE: CFForm, Section 508, JAWS and Window-Eyes problem

2005-05-09 Thread Sandy Clark
Its not that helpful, but at least you know you aren't alone. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fcd4391epss=rs s_flash_fcd4391e -Original Message- From: Don Neizer [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 3:41 PM To: CF-Talk Subject: CFForm,

RE: Is this possible with CSS

2005-04-27 Thread Sandy Clark
I tend to use Skiddo Lean for my 3 col header/footer layouts. Very cross browser compatible http://webhost.bridgew.edu/etribou/layouts/ -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 12:21 PM To: CF-Talk Subject: OT: Is this possible

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Sandy Clark
Actually xHTML works fine in IE provided it is xHTML 1.0 served as text through a mime type of text/html. It's the xhtml served as : application/xhtml+xml, application/xml or text/xml that causes problems in IE.(That's why I can't go to xHTML 1.1 since it has to be served with one of those mime

RE: checkboxes

2005-01-20 Thread Sandy Clark
form action=actfile.cfm input type=checkbox name=ckbox1 value=1 / /form actfile.cfm cfparam name=form.ckbox1 default=0 -Original Message- From: Donna French [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 4:36 PM To: CF-Talk Subject: checkboxes what's the best method for

RE: What if I want no layout in FuseBox?

2005-01-18 Thread Sandy Clark
Create a fbx_layouts file that just has the fusebox layout variable in it. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 5:42 PM To: CF-Talk Subject: What if I want no layout in FuseBox? Hi, I'm trying to add some new

RE: CSS filename in Application.cfm

2004-12-13 Thread Sandy Clark
Set the name of the css filename in application.cfm (or another file) and then use the variable in the proper place. That way, you are keeping as much HTML in the proper place. -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 8:53 AM To:

RE: SOT moving to FireFox

2004-12-13 Thread Sandy Clark
into quirks mode. The best DocTypes for standards mode across browsers are HTML 4.01 strict and xHTML 1.0 strict (no xml prolog, since that throws IE6 right into quirks mode). Sandy Clark -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Sunday, December 12, 2004 9:46 PM

RE: Fusebox files and the debugger on CF MX studio

2004-12-07 Thread Sandy Clark
I don't believe the CFStudio debugger works with CFMX. Sandy Clark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 2:48 PM To: CF-Talk Subject: Fusebox files and the debugger on CF MX studio Hi Guys, I have a problem. I can't get

RE: OT Content Protection

2004-12-07 Thread Sandy Clark
They disabled the mouse right click using javascript. If you disable javascript then you can copy the text. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I

RE: Sessions, losing CFID/CFTOKEN

2004-11-23 Thread Sandy Clark
The set domain cookies issue losing CFID/CFTOKEN is an IE issue. I can't find the knowledge base item, but I remember I ran into this a long time ago. Try it in another better browser. If it works there, you still have the issue, but at least you know what is causing it. -Original

RE: The State of Programming in the United States?

2004-10-21 Thread Sandy Clark
I always considered DC and Maryland to be part of the Northeast until I moved here. Then I found out that technically we are part of the south (the Mason-Dixon Line is the Maryland/Pennsylvania Border). But I think in most people's minds that DC and Maryland are associated with the North and

RE: CSS and tableless tables

2004-10-02 Thread Sandy Clark
Send me some links so I can take a look. Just curious, are you trying to show tabular data without tables?If so, why?Tables are fine for tabular data, just (IMHO) not for layout. Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now

RE: Fusebox layouts

2004-10-01 Thread Sandy Clark
starting your application, I really recommend you go to FB4. I have a lot of sample code and presentations on my site regarding FB4 layouts Sandy Clark - Team Fusebox http://www.shayna.com/ http://www.shayna.com CF Pretty Accessible athttp://www.shayna.com/blog http://www.shayna.com/blog Now offering

RE: Fusebox sessions

2004-10-01 Thread Sandy Clark
of what was in FuseQ came into what is now FB4 including ContentVariables and the ability to call fuseactions within fuseactions. A good place to search for information would be on the forums at fusebox.org. Sandy Clark - Team Fusebox http://www.shayna.com/ http://www.shayna.com CF Pretty

RE: Losing Form Scope

2004-09-25 Thread Sandy Clark
ARe you by any chance using a Custom Tag? Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training

RE: Backing Up off of server (WAS RE: Doug White - clickdoug.com)

2004-09-24 Thread Sandy Clark
containing the indexes, constraints etc, that it works better. Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com

RE: ;amp in my URL's?

2004-09-21 Thread Sandy Clark
ause the link to fail in Netscape 3.x (but not other versions of Netscape) since it will assume that the author intended to write sect;ion, which is equivalent to §ion. To avoid problems with both validators and browsers, always use amp; in place of : a href=""> Sandy Clark

RE: FB4.1 ETA?

2004-09-20 Thread Sandy Clark
) fusebox.badGrammarparser Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training/oc_classes.cfm#css _ From: Nathan Strutz

RE: FB4.1 ETA?

2004-09-20 Thread Sandy Clark
That is a way to do it in FB3 yes, however in FB4, practically everyone was using the globals plugin to do something like this, so it was re-implemented in the core. Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days

RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-15 Thread Sandy Clark
Go here http://www.quirksmode.org/dom/inputfile.html Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training

RE: If you really need work as a CF Programmer let me know.

2004-09-09 Thread Sandy Clark
. It is much better than Los Angeles. Sandy Clark http://www.shayna.com http://www.shayna.com/ CF Pretty Accessible at http://www.shayna.com/blog Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD. For more information go to: http://www.teratech.com/training/oc_classes.cfm#css

RE: Fusebox

2004-09-04 Thread Sandy Clark
the fusebox powers that be about more community support. You can get info at the fusebox mailing list, [EMAIL PROTECTED], the fusebox forums (available at the fusebox.org site) or just google fusebox, there is stuff out there, unfotunately its scattered. Sandy Clark http://www.shayna.com http

RE: Does IE6 in XP render differently?

2004-08-21 Thread Sandy Clark
In the xHTML 1.0 Strict DoctType, height and width are not part of the spec. I'm not surprised you got wierd results.You can define width using colgroup but height is presentational and needs to be defined in the CSS http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Strict Sandy Clark http

RE: Does IE6 in XP render differently?

2004-08-20 Thread Sandy Clark
address bar. If it comes back withCSS1Compat then you are in standards mode. A good explanation of the document types and the rendering modes they trigger can be found at http://www.hut.fi/u/hsivonen/doctype.html Sandy Clark Now offering 4 days Hands on CSS training October 11-14th. Rockville

RE: Double Negative way of making decisions? Good?

2004-08-19 Thread Sandy Clark
cf_historylesson Michael Dinowitz had written an article on this years ago. Apparently it was much faster to use Not compare() back during the CF3 and 4 days.I remember writing stuff like that then.The reasons for using it became less useful when CF5 came out since it ran considerably faster

OT - CSS Talk and Class Announcment

2004-08-09 Thread Sandy Clark
participants. Sign up early to guarantee yourself space. For more information, including a syllabus see http://www.teratech.com/training/oc_classes.cfm#css Sandy Clark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: WTFOT: colorblind colors

2004-08-06 Thread Sandy Clark
Download ADesigner from IBM (its free) (check out my blog, I have the link there).It simulates more than just color blindness. http://www.shayna.com/blog _ From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 6:14 PM To: CF-Talk Subject: WTFOT: colorblind colors does

RE: Google?

2004-07-26 Thread Sandy Clark
http://money.cnn.com/2004/07/26/technology/google_site/index.htm?cnn=yes Search engines sputter Technical difficulties prevent users of Google and other search sites from surfing the Web. _ From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 2:37 PM To: CF-Talk

RE: CF Hack

2004-07-21 Thread Sandy Clark
Found this on MACR http://www.macromedia.com/support/coldfusion/ts/documents/tn17881.htm _ From: Paul Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:02 PM To: CF-Talk Subject: CF Hack Hi I've had the following files uploaded to one of my dev servers

RE: ColdFusion and MVC model...

2004-07-18 Thread Sandy Clark
Go ahead and look at Fusebox. Its a framework for ColdFusion as Struts is a Framework for Java. http://www.fusebox.org You can buy one of two books (or both). Discovering Fusebox 4 http://www.techspedition.com Fusebox and Flip http://www.protonarts.com Sandy _ From: Marco

RE: MAX 2004 (MVC's Session)

2004-07-16 Thread Sandy Clark
Hal told me he is actually speaking at MAX this year. ON CFC's so he will be there. I might end up at CF_UNDERGROUND before the conference, but not at MAX itself. Sandy _ From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 1:31 AM To: CF-Talk Subject: Re: MAX

RE: CSE HTMLValidator, checking/validating markup

2004-07-06 Thread Sandy Clark
I use CSE Validator, as well as the style check in topstyle (for CSS validation) _ From: Earl, George [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 1:52 PM To: CF-Talk Subject: CSE HTMLValidator, checking/validating markup Do you check/validate your markup with a software tool?

RE: Fusebox 4 MVC

2004-07-02 Thread Sandy Clark
Simplest answer Mach-ii - Implicit Invocation.Relies heavily on OOP and requires a good working knowledge of OOP Fusebox - Pipes and Filter - Procedural in nature No OOP knowledge required. _ From: Marlon Moyer Sorry to hijack the thread, but what does Fusebox 4 bring to the table that

RE: Fusebox 4 MVC

2004-07-01 Thread Sandy Clark
The controller the defaultfuseaction (specified in fusebox.xml) calls would be the one triggered. Specifically, controller circuits are publically accessible, model and view are internal circuits.Controller's can call things from model and view controllers, typically model and view controllers

RE: CSS layer positioning

2004-06-30 Thread Sandy Clark
In terms of what you are trying to do, you are using position:absolute which takes the div out of the flow control.Try position:relative instead, which will keep the element in the page flow. _ From: James Smith I am trying to do some page layout with layers and CSS and it is driving me

RE: CSS layer positioning

2004-06-30 Thread Sandy Clark
I think the problem is you are trying to use the everything is a hammer theory.In this case, I think either sending stuff to Word (search up Sam Neff's work on CF and Office) or PDF is going to allow you the pixel perfect placement you need.CSS is not pixel perfect.

RE: CSS layer positioning

2004-06-30 Thread Sandy Clark
computers using this will have word installed (Acrobat I could, and a web browser is a given). -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: 30 June 2004 13:40 To: CF-Talk Subject: RE: CSS layer positioning I think the problem is you are trying to use

RE: Absolute positioning in word (WAS: CSS layer positioning)

2004-06-30 Thread Sandy Clark
Easiest way I have seen it done, Create your basic template in word.Make sure it works correctly. Save to HTML Add a cfcontent to the end sending it back to word. Then start making it dynamic with cfloop, etc. Check out Sam Neff's articles, presentations and demos on his blog

RE: Blackstone @ CF-FUN '04

2004-06-28 Thread Sandy Clark
See my blog. http://www.shayna.com/blog _ From: Alexander Sherwood Slight OT here: Anyone catch Ben's Blackstone keynote(s) at CF-FUN? It was rumored that he was going to demo some features not previously shown on the User Group tour this summer. Anyone have the details?!;-) Thanks! --

RE: address labels

2004-06-24 Thread Sandy Clark
Samuel Neff did a great talk last year at the CFUG about integration with Word that taked about this.Try his site. http://www.rewindlife.com/archives/32.cfm http://www.rewindlife.com _ From: dave anyone have a cool tag for address labels? simple - query the db for mailing addresses

RE: MAX registration?

2004-06-24 Thread Sandy Clark
Michael Smith usually runs a CFUnderground either one or two days before the actual conference. _ From: Burns, John D By the way, are there any community type events on the days preceeding or after the conference? (Something besides just hanging out that I can use to justify my job paying

RE: Chr() for a tab?

2004-06-22 Thread Sandy Clark
chr(9) _ From: Phillip B I've looked around and can't find the char() for a tab. Anyone know off hand? Thanks Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfun

2004-06-17 Thread Sandy Clark
I will be there, speaking twice on Sunday! Looking forward to it. Btw, at last count (Wednesday morning), there were 525 people registered. It should be absolutely amazing Sandy _ From: Whittingham, P Anyone going to CFUN in MD later this month?This is a thread in cfdj. Is their a

RE: cfun

2004-06-17 Thread Sandy Clark
-Talk Subject: RE: cfun Where is this event and what is it... I'm in Maryland and was just curious Tim -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:17 AM To: CF-Talk Subject: RE: cfun I will be there, speaking twice on Sunday! Looking

RE: How to Ban IP Addresses

2004-06-17 Thread Sandy Clark
cfset lowerrange = 127.0.0.1 cfset upperrange = 127.255.255.255 cfif cgi.remote_addr LT lowerrange OR cgi.remote_addr GT upperrange cflocation url="" /cfif _ From: Justin Jefferson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:30 AM To: CF-Talk Subject: How to Ban IP

RE: Frame Effect With CF?

2004-06-17 Thread Sandy Clark
Try iframes Its part of the HTML 4.01 spec _ From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:53 AM To: CF-Talk Subject: Frame Effect With CF? Is there any way to embed a Frame within a table cell? From my limited knowledge of frames, frames have a lot of

RE: cfun

2004-06-17 Thread Sandy Clark
I live in the Hungerford area, about 10 minutes from the hotel. Btw, there will be party for everyone on Saturday, so you might not want to schedule anything that night unless it is much later in the evening say around 9 or 10pm _ From: Tangorre, Michael Adam, Whereabouts do you live...

RE: About Scoping mostly url and form

2004-06-17 Thread Sandy Clark
I use fusebox, which dumps all form and url values to an attributes scope. You can emulate it if you don't want to make the move to FB. cfscript if (NOT IsDefined(attributes)) attributes=structNew(); StructAppend(attributes, url, yes); StructAppend(attributes, form, yes); /cfscript _

RE: cfun

2004-06-17 Thread Sandy Clark
, 2004 8:27 AM To: CF-Talk Subject: RE: cfun Where is this event and what is it... I'm in Maryland and was just curious Tim -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:17 AM To: CF-Talk Subject: RE: cfun I will be there, speaking

RE: was a tricky situation

2004-06-17 Thread Sandy Clark
I take umbrage at the term demented fuseboxer coder ducking _ From: Lyons, Larry [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 10:31 AM To: CF-Jobs-Talk Subject: RE: was a tricky situation This week I am dealing with a page that makes at least 8 database calls all the same, no

RE: LIFT for DWMX 2004

2004-06-15 Thread Sandy Clark
Its okay for what it does, however it is really more useful for static sites than dynamically generated sites. Something that spiders a site is better IMHO. Because you can get the interactions, especially if you are doing a lot of includes Also LIFT and any other accessibility checker is

RE: LIFT for DWMX 2004

2004-06-15 Thread Sandy Clark
2004 Any good spiders that you have used for this? George At 01:12 PM 6/15/2004, Sandy Clark wrote: Its okay for what it does, however it is really more useful for static sites than dynamically generated sites. Something that spiders a site is better IMHO. Because you can get the interactions

RE: JS Page break

2004-06-04 Thread Sandy Clark
Keep iin mind that the CSS solution will only work in a paged medium (ie if you are printing the pages). It will have no effect on a continous medium such as the screen. Sandy Clark _ From: Tyler Clendenin no but there is css.look up always-break before and always-break-after. http

RE: More on Invoices

2004-05-28 Thread Sandy Clark
in a print media style sheet. Sandy Clark _ From: Andy Ousterhout Ok, bloated form, but looks nice.How would I catch if I need to start a second page?Do I need to count lines and characters in each line's descriptions to determine if time for new page or is there another way? CSS

RE: More on Invoices

2004-05-28 Thread Sandy Clark
- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 11:49 AM To: CF-Talk Subject: RE: More on Invoices Theres a whole part of CSS 2 that deals with paged displays (ergo printing to the printer).Unfortunately IE doesn't support it at all, NS/Moz supports some

RE: user control - permissions - roles...

2004-05-22 Thread Sandy Clark
http://www.houseoffusion.com/banners/view.cfm?bannerid=34 Itend to use a lock and key approach.3 tables. Items are locked and a user must have the appropriate key to use the system. Profile privileges profile_privileges Profile has profile_id and name in it Privileges is usually a privilege

RE: CSS 'focus' in IE

2004-05-21 Thread Sandy Clark
IE6 doesn't support focus in CSS.However Dean Edwards Beta of IE7 (Internet Extensions) which is a set of behaviors for IE6 to make it more CSS 2 compliant does support it.You can find the behaviors at http://dean.edwards.name/IE7/ _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: SOT - Last nights NYCFUG meeting.

2004-05-20 Thread Sandy Clark
I saw a quote from you that said that while you were talking about all sorts of neat stuff at the regular user group meeting, that you were actually saving the big guns for the CFUN-04 conference in June! Can't wait Ben, see ya there! Sandy http://www.cfconf.org/cfun-04/ and I promise, no

RE: How do you concatanate two table fields in CFQUERY with MS Access

2004-05-15 Thread Sandy Clark
: Sandy Clark Date: Fri, 14 May 2004 22:18:07 -0400 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =32529forumid=4#163293 Sql uses + is the CF concatenation. Silly gel. _ _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: How do you concatanate two table fields in CFQUERY with MS Access

2004-05-14 Thread Sandy Clark
Sql uses + is the CF concatenation. Silly gel. _ From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:40 PM To: CF-Talk Subject: How do you concatanate two table fields in CFQUERY with MS Access Hey all, I need some help with MSAccess SQL statements. This code

RE: How would you handle this...

2004-05-13 Thread Sandy Clark
Give it to them the way they want, however architect it so that individual items can be reused for when they finally decide to go to the faster more pages way. I suggest giving them a tab interface at the top to go to the individual areas eventually. _ From: Tangorre, Michael

RE: 508 Compliant?

2004-04-08 Thread Sandy Clark
Bobby and other validators will catch some information those items within 508 which can be validated programatically. However, there are other 508 guidelines that cannot be caught by any validator and requires human interaction to determine. Some items include (how your pages look to a color

RE: Spam Farmers have arrived

2004-04-08 Thread Sandy Clark
That precludes people from emailing you off list though if they need to. _ From: Adkins, Randy Sent: Thursday, April 08, 2004 11:54 AM To: CF-Talk Subject: RE: Spam Farmers have arrived What I did was create a rule that if the email does not come from houseoffusion.com, then it gets

RE: expanding div

2004-04-02 Thread Sandy Clark
Try some of these sites to get good 3 column layouts with headers and footers. Why reinvent the wheel? Glish http://www.glish.com The Page Maker http://207.44.137.103/pagemaker_form.php The Layout Reservoir http://www.bluerobot.com/web/layouts/ Paul O'Brian

RE: Of Flash, Flex and Accessibility

2004-04-02 Thread Sandy Clark
doesn't meet that standard. Sandy Clark http://www.shayna.com/blog ColdFusion, Fusebox, Web Standards, Accessibility and CSS _ From: Morgan Senkal [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 11:37 AM To: CF-Talk Subject: Of Flash, Flex and Accessibility I have seen lots

RE: CSS and Cloaking Search Engine question...

2004-03-31 Thread Sandy Clark
Actually this is refered to as a skip navigation which is an accessibility issue. Section 508 1194.22 (o) A method shall be provided that permits users to skip repetitive navigation links. Most pages want to hide it from their sighted users which is why they use a display:none. However,

RE: CF Curriculum

2004-03-30 Thread Sandy Clark
CFUN ran a CF Bootcamp last year (and are running it this year as well). You might want to check that out for an idea of what to talk about and in what order.It starts at the bottom. http://www.cfconf.org/cfun-04/session.cfm http://www.cfconf.org/ _ From: Westin, Ken [mailto:[EMAIL

RE: CSS Question... is this possible?

2004-03-09 Thread Sandy Clark
Don't use the tables at all. If you simply use the div/div's to enclose it, it should be okay. the situation is that a table won't automatically refresh itself (especially IE). _ From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 3:42 PM To: CF-Talk Subject: OT: CSS

RE: Repopulating Checkboxes

2004-03-04 Thread Sandy Clark
input type=checkbox cfif listcontains(form.musictype,'Jazz') checked=checked /(Note this is XHTML format). _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 7:45 PM To: CF-Talk Subject: Repopulating Checkboxes I've got a list of items a user can choose

RE: Repopulating Checkboxes

2004-03-04 Thread Sandy Clark
the string, not a list item that is the string. listContains(jazz/blues,jazz, jazz) = 1 listFind(jazz/blues,jazz, jazz) = 2 Cheers, barneyb -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 4:52 PM To: CF-Talk Subject: RE: Repopulating Checkboxes

RE: CFabort

2004-03-03 Thread Sandy Clark
Why not just throw that in Application.cfm, or better yet (also in Application.cfm), instead of setting your messages right in the cfif, include a file that includes your site's template for a better look and feel. _ From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03,

RE: CSS

2004-02-25 Thread Sandy Clark
All that is necessary is to use link src="" media=print instead of link src="" media=screen (can also do this with import). What I tend to do is reverse the two when developing for print. so that the print version shows up on the screen.then set them back when I am satisfied. _ From: Andy

RE: CSS

2004-02-25 Thread Sandy Clark
you can specify it either this way using @import (which will not show up in NS4) style type=text/css media=screen @import url(../assets/summaryreport.css); /style style type=text/css media=print @import url(../assets/printsummaryreport.css); /style Or you can use the link syntax which will

RE: Source control ans Studio 5

2004-02-17 Thread Sandy Clark
I've done it with Networked drives. At the City of Los Angeles, I was in the office with the server and some other programmers were in an office a few blocks away. (PVCS 6 using CFStudio 5).PVCS was on a Unix Box. My connect times were pretty good, theirs were fairly slow.I would say it is the

RE: CF MX CFGRAPH

2004-02-03 Thread Sandy Clark
Cfgraph was deprecated in favor of cfchart in MX _ From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 5:30 PM To: CF-Talk Subject: CF MX CFGRAPH Developed some graphing (Line graphs) on CF 5.0 and it worked.When I uploaded to a ColdFusion MX server, at

RE: Section 508

2004-01-15 Thread Sandy Clark
Sure they can be. They might not be pretty, but they are readable. Check out either my site, or my blog.Grab the accessibility toolbars for either Mozilla/Firebird or IE (there are posts on my blog pointing to them). Turn off the stylesheets. Readable? Yes, Pretty, heck no. If you use

RE: Section 508

2004-01-15 Thread Sandy Clark
Actually that is not true,Wired hides some content via styles that only comes out when you are not using styles. // Pulled from Wired's site with styles turned off. Note: You are reading this message either because you can not see our css files (served from Akamai for performance reasons), or

  1   2   3   >