Re: using a datasource thru mapped drive

2006-04-26 Thread Casey Dougall
FYI: Mapped drives might work if your hardrive is spit into partitions but not as a network mapped drive. you will need to connect through network neighborhood to get the correct locations if that's what your attempting to do. \\server\location\drivers\etc... On 4/26/06, Paul Ihrig <[EMAIL PROT

Re: 3rd Party Cookie Reading [try to explain again]

2006-04-24 Thread Casey Dougall
All has been said multiple times so I'll just post this blog if you will that host an illistration of what can happen with cross scripting hacks. same would go for cookies.. http://radio.javaranch.com/pascarello/2005/12/30/1135962460818.html You might not be looking for username and passwords, bu

Re: Cfmail cfmailparam outlook?

2006-04-24 Thread Casey Dougall
If you can't even send mail to gmail then you have some serious DNS problems that need to be resolved on your mail server. I'd do some research on your DNS settings and make sure everything is ok there first before worrying about how the message headers look. Casey On 4/24/06, DRE <[EMAIL PROTEC

Re: IE ActiveX Patch

2006-04-21 Thread Casey Dougall
Forget about the update & install internet explorer 7.0 Also, just an fyi there are other scripts out there that accomplish this same task without having to modify all of your object classes. One example: http://therippa.blogspot.com http://therippa.blogspot.com/2006/03/activateactivex.html This

Re: Virtual Directories

2006-04-19 Thread Casey Dougall
You never said you were attempting to map a directory to a remote server.. No wonder you spent so much time on this issue. -- Casey Dougall On 4/19/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > > I finally figured it out. I wrote a blog entry on it: > > http://blog.c

Re: CFMAIL to @comcast.net accounts

2006-04-19 Thread Casey Dougall
opped completely. If this is the case, that your running this process from home, you will need to setup the outbound smtp server to that of your ISP. That's about all I got on this... Make sure your Reverse DNS is good... that might be another issue... Casey Dougall On 4/19/06, Tony <[EM

Re: cffile and names with spaces

2006-04-13 Thread Casey Dougall
Can't you just use urlencode tag to view that image like normal. On 4/13/06, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > The problem with renaming files is that someone might upload "spaces in > this > file.gif" and another "spaces in this file.gif". Removing all spaces > will > mean the f

Re: Viux Hosting

2006-04-10 Thread Casey Dougall
The sites I'm hosting are not very hi-traffic, but I haven't had any magor issues and have been hosted with them for more than a year. They just updated servers to MX 7 which is nice... Casey On 4/10/06, Randy Messer <[EMAIL PROTECTED]> wrote: > > Has anyone had experience with VIUX? I've spent

Re: Flash Forms and the Microsoft Eolas Fix.

2006-04-04 Thread Casey Dougall
You may load your flash stuff with the following javascript files which were in the initial post. http://blog.deconcept.com/flashobject/ This only fixes flash... There's an even quicker fix if you take a look through some of the blogs here. http://weblogs.macromedia.com/mxna/index.cfm?searchter

Re: Flash Forms and the Microsoft Eolas Fix.

2006-03-30 Thread Casey Dougall
Ok, so of course this was all in the works years ago. I'm surprised Microsoft could hold them off as long as they did. Eolas > US Patent 5,838,906 http://www.w3.org/2003/09/public-faq The Really Funny thing is... This a patent and then we all saw on the message lists the following NEW Patent wh

Re: CFUNITED-06 interview 13: Steve Rittler on CFAJAX, timely bird ends 3/31/06

2006-03-29 Thread Casey Dougall
Any Drum & Bass Dj's out there? Where's the parties at durring this event. I'll be down through Wed. - Friday night... Anything hapening around DC for the Junglists? DJ K-Sea Green Mountain Junglists ~| Message: http://www.hous

Re: OT: Fireworks & template flexibility

2006-03-28 Thread Casey Dougall
hat should save > you some time.. > > But i could have miss read... its only been 1/4 cup of coffe since i woke > up > :) > > > > On 3/29/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > > > > Wouldn't it be great if fireworks and photoshop created css

Re: OT: Fireworks & template flexibility

