Re: Upgrading CF9 Hotfixes

2014-02-13 Thread Donnie Bachan (Gmail)
though incase you need to restore them. Best Regards, Donnie Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is address

Re: generating and merging pdfs

2014-01-13 Thread Donnie Bachan (Gmail)
http://www.pdflabs.com/tools/pdftk-server/). If you're on linux either will work but on Windows you'll have to go with pdftk. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The i

Re: Call of a soap webservice passing headers

2013-02-23 Thread Donnie Bachan (Gmail)
Have you tried the addSOAPRequestHeader function? Use this in conjunction with createObject to pass the username and password to the service. See http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_a-b_03.html HTH. Best Regards, Donnie Bachan "Nitendo Vinces

Re: SOT: IP Geolocation APIs

2013-02-05 Thread Donnie Bachan (Gmail)
Hi Justin, If you have a budget available I would recommend http://www.maxmind.com/en/geolocation_landing. We use the downloadable database. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer"

Re: Source control in CF

2013-01-30 Thread Donnie Bachan (Gmail)
I agree with Cameron on this one. We recently moved from SVN to Git because we found that within our team it facilitated our workflow. We started implementing the practices outlined by Git Flow and that's been working really well. That doesn't mean that Git is better than SVN, it's just better in

Re: AW: Severe memory issue

2013-01-30 Thread Donnie Bachan (Gmail)
Hi Till, What version of CF are you on? I had some issues with memory in CF8 and outlined a few tips http://thinkinglemur.com/index.php/2010/02/memory-leaks-with-coldfusion-8/. If you are doing heap dumps, look for objects that hold huge amounts of memory, the blog posts has links to a couple of

Re: SQL Express and CF

2012-11-16 Thread Donnie Bachan (Gmail)
You'll need to purchase the developer edition for SSIS. It's not free but has full standard level features and is pretty affordable $50 US at NewEgg http://www.newegg.com/Product/Product.aspx?Item=N82E16832416455&Tpk=sql%20server%20developer Best Regards, Donnie Bachan "

Re: Anybody seen this hack/exploit?

2012-11-13 Thread Donnie Bachan (Gmail)
.html, index.cfm files it found. If you are on a shared environment I would look for this type of attack on the server. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmit

Re: CF8 Instance hogs cpu

2012-10-02 Thread Donnie Bachan (Gmail)
Hi Richard, I wrote a post a while back about memory leaks in CF8 Ent., although it is not specifically related to high CPU usage, some of the settings here may be of help. http://thinkinglemur.com/index.php/2010/02/memory-leaks-with-coldfusion-8/ The two things that helped the most (aside from

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
Pete and Dave, I owe both of you a beverage (or ten!) next time I'm in the US or you are in the UK! It was the BSafe library. I used the code from the forum post to disable the library and my requests worked. I will have to look into the compliance issue with disabling the library when making the

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
l stack trace for the error you are getting in > CF? > > > > -- > > Pete Freitag - Adobe Community Professional > > http://foundeo.com/ - ColdFusion Consulting & Products > > http://petefreitag.com/ - My Blog > > http://hackmycf.com - Is your ColdFusion Server Se

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
l the wrapper class I get the same error. I'm thinking it may be some sort of permission issue why it can't read the key file but I can't figure out what to change. CF and Java and Apache all have full permissions on the directories. Donnie Bachan > > > This returns an er

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
> > Hi Paul, > > Thanks for this, it's odd we use Cardinal when we call Paypal Pro (we use > them as a back up processor if Barclays ever goes down) and that works fine > on 64 bit. What's even more odd is the fact that they all use Arcot at the > core because Arcot developed the system. > > Best

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
Oct 2, 2012 at 11:29 AM, Paul Kukiel wrote: > > Unsure if its an option be we use 3d secure with cardinal commerce who > support ColdFusion and 64 bit. > > Paul > > On 02/10/2012, at 8:26 PM, "Donnie Bachan (Gmail)" < > donnie.bac...@gmail.com> wrote: > &

Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Donnie Bachan (Gmail)
me directory as the web root and still nothing. Has anyone had any experience with this? Any thoughts, suggestions, criticisms? I can provide more code if necessary. Thanks very much. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer"

