[cfaussie] cfstoredproc and cfprocparam

2007-02-26 Thread Stephen M
I'm having some weird results with these two. I had put a cfstoredproc inside a separate file and i was calling it with a cfmodule, like this cfmodule template=closerequest.cfm reqid=#URL.tqd# actcode=#URL.ActCode#/ Then closerequest.cfm contained this cfstoredproc procedure=closeReq

[cfaussie] cfstoredproc and cfprocparam

2007-02-26 Thread Stephen M
I'm having some weird results with these two. I had put a cfstoredproc inside a separate file and i was calling it with a cfmodule, like this cfmodule template=closerequest.cfm reqid=#URL.tqd# actcode=#URL.ActCode#/ Then closerequest.cfm contained this cfstoredproc procedure=closeReq

[cfaussie] Re: Alagad Captcha and the session scope

2007-02-28 Thread Stephen M
Sorry, my mistake, I'll withdraw the question, Alagad Captcha works fine with sessionmanagement=true, I was calling it the wrong way at the wrong time. Although you'll note that I did say seems to rely stephen On Mar 1, 10:51 am, Stephen M [EMAIL PROTECTED] wrote: Alagad Captcha seems to rely

[cfaussie] validating an ABN

2007-04-08 Thread Stephen M
So, has anyone got a Cold Fusion ABN validator they can throw me? I've found a PHP one, but no luck so far searching for one in CF. So far, what I've come up with is Len(ABN) eq 11 which is a bit like Blackadder and Baldrick's s rewrite of Dr. Johnson's dictionary, stuck on Aardvark

[cfaussie] Re: validating an ABN

2007-04-09 Thread Stephen M
is correct, then submit. regards, Stephen On Apr 9, 2:00 pm, Stephen M [EMAIL PROTECTED] wrote: So, has anyone got a Cold Fusion ABN validator they can throw me? I've found a PHP one, but no luck so far searching for one in CF. So far, what I've come up with is Len(ABN) eq 11 which is a bit

[cfaussie] Correct syntax for calling an Oracle function from cfquery

2007-04-12 Thread Stephen M
Its supposed to be possible, but I can't figure the syntax for this cfquery name=usedEmailFunction datasource=#dsn# select ('#e1l#', 1) into PKG_TEL.IS_EMAIL_USED from dual /cfquery PKG_TEL.IS_EMAIL_USED is the function, it takes two inputs a string (email address) and a number 1 or 0. Do I

[cfaussie] Force expiry of a page

2007-04-30 Thread Stephen M
We want to force the expiry of a page, ie purge from the browser cache immediately. I have Alagad catcha on this page and I don't want users to see they same captcha if they hit the back button. The help files suggest this. cfheader name=Expires value=#GetHttpTimeString(Now())# But it just

[cfaussie] Re: Force expiry of a page

2007-04-30 Thread Stephen M
the captcha in a session variable, are you? no, its in the Request cheers b On 5/1/07, Stephen M [EMAIL PROTECTED] wrote: We want to force the expiry of a page, ie purge from the browser cache immediately. I have Alagad catcha on this page and I don't want users to see they same

[cfaussie] Re: Force expiry of a page

2007-04-30 Thread Stephen M
name=cache-control value=no-cache, no-store, must-revalidate In the application file. Works for me. Brian Knott -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Tuesday, 1 May 2007 1:02 PM To: cfaussie Subject

[cfaussie] Speaking of new CF sites

2007-05-02 Thread Stephen M
http://www.donotcall.gov.au is now live. To be officially launched by Senator Helen Coonan (Minister for Communications) sometime tomorrow (Thursday 3rd), but we've just opened the firewall because she might mention it on Sunrise (channel 7) at 7.10 am. I don't have to invite anyone to try and

[cfaussie] Re: Speaking of new CF sites

2007-05-02 Thread Stephen M
Then go read the fine print that says Phone registrations are coming soon In fact that's where the bulk of the work will be done. I can't say too much more, don't want to spoil Helen's surprise, but there are some very good people working with some very expensive telephony equipment who will

[cfaussie] Re: Dynamically Read SQL Table Column Names