2006-03-28 Thread Casey Dougall
about 1/3 third of the images of the original template and everything looks like it should. i then use those elements where I need them and move on to actually coding the site... Good luck man, find a better way and i'm down~ Find a way to chop gradients efficiently and your my hero! -- Casey D

Re: CF Hosting w/access above root folder

2006-03-27 Thread Casey Dougall
e of my site > > for security. This way I can retrieve them with cfcontent and keep the docs > > from url access. > > > > -- Casey Dougall ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236

Re: Google Map API and CF

2006-03-12 Thread Casey Dougall
tabase and see if their is lat and long - if not cfhttp maps.google.com with the street address and save the lat and long in variables - update the database with those ###'z and continue to display maps. -- Casey Dougall Web Applications Developer Ph: 518 743-9424 Fax: 743-0337 [EMAIL PROTEC

Re: You know...

2006-03-10 Thread Casey Dougall
I joined CF Talk because I'm attempting to fill my gmail account. 17,184 inbox messages and growing!!! ;-) On 3/10/06, Rick Root <[EMAIL PROTECTED]> wrote: > Damien McKenna wrote: > > You know its bad when you're sick for a week and you finally look at > > your CF-Talk mailbox to discover 2400 m

Re: Tracking cgi.http_referer variables...

2006-03-08 Thread Casey Dougall
You must have some control over the URL... You can make a subdomain for each campaign. with a re-direct to the campaign content. domain.com/news9 domain.com/CRM_EM_DOMAIN2_COM On 3/8/06, Snake <[EMAIL PROTECTED]> wrote: > Not all clients will NOT send http_refer, it is blocked by a lot of prob

Re: JRun High Memory Usage on CFMX 7

2006-03-07 Thread Casey Dougall
Well, another problem I've had like that was when the file backup services were eating up 80 to 90% of the bandwidth of the internal NIC card. coldfusion was stuck using ill amounts of transfer space to get and send data to the SQL server. Simular issue. Jrun would just hang. you can see this if y

Re: Dynamic form creation

2006-03-07 Thread Casey Dougall
he data but you could put another column in the tables for ISDeleted and if a person wants to delete a form or a question it would just mark the question deleted and leave the record in-tack Casey Dougall On 3/7/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > I have a custom CMS

Re: JRun High Memory Usage on CFMX 7

2006-03-07 Thread Casey Dougall
how are your storing client variables? Hope it's not Registry. Casey > ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234524 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.hou

Re: OOP, why me?

2006-03-06 Thread Casey Dougall
This topic is always going to get messy, some people and firms love using frameworks others just don't see the point. Others like myself just don't like seeing /index.cfm?action= on every page. Simon Horwith had a great article about Methodology: Sensible Assembly (SAM) which he used to code a ver

Re: GeoCoding Services

2006-03-06 Thread Casey Dougall
Use google maps to get the geo-information then save it in the database. Still haven't seen any regulations against this in their api documents. The tutorial with this route is listed here. http://tutorial397.easycfm.com/ On 3/6/06, Deanna Schneider <[EMAIL PROTECTED]> wrote: > Is anyone using

Re: In Theory - Database Table Layout Questions

2006-03-05 Thread Casey Dougall
that allows you to set the type of data that question is looking for. Weather its' phone no. zip code text etc... this allows for additional validation before the end user submits the form. -- Casey Dougall Web Applications Developer Ph: 518 743-9424 Fax: 743-0337 [EMAIL PROTECTED] Mannix Mar

Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Casey Dougall
What a bunch of crock! Rember US Patent 5,838,906 http://www.w3.org/2003/09/public-faq If I were Eolas I'd be fighting the patent office on this new one! ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233368 Archive

Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-23 Thread Casey Dougall
>>Thanks for that list. Where did it come from?<< Hi Jacob, That list came from omniture.com website reporting system. Normally that list would show how your current site visitors monitor rez. stacks up agains an internet average. Casey

Re: Developing for 800 x 600 on monitor at higher resolution

2006-02-22 Thread Casey Dougall
So how many bookmarks should I be setting up? top 13 or more? yeah that sounds like fun! Firefox does have an extension, called "measure it" which covers anything you need to know about size of page objects... Monitor Resolution Internet Avg % 1. 1024 x 768 49.62% 2.