Re: credit card fraud

2012-08-23 Thread Donnie Bachan (Gmail)
nd doesn't rely on systems that may prevent legit people from submitting forms, which to be honest prevents bot spamming but doesn't help much with credit card/payment fraud. Best Regards, Donnie Bachan "Nitendo Vinces - By S

Re: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-19 Thread Donnie Bachan (Gmail)
t takes it to a thousand levels up! HTH. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may

Re: Failed PCI Compliance test on CF9.01

2012-03-06 Thread Donnie Bachan (Gmail)
Hi Robert, I'm not sure if I'm missing something but shouldn't you have setClientCookies to Yes? Otherwise you'd have to pass the JSESSIONID in the url on each request. Best Regards, Donnie Bachan "Nitendo Vinces - By S

Re: Failed PCI Compliance test on CF9.01

2012-03-06 Thread Donnie Bachan (Gmail)
arvest any personally identifiable information it could affect security of any credit card entered into the site. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmit

Re: Failed PCI Compliance test on CF9.01

2012-03-06 Thread Donnie Bachan (Gmail)
ookies for managing state across CF instances. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addre

Re: GeoIP for Coldfusion?

2011-12-25 Thread Donnie Bachan (Gmail)
FYI, http://www.maxmind.com/app/geolitecity, best to check with them about your particular use case to ensure you are good to use the free version. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Co

Re: GeoIP for Coldfusion?

2011-12-25 Thread Donnie Bachan (Gmail)
pe this helps. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential a

Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)
Out of curiosity, did you follow steps in Section 1 or Section 2? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.c

Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)
Out of curiousity, did you perform the steps in Section 1 or Section 2? Donnie Bachan "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to w

Re: URGENT: problem with latest hotfix

2011-12-14 Thread Donnie Bachan (Gmail)
Did you ensure that all the old jar files referenced in point 5 were removed? You need to stop all the instances and remove the jar files, then attempt to restart. Best Regards, Donnie Bachan "Nitendo Vinces - By Striving You Shall Co

Re: Server Monitoring

2009-04-14 Thread Donnie Bachan (Gmail)
I second Nagios. You can monitor the port required and get alerts by email or sms (if available) On 4/14/09, Mike Chabot wrote: > > Oops. You did mention that you run CF8. Have you explored the > monitoring feature built into CF8 yet? > > -Mike Chabot > > On Tue, Apr 14, 2009 at 10:04 AM, Mike C

Re: Question about hack

2009-04-14 Thread Donnie Bachan (Gmail)
Hi Mark, I only mentioned cfexecute because of the permissions set on our specific case. Your info seems most likely. I did notice that there was a cfm file created with a call to cfexecute on the webroot so this should be a check as well. best regards Donnie On 4/13/09, Nick Gleason wrote: >

Re: Question about hack

2009-04-13 Thread Donnie Bachan (Gmail)
host and/or CFEXECUTE. The only thing you can do to prevent this is work with your hosting provider to secure the system or move to a VPS or dedicated account and make sure your FTP accounts are secure. HTH Donnie Bachan "Nitendo Vinces - By Striving You Shall Co

Re: Upload progress bar

2008-02-02 Thread Donnie Bachan (Gmail)
George, I agree with the idea of just displaying some sort of animation, if something is taking too long you can always say "still working...hang on!" but the entire idea is to give the user an indicator letting them know that something is happening and the upload hasn't died. You will need to incl

Re: CFEclipse with Aptana

2008-02-02 Thread Donnie Bachan (Gmail)
Pete, I think for it to work correctly you need to enable line numbers in both places (General > Editors > Text Editors and within the CFEclipse > Editor panels). I am using Eclipse with both Aptana and CFEclipse installed and was having a similar problem when one or the other was checked. I know

Re: Dynamic JS