2007-05-02 Thread Stephen M
That would be query_name.columnList which gives you a comma- delimited list of the query columns. Stephen On May 3, 6:57 am, claude raiola [EMAIL PROTECTED] wrote: Just wondering if its possible to dynamically read column names of an existing sq table. What I am trying to create is a

[cfaussie] Re: Speaking of new CF sites

2007-05-05 Thread Stephen M
Studio http://www.yakhnov.info/ -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Wednesday, May 02, 2007 9:03 PM To: cfaussie Subject: [cfaussie] Speaking of new CF sites http://www.donotcall.gov.au is now live

[cfaussie] Re: + Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-14 Thread Stephen M
and Lucy, they have first hand info. http://www.mrdeity.com Stephen M --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from

[cfaussie] Re: Coldfusion Books

2007-07-18 Thread Stephen M
I actually bought a copy of Forta's Advanced CF 7 from McGills a few months ago. maybe it was the last one. Actually I haven't used it much, its just not Advanced enough, it more of a beginner's or maybe intermediate book if you ask me. I also got a couple of CSS books from there which have

[cfaussie] Re: CF + Java + Jabber XMPP + Ajax wrapped in Web 2 = ?

2007-07-26 Thread Stephen M
On Jul 26, 6:34 pm, Daniel Haigh [EMAIL PROTECTED] wrote: Hi everyone, I just wanted to share a CF/Java project that we have recently launched. The site is Oasis Active (www.oasisactive.com). It is fully developed in Coldfusion 7 with So I clicked on the link and went to the site, now

[cfaussie] Re: Plug: Australian ColdFusion Channel Pricing Announced

2007-08-01 Thread Stephen M
On Aug 1, 9:57 pm, Robin Hilliard [EMAIL PROTECTED] wrote: Here you are, fresh from the distributor earlier this afternoon: http://www.rocketboots.com.au/blog/index.cfm? mode=entryentry=213A7FF9-9D02-5973-871580C49CE9ACA4 And to finish (reignite? Please keep your hats on) the pricing

[cfaussie] ShadoMX content management

2007-09-12 Thread Stephen M
I've just started managing this system that runs ShadoMX content management on CFMX6.1 But its falling over on a daily basis. The only thing I can get out of the logs is A timeout occurred while attempting to lock the APPLICATION scope. I don't know whether Shado is the victim or the cause,

[cfaussie] Re: ShadoMX content management

2007-09-13 Thread Stephen M
I'm still curious to know if anyone else on this list is running Shado Stephen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com To

[cfaussie] CFMX 6.1 Admin

2007-09-13 Thread Stephen M
I've got a 6.1MX system that is crashing way too often. It might be the Shado content management setup, but I'm asking that question on another forum. Ithought I should try to tweak the admin settings. I have just found a few java.lang.OutOfMemoryError errors in the exception log so that

[cfaussie] Re: CFMX 6.1 Admin

2007-09-13 Thread Stephen M
and I'm finding new stuff every day. It could be a sociability issue. But naturally Cold Fusion itself tends to be blamed. Regards Dale Fraser http://learncf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Friday, 14

[cfaussie] Re: CFMX 6.1 Admin

2007-09-13 Thread Stephen M
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Friday, 14 September 2007 12:37 PM To: cfaussie Subject: [cfaussie] Re: CFMX 6.1 Admin On Sep 14, 12:14 pm, Dale Fraser [EMAIL PROTECTED] wrote: Cough 6.1 Umm, upgrade due soon? Yeah, we're going to CF8 --- WooHoo

[cfaussie] Re: CFMX 6.1 Admin

2007-09-16 Thread Stephen M
the latest version of machii, it's faster. On 9/14/07, Stephen M [EMAIL PROTECTED] wrote: Every one of the MachII apps has cfset MACHII_CONFIG_MODE = 1 / That's not usual is it? Why would they do that? The first thing you read (well half way down the second page) in the MachII getting

[cfaussie] spaces in column names

2007-10-11 Thread Stephen M
I'm trying to process a result set from a stored proc that contains spaces in the column names. Now, I've asked the db programmer to replace the spaces with underscores, just to make it easier for me, but exactly how do you reference the values of a column with spaces in the name? Bearing in

[cfaussie] Re: spaces in column names