Re: Generate JPEG from DB data

2006-02-20 Thread Casey Dougall
Couldn't you use http://www.opensourcecf.com/imagecfc/ and write the database stuff as a watermark on a blank image? Casey ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232969 Archives: http://www.houseoffusion.com/

Re: Dhtml Menu System

2006-02-20 Thread Casey Dougall
You will loose Search Engine Positioning with DHTML menus, stick with css. Javascript menus make your links look like this. Liguria Lombardia Veneto Toscana Umbria Lazio Casey On 2/20/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > I've used transmenu from youngpup.net. It works great, it's cros

Re: Problems with mapping directories in CF 7 Developer

2006-02-11 Thread Casey Dougall
Doh, i fould it, C:\CFusionMX7\wwwroot\WEB-INF\jrun-web.xml Add the directory path and a name then restart CF service. On 2/11/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > Has anyone had problems mapping directories in CF 7 using the > Developer version with built in web ser

Problems with mapping directories in CF 7 Developer

2006-02-11 Thread Casey Dougall
Has anyone had problems mapping directories in CF 7 using the Developer version with built in web server? The only Mapped directory that seems to work is CFIDE i cannot make a new one, all I receive are JRun Servlet Errors - 404 /directory name This is a clean install of windows xp sp2 / coldfusi

Re: MySQL 5 and CFMX7 (New Problem)

2006-02-05 Thread Casey Dougall
/4/06, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote: > On 2/4/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > > Mysql5, CF7, Win2003 all work together when using > > > > I recomend Connector/ODBC 3.51 > > This is awful advice. To use the ODBC drivers for MySQL,

Re: CFFM update

2006-02-04 Thread Casey Dougall
Yeah, rick put a demo of this up along with his imagecfc http://www.opensourcecf.com/cffm/ On 2/4/06, Dwayne Cole <[EMAIL PROTECTED]> wrote: > Is there a demo site for cffm > ~| Message: http://www.houseoffusion.com/lists.cfm/l

Re: MySQL 5 and CFMX7 (New Problem)

2006-02-04 Thread Casey Dougall
Mysql5, CF7, Win2003 all work together when using I recomend Connector/ODBC 3.51 I would say the 5.0 beta drivers are causing the issue. Casey ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231347 Archives: http://

Re: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread Casey Dougall
what error? On 2/3/06, ColdFusion <[EMAIL PROTECTED]> wrote: > Now I removed MySQL 5 and ran regClean to clean > the registries. Then re-installed MySQL 5. > > Downloaded the Connectors/J for 5.0 from MySQL > > copied the mysql-connector-java-5.0.0-beta-bin.jar > into CfusionMX7 \ wwwroot \ web-in

Re: Comcast blacklisting solutions?

2006-02-02 Thread Casey Dougall
Mail doesn't blacklisted normally by the actual domain name, it's by IP address. If you are on a shared hosting environment then your going to be sharing you mail server with 50 or more domains which use that IP address as a home. Talk to your hosting provider if this is the case. It only takes o

Re: looking for a hosting company to resell

2006-02-01 Thread Casey Dougall
I have very little to complain about viux except use of CF Directory which i think is an addon But I normally just create a dummy set of directorys and don't need that tag after. Everything is moving to CF 7 this month... Control pannel has everything you need for each site. You even have access

Re: CFftp

2006-01-29 Thread Casey Dougall
File last modified date isn't going to mean much to a process like this. What happens if you save your files and come back a day later or week later to commit the changes? You would be better off saving updated files in a specific directory and then have a button or scheduled process which starts

Re: CFftp

2006-01-29 Thread Casey Dougall
anges without having to do the whole group of files. When they click Commit changes to website, FTP service runs, loops though records where status is pending and then this script updates the status to live in the Database. Casey Dougall On 1/29/06, Terry Troxel <[EMAIL PROTECTED]> wrot

Re: CFEclipse Vs Dreamweaver