2007-02-07 Thread Donnie Bachan
This article provides a function that you can use to "enable" javascript on the xml response (xml or text). It also outlines the limitations of this approach. http://rabaix.net/index.php/en/articles/issues_developing_ajax_libraries HTH On 2/7/07, Brad Wood <[EMAIL PROTECTED]> wrote: > If I am re

Re: OT: Fatal windows crash

2006-03-03 Thread Donnie Bachan
Mike, Try ERD Commander from Winternals http://www.winternals.com/Products/AdministratorsPak/Default.aspx#erdcommander2005 This allows you to boot into the dead system and copy data off of it, I have been very successful with it. HTH. Best Regards, -- Donnie Bachan Website: http://www.que7

Re: Flex 2 and Ben Forta

2006-03-02 Thread Donnie Bachan
in it since they will not need to pay for the server . -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com "Nitendo Vinces - By Striving You Shall Conquer" == The information

Re: Flex 2 and Ben Forta

2006-03-02 Thread Donnie Bachan
I think we need to remember that there has been no set pricing on the tool yet. Ben noted that it could be "under $1000" and that could mean anything from $1 - $999 even though I think it will be on the higher end. The fact of the matter is that if you decide that you like what the tool does and ho

Re: Flex 2 and Ben Forta

2006-03-02 Thread Donnie Bachan
rting to put aside cash for this. You will have to code the actions for the interface but things that would take a flash developer hours or days to do you can now do in minutes. Visit labs.adobe.com and download the beta and you too will become a believer! ;-) -- Donnie Bachan Website: http://www

Re: Google Analytics

2006-01-09 Thread Donnie Bachan
ek at it soon. Best Regards, -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only fo

Re: AJAX related: onClick grab all form elements

2005-12-17 Thread Donnie Bachan
u can see some examples of implementation on sites such as http://script.aculo.us/ and http://mir.aculo.us/ The Prototype library does have object that models the form object and provides functions/methods to perform the task you were inquiring about. HTH. Best Regards, -- Donnie Bachan Website:

Re: CFC for Image Manipulation

2005-12-12 Thread Donnie Bachan
ate, I was using an older version. I'll give v2 a go and see how it works, I have some users that believe they need to use all 8MP on their camera when taking a photo to resize it to a 600 x 400 final res.!! Thanks for the info. -- Donnie Bachan Website: http://www.islandwizards.com Blog:

Re: CFC for Image Manipulation

2005-12-10 Thread Donnie Bachan
I usually don't like to pay for stuff but Alagad was worth the money, I tried all of the free solutions and Alagad simply worked the best for image resizing and thumbnailing. Massimo's tag is also very good but the quality of the resize wasn't all that great when the original images were very (very

Re: OT: Mail server

2005-09-20 Thread Donnie Bachan
thing I dislike about it is it's webmail interface but hey not everything is gMail! :-) HTH -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com "Nitendo Vinces - By Striving You Sha

Re: Query to XML

2005-09-20 Thread Donnie Bachan
EXPLICIT This will create the file with each column as an element. A great reference for this can be found in "The Gurus Guide to SQL Server Stored Procedures, XML and HTML" by Ken Henderson. HTH -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com

Re: Returning XML data via a CFC?

2005-05-24 Thread Donnie Bachan
mlTextStr = des.deserialize(rs); if (func) { func(xmlTextStr); } } Please let me know if you need some more help with this. HTH Best Regards, -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://an

Re: Returning XML data via a CFC?

2005-05-24 Thread Donnie Bachan
Pete, What are you doing with the XML once it is returned via the CFC? Are you returning for the javascript to manipulate it or is the javascript going to write it directly to the page? -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com "Nitendo V

Re: Alternating Row Colour - Sorta

2005-03-28 Thread Donnie Bachan
cutive events on the same day of the month the two sections would be highlighted the same color (note: dayofweek and dayofyear suffer from the same problem, just trying to cover all bases ;-)) HTH. -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com &qu

Re: What do you use for project management?

2005-02-15 Thread Donnie Bachan
I would recommend DotProject, it was snap to get going and works for our situation. -- Donnie Bachan Website: http://www.islandwizards.com Blog: http://angrytrini.blogspot.com "Nitendo Vinces - By Striving You Shall Co