2007-10-11 Thread Stephen M
The spaces were replaced with underscores, then CF spat the dummy at MALE_35+ Didn't seem to like a plus sign as part of the column name either. Now, I know that I can get the columnList, but can I set it? On Oct 12, 3:30 pm, Stephen M [EMAIL PROTECTED] wrote: I'm trying to process a result

[cfaussie] Re: spaces in column names

2007-10-11 Thread Stephen M
I'm can't change the stored proc, but I suppose I could try a query of a query and use an alias. On Oct 12, 3:38 pm, Barry Beattie [EMAIL PROTECTED] wrote: perhaps just alias them? [column one] as col1 On 10/12/07, Stephen M [EMAIL PROTECTED] wrote: I'm trying to process a result set

[cfaussie] Re: spaces in column names

2007-10-12 Thread Stephen M
On Oct 12, 3:55 pm, Scott Thornton [EMAIL PROTECTED] wrote: you can use: queryname['stupidfieldname?'][queryname.CurrentRow] Thanks Scott, that's exactly what I needed, it works Stephen M [EMAIL PROTECTED] 12/10/2007 3:30 pm I'm trying to process a result set from a stored proc

[cfaussie] visual password systems

2007-10-30 Thread Stephen M
Has anyone here implemented one of these in CF? (That question gets me around the OT accusations) The most common example is a graphical keypad with randomised keys. You enter your pin number by clicking on the corresponding key. But because the keypad itself is randomised, your numbers are not

[cfaussie] Re: visual password systems

2007-10-30 Thread Stephen M
? regards, stephen Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd.www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Wednesday, 31 October 2007 9:40 AM

[cfaussie] Re: visual password systems

2007-10-30 Thread Stephen M
/07, Stephen M [EMAIL PROTECTED] wrote: On Oct 31, 10:12 am, Andrew Scott [EMAIL PROTECTED] wrote: Yes, what did you want to know. Just about everything, although the urgency has disappeared because the customer won't pay for the development time. Did you use Flash, AJAX, or just

[cfaussie] OT: Looking for Flash developers in melbourne

2007-11-26 Thread Stephen M
A simple google search brings up lots of melbourne based Flash developers, but if anyone on the list could recommend someone (or some company) with a bit of creative flair and a bit of Flex/CF knowledge that would be great. regards, Stephen Muller Roy Morgan Research

[cfaussie] Re: CORRECTION: Melbourne CFUG - 21st FEBRUARY

2008-02-11 Thread Stephen M
Bugger, and I was just about to start warming up the flux capacitor in the old DeLorean. On Feb 12, 11:29 am, Mark Mandel [EMAIL PROTECTED] wrote: You know.. I should really not be doing a zillion things when I send these out.. My apologies, Mark -- Forwarded message --

[cfaussie] Re: Where are the CF7 downloads?

2008-02-13 Thread Stephen M
Found it, funnily enogh I had to click on updates to get the outdated version. http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion7 On Feb 14, 10:14 am, Stephen M [EMAIL PROTECTED] wrote: I just got a new box at work and I was looking for the latest version of CF7 to download

[cfaussie] Where are the CF7 downloads?

2008-02-13 Thread Stephen M
I just got a new box at work and I was looking for the latest version of CF7 to download. But every time I click on a download link at Adobe I get sent to a CF8 download. I suppose I could grab the original disk, but then I'd need to find the various patches anyway. So can anyone point me to

[cfaussie] Re: JVM Heap Size

2008-05-13 Thread Stephen M
On May 12, 12:07 pm, Steve Onnis [EMAIL PROTECTED] wrote: Can someone shed some light on what the JVM Heap Size is actually meant to do? For example, if I set it to the max heap size of 512mb, does that mean that the actual memory consumed by the jrun.exe should not exceed 512mb ? I have

[cfaussie] problem with cfadmin (7.02)

2008-07-10 Thread Stephen M
A problem has cropped up with my cfadmin when trying to add a datasource. I put in the new name then choose SQL Server and click ADD. Then I get a HTTP 500 error inside the data sources pane of the window, I click refresh and I get a server error (see below), then I click refresh and I get the

[cfaussie] Re: problem with cfadmin (7.02)