2006-01-27 Thread Casey Dougall
Dreamweaver = Windows and Mac Eclipse = Linux, Windows & Mac Adobe - Windows, Mac - So I doubt we'll see any change soon... DAM! Outside of this, unless your making straight plain websites like google. Dreamweaver is the way to go... Take your fireworks layout, cut-it up, do some tricky stuff in

Re: BlueDragon License Change

2006-01-22 Thread Casey Dougall
Sorry to add to an already blunted topic but for those who wish to get rid of licencing agreements... please check out my previous question on this crap. http://houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:43959 Someone must be using Coral Web Builder...

Re: Announce: Harlan Ad Server Released

2006-01-22 Thread Casey Dougall
t I'm saying. I could go on, and on, and on... Long story short, it's Pay per Click, not Pay per Impression. Let your advertisers fight over the space and let your sales team sell your site, not what the ROI is going to be for the advertiser. Thank you Raymond, I look forward to che

Re: CFMX 6.1 - export administrator settings?

2006-01-18 Thread Casey Dougall
and deployment settings if yo have Coldfusion Enterprise Eddition. If that is you, when you login to Coldfusion Administrator on the bottom of the left column there are links for this. On 1/18/06, Protoculture <[EMAIL PROTECTED]> wrote: > Hi Mike, what is a CAR file and how is it accessed?

Re: The best CFC book is...

2006-01-17 Thread Casey Dougall
Maybe knowing that folks are still looking at it will > make me find that time. I don't like that one since it's got the word "fusebox" in it but, Brian I did start reading through your "Polymorphism with ColdFusion Components" on builder.com I like that one. That one is great, just an FYI my Cat

Re: The best CFC book is...

2006-01-15 Thread Casey Dougall
r dessert maybe show 3 examples envoking the CFC to display the information on multiple platforms. cfml, flash, webservice -- Casey Dougall ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229640 Archives: http://www.ho

Re: Preventing auto-fill

2006-01-14 Thread Casey Dougall
I've never had a reason to do this but something like this might work. So what's happening here. The browser understands it has filled out before. Now of course the actual name of the field doesn't matter but what does, will the browser see the same field name every time it visits that form? You

Re: Is this a problem? CFMAIL with no authentication???

2006-01-13 Thread Casey Dougall
Username and password is a server attrabute. Specifying mail servers The server attribute can specify one or more mail servers. Note: If you specify multiple mail servers in ColdFusion MX Standard, the cfmail tag uses only the first server in the specification. ColdFusion logs a warning message

Re: Encrypt CC number and store in DB

2006-01-12 Thread Casey Dougall
Eeks. This is a great topic to get super vage info since we're all shooting to protect our data and not get sued. Encrypt it and don't lable the filed names like CreditCard or CC Uses something which won't lead the hacker believe it's a CC field. Ever better encrypt every field in the table and u

Re: Slightly OT:Linux distro for CF Developers

2006-01-12 Thread Casey Dougall
Hi Steven, You might be better to focus on the linux/coldfusion server distro vs. adding another desktop to a crouded environment. I was using linux for a bit and just had troubles since i couldn't get Macromedia apps to work."Post MX2004" I tried and had to revert back to windows. This was even

Re: Scripting DB records in enterprise manager

2006-01-11 Thread Casey Dougall
Carfull when using the Script Tables thing... The database username is attatched along with the DB tables which I love so much. I haven't had to go to your extent with inporting data but remember to do a quick search and replace for db user names so you can actually access the DB from coldfusion.

Re: eGovernment and Wiki's --- anyone making Wiki's with CF?

2006-01-11 Thread Casey Dougall
"Researchers recommend Wikis for government information" I could somewhat understand how these "researchers" came up with this plan but seems all a bit too far fetched. As it stands it seems everyone is responsible for their own web space. Are all .gov sites managed in one central server farm of s

Re: Professional Opinions on HostMySite.com

2006-01-11 Thread Casey Dougall
Only thing they can see if the actuall name of the database. I know it's dumb, you can see all database names on with the New Management Studio but not in Enterprise Manager. On 1/11/06, Munson, Jacob <[EMAIL PROTECTED]> wrote: > > Would you want your DB to be visible to all other customers on a

Re: Professional Opinions on HostMySite.com