RE: Print to Index Cards

2005-01-08 Thread Donnie Bachan
#x27;t use auto generated PDF's since the positioning was crucial to us. I would suggest looking at http://cfregex.com/cfcomet/pdf/. If you would like to see some sample code send me an email at [EMAIL PROTECTED] HTH Best Regards, Donnie Bachan Phone: (718) 217-2883 Website: http://www.is

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Donnie Bachan
agree with this statement. If Macromedia takes CF in the direction I think they are moving with their big push towards converting the web to RIAs there will be nothing easier than Flash Form stuff in the near future. Just my $0.02 Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783

RE: Simple Mail Server

2004-10-06 Thread Donnie Bachan
Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Database keeps killing our MX Servers

2004-09-03 Thread Donnie Bachan
What drivers are you using? We have had success with the Microsoft JDBC drivers for SQL Server 2000. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Use

Re: Strange CFMX hang

2004-07-27 Thread Donnie Bachan
practical solution for everyone but I believe that the ODBC drivers (in our case) was the root of the problem. HTH. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscriptio

RE: Printable forms in HTML

2004-04-15 Thread Donnie Bachan
iText does not allow for creation of PostScript files. ActivePDF is probably the best way to go since it has all the functionality you require. If you wanted PS functionality with iText you would have to create your own PSWriter class in Java. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783

RE: Printable forms in HTML

2004-04-14 Thread Donnie Bachan
using the commercial version but the free option gives you quite a rich set of options. HTH. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Jasper Reports x CF MX - anybody use?

2004-04-08 Thread Donnie Bachan
Designer http://opensourcesoft.net/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=4&MMN_position=3:3 Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Printing PDF

2004-03-22 Thread Donnie Bachan
Check out http://www.meadroid.com/scriptx/index.asp, this is for IE only however but you can call the printing dialog from script. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscriptio

RE: Help - Can't run CFMX's Installer - InstallAnywhere error

2004-03-06 Thread Donnie Bachan
Are you installing from a CD or a download file? I've seen this when using the downloaded file, I downloaded the file again and that seemed to fix the problem. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays T

RE: LinkPoint CFX Tag?

2004-03-03 Thread Donnie Bachan
Contact me offlist with details of the tags that you need. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Symbols instead of correct CHRs in CFMX

2004-03-02 Thread Donnie Bachan
: useUnicode=true&characterEncoding=iso-8859-1 This cleared the problem right up. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Access & Coldfusion MX6.1 problems...sites keep dying

2004-03-01 Thread Donnie Bachan
It's the one that says "Microsoft Access with Unicode", that one worked for me. It's on all of our servers by default upon installing CFMX. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads]

Re: Access & Coldfusion MX6.1 problems...sites keep dying

2004-02-27 Thread Donnie Bachan
Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Access & Coldfusion MX6.1 problems...sites keep dying

2004-02-27 Thread Donnie Bachan
Jochem van Dieten wrote: >Have you tried the unicode driver? No I haven't actually, going to try this now. I am willing to try anything at this point! Thanks! Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer"

Re: Access & Coldfusion MX6.1 problems...sites keep dying

2004-02-27 Thread Donnie Bachan
because we have some queries with subqueries that cannot be rewritten. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Trying to group dates in dropdown list

2004-02-16 Thread Donnie Bachan
date/time type use the date format function and return the part that you want. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" size=2> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Favorite CF Variable Tricks and Techniques

2004-02-13 Thread Donnie Bachan
I actually use a bit of code from FuseBox with a slight change for the same effect as below. I modified the formURL2Variables.cfm file. I convert all URL and Form variables to the request scope and then use that scope in the rest of the application. Donnie Bachan Phone: (718) 217-2883 ICQ

RE: OT - MySQL - MyISAM or InnoDB