2008-07-10 Thread Stephen M
I saw some reference to a similar problem that was caused by Enable Whitespace Management so I unchecked that checkbox and all was well again. I've never noticed the Whitespace management feature to have any effect in MachII apps anyway. On Jul 10, 4:12 pm, Stephen M [EMAIL PROTECTED] wrote

[cfaussie] Re: OT: Google Chrome - Yet Another Browser to worry about

2008-09-04 Thread Stephen M
I liked the cartoon book. Why can't the next CFWAK be written like that? Except with a bit more anime influence in the people. Maybe then I'd read it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group.

[cfaussie] CF7, URLEncodedFormat and Firefox 3

2008-11-02 Thread Stephen M
Has anyone else had a problem getting the URLencodedFormat to stick with FF3? (CF7) (I haven't tried with FF2) I am adding an encrypted string as an URL var, but we need to replace the + with %2b Should be simple enough. I have tried it using both Replace and UrlEncodedFormat. IE is fine,

[cfaussie] Re: CF7, URLEncodedFormat and Firefox 3

2008-11-02 Thread Stephen M
Of Stephen M Sent: Monday, 3 November 2008 2:41 PM To: cfaussie Subject: [cfaussie] CF7, URLEncodedFormat and Firefox 3 Has anyone else had a problem getting the URLencodedFormat to stick with FF3? (CF7)  (I haven't tried with FF2) I am adding an encrypted string as an URL var, but we need

[cfaussie] Consuming a zipped webservice XML

2009-03-29 Thread Stephen M
The server hosting the webservice is zipping up the WSDL The result is that I get the folliwng error http://thing.whatsit.com.au/Ctab.WebServices/MembersWebService.asmx? WSDL. java.util.zip.ZipException: unknown compression method I have tested my webservice calls on a dev server and they work

[cfaussie] Re: Consuming a zipped webservice XML

2009-03-30 Thread Stephen M
Thanks for the quick response kai, I've just downloaded the hotfix but won't be able to apply it until tomorrow. On Mar 30, 4:56 pm, Kai Koenig k...@bloginblack.de wrote: Hi Stephen, this will hopefully help you, it's a know problem with HTTP-based   communication and IIS...

[cfaussie] Re: Consuming a zipped webservice XML

2009-03-30 Thread Stephen M
On Mar 30, 5:06 pm, Stephen M sgmul...@gmail.com wrote: Thanks for the quick response kai, I've just downloaded the hotfix but won't be able to apply it until tomorrow. On Mar 30, 4:56 pm, Kai Koenig k...@bloginblack.de wrote: Hi Stephen, this will hopefully help you, it's a know

[cfaussie] CGI.HTTP_ACCEPT_LANGUAGE

2009-05-14 Thread Stephen M
I've been using CGI.HTTP_ACCEPT_LANGUAGE to determine the locale value of the browser and then set an icon depending on the locale of the user. So Aussies will presumably have en-au set as the language locale and they will get the Aussie business logo, New Zealanders will have en-nz and they

[cfaussie] Re: CGI.HTTP_ACCEPT_LANGUAGE

2009-05-14 Thread Stephen M
On May 15, 10:25 am, Stephen M sgmul...@gmail.com wrote: I've been using CGI.HTTP_ACCEPT_LANGUAGE  to determine the locale .blahblahblah longer sending CGI.HTTP_ACCEPT_LANGUAGE consistently.  It was working last night, this morning it isn't My FU. It was the caching

[cfaussie] Re: google maps footpath view

2009-05-21 Thread Stephen M
On May 21, 12:41 am, M@ Bourke m.electronic.at.sym...@gmail.com wrote: one thing i find amusing and is also mentioned in the comments to the story is its illegal in the UK to have a bike on these footpaths, also many of the useful footpaths in London are very very old and narrow and only a

[cfaussie] CF7 cfadmin enable whitespace management causes error in cflocation

2009-05-28 Thread Stephen M
I've got 2 problems with the enable whitespace management in CF7. One is that it causes cflocation to crash. Second is that it won't stay switch off. (And the third is that its does bugger all). So I turn it off in cfadmin, but every time the CF is restarted it gets switched back on again. I

[cfaussie] looking for CF version 7.02 download

2010-01-12 Thread Stephen M
I've been searching high and low through the Adobe site for a full 7.02 installation package but I can't find it. I can find updates and hotfixes for version 7 but not the full installation. The link from the CF 7 updater page just throws you back to the CF9 page. Can anyone point me in the

[cfaussie] Re: Security update: Hotfix available for ColdFusion

2010-08-17 Thread Stephen M
On Aug 12, 8:39 am, Kai Koenig k...@koeni.de wrote: Sorry for the crosspost to the NZ and AU lists, but you might want to install this one rather sooner than later: http://www.adobe.com/support/security/bulletins/apsb10-18.html Cheers Kai is this a problem for CF 6.1 ? hackmycf says it

[cfaussie] Re: CF 8 or 9 licence cost question

2011-08-10 Thread Stephen M
On Aug 11, 10:16 am, Sean Corfield seancorfi...@gmail.com wrote: On Wed, Aug 10, 2011 at 4:52 PM, Stephen M sgmul...@gmail.com wrote: What does a standard CF9 licence cost these days?  A quick google came up with $1500 from Apex software, I've never heard of them before. The US prices

[cfaussie] installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
Apologies for being so hopelessly behind the times, but can anyone advise what the trick is to getting CF7 to work on Win7 Pro with IIS 7.5? I've looked through Andrew Scotts old thread from 2008 but it doesn't seem to help. I've googled and found that the problem is usually solved by ticking

[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
On Aug 17, 11:21 am, Andrew Scott andr...@andyscott.id.au wrote: Not sure which blog post you are referring to as I can't find one... But I am not sure ColdFusion 7 is compatible with Windows 7, are you running 32bit or 64bit Windows? 64 bit On Wed, Aug 17, 2011 at 10:45 AM, Stephen

[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
:36 AM, Stephen M sgmul...@gmail.com wrote: Since posting this I've had a talk with the boss and he's agreed to upgrade to CF9, assuming the customer signs off on the cost, if they don't then we drop the whole thing and the customer does something else I suppose. Anyway, i still have

[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
On Aug 17, 11:59 am, Stephen M sgmul...@gmail.com wrote: On Aug 17, 11:40 am, Andrew Scott andr...@andyscott.id.au wrote: try this from a command prompt cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 ?true? I just get this error.   -- Input Error: Can not find script

[cfaussie] Re: installing CF7 on Win7 with IIS 7.5

2011-08-16 Thread Stephen M
of action is to play dumb and just say CF7 won't work on IIS7 - we need to upgrade Otherwise it'll never happen. On Wed, Aug 17, 2011 at 12:09 PM, Stephen M sgmul...@gmail.com wrote: On Aug 17, 11:59 am, Stephen M sgmul...@gmail.com wrote: On Aug 17, 11:40 am, Andrew Scott andr

[cfaussie] dot net 3.5 and CF9 dont play together on II7.5

2011-09-16 Thread Stephen M
I have been running Kentico CMS which is dot net based CMS system on my local workstation for ages yesterday I installed CF9.01 the CF sites run OK but when I tried to launch my asp dot net site (Kentico CMS) I get this error The WebResource.axd handler must be registered in the configuration

[cfaussie] Re: dot net 3.5 and CF9 dont play together on II7.5

2011-09-16 Thread Stephen M
-Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Stephen M Sent: Friday, 16 September 2011 4:05 PM To: cfaussie Subject: [cfaussie] dot net 3.5 and CF9 dont play together on II7.5 I have been running Kentico CMS which is dot net

[cfaussie] bizarre CF9 sql server error

2012-01-12 Thread Stephen M
I am calling this stored proc in a sql server 2005. (actually version is 10.50.1617) is that 2005 or 2008? This stored proc runs fine from with SQL Server Management Studio (SSMS). I can compile it and call it and it returns the data. BUT, when I call it from my CF9 app I get this error as

[cfaussie] Re: bizarre CF9 sql server error

2012-01-13 Thread Stephen M
that that -Original Message- From: Stephen M [mailto:sgmul...@gmail.com] Sent: Friday, 13 January 2012 6:37 PM To: cfaussie Subject: [cfaussie] bizarre CF9 sql server error I am calling this stored proc in a sql server 2005.  (actually version is 10.50.1617) is that 2005 or 2008

[cfaussie] Re: bizarre CF9 sql server error

2012-01-13 Thread Stephen M
from CF On Sat, Jan 14, 2012 at 10:20 AM, Stephen M sgmul...@gmail.com wrote: On Jan 13, 7:17 pm, Steve Onnis st...@cfcentral.com.au wrote: Can you show us some of the procedure? Its about 1200 lines so its not really practical. In any case, SSMS would tell me if it was a SQL syntax

[cfaussie] Re: bizarre CF9 sql server error

2012-01-13 Thread Stephen M
until it's found perhaps? On Sat, Jan 14, 2012 at 10:20 AM, Stephen M sgmul...@gmail.com wrote: On Jan 13, 7:17 pm, Steve Onnis st...@cfcentral.com.au wrote: Can you show us some of the procedure? Its about 1200 lines so its not really practical. In any case, SSMS would tell me

[cfaussie] Re: bizarre CF9 sql server error

2012-01-13 Thread Stephen M
Well I finally got SSMS to complain and cough up exactly the same error as CF9. (Sorry CF, I never should have doubted you) There was an extra comma in a select just before the FROM that was the result of a hasty copy and paste when I added the extra columns. But it was inside a piece of dynamic

[cfaussie] CF9 SQL Server on Amazon Web Servers

2012-01-27 Thread Stephen M
We recently moved one of our CF projects to Amazon Web Servers and have started to get the 500 internal server error. This happens regularly when we run a stored proc with does a lot of DB processing. It often takes more than 300 seconds. I've set all the CF timeouts to 300 secs so why don't I

[cfaussie] Re: CF9 SQL Server on Amazon Web Servers

2012-01-29 Thread Stephen M
... With a stored proc running for 300 seconds I would also be looking at how the DB server is configured, that is a lonnng proc. HTH Kym K On 27/01/2012 10:21 PM, Stephen M wrote: We recently moved one of our CF projects to Amazon Web Servers and have started to get the 500

[cfaussie] jQuery SmartWizard 2

2012-03-19 Thread Stephen M
I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page. https://github.com/mstratman/jQuery-Smart-Wizard This wizard is a tab interface with validation so that you cannot move to the second tab without completimng the first correctly. It was working perfectly in plain old

[cfaussie] Re: jQuery SmartWizard 2

2012-03-19 Thread Stephen M
confirms that they are the same as in a static HTML page. -Original Message- From: Stephen M [mailto:sgmul...@gmail.com] Sent: Tuesday, 20 March 2012 4:09 PM To: cfaussie Subject: [cfaussie] jQuery SmartWizard 2 I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page

[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
particular app structure and how you're calling your resources. Peter Robertson On Mar 20, 4:09 pm, Stephen M sgmul...@gmail.com wrote: I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page. https://github.com/mstratman/jQuery-Smart-Wizard This wizard is a tab

[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
. -Original Message- From: Stephen M [mailto:sgmul...@gmail.com] Sent: Tuesday, 20 March 2012 5:11 PM To: cfaussie Subject: [cfaussie] Re: jQuery SmartWizard 2 I have used/am using other jQuery stuff like a UI DatePicker without any issues, it's just this tabbed interface which relies

[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
:http://www.clubgroup.com.au/ Twitter: @ColdGen ABN: 80 826 226 128 On 20 March 2012 17:14, Steve Onnis st...@cfcentral.com.au wrote: Silly question.do you have a base tag in your HTML? -Original Message- From: Stephen M [mailto:sgmul...@gmail.com] Sent: Tuesday, 20

[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
setup that'll reproduce the issue and share it on the list. Peter Robertson Yeah, I'll try that On Tue, Mar 20, 2012 at 4:09 PM, Stephen M sgmul...@gmail.com wrote: I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page. https://github.com/mstratman/jQuery-Smart

[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
21, 2012 at 9:20 AM, Stephen M sgmul...@gmail.com wrote: On Mar 20, 8:24 pm, Peter Robertson pe...@p-robertson.com wrote: Well, hadn't used this widget, so I put together a minimal fusebox5.5 and can't find any problem, works a treat, and I like the wizard. I'd need to see some code

Re: [cfaussie] jQuery SmartWizard 2

2012-03-21 Thread Stephen M
On Tuesday, March 20, 2012 8:24:22 PM UTC+11, Peter Robertson wrote: Well, hadn't used this widget, so I put together a minimal fusebox5.5 and can't find any problem, works a treat, and I like the wizard. I'd need to see some code, or just guessing from here on. I'd suggest you find the

[cfaussie] Re: jQuery SmartWizard 2

2012-03-22 Thread Stephen M
OK, I have created a test page. The problem isn't caused by the jQuery wizard so I created this test page which has contains an internal page link, lots of Lorem Ipsum junk text, then the target of the internal link. http://www.roymorgan.com/hidden/test.cfm As you will see, when you click the

Re: [cfaussie] Re: jQuery SmartWizard 2

2012-03-22 Thread Stephen M
] *On Behalf Of *Stephen M *Sent:* Thursday, March 22, 2012 10:14 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: jQuery SmartWizard 2 OK, I have created a test page. The problem isn't caused by the jQuery wizard so I created this test page which has contains an internal

Re: [cfaussie] Re: jQuery SmartWizard 2

2012-03-22 Thread Stephen M
On Friday, March 23, 2012 2:13:59 PM UTC+11, Stephen M wrote: On Friday, March 23, 2012 1:37:33 PM UTC+11, charlie arehart wrote: Stephen, the target line HTML shows this: P id=bottom style=font-weight:bold;Test Target/A/P Do you notice the ending /A tag, with no corresponding opening

[cfaussie] Re: CF9 SQL Server on Amazon Web Servers

2012-03-28 Thread Stephen M
On Friday, January 27, 2012 10:21:44 PM UTC+11, Stephen M wrote: I've replicated this problem on my local workstation using a network db server, so its no longer about Amazon. I can get the timeout error on the stored proc as below. But the problem is I am getting this timeout at the 120

Re: [cfaussie] Re: CF9 SQL Server on Amazon Web Servers

2012-04-01 Thread Stephen M
@googlegroups.com [mailto:cfaussie@googlegroups.com] *On Behalf Of *Stephen M *Sent:* Thursday, March 29, 2012 12:56 AM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: CF9 SQL Server on Amazon Web Servers On Friday, January 27, 2012 10:21:44 PM UTC+11, Stephen M wrote: I've replicated

Re: [cfaussie] Installing CF9 on Win7 HP

2012-05-04 Thread Stephen M
have never struck this error before. IIS compatibilty is turned off but the error remains. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, May 5, 2012 at 1:26 PM, Stephen M wrote: I just got a new laptop

[cfaussie] Re: Installing CF9 on Win7 HP

2012-05-04 Thread Stephen M
problem solved by starting Turn windows features on or off and Enabling all the features under World Wide Web Services - Application Development Features and Common HTTP Features On Saturday, May 5, 2012 1:26:25 PM UTC+10, Stephen M wrote: I just got a new laptop with Win7 Home Premium

[cfaussie] cfspreadsheet read

2012-07-26 Thread Stephen M
I have a problem importing Excel with some columns formatted as time. The columns contains the times for competitors in a triathlon, so 4 columns for Total |Run |Bike |Swim 2:15:36 |00:45:36 |1:01:00|0:29:00 I upload the file then

[cfaussie] Re: MAD! Melbourne Adobe Developers: Searn Corfield, Clojure. 21 Aug **TUESDAY**, 2012

2012-08-14 Thread Stephen M
On Friday, August 3, 2012 6:35:25 PM UTC+10, Peter Robertson wrote: *Please Note: We’ve changed the night from our normal Thursday for this month to take advantage of Sean’s visit to Melbourne. Sean Corfield will present on using Clojure alongside CFML. .* Count me in -- You

[cfaussie] Does an Insert query in CFSCRIPT return an IDENTITYCOL value

2012-10-25 Thread Stephen M
Does an Insert query in CFSCRIPT return an IDENTITYCOL value/ It should be a property of the resultset but I can't get a resultset using getResult() when its an INSERT. Its OK using the CFQUERY tag. The problem only seems to be in CFSCRIPT. -- You received this message because you are

[cfaussie] ORMExecuteQuery error on CF10

2014-06-11 Thread Stephen M
I get the following error back as an element of the array returned from an ORMExecuteQuery [undefined array element] Element 4 is undefined in a Java object of type class coldfusion.runtime.Cast$1. This is on my local dev box which has CF10. But, on production which runs CF9, the same code

Re: [cfaussie] ORMExecuteQuery error on CF10

2014-06-11 Thread Stephen M
, Stephen M sgmu...@gmail.com javascript: wrote: I get the following error back as an element of the array returned from an ORMExecuteQuery [undefined array element] Element 4 is undefined in a Java object of type class coldfusion.runtime.Cast$1. This is on my local dev box which has CF10

[cfaussie] Configure a second cf server instance

2014-09-17 Thread Stephen M
I'm trying to set up a second instance of CF. This is in CF10 with Apache-Tomcat So I went into cfadmin, clicked the instance manager, clicked add instance and the instance was created with an url of localhost:8500 It seems to work OK because I can go into the 2nd instance cfadmin and

[cfaussie] Configuring a second CF10 server instance - Win7 Apache

2014-09-19 Thread Stephen M
I am trying to set up a second cfserver instance on my localhost. So i open cfadmin, click enterprise manager - click instance manager, then Add new Instance. That all seems to go OK. It tell me that I have a new instance on localhost:8500 I can open a new window of cfadmin for that

Re: [cfaussie] Configure a second cf server instance

2014-09-19 Thread Stephen M
or the “Administering and Configuring” CF manual to see how to run the CF’s “web server configuration tool” , as suitable to your web server. Hope that helps. /charlie *From:* cfau...@googlegroups.com javascript: [mailto: cfau...@googlegroups.com javascript:] *On Behalf Of *Stephen M *Sent:* Wednesday

[cfaussie] CF can't see URL querystrings after a # locator

2014-11-25 Thread Stephen M
I'll trying to explain with an example If the link is this: http://www.somebloodydomain.com/index.cfm##firstpart Then the page will open and go to the object with the id of firstpart If the link is this http://www.somebloodydomain.com/index.cfm?errorMsg=invalidclolour=red Then

[cfaussie] download cfbuilder 3 trial without using the Akamai download manager

2014-12-17 Thread Stephen M
Does anyone have a direct link to a CF Builder 3 download? Every link I try on Adobe wants to run the Akamai download manager which stops at 2MB and then freezes. So I uninstalled it. Thanks, Stephen -- You received this message because you are subscribed to the Google Groups cfaussie

Re: [cfaussie] download cfbuilder 3 trial without using the Akamai download manager

2014-12-17 Thread Stephen M
thanks Paul, On Thursday, December 18, 2014 12:22:59 PM UTC+11, Paul Kukiel wrote: Here you go Steve: https://dl.dropboxusercontent.com/u/124987/Software/ColdFusionBuilder_3_WWEJ_win.exe Paul. On Thu, Dec 18, 2014 at 11:57 AM, Stephen M sgmu...@gmail.com javascript: wrote: Does

[cfaussie] Off Topic - SEO

2015-05-28 Thread Stephen M
OK so this isn't a ColdFusion topic, but it's not as if I am bogging down an incredibly busy forum with OT posts. I decided to post it here because I know a lot of you personally and respect your opinions. I just got to wondering about the term SEO (Search Engine Optimization) because I am

[cfaussie] IE problem - cffileupload stuffs the order of META tags headers

2015-10-29 Thread Stephen M
This problem relates specifically to IE9,10 11 and cffileupload. The best solution is not to use cffileupload but unfortunately that is not an option. The problem is that standard corporate install for this company runs IE9 in quirks mode or IE8 standards mode. Or pretty much anything except

[cfaussie] Re: Are folks tracking CFJOBS Google Group?

2015-12-21 Thread Stephen M
I gave up on it because posts were so few and far between, so MERGE. And while you're at it maybe delete cfwatercooler On Friday, December 18, 2015 at 2:09:41 PM UTC+11, Geoff Bowers wrote: > > Just posted a job to CFJOBS and thought given the light traffic in our > lists these days if it