2006-01-10 Thread Casey Dougall
"hack into another customer's DB via my CF account" I will say that is one issue I'm still not happy with. If you use "Microsoft SQL Server Management Studio Express", you can see all databases on a server. Side Note: Studio Express is nice. Funny that MS has Tab'd interfaces in everything except

Re: Professional Opinions on HostMySite.com

2006-01-10 Thread Casey Dougall
We have a bunch of sites on HMS and now just picked up a second dedicated server. Service has been good but the JRun errors we were receiving on some of our sites were enough for us to pickup a second dedicated box so we can manage our sites better. your at the mercy of the other sites on your box

Re: cf open shopping cart

2006-01-09 Thread Casey Dougall
Right on Justin, "trying to START a project like this as a community effort will lead to disaster." I think this is a case of oscommerce envy. People love Open-Source and Free but haven't been around enough to see just how much hassle it it to keep something like that going. I bet Harald "the man

Re: lets give these ppl hell!

2006-01-09 Thread Casey Dougall
Make those duckets anyway you can I guess. At lease this is a little more creative then the guy who had the javascript setup to automatticly add himeself to users top 8 friends lists. Also Talk about marketing to the masses. I'm still trying to figure out this one. "AT&T Online Campaign to Reach H

Re: Robots.txt - - best practices

2006-01-09 Thread Casey Dougall
Thanks Dave, I though that was what you were refering to. For a second there I though you were refering to setting up Mappings in CF Administrator. Yeah I love almost blank Application.cfm files. Of course coldfusion is looking for it so might as well use it for something include ../folder/variable

Re: Robots.txt - - best practices

2006-01-09 Thread Casey Dougall
Mapping to a directory outside of the webroot is the same as having the files in the webroot. If you can access the file from a URL it's public domain. One of the most dangerous file in any application is going to be application.cfm we all know were that's at... Casey > From: Dave > > > > > Yes

Re: Redirection ?

2006-01-08 Thread Casey Dougall
Hi Mark, You might want to make the form action page on your site set the field names again and then use a second submit with on body load event which processes the form of hidden fields to the form action page of the second site to process the request. Casey Dougall www.LakeGeorge.com

Re: Intranet Based on CF7 and Contribute

2006-01-07 Thread Casey Dougall
I'd like to now how people would implement the two together as well. I think the biggest "gotcha" on this will be licencing costs of running a contribute site. When you purchase MX Studio you can purchase a 10-pack of contribute licence. I think it works out to be around $100 / user. Depending on

Re: Need simple time tracking app

2006-01-05 Thread Casey Dougall
There is nothing simple about trackint time. I don't know of a simple CF system off hand AND Shoot me if I ever see this again... WTF "(www.spudcity.com). You can have dozens of tasks open at any one time, and click stop on one start on teh next when you move from working on one task to anothe

Re: Anyone using coral Coral Web Builder

2006-01-05 Thread Casey Dougall
/stratton.com Since Web Builder can run from CD I could toss them out like stickers. LOL -- Casey Dougall Mannix Marketing Inc. 10 East Washington St. Suite 1, Glens Falls, New York Are you interested in receiving Internet Marketing advice in your mailbox? Sign up today at http://www.mannixmarke

Re: Anyone using coral Coral Web Builder

2006-01-04 Thread Casey Dougall
;and Web Server is built into one application and is self contained. > > Coral makes deploying your CFML applications completely hassle free. With a >simple installer, that any non-technical person can use, you'll be releasing >applications in ways that Cold Fusion simply does not

Anyone using coral Coral Web Builder

2006-01-04 Thread Casey Dougall
applications in ways that Cold Fusion simply does not allow. There's nothing for the end user to setup, no web server to configure, just smooth sailing... -- Casey Dougall ~| Message: http://www.houseoffusion.com/lists.cfm/link=

Re: Parsing Using CFHTTP

2006-01-04 Thread Casey Dougall
Example http://www.thefreedictionary.com/phat"; method="get"> ',CFHTTP.FileContent,1) + 17> ',CFHTTP.FileContent,Start)> #BreakupText# On 1/4/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > >>I seem to recall a quick and easy way to do this, > > There is one indeed: see CF_REextract h

<    3   4   5   6   7   8