2003-12-24 Thread Donnie Bachan
I use InnoDB because it supports foreign keys and that is a huge help when you don't have one of the other major DB's available! HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [S

RE: OT: MySQL and NULL values (was Re: Debugging CFQUERYPARAM)

2003-12-08 Thread Donnie Bachan
In addition: It really screws up dates where it enters a date equivalent to now()-now() if you don't specify a date in a field designated as NOT NULL. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads]

RE: MySQL Question

2003-12-08 Thread Donnie Bachan
imited values (rm.zips). It returns 0 if it is not found. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Advise about how to upload multiple files

2003-11-25 Thread Donnie Bachan
You may want to have a look at http://www.digital-crew.com/index.cfm/action/viewnavcat/navcatId/32 This product basically does the same as having multiple file input fields but does it using a single textarea type field! HTH [Todays Threads] [This Message] [Subscription] [Fast Unsubscr

Re: SQL Help

2003-10-22 Thread Donnie Bachan
What DB are you using? MySQL has STR_TO_DATE(str,format) which returns a date time value. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Database conversion tool??

2003-10-21 Thread Donnie Bachan
This is probably overkill but I've used DBDesigner from FabForce.net to re-engineer the database and then spit out the DDL in MySQL syntax. You may just want to upsize if using Access but this can come in handy when going from SQL Server to MySQL. HTH Donnie Bachan Phone: (718) 217-288

RE: OT - Some Catch Up on CF Migration?

2003-10-19 Thread Donnie Bachan
held off the upgrade until now. There are still some issues with respect to COM but I am sure it will be rectified soon (we hope!). I would highly recommend the upgrade. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Todays Threads]

RE: simple join not working

2003-10-16 Thread Donnie Bachan
classes irrespective of whether there are null values in the table on the right of the join operation. This may be your problem if you are not getting an error (CF error that is) HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [Toda

Re: simple join not working

2003-10-16 Thread Donnie Bachan
Try this: SELECT classes.*, classDates.* FROM (classes INNER JOIN classDates ON (classes.classID = ""> WHERE classDates.classDate = #createodbcdatetime(EventDay)# Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" [

RE: MS SQL Server vs. MySQL

2003-08-22 Thread Donnie Bachan
all of what you are looking for (Triggers, SP's, Views etc). Check it out http://www.ianywhere.com Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" ===

Re: BLOBs and CF

2003-06-24 Thread Donnie Bachan
f the files and that is a key point as far as I see. Thanks again for all those who have contributed to this discussion so far. It is much appreciated. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitend

RE: BLOBs and CF

2003-06-24 Thread Donnie Bachan
Jim thank you for your insight. Those seem like pretty good arguments in both directions. Don, thanks also for your input. There always seems to be a solution/work around to most obsticles in software development! :) Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Ni

OT: BLOBs and CF

2003-06-23 Thread Donnie Bachan
Pros and Cons of storing files as BLOBs? And What are the Pros and Cons of storing files in the file system with the names stored in the DB? Files can be of any MIME type and of various sizes. Any assistance with this will be greatly appreciated. Best Regards, Donnie Bachan Phone: (718) 217-2883

Re: regex help needed

2003-06-03 Thread Donnie Bachan
r, find the number of characters between the two values and then use MID to return the string. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information

Re: More Refindnocase woes

2003-06-03 Thread Donnie Bachan
Found #i# Also, you do not need to use ReFindNoCase since you are not using a regular expression, you can simply use FindNoCase the syntax is basically the same. HTH Donnie

RE: JS question / DOM hiding all elements in square area

2003-06-03 Thread Donnie Bachan
This solution has only been tested in IE 6. There are a few little quirks in it because of the implementation but I didn't spend too much time cleaning it up http://www.islandwizards.com/tests/dhtml/simplemenu_selects.cfm HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 &qu

RE: JS question / DOM hiding all elements in square area

2003-06-03 Thread Donnie Bachan
that is placed on it. The only problem the DIV must have a position attribute set to ABSOLUTE. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information t

RE: JS question / DOM hiding all elements in square area

2003-06-03 Thread Donnie Bachan
it on your own for whatever browser (NN6+ etc) On Microsoft.com, check out the toolbar.js script, there are two function hideElement(elmid) and showElement(elmID) these do what you want. You have to view the source of the page and grab the toolbar.js file. HTH Donnie Bachan Phone: (718) 217

Re: Mailing list trouble

2003-06-01 Thread Donnie Bachan
No probs. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and m

Re: Finding multiple items (without cfloop)

2003-06-01 Thread Donnie Bachan
regular expressions in CF, it does not support the full range of regular expression matching but it is quite extensive. #refind(regular expression, string, start)# You can find more about regular expressions at: http://devedge.netscape.com/library/manuals/2000/javascript/1.5/guide/regexp.html

Re: Mailing list trouble

2003-06-01 Thread Donnie Bachan
You are only returning records from the DB where hourcounter < maxhour so the test in the CF loop will always fail. SELECT * FROM Feeds,cemails WHERE Feeds.Sent = 0 AND pin = 0 AND instant = 1 AND hourcounter < maxhour AND pemail = '[EMAIL PROTECTED]' HTH Best Regards, Don

Re: runtime local var scope.

2003-05-31 Thread Donnie Bachan
Use the variables scope for local stuff. Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity t

Re: Populating Related Tables in Coldfusion

2003-05-30 Thread Donnie Bachan
. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may contain co

Re: Populating Related Tables in Coldfusion

2003-05-30 Thread Donnie Bachan
permission set for the groups assigned. HTH Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or

Re: quick java open window ?

2003-05-30 Thread Donnie Bachan
*LOL*...no probs...as long as you found a solution! Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for

Re: quick java open window ?

2003-05-30 Thread Donnie Bachan
'); } This will pop up a new window with the location. You can change how the window looks by changing the values for toolbar etc. You can make the function more customizable by passing the width,height,top and left values to the function. To call the function:: onClick="fnOpenWin

Re: quick java open window ?

2003-05-30 Thread Donnie Bachan
Never used the function before but what does the MM function actually look like? Post the code and I may be able to assist. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Co

Re: RE: Making the MX Popup Menu Javascript Dynamic

2003-05-30 Thread Donnie Bachan
, there are functions called hideElement and showElement which shows how they accomplish this. I do not see why this same method should not work using NS6+ or Opera 6+ as well. As I said before, it may not be a popular solution but it is one work around. HTH Best Regards, Donnie Bachan Phone

Re: order

2003-05-29 Thread Donnie Bachan
I would go with: Since you want to catch the error that occurred as a result of the statements within the transaction. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Co

Re: Old Version of CF $erver

2003-02-22 Thread Donnie Bachan
Try Ebay. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and m

RE: New Mail Notification in Outlook

2002-11-07 Thread Donnie Bachan
, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed and may contain confident

Re: CFMX Idea incubator

2002-06-24 Thread Donnie Bachan
ation. Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Shall Conquer" == The information transmitted is intended only for the person or entity to which it is addressed

Re: OT: Java for beginners?

2002-06-20 Thread Donnie Bachan
64904#reader-link) also you can check out Java Unleashed, there are alot of practical real world examples there that allow you to see how Java is applied. There are also numerous resources on the net, some of my favorite ones are www.jguru.com, www.gamelan.com, developer.java.sun.com. HTH D

Re: replace double quotes - syntax help

2002-06-20 Thread Donnie Bachan
Where are the double quotes located within the javascript? You can escape characters in javascript by using the \ before the character so to escape a double quote in a string use \". HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Striving You Sha

Re: Getting datatype before SELECT

2002-06-20 Thread Donnie Bachan
If you use Sybase you can query SYSColumns (SQL Server would be the same I guess since they were spawned from the same engine initially). SYSColumns contains a row for every column of every table and view. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 "Nitendo Vinces - By Str

Re: URL Variables in the form of index.cfm?DJIE332

2002-06-20 Thread Donnie Bachan
#CGI.QUERYSTRING# returns everything after the ? in the URL, if you have a list of values of the fomat http://www.mysite.com?DE1122&HF3433&HG3454, CGI.QUERYSTRING would return DE1122&HF3433&HG3454, you can then break it up as a list delimited by '&'. HTH Donni

  1   2   >