[cfaussie] Search engines seeing bad URLs

2010-07-19 Thread Ryan Sabir
Hey all, strange problem here.

A site I have recently taken over throws a whole lot of errors all
through the day. These errors always come from a search engine bot as
it travels through the site. The problem they are have is that they
are seeing bad URL parameters. The ampersand between the parameters is
being URL encoded.
e.g.
A query string that should look like this:

productSearchCategory=0&productSearchBrand=139&productSearchKeyword=

is being seen like this;

productSearchCategory=0&productSearchBrand=139&productSearchKeyword=

and sometimes it's been encoded twice, like this:

productSearchCategory=0&productSearchBrand=139&productSearchKeyword=

This is breaking the functionality of the site and throwing errors all day.

I've never seen this happen before, has anyone seen anything similar
and maybe knows what caused it?

bye

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: Bolt

2009-07-28 Thread Ryan Sabir

On the subject. Does anyone know if CF Builder is going to be free
when it is released? If it is going to cost money, will it offer us
much more than what CFEclipse does now? I couldn't find this info
online anywhere.

thanks


On Fri, Jul 24, 2009 at 5:03 PM, AJ Mercer wrote:
> you can add a new directory that is just a link
> right-click - select new folder

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 "file not found" strangeness

2009-07-02 Thread Ryan Sabir

Hi all,

Finally got this issue worked out.

It turns out that they didn't have modify permissions for my user on
c:\coldfusion8\wwwroot\web-inf\cfclasses\

Not a word of apology for wasting my time telling me it was my
problem. I don't understand how a company claiming to offer a standard
shared hosting package would have such a basic issue come up.

Thanks for everyones help here, it really set my mind at ease that I
hadn't forgotten how to write a 3 line CF page.

bye!

On Mon, Jun 22, 2009 at 7:43 PM, Ryan wrote:
>
> Hi all,
>
> I've had a shared CF8 site set up at WebCentral for a relatively
> simple site. It's exhibiting a really strange error.
>
> If I FTP upload a file, say "testfile.cfm" (doesn't matter what is in
> it) it will work fine.
> If I then re-upload exactly the same file, it's returning a "File not

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 "file not found" strangeness

2009-06-23 Thread Ryan Sabir
Yes Charlie thanks for that.

I managed to get someone to stay on the line long enough to see the problem
happen in front of their eyes. It looks like he's now escalating the case to
the right people. I'm going to leave it with them for a bit before I try
yours and Glens suggestions. Fortunately this site doesn't need to go live
for a month or so.

I'll let you know how it pans out.

seeya


On Wed, Jun 24, 2009 at 1:24 AM, charlie arehart  wrote:

> Ryan, had you seen the note I'd shared with more ideas and possible
> explanations, attached?
>
> /charlie
>
>
>
>
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 "file not found" strangeness

2009-06-23 Thread Ryan Sabir

Thanks Glen, good idea I'll try that.

Yeah unfortunately this site was set up by my client before I came on
the scene. I've worked with WebCentral before but it's never been this
bad.

seeya

On Tue, Jun 23, 2009 at 5:20 PM, nkosi wrote:
>
> As opposed to using FTP have you tried adding a cfm page that does a
> cffile action="upload" (overwrite)? You can try upload a .cfm file via
> the upload cfm and see if you get the same issue i.e. 'File not
> found'. Also try using FileExists().
>
> Via the upload cfm page try upload a cfm file, hit it in you browser,
> then upload the cfm again (with a small change) and hit it again. Then
> upload another cfm, DON'T hit it in your browser, then upload the cfm
> again with a small change. If you get the 'File not found' error from
> scenario 1 and not in scenario 2 then I'd guess it is CF template
> caching. If you get it in both 1 and 2 then there is some file system
> permissions based issue (perhaps they're hosting files on a remote NAS
> box). If you don't get the error for either then the problem is with
> FTP - user permissions or maybe even the FTP client.
>
> By the way those are some pretty awful support responses - I'd be
> nervous if they were hosting any of my sites :)
>
> Cheers
> Glen
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 "file not found" strangeness

2009-06-22 Thread Ryan Sabir
Thanks Simon,

I did get them to look at the permissions and ownership on the files and
they were both identical.

I've even tried using 2 different FTP programs in case something weird was
happening there but nope.

On Tue, Jun 23, 2009 at 10:53 AM, Simon Haddon wrote:

> My initial thought was that your mapping were wrong for coldfusion and it
> didn't know where the root of your web server was. However the
> coldfusion1.cfm and dircontents.cfm files disprove that. The next thing to
> examine would be the privileges for reading the file. It could be possible
> that when you use ftp that the permissions and ownership are not correct for
> ColdFusion to see and read the file.
>
> I would fathom a guess that when the server administrators upload a file
> that the file permissions and the ownership are correct.
>
> Try setting the fole so that it is world readable.  Not sure how you would
> do that in your ftp client.
>
> Cheers,
> Simon
>
> 2009/6/23 Ryan Sabir 
>
> Nope, it's a ColdFusion error, not the IE error page. Besides I use FireFox
>> for dev so unlikely I'd see the IE error page :)
>>
>> Here is the problem. This file was uploaded by me, overwriting a previous
>> version:
>> http://svc009.wic020v.server-web.com/coldfusion.cfm
>>
>> This file was uploaded by a WebCentral tech:
>> http://svc009.wic020v.server-web.com/coldfusion1.cfm
>>
>> But the files are exactly the same, I'm dumping the directory contents
>> here for you to see:
>> http://svc009.wic020v.server-web.com/dircontents.cfm
>>
>> WebCentral claim this is because I don't have an Application.cfc file.
>> Which makes no sense at all to me.
>>
>>
>>
>>
>> On Tue, Jun 23, 2009 at 4:38 AM, Steve Onnis wrote:
>>
>>>  Do you have "Show friendly HTTP error messages" turned on in your
>>> browser settings? If so this could be masking an actual CF error message and
>>> the file you are loading up could not be getting updated because of the
>>> template caching on the cf server?
>>>
>>>  --
>>> *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On
>>> Behalf Of *Ryan Sabir
>>> *Sent:* Monday, 22 June 2009 11:03 PM
>>> *To:* cfaussie@googlegroups.com
>>> *Subject:* [cfaussie] Re: CF8 "file not found" strangeness
>>>
>>> Thanks folks,
>>>
>>> Plain html works fine, as do images, Flash etc. I'm pretty sure it's some
>>> deep issue in the CF8 install.
>>>
>>>
>>>
>>>
>>> On Mon, Jun 22, 2009 at 9:09 PM, Steve Onnis wrote:
>>>
>>>>
>>>> Ryan
>>>>
>>>> Sounds like they are either controlling the cf "FileNotFound" error or
>>>> the
>>>> FTP folder is not matching up with your hosting account.  Does the same
>>>> thing happen with a plain HTML page?
>>>>
>>>> -Original Message-
>>>> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On
>>>> Behalf
>>>> Of Ryan
>>>> Sent: Monday, 22 June 2009 7:44 PM
>>>> To: cfaussie
>>>> Subject: [cfaussie] CF8 "file not found" strangeness
>>>>
>>>>
>>>> Hi all,
>>>>
>>>> I've had a shared CF8 site set up at WebCentral for a relatively
>>>> simple site. It's exhibiting a really strange error.
>>>>
>>>> If I FTP upload a file, say "testfile.cfm" (doesn't matter what is in
>>>> it) it will work fine.
>>>> If I then re-upload exactly the same file, it's returning a "File not
>>>> Found" error, and that filename can not be used again even if I delete
>>>> the file and re-upload it.
>>>>
>>>> Problem is that their tech staff can't reproduce it at their end,
>>>> because I assume they are not using the same FTP credentials as me,
>>>> they are probably going in as a sysadmin.
>>>>
>>>> I have had some seemingly ridiculous responses from support as to why
>>>> it is not working. While I've deployed a few CF8 sites, my experience
>>>> is not as much as with CF7, can anyone tell me if any of these reasons
>>>> make sense? It's an amusing read actually:
>>>>
>>>> My first test was a .cfm file with the simple contents "TESTING 123",
>>>> their response was:
>>>>
>>

[cfaussie] Re: CF8 "file not found" strangeness

2009-06-22 Thread Ryan Sabir
Thanks Charlie,

This is the most frustrating thing about this issue. It's on a shared server
at WebCentral so I have no access to the CF Administrator. I tried poking
around the file system using CF but they have security turned on so I can't
see the config files.

Normally yeah I'd be playing around in the config files and cache
directories looking for permissions issues but at the moment I'm just trying
to get them to admit there is a problem.



On Tue, Jun 23, 2009 at 10:37 AM, charlie arehart <
charlie_li...@carehart.org> wrote:

>
> Ryan, here are a couple of stabs in the dark:
>
> First, if you flush the template cache (in the CF Admin, on the "caching"
> page, clicking the button at the bottom for "clear template cache now").
> Does that at least solve the problem? It would only be temporary, but it
> would prove that the problem is confusion in the template cache.
>
> What would be the cause? Well, without elaborating too much or asking more
> questions, can you at least report if the CF built-in web server is enabled
> on the server (as might run at port 8500, or others, if you enabled it at
> installation of CF or later)? If so, are you in a position to disable it
> and
> restart, and try things again?
>
> I've seen situations where requests in CF get crossed up and instead of
> looking in the webroot of the external web server (say, IIS), it looks in
> the webroot of the CF server (such as cfusionmx7/wwwroot, or on the
> multiserver deployment,
> [jrun]/servers/[instancename]/cfusion-ear/cfusion-war). And assuming your
> files are not there, you get the 404.
>
> You can learn more about disabling the web server in this old technote:
>
>
> http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webse
> rver/
>
> It's a little dated. The location of the jrun.xml file to update, for CF8
> in
> Server mode, is [ColdFusion8]\runtime\servers\coldfusion\SERVER-INF. In
> multiserver mode, it's in [JRun]\servers\[instancename]\SERVER-INF.
>
> Let us know if this helps.
>
> /charlie
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On
> Behalf
> Of Ryan
> Sent: Monday, June 22, 2009 5:44 AM
> To: cfaussie
> Subject: [cfaussie] CF8 "file not found" strangeness
>
>
> Hi all,
>
> I've had a shared CF8 site set up at WebCentral for a relatively
> simple site. It's exhibiting a really strange error.
>
> If I FTP upload a file, say "testfile.cfm" (doesn't matter what is in
> it) it will work fine.
> If I then re-upload exactly the same file, it's returning a "File not
> Found" error, and that filename can not be used again even if I delete
> the file and re-upload it.
>
>
> 
>
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF8 "file not found" strangeness

2009-06-22 Thread Ryan Sabir
Nope, it's a ColdFusion error, not the IE error page. Besides I use FireFox
for dev so unlikely I'd see the IE error page :)

Here is the problem. This file was uploaded by me, overwriting a previous
version:
http://svc009.wic020v.server-web.com/coldfusion.cfm

This file was uploaded by a WebCentral tech:
http://svc009.wic020v.server-web.com/coldfusion1.cfm

But the files are exactly the same, I'm dumping the directory contents here
for you to see:
http://svc009.wic020v.server-web.com/dircontents.cfm

WebCentral claim this is because I don't have an Application.cfc file. Which
makes no sense at all to me.



On Tue, Jun 23, 2009 at 4:38 AM, Steve Onnis  wrote:

>  Do you have "Show friendly HTTP error messages" turned on in your browser
> settings? If so this could be masking an actual CF error message and the
> file you are loading up could not be getting updated because of the template
> caching on the cf server?
>
>  --
> *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On
> Behalf Of *Ryan Sabir
> *Sent:* Monday, 22 June 2009 11:03 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: CF8 "file not found" strangeness
>
> Thanks folks,
>
> Plain html works fine, as do images, Flash etc. I'm pretty sure it's some
> deep issue in the CF8 install.
>
>
>
>
> On Mon, Jun 22, 2009 at 9:09 PM, Steve Onnis wrote:
>
>>
>> Ryan
>>
>> Sounds like they are either controlling the cf "FileNotFound" error or the
>> FTP folder is not matching up with your hosting account.  Does the same
>> thing happen with a plain HTML page?
>>
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On
>> Behalf
>> Of Ryan
>> Sent: Monday, 22 June 2009 7:44 PM
>> To: cfaussie
>> Subject: [cfaussie] CF8 "file not found" strangeness
>>
>>
>> Hi all,
>>
>> I've had a shared CF8 site set up at WebCentral for a relatively
>> simple site. It's exhibiting a really strange error.
>>
>> If I FTP upload a file, say "testfile.cfm" (doesn't matter what is in
>> it) it will work fine.
>> If I then re-upload exactly the same file, it's returning a "File not
>> Found" error, and that filename can not be used again even if I delete
>> the file and re-upload it.
>>
>> Problem is that their tech staff can't reproduce it at their end,
>> because I assume they are not using the same FTP credentials as me,
>> they are probably going in as a sysadmin.
>>
>> I have had some seemingly ridiculous responses from support as to why
>> it is not working. While I've deployed a few CF8 sites, my experience
>> is not as much as with CF7, can anyone tell me if any of these reasons
>> make sense? It's an amusing read actually:
>>
>> My first test was a .cfm file with the simple contents "TESTING 123",
>> their response was:
>>
>> "Your Index.cfm file is not written in any form of valid mark up
>> language.The contents of the file contain "TESTING 123" unfortunately
>> this is nothing in this file Cold Fusion can interpret."
>>
>> Um.. ok, so I uploaded a file with a nice HTML structure and a > var="#NOW()#"> in it. Their response:
>>
>> "After extensive testing and checking coldfusion mappings and
>> permissions are setup correctly on the resource and working without
>> issue. We have run various coldfusion test scripts successfully.
>> Please review your coding for further success. As this is a coding
>> issue this is now outside the scope of our support."
>>
>> errr, not much coding there to review. They also uploaded a file that
>> looked like this, for testing:
>>
>> 
>> 
>> 
>>  Hello World!
>> 
>> 
>>  #VARIABLES.greeting# World!
>> 
>> 
>>
>> I downloaded this file and re-uploaded it. Sure enough the "File Not
>> Found" error came back. I brought this to their attention. Their
>> response:
>>
>> "Not being coders here I am unsure if the reference to
>> #VARIABLES.greeting# is supported in CF8."
>>
>> Huh? It was their freaking test file! Now I'm being told this:
>>
>> "your code does not appear compatible with cf8. Please see the below
>> link to ensure your code can work on cf8.
>>
>> http://blog.joshuaadams.com/index.cfm/2008/9/4/Upgrading-from-ColdFusion-MX-
>> to-ColdFusion-8<http://blog.joshuaadams.com/index.cfm/2008/

[cfaussie] Re: CF8 "file not found" strangeness

2009-06-22 Thread Ryan Sabir
Thanks folks,

Plain html works fine, as do images, Flash etc. I'm pretty sure it's some
deep issue in the CF8 install.




On Mon, Jun 22, 2009 at 9:09 PM, Steve Onnis  wrote:

>
> Ryan
>
> Sounds like they are either controlling the cf "FileNotFound" error or the
> FTP folder is not matching up with your hosting account.  Does the same
> thing happen with a plain HTML page?
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On
> Behalf
> Of Ryan
> Sent: Monday, 22 June 2009 7:44 PM
> To: cfaussie
> Subject: [cfaussie] CF8 "file not found" strangeness
>
>
> Hi all,
>
> I've had a shared CF8 site set up at WebCentral for a relatively
> simple site. It's exhibiting a really strange error.
>
> If I FTP upload a file, say "testfile.cfm" (doesn't matter what is in
> it) it will work fine.
> If I then re-upload exactly the same file, it's returning a "File not
> Found" error, and that filename can not be used again even if I delete
> the file and re-upload it.
>
> Problem is that their tech staff can't reproduce it at their end,
> because I assume they are not using the same FTP credentials as me,
> they are probably going in as a sysadmin.
>
> I have had some seemingly ridiculous responses from support as to why
> it is not working. While I've deployed a few CF8 sites, my experience
> is not as much as with CF7, can anyone tell me if any of these reasons
> make sense? It's an amusing read actually:
>
> My first test was a .cfm file with the simple contents "TESTING 123",
> their response was:
>
> "Your Index.cfm file is not written in any form of valid mark up
> language.The contents of the file contain "TESTING 123" unfortunately
> this is nothing in this file Cold Fusion can interpret."
>
> Um.. ok, so I uploaded a file with a nice HTML structure and a  var="#NOW()#"> in it. Their response:
>
> "After extensive testing and checking coldfusion mappings and
> permissions are setup correctly on the resource and working without
> issue. We have run various coldfusion test scripts successfully.
> Please review your coding for further success. As this is a coding
> issue this is now outside the scope of our support."
>
> errr, not much coding there to review. They also uploaded a file that
> looked like this, for testing:
>
> 
> 
> 
>  Hello World!
> 
> 
>  #VARIABLES.greeting# World!
> 
> 
>
> I downloaded this file and re-uploaded it. Sure enough the "File Not
> Found" error came back. I brought this to their attention. Their
> response:
>
> "Not being coders here I am unsure if the reference to
> #VARIABLES.greeting# is supported in CF8."
>
> Huh? It was their freaking test file! Now I'm being told this:
>
> "your code does not appear compatible with cf8. Please see the below
> link to ensure your code can work on cf8.
>
> http://blog.joshuaadams.com/index.cfm/2008/9/4/Upgrading-from-ColdFusion-MX-
> to-ColdFusion-8
> "
>
> Not much there, it's more about upgrading your server, not changing
> your code. I asked them to clarify this, their reponse:
>
> "Please see the link provided for full details but basically your
> application at the very least will require an  application.cfc file."
>
> This is the bit that I am not 100% sure about. Does CF8 HAVE to have
> an Application.cfc file? In any case I made a simple one and uploaded
> it twice, and it broke the whole site. Every page started returning a
> File Not Found for the Application.cfc file.
>
> Has anyone found an issue like this before? I'm a bit screwed now,
> they are refusing to see this as a problem. If I am wrong in any of my
> assumptions above then I'll happily eat crow, and send a bottle of
> wine to the techies who' ve been attempting to help me. I just don't
> see how a file could work, then stop working when being overwritten
> with exactly the same file.
>
> thanks all.
>
>
>
>
>
>
> >
>

--~--~-~--~~~---~--~~
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 this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Text change percentage or score

2008-06-30 Thread Ryan Sabir


Are you writing this to a database? You may be able to use the Full Text search 
feature to compare the new string with the current string and give you a score 
on the difference.

Otherwise, sit back and get your head into this:

http://en.wikipedia.org/wiki/Levenshtein_distance

And come back to us when you've wrapped it in a cfc... 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve 
Onnis
Sent: Tuesday, 1 July 2008 4:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Text change percentage or score


What I want to do it implement like a "Recently Updated" type of function into 
an app but I don't want to go by the Date Modified stamp because they might 
just be fixing a typo or something in there which doesn't really class as a 
major update. 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry 
Beattie
Sent: Tuesday, 1 July 2008 4:39 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Text change percentage or score


just kicking around ideas...how do you define what is changed?

individual letter placement?
words?
order?

is this a 100% change?

1) Hi my name is Steve
2) name Hi is Steve my


how about this?

1) Hi my name is Steve
1) hI MY NAME IS sTEVE




On Tue, Jul 1, 2008 at 4:20 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
> Does anyone know of a method where you can calculate either by 
> percentage or score or something as to how much a string has changed?
>
> For example:
> 1) Hi my name is Steve
> 2) Hi my name is John
>
> Only the name has changed to the actual percentage change would be 
> low, like 20%
>
> Or
>
> 1) Hi my name is Steve
> 2) The cow jumped over the moon
>
> The percentage change would be high, like 100%
>
>
>
> Steve
>
>
>
> >
>







--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Who is working for whom in Sydney, and are they looking for new people?

2008-04-22 Thread Ryan Sabir
 >  hey all i can say is my resume owns.. i mean.. am i not in at Microsoft 
 > helping set the direction of two of our biggest flagship products since 
 > Windows :)
 
Don't tell me they are upgrading Notepad and MS Paint?? Awesome!  :P
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Creating Excel files with multiple worksheets

2008-03-26 Thread Ryan Sabir


Generate it as XML..

1. Manually create the spreadsheet in Excel, with the multiple worksheets.
2. Save it as XML
3. Examine the XML in a text editor and use your mad CF skillz to recreate the 
content dynamically
4. Profit!


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darren 
Tracey
Sent: Thursday, 27 March 2008 4:40 PM
To: cfaussie
Subject: [cfaussie] Creating Excel files with multiple worksheets


Making an Excel files come out of your CF pages is pretty straight forward with 
tables and CFContent.
Is there any way to make an Excel file that has multiple worksheets?
The solutions I've found involve calling COM objects for a server copy of 
Excel, but my server doesn't have Excel installed so I can't use that method.
How would you make a second (or third) worksheet in an Ecel output file without 
having Excel installed on the server?

Regards
Darren



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT: IT managers mailing lists?

2008-02-06 Thread Ryan Sabir
Hi all,
 
Are there any good mailing lists whose members are IT Managers, CTO's, Senior 
Technologists etc? Not programing focused, but more about business and 
management issues?
 
Not necessarily Cold Fusion based, but covering the web industry, Australian 
based would be ideal. Some of the Builder AU newsletters are excellent, but 
they are a one way communication.
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Help using xml data from excel to cf and then back to excel (re posting )

2008-01-29 Thread Ryan Sabir
Hi Claude,
 
I'd recommend not opening and re-saving the file using DreamWeaver, it has a 
tendency to add random noise to the XML file. Can you work with it in a text 
editor such as Textpad?
 
Is your client on a Mac? I know some Mac users can't read the XML formatted 
file.
 
seeya
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude 
Raiola
Sent: Wednesday, 30 January 2008 12:38 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Help using xml data from excel to cf and then back to excel 
(re posting )



Hi,

I save an excel spreadsheet into xml format to a new filename.

I can then open the new spreadsheet and it opens perfectly and the content is 
identical original spreadsheet.

If i then open the xml file in dreamweaver whether i make changes to the data 
sets or simply save the file in xml format using dreamweaver excel cannot open 
the file and comes up with an error message in a pop up screen.

The error log is as follows

XML PARSE ERROR: Non-unique or duplicate attribute
Error occurs at or below this element stack:


Also if my client tries to open the original xml saved document they see 
garbled code on the screen rather than the spreadsheets as i can see. They are 
running excel 2003 sp2 whilst i am on sp3 does the sp3 provide additional xml 
functionality allowing sp3 to read xml documents in an excell format whilst sp2 
does not ??? 

The cf site is being hosted on a shared hosting platform so i am not able to 
use custom tags etc to provide a solution.

Regards 

Claude Raiola 
B.Econ (Acc), B.Hot.Mngt. 

Websites: 
www.AustralianAccommodation.com 
www.SAMARIS.NET 
www.WebSiteSolutions.com.au 
Mobile: 0414 228 948 

On Tue Jan 29 11:47 , '[EMAIL PROTECTED]' sent:



Has anyone else experienced problems with adding "coldfusion 8
application server" permon counters. I can see them all in the list
but I cannot add them. The "Add" button is disabled. I have "Enable
Performance Monitoring" checked in CF administrator.

Any ideas?

Thanks.

Ben
)





--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] CF 8 certification

2008-01-21 Thread Ryan Sabir
Heya, not sure if this has been asked before..
 
Does anyone know what the status of ColdFusion 8 certification is? On the Adobe 
site there is a reference to Certified ColdFusion MX Developer exams, but no 
mention of what version. Anyway, the first paragraph on this page just doesn't 
make sense 
http://www.adobe.com/support/training/certified_professional_program/cfmx_developer.html
 
Is there a study guide for 8 yet? 
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Subversion service?

2008-01-16 Thread Ryan Sabir


> cvsdude.com are great.

Thats the one! Thanks for all the replies...






--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Subversion service?

2008-01-16 Thread Ryan Sabir
Hi all, I'm going to get kicked for this because its been mentioned so many 
times on this list...
 
What is the name of that company that offers Subversion as a hosted service? GB 
always talks about them in his WebDU talks
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Conference program

2008-01-14 Thread Ryan Sabir
Heya,
 
Has anyone built a dynamic conference program in CF? The sort that lets you 
view an entire day at a time. Showing multiple tracks, some seminars spanning 
multiple time slots, some events (like lunch) spanning multiple tracks etc. All 
of this being completely database driven and changing by the client at any time.
 
As far as I can tell there are 2 ways to do this. Build it all in a HTML table 
and wirte code that works out the COLSPANs and ROWSPANs for each cell. Or, 
float every element in its own little DIV with a border and use absolute 
positioning to put each box that represents an event where it needs to go.
 
Has anyone successfully implemented one of these solutions, or has come across 
another other better ways to do it?
 
I had a look at the WebDU Agenda at a glance, but that is more structured than 
ours will be. Every events starts and finishes at the same time.
 
thanks!
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Cold Fusion Exporting To Excel

2008-01-14 Thread Ryan Sabir
Easiest way is to mock up the spreadsheet you want in Excel, with the multiple 
workbooks, then export it as XML. Then you can view the generated XML and 
recreate it dynamically from your Cold Fusion app.
 
Only problem is that this won't work as easily on versions of Excel prior to 
2003, or on the Mac.
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claude 
Raiola
Sent: Tuesday, 15 January 2008 9:18 AM
To: [EMAIL PROTECTED]; cfaussie@googlegroups.com
Subject: [cfaussie] Cold Fusion Exporting To Excel


Hi,
 
I have a bookings table containing details of guests who have stayed rooms 
within a hotel 
 
I am wanting to output the table grouping the data into room number  and then 
sorting the bookings by arrival date.
 
All that is easy
 
However I am wanting the output to be stored in one single excel spreadsheet 
where the each room number has its own tab (workbook) within the single 
spreadsheet file and then the bookings relevant to each room number appear 
within each workbook
Kind Regards
Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 3666 0981
Fax: 07 3319 6444

Websites: 
www.WebsiteSolutions.com.au
www.AustralianAccommodation.com
www.AccommodationNewZealand.com
www.HospitalityPurchasing.net
www.Samaris.net
 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Georgiou
Sent: Tuesday, 15 January 2008 7:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [coldfusion-howto] SQL Statement needs a line break?
 
thanks all! I will try all these suggestions and let you know..

George

On Jan 14, 2008 1:46 AM, Hank Miller <[EMAIL PROTECTED]> wrote:

> You can try...
>
> USE [mydb];
> SET ANSI_NULLS ON;
> SET QUOTED_IDENTIFIER ON;
> SET ANSI_PADDING ON;
> CREATE TABLE [dbo].[tbl_test](
>
> Get rid of the "GO"s.
>
> -hankcfman
>
> - Original Message 
> From: George Georgiou <[EMAIL PROTECTED] >
> To: [EMAIL PROTECTED] 
> Sent: Sunday, January 13, 2008 1:47:29 PM
> Subject: [coldfusion-howto] SQL Statement needs a line break?
>
> Hi there,
>
> I am an experienced coldfusion developer (7 years now). This is the first
> time i see this. I am trying to create a table from a CFQuery. I have
> something like :
>
> 
> USE [mydb]
> GO
> SET ANSI_NULLS ON
> GO
> SET QUOTED_IDENTIFIER ON
> GO
> SET ANSI_PADDING ON
> GO
> CREATE TABLE [dbo].[tbl_test](
> .
>  etc etc etc
>
> If I paste this in the query analyzer it works great. If I run this
> through
> a cfquery I get an error like [Macromedia][SQLServer JDBC
> Driver][SQLServer]Incorrect syntax near 'GO'.
>
> The problem is that it seems that coldfusion sends the sql statement as a
> single line (i.e. no line-breaks).
>
> Is there any way to add a 'line-break' to the cfquery after each sql-line?
> I
> have tried using the #chr(10)#, the #chr(13)# (and also the ) but it
> does not work. In other words I have tried something like:
>
> USE [mydb] #chr(10)#
> GO#chr(10)#
> SET ANSI_NULLS ON #chr(10)#
> GO #chr(10)#
> SET QUOTED_IDENTIFIER ON #chr(10)#
> GO #chr(10)#
>
> etc
>
> but still, this doesn't work :-(
>
> Any ideas on how to do this ?
>
> thanks,
> George
>
> [Non-text portions of this message have been removed]
>
> ~
> *** Yahoo's No. 1 and the biggest group of ColdFusion Developers
>
> ColdFusion MX Hosting - 250 MB Space/5 GB monthly Bandwidth for just
> $19.99/year. Free Setup, ASP.NET , HELM Control Panel.
> http://www.hostingatoz.com. We also offer ColdFusion Reseller Hosting
> Plans.
>
> Post message: [EMAIL PROTECTED]
> Subscribe: [EMAIL PROTECTED]
> Un-Subscribe: [EMAIL 
> PROTECTED]
>
> ...
>
> Yahoo! Groups Links
>
> [Non-text portions of this message have been removed]
>
> 
>

[Non-text portions of this message have been removed]
__._,_.___ 
Messages in this topic (7) Reply (via web post) | Start a new topic 
Messages | Files | Photos | Links | Database | Polls | Calendar 
~
*** Yahoo's No. 1 and the biggest group of ColdFusion Developers

ColdFusion MX Hosting - 250 MB Space/5 GB monthly Bandwidth for just 
$19.99/year. Free Setup, ASP.NET, HELM Control Panel. 
http://www.hostingatoz.com. We also offer ColdFusion Reseller Hosting Plans. 

Post message: [EMAIL PROTECTED]
Subscribe:  [EMAIL PROTECTED]  
Un-Subscribe:  [EMAIL PROTECTED]  


...


MARKETPLACE



Earn your degree in as few as 2 years - Advance your career with an AS, BS, MS 
degree - College-Finder.net. 

Change settings via the Web (Yahoo! ID required) 
Change settings via email: Switch delivery to Daily Digest | Switch format to 
Traditional 
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe 
Recent Activity
·  4
New Members
Visit Your Group 
Yahoo! News
Odd News
You won't believe
it, but it's true
New web site?
Drive traffic now.
Get your business
on Yahoo! search.
Drive Traffic
Sponsored Search
can help increase
your site traffic..

__,_._,___ 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to 

[cfaussie] Re: CFAUSSIE Crap

2008-01-03 Thread Ryan Sabir
 
Hey what are you guys' Steam ids?  Mine is RyanNotBrian, might see ya on there.
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott 
Barnes
Sent: Friday, 4 January 2008 4:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CFAUSSIE Crap


Ok..
 
See now I went smack talked Geoff and he schooled me in-game just 20mins ago:
 
http://www.flickr.com/photo_zoom.gne?id=2165299276&size=o
 
I stand corrected sir.. well played..


On Jan 4, 2008 12:02 PM, Andrew Scott <[EMAIL PROTECTED]> wrote:

Happy New Year to you too ScottJ
 


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au 
Phone: +613  9015 8628
Mobile: 0404 998 273
 
 
From: cfaussie@googlegroups.com [mailto: [EMAIL PROTECTED] On Behalf Of Scott 
Barnes
Sent: Friday, 4 January 2008 12:36 PM 

To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CFAUSSIE Crap
 
Take a vote then, help the Bowers out.. as hey may get a tad busy planning a 
little event we like to call WebDU 08...
 
I vote we don't put Andrew Scott in charge but we do consider Barry Beattie ;) 
hehehe
 
(You know I have love for Andrew.. sending a big *hugs* your way Andrew).
On Jan 3, 2008 6:43 AM, Barry Beattie <[EMAIL PROTECTED]> wrote:

indeed.

I remember my first foray into this tech listserv thing nearly 10
years ago with Charles Carrol's " LearnASP.com". He moderated every
single message. Drove him nuts.



On Jan 3, 2008 3:46 AM, Michael Dinowitz <[EMAIL PROTECTED]> wrote:
> Multiple moderators. :) 
>
>
> On Jan 2, 2008 4:30 AM, Geoff Bowers < [EMAIL PROTECTED]> wrote:
> >
> >
> > On Jan 2, 12:43 pm, "Chris Velevitch" < [EMAIL PROTECTED] >
> > wrote:
> >
> > > It is possible for the list owner to delete these posts and to ban the
> > > users. It' also possible for the list owner to set the list so that 
> > > new memberships are moderated.
> >
> > As a general note to everyone on this topic.  The "list owner" (aka
> > me) regularly reviews the spam posts and reports, removes, and bans 
> > the authors.  But heh I take a holiday every now and then ;)
> >
> > -- geoff
> > http://www.daemon.com.au/
> >
> >
> >
> >
> > http://www.linkedin.com/in/mdinowitz)
> > President: House of Fusion( http://www.houseoffusion.com)
> > Publisher: Fusion Authority( http://www.fusionauthority.com)
> > Adobe Community Expert / Advanced Certified ColdFusion Professional 
> > > >
> >
>



-- 

Regards,
Scott Barnes
http://www.mossyblog.com 









-- 
Regards,
Scott Barnes
http://www.mossyblog.com 

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] HTML Validator available for download

2008-01-01 Thread Ryan Sabir
I'm always pragmatic when I validate my pages... no point in doing it 
idealisticly.
 
:P




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco 
Fleur
Sent: Wednesday, 2 January 2008 12:30 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] [OT] HTML Validator available for download


Hello all,
 
Happy new year!
 
I thought some people might be interested in this post
http://australiansearchengine.wordpress.com/2008/01/02/coldfusion-html-validation-library/
 
We've created a CFC that calls the W3C validator. It's pretty cool and I 
thought I would share it. It allows you to pragmatically validate your pages.
 
We're waiting for our source forge account to be opened so we can post it 
there
 
Happy validating!

-- 
Looking for a business, product or service? Try the new Australian search 
engine www.clickfind.com.au 
blog: http://australian-search-engine.blogspot.com/  


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 301 redirect not changing URL [SOLVED]

2007-12-17 Thread Ryan Sabir

Hi all,
 
Andrew here came up with the solution:
 
You need to write the header tag like this :



All in one line. Now the redirect works.. and the URL changes.

Yippee!



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rony 
Fayyad
Sent: Tuesday, 18 December 2007 11:10 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


You could also try running that snippet of code on  a different Coldfusion 
instance and see if the issue still ocurrs - may be try it on your local host 
or another dev box.
 
See if its a CF thing

- Original Message - 
From: Ryan Sabir <mailto:[EMAIL PROTECTED]>  
To: 'cfaussie@googlegroups.com' 
Sent: Tuesday, December 18, 2007 10:48 AM
Subject: [cfaussie] Re: 301 redirect not changing URL

 
CFLOCATION is a 302 redirect. It tells the search engine that the 
resource requested has been moved temporarily. A 301 redirect tells a search 
engine that the resource has been moved permanently, so no longer look for it 
at the original URL.
 
At least that's how I understand how it works.

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Blair McKenzie
Sent: Tuesday, 18 December 2007 10:42 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Is there any reason not to use cflocation? Does it not handle that 
stuff?

Blair


On Dec 18, 2007 10:38 AM, Ryan Sabir <[EMAIL PROTECTED]> wrote: 


Yeah but I want the redirect to be a "Moved Permanently" rather 
than "Moved Temporarily". Its for a site that has changed its URL structure.



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of Andrew Scott
Sent: Tuesday, 18 December 2007 10:06 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL



Try 302 instead.

 



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273

 

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of Ryan Sabir
Sent: Tuesday, 18 December 2007 9:59 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] 301 redirect not changing URL

 

Heya, 

 

I'm doing a 301 redirect using CFHEADER like so:

 


http://www.new-url.com";> 

 

The redirect correctly shows the new page content, but the URL 
in the browser window is still the old URL. If I bookmark it, its actually 
bookmarking the old URL. How can I do an SEO friendly redirect, and change the 
URL as well?

 

thanks.

     

 



Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.com <http://www.newgency.com/> 



Newgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia



 




 












--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 301 redirect not changing URL

2007-12-17 Thread Ryan Sabir
Thanks for that, I actually did try putting a CFABORT after the CFHEADERs, it 
wouldn't work at all without it.
 
Funny thing is, CFLOCATION actually does change the URL in the browser. I've 
tried moving the CFHEADER to the very top of the Application.cfm file, still no 
dice.
 
Anyway, its not a major issue, I might just have to leave it as a CFLOCATION.
 
I might be able to hack something together using ISAPI rewrite if I'm bothered.




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rony 
Fayyad
Sent: Tuesday, 18 December 2007 11:02 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Hi Ryan
 
Try this :
 

http://www.new-url.com"; /> 

 
I am not sure if this wil solve your problem, but give it a go mate!
 
Also , try the CFLOCATION to see if the address changes  correctly ( this is 
more of a debug thing than a solution ).
 
If none of the above work, can you please let me know what  code is being run 
before / after calling the CFHeader tag.
 
Cheers,
Rony
- Original Message - 
From: Ryan Sabir 
To: 'cfaussie@googlegroups.com' 
Sent: Tuesday, December 18, 2007 10:48 AM
Subject: [cfaussie] Re: 301 redirect not changing URL


 
CFLOCATION is a 302 redirect. It tells the search engine that the resource 
requested has been moved temporarily. A 301 redirect tells a search engine that 
the resource has been moved permanently, so no longer look for it at the 
original URL.
 
At least that's how I understand how it works.

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Blair 
McKenzie
Sent: Tuesday, 18 December 2007 10:42 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Is there any reason not to use cflocation? Does it not handle that stuff?

Blair


On Dec 18, 2007 10:38 AM, Ryan Sabir <[EMAIL PROTECTED]> wrote: 

Yeah but I want the redirect to be a "Moved Permanently" rather than "Moved 
Temporarily". Its for a site that has changed its URL structure.




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Tuesday, 18 December 2007 10:06 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Try 302 instead.
 


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273
 
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Tuesday, 18 December 2007 9:59 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] 301 redirect not changing URL
 
Heya, 
 
I'm doing a 301 redirect using CFHEADER like so:
 

http://www.new-url.com";> 
 
The redirect correctly shows the new page content, but the URL in the browser 
window is still the old URL. If I bookmark it, its actually bookmarking the old 
URL. How can I do an SEO friendly redirect, and change the URL as well?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 


 




--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 301 redirect not changing URL

2007-12-17 Thread Ryan Sabir
 
CFLOCATION is a 302 redirect. It tells the search engine that the resource 
requested has been moved temporarily. A 301 redirect tells a search engine that 
the resource has been moved permanently, so no longer look for it at the 
original URL.
 
At least that's how I understand how it works.

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Blair 
McKenzie
Sent: Tuesday, 18 December 2007 10:42 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Is there any reason not to use cflocation? Does it not handle that stuff?

Blair


On Dec 18, 2007 10:38 AM, Ryan Sabir <[EMAIL PROTECTED]> wrote: 

Yeah but I want the redirect to be a "Moved Permanently" rather than "Moved 
Temporarily". Its for a site that has changed its URL structure.




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Tuesday, 18 December 2007 10:06 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Try 302 instead.
 


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273
 
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Tuesday, 18 December 2007 9:59 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] 301 redirect not changing URL
 
Heya, 
 
I'm doing a 301 redirect using CFHEADER like so:
 

http://www.new-url.com";> 
 
The redirect correctly shows the new page content, but the URL in the browser 
window is still the old URL. If I bookmark it, its actually bookmarking the old 
URL. How can I do an SEO friendly redirect, and change the URL as well?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 


 





--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 301 redirect not changing URL

2007-12-17 Thread Ryan Sabir
Yeah but I want the redirect to be a "Moved Permanently" rather than "Moved 
Temporarily". Its for a site that has changed its URL structure.




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Tuesday, 18 December 2007 10:06 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: 301 redirect not changing URL


Try 302 instead.
 


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273
 
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Tuesday, 18 December 2007 9:59 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] 301 redirect not changing URL
 
Heya, 
 
I'm doing a 301 redirect using CFHEADER like so:
 

http://www.new-url.com";> 
 
The redirect correctly shows the new page content, but the URL in the browser 
window is still the old URL. If I bookmark it, its actually bookmarking the old 
URL. How can I do an SEO friendly redirect, and change the URL as well?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 


 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] 301 redirect not changing URL

2007-12-17 Thread Ryan Sabir
Heya, 
 
I'm doing a 301 redirect using CFHEADER like so:
 

http://www.new-url.com";> 
 
The redirect correctly shows the new page content, but the URL in the browser 
window is still the old URL. If I bookmark it, its actually bookmarking the old 
URL. How can I do an SEO friendly redirect, and change the URL as well?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT: Outlook protecting your privacy?

2007-11-29 Thread Ryan Sabir
Hi folks, 
 
Just an interesting thing I found the other day...
 
I was building a little app that embeds a web bug in an email so I can test if 
a user has read it. It uses a 1 pixel gif image, that has the source pointing 
back at the server, so it makes a call to a CF page to tell me who's read it... 
pretty basic tracking behavior...
 
So I get the test emails in my inbox and I get the usual 
"Right-click here to download pictures. To help protect your privacy, Outlook 
prevented automatic download of this picture from the Internet"
 
I expected this, and figured I would need to choose to download pictures before 
my read would get tracked. However, before I did this, I looked at my tracking 
database.. lo and behold it had recorded a read event for the email I had just 
recieved... even though I didn't choose to download pictures.
 
I always thought I Outlook wouldn't sent the GET request for the tracking bug, 
until after I chose to download pictures. I assumed all the SPAM I get wasn't 
actually sending messages back to the originators. Was I wrong? Has anyone else 
noticed this behavioir.. or is there something funky with my system?
 
This is Outlook 2003 on Win XP by the way.
 
thanks!
 
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT: Any Filezilla users here?

2007-11-20 Thread Ryan Sabir
Heya,
 
Filezilla 2 used to have a whole bunch of command line operations you could use 
to start it and connect to a site automatically. Now in Filezilla 3, none of 
the command line parameters are working anymore. Trying "filezilla /h" gives 
this extremely useful dialog box:
 
---
filezilla message
---
Usage: filezilla [/h] [--verbose]
  /h, --help show this help message
  --verbose  generate verbose log messages
 
---
OK   
---

I can't find any info on whether the command line functionality has been 
changed, dropped, or is simply not working. Anyone have any idea?
 
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Anyone using SQL Delta?

2007-10-17 Thread Ryan Sabir
Hi all,
 
For those following the recent thread about SQL Server 2005 database 
transfering woes...
 
We've just discovered this great tool: http://www.sqldelta.com/
 
You point it at 2 databases and it will tell you the difference between them, 
and then creates scripts that synchronise the schema and data between the 2.
 
Just wondering if anyone has used it extensively and can vouch for its 
reliability? We tried it one a fairly large database and it seemed to run 
fine... has anyone had any good or bad experiences with it?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Parallels or Bootcamp?

2007-10-08 Thread Ryan Sabir



Thanks Leon, makes sense now!


From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Leon 
SeremelisSent: Tuesday, 9 October 2007 9:57 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Re: Parallels or 
Bootcamp?


Bootcamp 
doesn’t emulate anything it simply allows you to partition and dual boot into 
Windows at Startup. Bootcamp simply contains all the drivers that allows Windows 
to function with Mac hardware.
 
In 
my experience Bootcamp is the most robust of all the options since it doesn’t 
have to emulate anything. You also get to use the full power and memory of your 
machine. The benefit of installing Parallels and BootCamp is that in Parallels 
you can run Windows programs directly from OSX.
By 
installing Parallels using the “use BootCamp partition” option you don’t have to 
re-partition the drive again for virtualization.
 
So, 
the benefit of doing it this way is if you run out of memory or a program 
doesn’t run in Parallels you can just re-boot into BootCamp and use your machine 
as a normal Windows box ensuring maximum speed and 
compatibility.
 
 
 


From: 
cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Ryan SabirSent: Tuesday, 9 October 2007 9:26 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Re: Parallels or 
Bootcamp?
 
Hi, 
sorry I don't know enough about how they work to see how this 
helps.
 
I 
thought Bootcamp will emulate the Intel architecture.. if I'm running Bootcamp, 
why would I then need to run Parallels?

 

thanks.

 



From: 
cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Leon SeremelisSent: Tuesday, 9 October 2007 8:40 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Re: Parallels or 
Bootcamp?
You 
should install Bootcamp and then install Parallels to run off the Boot Camp 
partition. That way you’ll get the best of both worlds.
 
 
 


From: 
cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Ryan SabirSent: Tuesday, 9 October 2007 8:20 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Parallels or 
Bootcamp?
 

Hi 
all,

 

We want to run a CF 
Server, IIS, and MS SQL Server 2005 on a Mac Laptop under a virtual environment. 
Does Parallels have enough grunt to achieve this? Or should I look at Bootcamp.. 
is Bootcamp stable enough?

 

thanks

 

 

  
  

  

  Ryan 
  SabirTechnical 
  Directorp: (02) 9274 
  8030f: (02) 9274 
  8099m: 0411 512 
  454w: www.newgency.com

  

  Newgency 
  Pty LtdWeb 
  | Multimedia | eMarketing115 Cooper StSurry Hills NSW 
  2010Sydney, Australia

 
 
 

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---



[cfaussie] Re: Parallels or Bootcamp?

2007-10-08 Thread Ryan Sabir



Hi, sorry I don't know enough about how they work to see 
how this helps.
 
I thought Bootcamp will emulate the Intel architecture.. if 
I'm running Bootcamp, why would I then need to run 
Parallels?
 
thanks.
 


From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Leon 
SeremelisSent: Tuesday, 9 October 2007 8:40 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Re: Parallels or 
Bootcamp?


You 
should install Bootcamp and then install Parallels to run off the Boot Camp 
partition. That way you’ll get the best of both worlds.
 
 
 


From: 
cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Ryan SabirSent: Tuesday, 9 October 2007 8:20 AMTo: 
'cfaussie@googlegroups.com'Subject: [cfaussie] Parallels or 
Bootcamp?
 

Hi 
all,

 

We want to run a CF 
Server, IIS, and MS SQL Server 2005 on a Mac Laptop under a virtual environment. 
Does Parallels have enough grunt to achieve this? Or should I look at Bootcamp.. 
is Bootcamp stable enough?

 

thanks

 

 

  
  

  

  Ryan 
  SabirTechnical 
  Directorp: (02) 9274 
  8030f: (02) 9274 
  8099m: 0411 512 
  454w: www.newgency.com

  

  Newgency 
  Pty LtdWeb 
  | Multimedia | eMarketing115 Cooper StSurry Hills NSW 
  2010Sydney, Australia

 

 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---



[cfaussie] Parallels or Bootcamp?

2007-10-08 Thread Ryan Sabir
Hi all,
 
We want to run a CF Server, IIS, and MS SQL Server 2005 on a Mac Laptop under a 
virtual environment. Does Parallels have enough grunt to achieve this? Or 
should I look at Bootcamp.. is Bootcamp stable enough?
 
thanks
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MSSQL 2005 Developer Edition

2007-10-01 Thread Ryan Sabir


Hi all,

Just throwing our hat into the ring to say we are having exactly the same 
problems that Mike is describing.

What used to be a very straightforward task of copying objects between 
databases using DTS, simply doesn't work using the supplied SQL Server 2005 
tools. Sometimes it starts the copy and just hangs there for hours without 
completing. Other times, even worse, it says it is complete but has failed to 
copy large chunks of data.

There are a bunch of commercial tools out there that we've started looking at, 
e.g. http://www.red-gate.com/ , but its hard to justify the cost of these when 
the tools to do this are actually supplied with the software you've just spent 
a lot of money on. Management (quite understandably) reads the side of the box 
and says "It says you can do this already...why are we spending more money?"

Most instructions and tutorials on how to do this assume you have full 
administrative and file access to the database you are working with. But as web 
developers we are often working with remotely hosted and managed databases.

Any help you can find within Microsoft would be much appreciated Scott!

Thanks.


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Kear
Sent: Monday, 1 October 2007 10:54 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MSSQL 2005 Developer Edition


Sorry  Steve, but to use replication you have to have DB Administrator
rights on th systems that i host sites on, including Hostmysite.

And using the Import/Export tool you describe works, but you can't
save the specifics even though it pretends you can.  What it saves is
an empty spec that does nothing next time you call it up.   On one of
my sites, it takes an hour to specify each of the 83 tables, and each
one has to be specified because the default is not to replace all
records but append the incoming records, giving them all new keys.
Then I save that spec before running it,  so i can use it again,  the
download works.   Next time i call up that same job to run it a second
time, nothing happens.  It appears to open, validates, etc but doesnt
actually download anything.   So it all has to be specced out again.



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MSSQL 2005 Developer Edition

2007-09-24 Thread Ryan Sabir

Heya Andrew,

We've been having so many problems with transferring data between SQL 2005 DBs 
that we are using this tool these days: 

http://www.topshareware.com/SQL-Dumper-download-42374.htm

SQL Dumper. It converts your whole database to a series of INSERT statements so 
you can easily recreate your data remotely.

seeya


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Monday, 24 September 2007 9:52 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MSSQL 2005 Developer Edition


yes I do have a soft spot for MS SQL, but we are begining to use mySQL
even more these days.

Derby, I think it is still to young at the moment and needs to
implement some very basic things like top and offset and a whole heap
of other things. But will be keeping an eye on its progress that is
for sure.

As for the original question, MS haven't given to much thought to
smaller situations like getting the DTS to work properly as I have had
it fail so many times on the most basic things, and the fact that
backing up a DB on a shared DB server is right pain in the arse.


On 9/24/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Indeed. I think it's a good product, but for commercial use I think MS SQL
> or Oracle are pretty standard these days.
>
> While MySQL is getting better, MS SQL is also, MS SQL Express is now around
> and I find myself using it for anything I need that's free, then when I want
> to go main stream, i'ts off to MS SQL.
>
> I think you might find Andrew prefers MS SQL also, if he wasn't using it, he
> wouldn't have the question.
>
> Mind you, I have a soft spot for Apache Derby.
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Andrew Scott
> Sent: Monday, 24 September 2007 9:05 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
>
>
> Yes wars start this way :-)
>
>
> On 9/24/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
> >
> > You are playing with fire with a comment like that Dale.  I am sure that a
> > lot of people on this list and others would disagree with you saying that
> > mySQL is a toy.  Feature wise it is getting up there. From my experience
> it
> > is certainly up there in relation to speed and it has a few nice features
> > that MSSQL doesn't have.
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> > Of Dale Fraser
> > Sent: Monday, 24 September 2007 8:45 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
> >
> >
> > I understand why you would like it.
> >
> > But MySQL is a toy and it makes sense
> >
> > MSSQL is for large databases, I don't see how this would work to backup
> > gig's of database to some remote disk. In fact I can't see it working very
> > well on any database of any reasonable size.
> >
> > Regards
> > Dale Fraser
> >
> > http://learncf.com
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> > Of Andrew Scott
> > Sent: Monday, 24 September 2007 5:55 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
> >
> >
> > Nice if you have full access to the server?
> >
> > But this is a shared host, and I have 1 MS SQL databases and 2 mySQL
> > databases and the MS one I have to get them to back up and place in my ftp
> > for me to download. With the mySQL ones I backup to my desktop and have no
> > hassles restoring to a database server here, with no interaction with
> > support.
> >
> > Are you seeing the point now?
> >
> >
> > On 9/24/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > Backup
> > >
> > >
> > >
> > > Ftp
> > >
> > >
> > >
> > >
> > > Regards
> > >
> > > Dale Fraser
> > >
> > >
> > >
> > > http://learncf.com
> > >
> > >
> > >
> > >
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
> > > Of Andrew Scott
> > > Sent: Monday, 24 September 2007 4:44 PM
> > >
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
> > >
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
> > >
> > >
> > >
> > >
> > >
> > > Scott,
> > >
> > >
> > >
> > > How does that help me, backup a database remotely to my local machine?
> > > The only options are to the servers hard drive, or tape?
> > >
> > >
> > >
> > > Andrew Scott
> > > Senior Coldfusion Developer
> > > Aegeon Pty. Ltd.
> > > www.aegeon.com.au
> > > Phone: +613  8676 4223
> > > Mobile: 0404 998 273
> > >
> > >
> > >
> > >
> > >
> > >
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
> > > Of Scott Barnes
> > > Sent: Monday, 24 September 2007 4:18 PM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: MSSQL 2005 Developer Edition
> > >
> > >
> > >
> > >
>

[cfaussie] Saving an image from Flash to ColdFusion

2007-09-03 Thread Ryan Sabir
Heya,
 
We're working on some code at the moment that needs to save image data from an 
swf back to the server and save it as a JPEG.
 
We've found a number of PHP and ASP.NET solutions for this, but none in 
ColdFusion. 
 
Our delivery platform is Flash 8 (AS 2) our server is Cold Fusion 7. 
 
We are about to implement this part of the process as an PHP or ASP.NET call, 
but before we do, does anyone know how to achieve this in CF7? The main problem 
is that CF7 doesn't have any bitwise operators that we can use to manipulate 
the header of the JPEG file as its being written. CF 8 will do it I believe, 
but thats not an option at this stage.
 
thanks
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] CF on OpenSUSE?

2007-08-30 Thread Ryan Sabir
Heya,
 
I've noticed that ColdFusion is officially suported on SUSE Linux Enterprise 
Server 8 or 9. Has anyone tried installing it on OpenSUSE 10? Is there anything 
in Enterprise Server 8 or 9 that would be missing in OpenSUSE?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Unable to reset the page encoding.

2007-08-30 Thread Ryan Sabir
cfprocessingdirective is a compiler directive. I don't think you can put it 
inside a CFIF like that.
 

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco 
Fleur
Sent: Thursday, 30 August 2007 5:09 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Unable to reset the page encoding.


I have the following as the first bit of code in the onRequestEnd function, I'm 
getting a 
Unable to reset the page encoding. 
Error. Just wondering if anyone knows whats up?
I did find one entry in google about this, which suggested something about the 
encoding in Dreamweaver. 
I'm unsure though how to not have the settings in dreamweaver to affect 
anything, I just want to set the encoding with the code below.
Thanks in advance.
 

   

   
   

   
   
 
   
   

   
   
 
   
   

   
   
 
   
  

-- 
*** http://www.clickfind.com.au 
The new Australian search engine for businesses, products and services 
*** http://brisbane-web-design.pacificfox.com.au blog
*** Virtual and Dedicated Servers with MS SQL from $250 a month
*** Virtual and Dedicated Servers with registered version of ColdFusion from 
$350 a month 
*** ColdFusion licenses at the lowest price 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion sessions playing up? showing info that belongs to others? ....

2007-08-29 Thread Ryan Sabir
BTW,
 
This might be the culprit:
http://www.primus.com.au/PrimusWeb/HomeSolutions/AdditionalServices/iSpeed/
 
seeya




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco 
Fleur
Sent: Thursday, 30 August 2007 10:15 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: ColdFusion sessions playing up? showing info that 
belongs to others? 


Yes, it sounds like it is a content caching issue, as both users are with 
iprimus...
Its pretty serious though... Should they not play by the rules and look at last 
modified dates etc?
 
thanks guys.

 
On 8/30/07, Haikal Saadh <[EMAIL PROTECTED]> wrote: 

The aggressive-content-caching proxy is a possible explanation for this.

Maybe try adding No-Cache headers to your responses? 

Taco Fleur wrote:
> It's nothing like that. We don't append cftoken to the url.
> The user signs in, sees the correct information, then goes to another
> page and sees the information from another user they don't know (so 
> they say).
>
> I have not been able to replicate this myself.
>
>
> On 8/30/07, *skateboard.com.au *
> <[EMAIL PROTECTED] > wrote:
>
>
> I had this happen where I was a bit sloppy and left links with cftoken 
> url variables in content that was cached/shared.
>
>
>
> -Original Message-
> From: "Taco Fleur" <[EMAIL PROTECTED] >
> To: cfaussie@googlegroups.com 
> Date: Thu, 30 Aug 2007 09:48:16 +1000
> Subject: [cfaussie] ColdFusion sessions playing up? showing info that
> belongs to others? 
>
> > Hello all, 
> >
> > I was wondering if someone has seen this before. One of our
> > applications is
> > apparently displaying info that belongs to someone else. I.e.
> they sign 
> > in,
> > see the right info, go to another page and see the sign in
> details of
> > someone else.
> >
> > Now, the only way I can see this happening is if ColdFusion is 
> playing
> > up
> > and getting the session info mixed up.
> >
> > Two users say they saw information belonging to another user when
> > moving
> > from one page to another. I just find it impossible when I look
> at the
> > code!
> > There is a User CFC, it contains the screen name and user id,
> but it is
> > only
> > populated if the user signs in. Therefore it can only be that
> > Coldfusion is
> > playing up. Anyone seen this before, know issue?
> >
> > Thanks in advance. 
> >
>
>
>
>
>






-- 
*** http://www.clickfind.com.au 
The new Australian search engine for businesses, products and services 
*** http://brisbane-web-design.pacificfox.com.au blog
*** Virtual and Dedicated Servers with MS SQL from $250 a month
*** Virtual and Dedicated Servers with registered version of ColdFusion from 
$350 a month
*** ColdFusion licenses at the lowest price 

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion sessions playing up? showing info that belongs to others? ....

2007-08-29 Thread Ryan Sabir
 
We had exactly the same issue with users on iPrimus. From what I recall adding 
the no-cache directive to the headers seemed to fix the problem, but was hard 
to diagnose because it was very intermittent.
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco 
Fleur
Sent: Thursday, 30 August 2007 10:15 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: ColdFusion sessions playing up? showing info that 
belongs to others? 


Yes, it sounds like it is a content caching issue, as both users are with 
iprimus...
Its pretty serious though... Should they not play by the rules and look at last 
modified dates etc?
 
thanks guys.

 
On 8/30/07, Haikal Saadh <[EMAIL PROTECTED]> wrote: 

The aggressive-content-caching proxy is a possible explanation for this.

Maybe try adding No-Cache headers to your responses? 

Taco Fleur wrote:
> It's nothing like that. We don't append cftoken to the url.
> The user signs in, sees the correct information, then goes to another
> page and sees the information from another user they don't know (so 
> they say).
>
> I have not been able to replicate this myself.
>
>
> On 8/30/07, *skateboard.com.au *
> <[EMAIL PROTECTED] > wrote:
>
>
> I had this happen where I was a bit sloppy and left links with cftoken 
> url variables in content that was cached/shared.
>
>
>
> -Original Message-
> From: "Taco Fleur" <[EMAIL PROTECTED] >
> To: cfaussie@googlegroups.com 
> Date: Thu, 30 Aug 2007 09:48:16 +1000
> Subject: [cfaussie] ColdFusion sessions playing up? showing info that
> belongs to others? 
>
> > Hello all, 
> >
> > I was wondering if someone has seen this before. One of our
> > applications is
> > apparently displaying info that belongs to someone else. I.e.
> they sign 
> > in,
> > see the right info, go to another page and see the sign in
> details of
> > someone else.
> >
> > Now, the only way I can see this happening is if ColdFusion is 
> playing
> > up
> > and getting the session info mixed up.
> >
> > Two users say they saw information belonging to another user when
> > moving
> > from one page to another. I just find it impossible when I look
> at the
> > code!
> > There is a User CFC, it contains the screen name and user id,
> but it is
> > only
> > populated if the user signs in. Therefore it can only be that
> > Coldfusion is
> > playing up. Anyone seen this before, know issue?
> >
> > Thanks in advance. 
> >
>
>
>
>
>






-- 
*** http://www.clickfind.com.au 
The new Australian search engine for businesses, products and services 
*** http://brisbane-web-design.pacificfox.com.au blog
*** Virtual and Dedicated Servers with MS SQL from $250 a month
*** Virtual and Dedicated Servers with registered version of ColdFusion from 
$350 a month
*** ColdFusion licenses at the lowest price 

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] CF 5 and SQL 2005

2007-07-26 Thread Ryan Sabir
Hi all,
 
Insert extremely obvious idea to upgrade here -> 
___
 
Has anyone successfully managed to connect a CF5 server to an SQL 2005 instance?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Remotely restart CF service

2007-07-05 Thread Ryan Sabir
Heya yep on a shared environment.
 
thanks for the code snippet. I'll test it out and let you guys know what happens




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Friday, 6 July 2007 3:21 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Remotely restart CF service


 
Nice snippet, the only downside is that it only works on the Enterprise 
version. And would be no good running a Coldfusion script if it is not 
responding, applies to standard installs of course.
 
I am assuming that Ryan this is on a shared host environment? 
 


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
 
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Toby 
Tremayne
Sent: Saturday, 7 July 2007 1:07 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Remotely restart CF service
 
This will restart a cf instance
 

oJRun = CreateObject("java", "jrunx.kernel.JRun");
oJRun.restart(oJRun.getServerName());

 
 
On 06/07/2007, at 12:54 , Ryan Sabir wrote:



Does anyone have a script that can restart the Cold Fusion service remotely?
Preferably written in ASP or something like that, as we'd need to do this when 
Cold Fusion is not responding.
thanks!
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia



 
 
 
---
 
Life is poetry, write it in your own words
 
---
 
Toby Tremayne
Senior Technical Consultant
Lyricist Software
0416 048 090
ICQ: 13107913



 


 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 4/07/2007 1:40 
PM



No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 4/07/2007 1:40 
PM
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Remotely restart CF service

2007-07-05 Thread Ryan Sabir
How would I call that from ASP?
 
This is on a server that I don't have command line or CF administrator access 
to. It needs to be something like:
 
http://mydeadcfserver.com/restartCF.asp
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale 
Fraser
Sent: Friday, 6 July 2007 1:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Remotely restart CF service


Batch file
 
net start "ColdFusion"
net stop "Coldfusion"
 
type
 
net start
 
and see all the service names
 
Regards
Dale Fraser
 
http://dalefraser.blogspot.com
 
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Friday, 6 July 2007 12:54 PM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] Remotely restart CF service
 
 
Does anyone have a script that can restart the Cold Fusion service remotely?
 
Preferably written in ASP or something like that, as we'd need to do this when 
Cold Fusion is not responding.
 
thanks!
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 


 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Remotely restart CF service

2007-07-05 Thread Ryan Sabir
 
Does anyone have a script that can restart the Cold Fusion service remotely?
 
Preferably written in ASP or something like that, as we'd need to do this when 
Cold Fusion is not responding.
 
thanks!
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: To funny not to pass on..

2007-07-02 Thread Ryan Sabir
Yeah the port to Babbage's Analytical Engine was a real pain... could never get 
the SMS gateway to work.
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Monday, 2 July 2007 9:26 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] To funny not to pass on..


 
So short by 297 years, doh :-(
 
ColdFusion Positions In VA And NC
 
Two positions to post this week: Council for Logistics Research, Inc 
(Arlington, VA) is looking for an experienced web developer with 305 years of 
ColdFusion experience, 1-2 years of experience with an MVC framework, and 3-5 
years experience working with SQL as the back-end for web applications. 
Requirements also include BA/BS with 3-5 years of relevant experience, AA with 
6 years of relevant experience, or 8 years of relevant experience. Contact 
[EMAIL PROTECTED] with the phrase "Web Developer" in the subject line. The 
Department of Housing and Residence Life at the University of North Carolina 
(Charlotte, NC) is looking for a 

-- 

Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread Ryan Sabir

 
> Fight occurs, Derision lays it out bluntly - "stop the rambling" but 

Hands up who thinks 'Derision' is a regular poster who registered a gmail 
account to anonymously vent their fury :)

I mean to never have posted before and have such a strong opinion is a bit sus 
to me...

I think this is a symptom of a mature product.. We all pretty much know CF 
inside and out and have nothing left to talk about. I'm just here for the 
laughs.

Bye!

---

Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.com  Newgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] SMS providers

2007-06-21 Thread Ryan Sabir
Hi all,
 
Who are people using for interactive SMS services in Australia these days? Are 
there any that play nice with the CF SMS gateway? How about MMS?
 
thanks
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Can someone point me in the right direction

2007-06-18 Thread Ryan Sabir
Does it need to be live video? Several webcams, such as this one:
http://www.netcomm.com.au/IPCameras/ipcameras.php
 
Can email images out, you could then detach the image from the email on your 
server.
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carl 
Vanderpal
Sent: Tuesday, 19 June 2007 2:44 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Can someone point me in the right direction


Thanks Paul, will check out



On 6/19/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: 

> Hey CF Aussie,
>
> can someone point me in the right direction, I have a client 
> who is wanting to utilize flash on their site and wants to
> record a webcam the to local harddrive and then push/publish
> to a ftp site
>
>  but unfortunately all of the solutions out there only record 
> streams and only utilize the hard drive as a buffer

Would http://www.whistlebox.com/  work?. 

For an overview check Bob Cringely's article http://tinyurl.com/23j2wo


Paul Haddon
Technical Services Manager
Formstar Print Technologies






-- 

Postal: Po Box 3462 Dural, NSW 2158
Email: mailto: [EMAIL PROTECTED] 
Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: cfmail error - anyone know what to do about this one?

2007-06-17 Thread Ryan Sabir

 
Sorry to hear about your hospital visit Mike, hope you're back in your feet 
soon!

> Second, since it's on a shared server, I dont get access to 
> the logs, or to the Undelivr folder.
> 

In the past I've found that most companies that offer shared hosting services, 
set up their security so badly that you can trawl around the log files and the 
mail directories using CFFILE and CFDIRECTORY. Have you tried peeking around in 
the logs this way?

Seeya!





--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Authenticate user against NT domain

2007-06-03 Thread Ryan Sabir
Thanks for your help folks, this is the query that did it:
 
 
 
By using the Active Directory version of our domain 'local.newgency.com' rather 
than the old version of the name 'NEWGENCY'', it now returns whatever I want 
from the users record.
 
bye!
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale 
Fraser
Sent: Monday, 4 June 2007 12:42 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Authenticate user against NT domain


From Memory
 
You sue the query to authenticate blank is pass, error is fail like you said.
 
But to actually get stuff out of the directory, a user has no permission to do 
this.
 
So You run a separate LDAP query as the administrator or someone with 
permission to retrieve users details.
 
Simple test, try your query with Administrator username and password account 
but leave samaccountanme as ryan to see what happens.
 
Regards
Dale Fraser
 
http://dalefraser.blogspot.com
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew 
Scott
Sent: Monday, 4 June 2007 12:23 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Authenticate user against NT domain
 
probably the filter...

 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Authenticate user against NT domain

2007-06-03 Thread Ryan Sabir
Thanks for the tip Dale, I'm nearly there:
 
I've got this query:
 
 
   
  
It fails if the username or password are incorrect, and returns an empty query 
when they are correct. Now this is enough for me to get by for now, but I want 
to get a bit of information out of the LDAP directory, i.e. their full name, 
group membership, etc.
 
Can anyone see why its returning an empty query rather than the user info?
 
thanks, bye!
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale 
Fraser
Sent: Monday, 4 June 2007 10:30 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Authenticate user against NT domain


You can use LDAP to validate a username and password against a domain.
 
http://dalefraser.blogspot.com
 
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Monday, 4 June 2007 10:25 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] Authenticate user against NT domain
 
Heya,
 
I want to offer a username/password login box that a user can put their Windows 
domain logon into, and it checks these details against the Active Directory and 
allows/disallows the user.
 
I know you can do this by disallowing anonymous access and checking the 
AUTH_USER cgi variable, but there are a few issues with this:
 - It doesn't work on AJAX-heavy sites when the users are on Firefox.
 - I want a login box that is integrated into my site, rather than the default 
login dialog box.
 
All I need is a way to make a call to my Domain Controller with the username 
and password, and it to tell me whether that is a valid user or not. What is 
the best way to go about doing this?
 
thanks.
 
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 


 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Authenticate user against NT domain

2007-06-03 Thread Ryan Sabir
Heya,
 
I want to offer a username/password login box that a user can put their Windows 
domain logon into, and it checks these details against the Active Directory and 
allows/disallows the user.
 
I know you can do this by disallowing anonymous access and checking the 
AUTH_USER cgi variable, but there are a few issues with this:
 - It doesn't work on AJAX-heavy sites when the users are on Firefox.
 - I want a login box that is integrated into my site, rather than the default 
login dialog box.
 
All I need is a way to make a call to my Domain Controller with the username 
and password, and it to tell me whether that is a valid user or not. What is 
the best way to go about doing this?
 
thanks.
 
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

115 Cooper St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread Ryan Sabir

pong 

> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Haikal Saadh
> Sent: Friday, 1 June 2007 1:00 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: CFAussie Community Head Count
> 
> 
> ping
> Matt Voerman wrote:
> > Hi Guys,
> > Just a quick note to let you guys know that we at the Adobe 
> Australia 
> > office haven't forgotten about you, and do monitor this (and several
> > other) lists on a regular basis.
> >
> > We have a couple of Community related irons in the fire and will 
> > communicate more on them as they solidify.
> >
> > What would be of great help to us in the meantime would be 
> a hands up 
> > (head count) on how many Aussie CF'ers are reading this list on a 
> > regular basis. If you could just ping a response to to this thread 
> > that would be grouse.
> >
> >
> > Thanks in advance
> >
> > Matt Voerman
> >
> > Senior Consultant
> > Adobe Systems Pacific
> >
> >
> > >
> >
> >   
> 
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: SOT:Adobe & Flex let me down

2007-04-27 Thread Ryan Sabir
Speaking of books,
 
Can anyone recommend a set of essential Flex books for developers who are, much 
like most people on this list, quite advanced with Cold Fusion / Java 
development skills, and are starting to embark on Flex projects?
 
Thanks!
 
 



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Toby 
Tremayne
Sent: Saturday, 28 April 2007 12:17 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: SOT:Adobe & Flex let me down
 
I'd like to weigh in on this too - Jeremy i can understand your difficulties 
attempting to get your head around flex in so short a time, but there are a 
couple of points I'd like to make:
 
1) All companies are guilty of focusing on what the good Dr Hilliard calls the 
"Elevator Pitch" - showing the bells and whistles that make things incredibly 
easy, and not focusing on the long term requirements.  But to be totally honest 
that's no different than allaire/macromedia et al have ever done with CF.  Low 
entry barrier - some things are dead easy to do.  That doesn't mean you'll be 
able to build complex apps in a day.  Think about it - we all know it take 2 
minutes to use cfquery and cfoutput and write a dynamic page to view data in a 
db.  But none of us assume that means we're going to be able to write 
enterprise apps integrating with all manner of things and using complex OO 
frameworks etc in no time.
 
2) AS3 is pretty easy to learn in and of itself - but that doesn't mean you're 
going to know the whole API and all the ins and outs in a week.  You can knock 
up simple little example apps in no time at all, but if you're looking at 
building anything serious, you need to take the time to understand the event 
model and asynchronous calls among other things.  I don't see this at all as a 
failing of the language OR of adobe.  Anyone who leaps into a new technology 
for a short fixed deadline based on just the "elevator pitch" is bound to feel 
pain.
 
3)  Once you've learned the basic differences and gotten past the web based 
request/response paradigm, you'll find flex magnificent -and very RAD.  There 
is yet to be a language developed that just lets you say "I want this and this 
and this and this" and it magically works.
 
I hope you get the chance to give flex another try.  When I first had at it, I 
was in exactly the same boat as you - and I had trouble shifting paradigms in 
my thinking.  But with the advice of people on the lists and reading the books 
I'm absolutely loving it now - it's a seriously powerful tool and is going to 
be very important in the not too distant future I think.  Don't be discouraged 
by the fact that it doesn't happen overnight.
 
Toby
 
On 27/04/2007, at 22:38 ,  <[EMAIL PROTECTED]> wrote:



 
Andrew,
 
I didn't go into this decision lightly. In fact it wasn't my ultimate
decision at all. I work for a HUGE company in which those decisions
are anaylsed to the endth degree.
And yes in high-end sight we should have done it in HTML/ColdFusion.
 
We actually discussed it with a Third party i.e. NOT me. So when is a
good time to start working with the new tools? The only way to fully
learn a language is to get dirty
with it. My issue that I have with Adobe is that they DID not fully
explain the complexity and learning curve that Flex has. The reason I
raised this issue with all of you, is I truly believe
that flex IS not ready for the main stream development environment.
Its close but its just not ready. When I went to WebDU which I have
nicked name FlexDU I spoke to Ted Patrick about the learning
curve of Flex and what I could do to help reduce that learning curve
and even he acknowledged that there is a steep learning curve with
Flex and it is an issue that Adobe has recognized. He said wait for
some more books to come out which should help. So perhaps now that
Flex is open source we will see alot more tutorials and better
resources.
 
Jeremy
 
On Apr 27, 7:32 pm, "Andrew Scott" <[EMAIL PROTECTED]> wrote:
With a post like this, no wonder people are jumped on:-)
 
Serioulsy, I applaud your atempt but to go into a project without knowing
your tools is dangerous.
 
And like every programming language I have come across, learning them have
been easy. But the surface is always just that a surface, and when delving
deeper it can be harder and CF is no differeent.
 
When you start introducing Coldspring and MG:U or reactor, to name a few it
throws in some very big complexity and Flex is no different.
 
On 4/27/07,  <[EMAIL PROTECTED]> wrote:
 
 
 
I walked into worked today with everyone around me saying did you
hear? Flex has been open- sourced. My imediate thoughts was that's
interesting. But honestly it won't make me continue with flex.
 
 
 
 
 
---
 
Life is poetry, write it in your own words
 
---
 
Toby Tremayne
Senior Technical Consultant
Lyricist Software
0416 048 090
ICQ: 13107913



 


--~--~-~--~~~-

[cfaussie] Question on redirection

2007-04-19 Thread Ryan Sabir








Hi all,

 

I pose to you what seems like a simple question.. I’m
interested in what people would consider a ‘best practice’ method
for achieving this:

 

I have a ‘portal’ site with many links to other
websites. My clients pay me to be on my site, and in return I give them
reporting stats on how many people have clicked on their link. Each link to an
external site launches in a new window.

 

How would you track these clicks? 

 

I have some ideas on how to do this, I’m interested to
see what other people have come up with.

 

Thanks!

 


 
  
  
  
  
  Ryan
  Sabir
  Technical Director
  
  p:
  (02) 9274 8030
  f:
  (02) 9274 8099
  m:
  0411 512 454
  w:
  www.newgency.com
  
  
  
  
  
  Newgency Pty Ltd
  Web | Multimedia | eMarketing
  
224 Riley St
  Surry Hills NSW 2010
Sydney, Australia
  
 


 

 




--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---






[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Ryan Sabir
Title: Untitled



Can you CFEXECUTE a shell script?

  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Steve 
  OnnisSent: Friday, 30 March 2007 6:02 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Delete non-empty 
  folders
  
  I have one somewhere
   
  Its just a pain
  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Dale 
  FraserSent: Friday, 30 March 2007 6:00 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Delete non-empty 
  folders
  
  
  Are you sure, what does 
  recurse=true do?
  But even if it doesn’t a 
  recursive function to get the files is pretty easy, I can send you one if you 
  need one.
  
  Regards
  Dale 
  Fraser
   
  http://dale.fraser.id.au/blog
   
  
  
  
  
  From: 
  cfaussie@googlegroups.com 
  [mailto:cfaussie@googlegroups.com] 
  On Behalf Of Steve OnnisSent: Friday, 30 March 2007 5:57 
  PMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: Delete non-empty 
  folders
   
  CFDIRECTORY does not 
  allow the deletion of non-empty folders.  I thought maybe there would be 
  a trick to do it using JAVA
   
  
  
  
  From: 
  cfaussie@googlegroups.com 
  [mailto:cfaussie@googlegroups.com] 
  On Behalf Of Dale FraserSent: Friday, 30 March 2007 5:34 
  PMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: Delete non-empty 
  folders
  Steve,
  Why don’t you just do it 
  in CF, or don’t you have CF?
  
  Regards
  Dale 
  Fraser
   
  http://dale.fraser.id.au/blog
   
  
  
  
  
  From: 
  cfaussie@googlegroups.com 
  [mailto:cfaussie@googlegroups.com] 
  On Behalf Of Steve OnnisSent: Friday, 30 March 2007 4:43 
  PMTo: cfaussie@googlegroups.comSubject: [cfaussie] Delete non-empty 
  folders
   
  Is there a way in 
  JAVA to delete non-empty folders?  I have been doing it with COM but the 
  site I am working on is UNIX and I can't use it.
  
  
  Steve 
  Onnis
  Director / Head 
  Developer
  [EMAIL PROTECTED]
  +61 3 
  9001 2258
  0401 
  667 996
  www.inevative.com.au
  
  
   
  
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---



[cfaussie] Re: WebDU 2007

2007-03-23 Thread Ryan Sabir
I had a great time! Lots of new stuff to be learned.. keep your eyes open 
everyone we're about to be deluged with opportunities.
 
Numerous highlights:
The fabulous Nectarine animations, every year they get better.
Major improvements to production workflows, not sure how much I can say here... 
I'll leave that to the bloggers.
Apollo, Apollo and more Apollo. Remember this is just the code name right now 
so don't get too used to it.
CFAUSSIE regular Mark Mandel's Transfer ORM. Do yourself a favour and spend the 
10 minutes it will take you to understand it. 
 
Priceless moments:
Scott Barnes' laptop getting unplugged during a 'critique' of DreamWeaver.
Ted Patrick's 'pubic' class declaration
 
Only bumped into a few listers there.. maybe we should get an official CFAUSSIE 
cap made so we recognise each other.
 
Thanks to Geoff and the crew for putting on another great show!
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry 
Beattie
Sent: Saturday, 24 March 2007 4:08 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: WebDU 2007


the web-doo, it was a good "do" 'n' all, to be sure.


so who's up for a critique? be honest, be nice.

perhaps their fav bit? priceless moments? 

for me it's the fact we have such a good event getting better each year. Thanx 
Geoff and co. 


cheers
barry.b







On 3/23/07, Rei <[EMAIL PROTECTED]> wrote: 

This is my first CFAussie Post! (No need to point out that it should
be a watercooler post). :)

Hello all. Well, specifically Darren as everyone else seems to be pre-
occupied with something?

I am sure some good reports must have filtered out to you too by now! 
An 'inside man' has been giving me the occasional tidbits (NDA? Isn't
that the mob that tests performance athletes for illegal substances?)
There is ample wireless to be had in the Hilton bar, where there are 
also apparently nice couches and attractive wait staff.

I wonder if there is a category 'industrial espionage' on eBay

Hope all the webDU'ers are having a ball...thank you for the great
link too Barry b

Nice to meet everyone too,
Rei

On Mar 23, 9:56 am, "Darren Tracey" <[EMAIL PROTECTED]> wrote:
> Complete silence from WebDU? 
> Is this a good sign?
> Is there no wireless there this year, or have they all been shown such
> super secret NDA stuff that they've all been locked in and shut off
> from the world?
> Or maybe Scott is plying them with so much Microsoft alchohol that 
> they can no longer use keyboards! ;-)
>
> On Mar 22, 10:19 am, "Darren Tracey" <[EMAIL PROTECTED]> wrote:
>
>
>
> > It must be exceptionally good this year. 
> > No one is sitting in the audience wirelessly posting to CFAussie.
> > They're probably all still in shocked awe from Mike D and Mike C's
> > keynote!
>
> > On Mar 22, 2:15 am, "ACTCFUG" < [EMAIL PROTECTED]> wrote:
>
> > > Enjoy you lucky buggers who are attending this year! I am in the
> > > middle of a crucial project (and still paying for last year too) but 
> > > hope it is bigger than ever.- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Embed Flash in a PDF

2007-03-06 Thread Ryan Sabir
Heya all,
 
Slightly off topic.. but you know.. you guys are smart.
 
What are my options for embedding a dynamically generated SWF file in a PDF for 
printing? 
 
Ideally I'd like a way to extract a bitmap of the SWF on the server, and save 
it as a JPEG, then dynamically build the PDF using CF7. Has anyone come across 
a tool that will do this? Is there another way?
 
thanks
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: query question

2007-03-04 Thread Ryan Sabir


queryName['column name'][row number] 

Will let you access anything you want.

> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of skateboard.com.au
> Sent: Monday, 5 March 2007 3:27 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] query question
> 
> 
> Hey Guys
> 
> I have a query object. I do not know the names of the columns 
> so I am using the columnlist variable. Some of the column 
> names have spaces in them which is causing me some trouble. 
> Can someone point me in the right direction on how to escape 
> the space etc etc so I can output the query..
> 
> thanks in advance
> 
> Drew Peacock
> 
> 
> 
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Fusebox question

2007-02-24 Thread Ryan Sabir
Thanks Robin,
 
That all makes sense, but here's the bit I think I've missed... how do I 
specify "the variable name the controller sets up for the view".
 
At the moment in my model, a query looks like this:
 

 
In this case the model itself is setting the name of the variable. How do I get 
the controller to specify this?
 
Is it as simple as setting a request variable in the controller 
'request.eventObjectName' and passing that down the line? That means I'll have 
to evaluate() it at run time, a possible performance hit.
 
Or is there a FuseBox structure that can hold this object until its needed?
 
thanks.
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robin 
Hilliard
Sent: Saturday, 24 February 2007 4:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Fusebox question


On 23/02/2007, at 1:55 PM, Ryan Sabir wrote:
This seems to me to be breaking the whole modularity of my solution, as the 
view is expecting a query object named 'qGetEvent', in order to display its 
data. I feel like I've missed something fundamental in the Fusebox docs that 
will explain to me how to pass that query object down the line as a generic 
object, ratehr than a specifically named variable.
 
Whats the trick?


Hi Ryan,


You have to have _some_ dependencies in an application to make it work, the 
trick is to eliminate the most harmful ones.  Dependencies from the UI back to 
the business logic/data (as you have here) are fine, as long as the variable 
name the controller sets up for the view stays fixed - as long as the control 
stuff doesn't need to know anything else about the view you're fine. 


It's like using a post office box to send a letter to someone...


(you don't know who and don't want to know)


...you agree on the format of the letter...


(value objects, query column names and types)


...and a post office box.


(a variable name). 


When you have a letter to send you drop it into the post office box, and you 
don't care or know if anyone picks it up.  


What you avoid doing this is having to address the letter to a specific, 
concrete individual... 


(this would be like rendering bits of html or calling a function or tag specific
 to the current incarnation of the UI)


...from the UI...


(a flighty crowd with high staff turnover - UI and other interfaces
change far more often than business logic)


...if you did that, you'd have to keep changing your process to address the 
letter, impacting your otherwise highly reusable letter addressing process.


(i.e. your business logic)







If this sort of analogy appeals and you'd like to hear more, this is pretty 
much an extract from my MAX Asia architecture talk that I'm repeating at WebDU 
next month.  It's about MVC and Flex but applies to ColdFusion too.



Cheers,
Robin


__


Robin Hilliard
Director - RocketBoots Pty Ltd
Consulting . Recruitment . Software Licensing . Training
http://www.rocketboots.com.au


For schedule/availability call Pamela Higgins:
w+61 7 5451 0362
m+61 419 677 151
f+61 3 9923 6261
e[EMAIL PROTECTED]


or Direct:
m+61 418 414 341
e[EMAIL PROTECTED]








--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Fusebox question

2007-02-22 Thread Ryan Sabir
Hey all,
 
I think there's some fundamental thing I'm missing with building an MVC app in 
Fusebox.
 
I have a fuse in my 'model' that runs a query to get details of an event. Say 
the query is named 'qGetEvent'.
 
When I'm outputing the data for that query, in a 'view' fuse, I'm referring to 
that query object, as in 'qGetEvent.eventDate'.
 
This seems to me to be breaking the whole modularity of my solution, as the 
view is expecting a query object named 'qGetEvent', in order to display its 
data. I feel like I've missed something fundamental in the Fusebox docs that 
will explain to me how to pass that query object down the line as a generic 
object, ratehr than a specifically named variable.
 
Whats the trick?
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] RE: Firefox Javascript problem

2007-02-22 Thread Ryan Sabir

Are they in the same domain? It could be a cross site scripting issue?

Also, I think 'function' needs to be lower case… but that’s probably just a 
feature of your email program.

_ 
From:   KNOTT, Brian [mailto:[EMAIL PROTECTED]  On Behalf Of KNOTT, Brian
Sent:   Friday, 23 February 2007 11:25 AM
To: cfaussie@googlegroups.com
Subject:Firefox Javascript problem

 Got a problem populating a form in firefox from a page that opened the form.  
The below code works in IE but not Firefox.  Any ideas.

Function loadValues() {
 document.confirm.points.value = opener.order.mempoints.value;
}



 Brian Knott


 
---
 This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

 Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

 The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

 If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Ryan Sabir
Here's a technote from Sun, regarding Java.. the underlying subsystem of 
ColdFusion:
 
http://java.sun.com/developer/JDCTechTips/2001/tt0807.html
 
I wouldn't expect this to be in the CF documentation. It's not Adobe's problem.



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 1:42 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


Now you show me in the Coldfusion Documentation where this is outlined as a 
known issue?

Cheers
Gareth.

Ryan Sabir wrote: 
 
Doesn't really matter why... Maybe there's a gremlin that lives in the last 
0.00015 of every floating point number. Every now and then he will wake 
up and mess up your number, and sometime's he'll stay asleep. Write your code 
expecting he might pop round for a visit, and he won't bother you.
 
If you really want to find out why, then you'll need to do some pretty hard 
core maths to work out how fractions are represented in binary. I prefer to 
leave that to the geeks who work at Intel and AMD while I get on with my work.

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 1:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


So why the mixed result?

Cheers
Gareth.

Ryan Sabir wrote: 
Just remembered I had a 6.1 server lying around. And yes it did the same thing:
 
0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1






--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Ryan Sabir
 
Doesn't really matter why... Maybe there's a gremlin that lives in the last 
0.00015 of every floating point number. Every now and then he will wake 
up and mess up your number, and sometime's he'll stay asleep. Write your code 
expecting he might pop round for a visit, and he won't bother you.
 
If you really want to find out why, then you'll need to do some pretty hard 
core maths to work out how fractions are represented in binary. I prefer to 
leave that to the geeks who work at Intel and AMD while I get on with my work.

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 1:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


So why the mixed result?

Cheers
Gareth.

Ryan Sabir wrote: 
Just remembered I had a 6.1 server lying around. And yes it did the same thing:
 
0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Ryan Sabir
Just remembered I had a 6.1 server lying around. And yes it did the same thing:
 
0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1
0.1
0.09985
0.1

 
There's lots of references to this common problem, e.g.:
http://www.regdeveloper.co.uk/2006/08/12/floating_point_approximation/
 
As to why you are seeing different results in different CF versions... not 
sure. But if you code to expect the rounding errors, then it won't matter.
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 12:53 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


What about 7.01 or 7.00? or 6.1 or 6? CF5 is not a fair comparison.

Cheers
Gareth.

Ryan Sabir wrote: 
I just tried it on an old CF5 server and it did the same thing.
 
It's nothing to do with data typing. The underlying calculation to work out 
what X * 0.1 is, will always have some degree of rounding error due to the way 
those numbers are stored in memory.
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 12:37 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


It hasn't been a problem previously, why would it be a problem now? CFML is not 
a strong typed language and there for should evaluate situations like this 
correctly.

Cheers
Gareth.

Ryan Sabir wrote: 
They looks like pretty standard floating point rounding errors. You get them in 
any programming language where you deal with fractions.

The trick is to expect that this will happen and plan your application around 
it.


  
-Original Message-
From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards
Sent: Tuesday, 20 February 2007 12:05 PM
To: CFAussie Mailing List
Subject: [cfaussie] Strange calculation behavior on CF 7.02


If you are running coldfusion 7.02, or maybe 7.01 or 7.0? (don't know)

Run this script below, and tell me if you get the same 
results for each line. The way I see it, d should equal 0.1 
on every row. But this isn't the case. Is this a bug 
introduced by Coldfusion 7.02?











#d#


Cheers
Gareth.






  








--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Ryan Sabir
I just tried it on an old CF5 server and it did the same thing.
 
It's nothing to do with data typing. The underlying calculation to work out 
what X * 0.1 is, will always have some degree of rounding error due to the way 
those numbers are stored in memory.
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
Edwards
Sent: Tuesday, 20 February 2007 12:37 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02


It hasn't been a problem previously, why would it be a problem now? CFML is not 
a strong typed language and there for should evaluate situations like this 
correctly.

Cheers
Gareth.

Ryan Sabir wrote: 
They looks like pretty standard floating point rounding errors. You get them in 
any programming language where you deal with fractions.

The trick is to expect that this will happen and plan your application around 
it.


  
-Original Message-
From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards
Sent: Tuesday, 20 February 2007 12:05 PM
To: CFAussie Mailing List
Subject: [cfaussie] Strange calculation behavior on CF 7.02


If you are running coldfusion 7.02, or maybe 7.01 or 7.0? (don't know)

Run this script below, and tell me if you get the same 
results for each line. The way I see it, d should equal 0.1 
on every row. But this isn't the case. Is this a bug 
introduced by Coldfusion 7.02?











#d#


Cheers
Gareth.






  



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Ryan Sabir


They looks like pretty standard floating point rounding errors. You get them in 
any programming language where you deal with fractions.

The trick is to expect that this will happen and plan your application around 
it.


> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards
> Sent: Tuesday, 20 February 2007 12:05 PM
> To: CFAussie Mailing List
> Subject: [cfaussie] Strange calculation behavior on CF 7.02
> 
> 
> If you are running coldfusion 7.02, or maybe 7.01 or 7.0? (don't know)
> 
> Run this script below, and tell me if you get the same 
> results for each line. The way I see it, d should equal 0.1 
> on every row. But this isn't the case. Is this a bug 
> introduced by Coldfusion 7.02?
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> #d#
> 
> 
> Cheers
> Gareth.
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Automatically encode special characters

2007-01-15 Thread Ryan Sabir


Thats what I would have thought. But this system we are using (that we didn't 
build) doesn't seem to correctly import UTF-8.

Anyway I found a solution. A piece of software called HTML Tidy can batch 
process files and convert all weirdo characters into HTML entities.






From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale 
Fraser
Sent: Tuesday, 16 January 2007 10:05 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Automatically encode special characters


You should use UTF8 for all languages. This way things will store and handle 
correctly.

Regards
Dale Fraser



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
Sabir
Sent: Tuesday, 16 January 2007 9:30 AM
To: 'cfaussie@googlegroups.com'
Subject: [cfaussie] Automatically encode special characters

Hi all,

I've been given an HTML document that's in French. There are a lot of accented 
characters in it and they are not getting imported into a CMS that we are using.

Is there a tool that will automatically convert all special characters in an 
HTML document into their relevant HTML entity?

thanks.


Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia





--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Automatically encode special characters

2007-01-15 Thread Ryan Sabir

Hi all,

I've been given an HTML document that's in French. There are a lot of accented 
characters in it and they are not getting imported into a CMS that we are using.

Is there a tool that will automatically convert all special characters in an 
HTML document into their relevant HTML entity?

thanks.


Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Quick Question

2007-01-08 Thread Ryan Sabir



#server.coldfusion.rootdir#

Should give you what you need.



-Original Message-
From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott

Sent: Tuesday, 9 January 2007 1:42 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Quick Question



While knowing about a project coming up, I was wondering 
before I get the chance to read up about it.


Does or can CF know where it is installed via its own 
scripts/cfml without resorting to using the Admin API?



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273


> 



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] List of certified developers?

2007-01-02 Thread Ryan Sabir

Heya,

If someone claims to be an Certified ColdFusion MX 7 developer, but I can't 
find them here:

http://www.adobe.com/v1/handlers/index.cfm?Id=19865&method=full

Does that mean they are fibbing? Or is that list out of date, or incorrect. Do 
you get put on that list automatically? Or do you have to submit your details 
separately to taking the test?

I can see our buddy Mike Kear on there, so I know its not 100% wrong...


Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Development Options

2006-12-20 Thread Ryan Sabir



Also, the free API only gets you read access. You need to be approved as an 
MYOB developer, and pay the yearly fee, to get write access.




-Original Message-
From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch

Sent: Thursday, 21 December 2006 10:54 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Development Options


On 12/21/06, Simon Haddon <[EMAIL PROTECTED]> wrote:
> On the bright side, however, there is an MYOB API to their 
MS Access 
> database.  It could be feasable to let let MYOB to what it does and 
> the lacking bits could be written in CF or somethng else.


The last time I checked, MYOB doesn't have a true API, only 
an ODBC interface, which means you can't update the database 
without knowing the business rules to ensure the integrity of 
the database. To be truely useful, you need to be able 
automate the updating MYOB.



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

> 



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT: IE crashing

2006-12-19 Thread Ryan Sabir


Thanks for your suggestions folks,

In the end it turned out to be a bug in eWebEditPro. If you have a long string of 
text in a single  tag, i.e. about 12000 characters, it just seems to barf 
when it tries to save the data.

seeya


-Original Message-
From: cfaussie@googlegroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason

Sent: Wednesday, 20 December 2006 11:14 AM
To: cfaussie
Subject: [cfaussie] Re: OT: IE crashing


My first instinct would be what Blair mentioned, they are 
using IE7 and its incompatible with ewebeditpro 4 maybe? I 
know ewebeditpro is now up to version 5.1.


Switch them to tinyMCE imo :P.


> 



--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT: IE crashing

2006-12-17 Thread Ryan Sabir
I have a client who is saying that a form we built in their CMS is crashing as 
soon as they hit the update button.
 
I've tried it on every machine I can get my hands on and I can't replicate the 
problem. But they have tried it on 2 machines in their office, and are getting 
the same problem.
 
The form is a page with a WYSIWYG editor (eWebEditPro 4) embedded in it. When 
the user hits update, rather than saving the change to the database, the whole 
browser shuts down with no error message being displayed.
 
Firstly, has anyone seen an issue like this, and might know what is causing the 
problem.?
 
Secondly, is there some sort of profiling tool that I can ask my client to run 
that will tell me as much as possible about their SOE, so I can see if there is 
a plugin or something causing this? At least to see the difference between 
their set up and mine.
 
thanks!
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia
 

--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: Cold Fusion Is Old Hat compared to php aps etc !!!!

2006-12-13 Thread Ryan Sabir
Why not go straight to da man:
 
http://www.forta.com/cf/using/list.cfm?highlight=1
 
You may find a few high profile sites there :)

 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of claude 
raiola
Sent: Thursday, 14 December 2006 8:55 AM
To: cfaussie@googlegroups.com
Cc: [EMAIL PROTECTED]
Subject: [cfaussie] Cold Fusion Is Old Hat compared to php aps etc 


 
Hi,
 
A client commented that CF is old hat and behind the times its market share is 
diminishing beaten by asp, php and others 
 
A list of largely highly trafficked websites in cf would be helpful to prove 
this client wrong and champion the cf cause
 
 
 
 
 
Kind Regards
Claude Raiola
B.Econ(Acc.); B.Hotel Mngt.
Mobile: 0414 228 948
Phone: 07 5538 5961
Fax: 07 3319 6444

Websites: 
www.WebsiteSolutions.com.au
www.AustralianAccommodation.com
www.AccommodationNewZealand.com
www.HospitalityPurchasing.net
www.Samaris.net
 


--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: (shakes fist at) adobe.com

2006-12-07 Thread Ryan Sabir
That's one of my gripes with the 'new' web. People invent all sorts of new 
widgets like custom scrollbars and back buttons.. and they don't work with the 
tools we're used to using, such as my scroll wheel and back/next buttons on my 
mouse.
 
I don't have time to try and work out how this particular designer has decided 
I should navigate their site. Maybe on a gaming or entertainment site, 
certainly not on a site I expect to use as a reference for my job.
 
Not to take anything away from the developer of that site, as it looks like a 
lot of work has gone into it for a free resource. Its just that one little 
gripe is enough for me not to use that site at all.
 
 




From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shane 
Farmer
Sent: Thursday, 7 December 2006 7:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: (shakes fist at) adobe.com


Ryan,
 
There is a little back link (<<) at the bottom of the pages I have seen so far

Shane
 
On 12/7/06, Scott Barnes <[EMAIL PROTECTED]> wrote: 
Aggressive young pup aren't you ;) hehe



On 12/7/06, Ryan Sabir <[EMAIL PROTECTED]> wrote: 

> www.cfquickdocs.com

"Nice" he thought as he started using it.

"Grrr" he thought when the back button doesn't work.

(shakes fist at) Web 2.0

Sorry, I'm in a ranting mood today. 








-- 
Regards,
Scott Barnes
http://www.mossyblog.com 



--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: (shakes fist at) adobe.com

2006-12-06 Thread Ryan Sabir

> www.cfquickdocs.com

"Nice" he thought as he started using it.

"Grrr" he thought when the back button doesn't work.

(shakes fist at) Web 2.0

Sorry, I'm in a ranting mood today.




--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] (shakes fist at) adobe.com

2006-12-06 Thread Ryan Sabir
For a company that sells web application server software... they sure have a 
slow site.
 
I dread every time I need to visit the CFML or ActionScript reference.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia
 

--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Why XHTML?

2006-12-05 Thread Ryan Sabir
Hey all,
 
How many of you are developing sites in XHTML these days? Is it worth the extra 
effort?
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia
 

--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---


[cfaussie] Re: SQL question: conditional updating tables across databases

2006-11-06 Thread Ryan Sabir


Sorry you're right that should have been INSERT INTO. I didn’t know about the 
locking limitation though...



> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie
> Sent: Tuesday, 7 November 2006 11:43 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: SQL question: conditional updating 
> tables across databases
> 
> 
> It'll take me a few minutes to set up test data but I just 
> want to check first:
> 
> AFAIK,  you can't insert into a table you're querying within 
> the same SQLstatement. IIRC, the table gets locked for either 
> read or write - not both.
> 
> I'll have to fess up. the only time I use SELECT INTO is for 
> temp tables or fresh (empty) tables transferring data from 
> others (ie: not for exiting tables). Otherwise, I use INSERT 
> INTO SELECT FROM but with the above locking limitations.
> 
> but yeah Ryan, that's the kind of idea I was aiming for: get 
> rid of the loop and let the database to do more of the work.
> 
> thanx
> barry.b
> 
> 
> On 11/7/06, Ryan Sabir <[EMAIL PROTECTED]> wrote:
> >
> > Would something like this work?
> >
> > SELECT * INTO dbTwo.users
> > FROM dbOne.users
> > WHERE dbOne.users.PK NOT IN (SELECT PK FROM dbTwo.users) AND (where 
> > clause)
> >
> >
> > > -Original Message-
> > > From: cfaussie@googlegroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie
> > > Sent: Tuesday, 7 November 2006 11:24 AM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] SQL question: conditional updating 
> tables across 
> > > databases
> > >
> > >
> > > Hi all
> > >
> > > I've got some existing logic I have to adapt to make it work in a 
> > > bigger outer loop. the current logic works fine for 
> single request 
> > > but just won't scale when pushed.
> > >
> > >
> > > 
> > > qCurrentUser = query for CurrentUsers in dbOne.users (where
> > > clause) for each user
> > >   if not CurrentUser exists in dbTwo.users (query)
> > >   add CurrentUser to dbTwo.users (insert)
> > >   end if
> > > next
> > > 
> > >
> > >
> > > NOTE 1: dbOne.users and dbTwo.users can have many tens of 
> thousands 
> > > of records.
> > > NOTE 2: it doesn't have to be a CF solution. I can move 
> the logic to 
> > > a Sproc on the second database (T-SQL:
> > > SQLServer2000) NOTE 3: "qCurrentUser" will change on the bigger 
> > > outer loop (not shown)
> > >
> > > I've thought about:
> > >
> > > 1) getting rid of looping over the query by putting all 
> the latest 
> > > dbTwo.users into a temp table and then using a "INSERT INTO .. 
> > > SELECT FROM.." with the SELECT's where being the query for 
> > > CurrentUsers with a "AND NOT IN" with the temp table.
> > > the temp table is because you can't query and insert on the same 
> > > table at the same time/same piece of SQL.
> > >
> > > 2) dumping the current contents of dbTwo.users into 
> memory as cached 
> > > data and keep the loop and current logic, just finding if 
> they exist 
> > > by querying memory, not the database. saves a database connection
> > >
> > > 3) like (2) except converting the data in memory into a struct of 
> > > structs and do a "not structKeyExists()" before insert.
> > >
> > >
> > > but I can't help thinking the best way is avoiding loops in code 
> > > althogether and rely on the database to do the work.
> > >
> > > and I'm wondering if the bigger outer loop (not shown) 
> can help here 
> > > when it comes to caching "dbTwo.users" data: treat the 
> whole thing 
> > > as a job lot for caching BUT the dbOne.users query would 
> still need 
> > > to change. Update Cached data and the underlying table.
> > >
> > > any other ideas? any opinions?
> > >
> > > thanx
> > > barry.b
> > >
> > >
> > >
> > >
> > >
> > >
> > > 
> > >> > datasource="#application.QuiztoolDSN#">
> > >   Select User_ID
> > >   from tbl_People
> > >   where User_ID = '#qCurrentUser.USERNAME#'
> > >   
> &g

[cfaussie] Re: SQL question: conditional updating tables across databases

2006-11-06 Thread Ryan Sabir

Would something like this work?

SELECT * INTO dbTwo.users
FROM dbOne.users
WHERE dbOne.users.PK NOT IN (SELECT PK FROM dbTwo.users) AND (where clause)


> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie
> Sent: Tuesday, 7 November 2006 11:24 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] SQL question: conditional updating tables 
> across databases
> 
> 
> Hi all
> 
> I've got some existing logic I have to adapt to make it work 
> in a bigger outer loop. the current logic works fine for 
> single request but just won't scale when pushed.
> 
> 
> 
> qCurrentUser = query for CurrentUsers in dbOne.users (where 
> clause) for each user
>   if not CurrentUser exists in dbTwo.users (query)
>   add CurrentUser to dbTwo.users (insert)
>   end if
> next
> 
> 
> 
> NOTE 1: dbOne.users and dbTwo.users can have many tens of 
> thousands of records.
> NOTE 2: it doesn't have to be a CF solution. I can move the 
> logic to a Sproc on the second database (T-SQL: 
> SQLServer2000) NOTE 3: "qCurrentUser" will change on the 
> bigger outer loop (not shown)
> 
> I've thought about:
> 
> 1) getting rid of looping over the query by putting all the 
> latest dbTwo.users into a temp table and then using a "INSERT 
> INTO .. SELECT FROM.." with the SELECT's where being the 
> query for CurrentUsers with a "AND NOT IN" with the temp table.
> the temp table is because you can't query and insert on the 
> same table at the same time/same piece of SQL.
> 
> 2) dumping the current contents of dbTwo.users into memory as 
> cached data and keep the loop and current logic, just finding 
> if they exist by querying memory, not the database. saves a 
> database connection
> 
> 3) like (2) except converting the data in memory into a 
> struct of structs and do a "not structKeyExists()" before insert.
> 
> 
> but I can't help thinking the best way is avoiding loops in 
> code althogether and rely on the database to do the work.
> 
> and I'm wondering if the bigger outer loop (not shown) can 
> help here when it comes to caching "dbTwo.users" data: treat 
> the whole thing as a job lot for caching BUT the dbOne.users 
> query would still need to change. Update Cached data and the 
> underlying table.
> 
> any other ideas? any opinions?
> 
> thanx
> barry.b
> 
> 
> 
> 
> 
> 
> 
>datasource="#application.QuiztoolDSN#">
>   Select User_ID
>   from tbl_People
>   where User_ID = '#qCurrentUser.USERNAME#'
>   
>   
>   
>datasource="#application.QuiztoolDSN#">
>   Insert into tbl_People
>   (User_ID,FirstName,LastName,Email)
>   values (
>   '#qCurrentUser.USERNAME#'
>   ,'#qCurrentUser.PREF_NAME#'
>   ,'#qCurrentUser.SURNAME#'
>   ,'#qCurrentUser.EMAIL#'
>   )
>   
>   
> 
> 
> NOTE: qCurrentUser comes from a different database.
> While joining the two databases is common for queries and 
> "INSERT INTO .. SELECT FROM..", I'm not sure how far I can 
> push it for a solution.
> 
> > 


--~--~-~--~~~---~--~~
 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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Getting into FLiP

2006-11-02 Thread Ryan Sabir



(Apologies if this comes through twice, the first post got lost 
along the way) 

Hey all,
 
I'm looking at using FLiP on an 
upcoming project. I've been googling around but can't find any detailed info on 
the methodology...
 
Is there a site that will take 
me through the process in detail? Or do I have to buy a 
book?
 
bye!
 
 


  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, 
Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Getting into FLiP

2006-11-02 Thread Ryan Sabir



Hey all,
 
I'm looking at using FLiP on an 
upcoming project. I've been googling around but can't find any detailed info on 
the methodology...
 
Is there a site that will take 
me through the process in detail? Or do I have to buy a 
book?
 
bye!
 
 


  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, 
Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Database deadlocks

2006-10-24 Thread Ryan Sabir



Hey all,
 
I've been getting this error on 
some of our busier sites:
 
-
Error Executing Database Query. 
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 227) 
was deadlocked on lock resources with another process and has been chosen as the 
deadlock victim. Rerun the transaction. The error occurred on line 
127.-
 
Asking about it I've been told 
that all SQL statements should be wrapped in transactions. Is this as simple as 
putting  tags around each block of queries, or is there 
more to it?
 
thanks.
 
 


  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, 
Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Re: Boolean to number

2006-09-21 Thread Ryan Sabir



Thats what I was looking for. Thanks.
 
Should have tried it myself first...

  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of RichLSent: 
  Thursday, 21 September 2006 6:44 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Boolean to 
  number
  
  numberFormat() seems to do it
   
  
  
  #numberformat(test1)#, 
  #numberformat(test2)# 
  On 9/21/06, Ryan 
  Sabir <[EMAIL PROTECTED]> 
  wrote: 
  

This is annoying me...
 
How do I convert the YES/NO of a Boolean variable to 
a 1/0.
 
Basically the opposite of 
YesNoFormat().
 
I know its a 2 liner as UDF but there must be a more 
efficient way...
 
 

  
  

Ryan 
  SabirTechnical Director p: (02) 
  9274 8030f: (02) 9274 8099m: 
  0411 512 454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley St 
  Surry Hills NSW 2010Sydney, Australia
  -- Rich 
  
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Boolean to number

2006-09-21 Thread Ryan Sabir



This is annoying 
me...
 
How do I convert the YES/NO of 
a Boolean variable to a 1/0.
 
Basically the opposite of 
YesNoFormat().
 
I know its a 2 liner as UDF but 
there must be a more efficient way...
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] CFFTP limit?

2006-09-20 Thread Ryan Sabir



Hey all,
 
I'm pushing files between 
servers using CFFTP and seem to have come across some sort of limit. I have a 
directory with around 1400 files in it, and when I try to list that directory I 
get a very unhelpful error message, see below. All other directories on that 
site transfer fine. Has anyone else come across this limit?
 
thanks
 
Here is the error, the stack 
trace just has "java.lang.NullPointerException" in it:
 
The web site you are accessing has 
experienced an unexpected error.Please contact the website 
administrator. 

  
  
The following information is meant for the website developer 
  for debugging purposes. 
  
  
Error Occurred While Processing Request 
  
The system has 
  attempted to use an undefined value, which usually indicates a programming 
  error, either in your code or some system code. 
  Null Pointers are another name for undefined values. 
  


  


  

   

  Resources: 

  Check the ColdFusion documentation to verify that you are 
  using the correct syntax. 
  Search the Knowledge Base to find a solution to your problem. 
  


  

  
  
Browser  
Mozilla/4.0 
  (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 
  1.1.4322)
  
Remote 
  Address  
202.7.95.52
  
Referrer  

  
Date/Time  
21-Sep-06 01:17 
  PM
  


  Stack 
Trace (click to expand) 

  java.lang.NullPointerException

 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Re: [OT] Problems with XML/Flash

2006-09-17 Thread Ryan Sabir


Is 'testimonials_text' the name of the text field? Or the name of the variable 
bound to the text field? In which case you don't need the '.text' in the 
assignment.

Is the field definitely dynamic? Also not something silly like white text on 
white bg?

Do you need to embed characters into the field maybe? Try embedding all upper 
and lower case letters and numbers to see if it fixes the problem.


> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch
> Sent: Monday, 18 September 2006 2:14 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: [OT] Problems with XML/Flash
> 
> 
> Try:-
> 
> testimonials_text.text = this.firstChild.childNodes[ 
> randomNumber ].nodeValue;
> 
> On 9/17/06, Taco Fleur <[EMAIL PROTECTED]> wrote:
> >
> > Can anyone tell me what has taken the place of the Deamon 
> Flash list?
> >
> > I am having some issues with a Flash movie that is supposed 
> to load an 
> > XML file and display a random testimonial, I know the file 
> loads ok, 
> > because when I do a trace on this.firstChild.childNodes[ 
> randomNumber 
> > ].firstChild.nodeValue it outputs the right value. But when 
> I assign 
> > that value to the dynamic textfield testimonials_text it just goes 
> > blank. Any ideas anyone? Cheers
> >
> >
> > function loadXML( success ) {
> >  if ( success ) {
> >   var max:Number = myXML.firstChild.childNodes.length;
> >   var randomNumber:Number = Math.floor( Math.random() * max );
> >
> >   testimonials_text.text = this.firstChild.childNodes[ randomNumber 
> > ].firstChild.nodeValue;  }  else {
> >   trace( "Bad XML!" );
> >  }
> > }
> > myXML = new XML();
> > myXML.ignoreWhite = true;
> > myXML.onLoad = loadXML;
> > myXML.load(
> > "http://development.pacificfox.com.au/testimonials.xml"; );
> >
> > --
> > Taco Fleur - http://www.pacificfox.com.au Web Design, Web 
> development, 
> > Graphic Design and Complete Internet Solutions an industry 
> leader with 
> > commercial IT experience since 1994 …  >
> >
> 
> 
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095
> www.flashdev.org.au
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] CF freelancers?

2006-09-17 Thread Ryan Sabir



Hi all,
 
Just a general call out to any 
Cold Fusion / Flash freelancers out there.. we're building up our contact 
database and would love to have you on board. Plenty of coding work coming up in 
the near to mid future.
 
Send any CV's through to [EMAIL PROTECTED]
 
thanks!
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Re: Simplified Chinese encoding [FIXED!]

2006-09-17 Thread Ryan Sabir



Hi all,
 
Thanks for your help with this.
 
Because this is a 
legacy site I was unable to change the character encoding from gb2312 to UTF-8. 
Also it was an Access database so my dsn options were 
limited.
 
What I did 
instead was basically strip the content-type information from the http header, 
and let the browser decide what encoding to use. I did this by simply adding the 
line '' to the top of the cfm 
page.
 
In the future 
I'll be using UTF-8 to avoid such issues.
 
bye!
 


  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of darryl 
  lyonsSent: Saturday, 16 September 2006 10:27 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Simplified Chinese 
  encoding
  Ryan,I've only ever used UTF-8 in the past, as I found 
  working with any other encoding (either getting data into or out of the 
  database) to be pretty unreliable. SQL Server for instance isn't too good at 
  storing double-byte characters, but works with Unicode fine. The other 
  issue is forcing ColdFusion not to encode everything as Unicode by default. 
  You need to do this BEFORE the browser sees it (so in this case, the META tag 
  won't help you). Haikal's suggestion will probably do the trick (not that I 
  have tried it before). Darryl
  On 14/09/06, Ryan 
  Sabir <[EMAIL PROTECTED]> 
  wrote:
  


Hey all,
 
I'm trying to get some web pages to show in 
Simplfied Chinese encoding, but the standard META tag doesn't seem to be 
working.
 
When I look at this page:
http://www.miller.com.au/index.cfm?&setlanguage=2 

 
All the chinese characters are coming up wrong, 
however, when I go to the View->Encoding menu and manually set the 
encoding to gb2312, it looks fine.
 
I have the 
 
 
line in there which is supposed to set the character 
encoding, but my browser is defaulting to Unicode.
 
This only started happenning when it moved from III5 
on Win 2000 Server to IIS6 on Win 2003 Server. Is there a server 
setting I need to tweak to enable this?
 
thanks.
 
 
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 
  9274 8030f: (02) 9274 8099m: 
  0411 512 454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, Australia
 -- Darrylhttp://www.acheron.org/darryl/ 
  
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Simplified Chinese encoding

2006-09-14 Thread Ryan Sabir



Hmmm,
 
Not quite sure how cfprocessingdirective is supposed to work. Does this 
mean the text in my .cfm document should be in a different encoding? If so then 
this is not the case, as all text in the site comes from a 
database.
 
The strange thing is when I look at the site:
http://www.miller.com.au/index.cfm?&setlanguage=2
 
The Chinese characters look like garbage. 
If I manually change the page encoding to Simplified Chinese (gb2312) it looks 
fine.
 
If I then add the 
line:

 
The page still looks like garbage, but a 
different set of garbage. Strange thing is, now the page encoding in my browser 
is set to Simplified Chinese (gb2312), even thought its not displaying as 
such.
 
This all worked fine in CF5, whats the 
trick to getting it to work in CF7?
 
thanks.
 

  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Haikal 
  SaadhSent: Thursday, 14 September 2006 5:42 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Simplified Chinese 
  encoding
  Not using UTF8? 
  Reading a ColdFusion page with 
a nondefault character encodingMacromedia 
recommends that you encode all international application pages as UTF-8 with 
a byte-order mark (BOM), so that ColdFusion automatically detects the page 
as UTF-8 encoded; no cfprocessingdirective tag is needed. The BOM sets the first byte of a UTF file, so 
the program reading the page recognizes which encoding is in use. 
If this is not possible, to specify that ColdFusion 
reads a page with a character encoding other than the Java default locale 
value, you use the cfprocessingdirective tag and pageencoding attribute, as follows:



Typically, you assign one of the following values to 
encoding :


  
  

EUC-JP 
  (Japanese)
  

EUC-KR 
  (Korean)
  

ISO-8859-1 (Western 
  European and English)
  

SHIFT_JIS 
(Japanese)
  

UTF-8 (All 
  Languages)from http://www.adobe.com/support/coldfusion/internationalization/internationalization_cfmx/internationalization_cfmx3.htmlRyan 
  Sabir wrote: 
  

Hey 
all,
 
I'm trying to get some web 
pages to show in Simplfied Chinese encoding, but the standard META tag 
doesn't seem to be working.
 
When I look at this 
page:
http://www.miller.com.au/index.cfm?&setlanguage=2
 
All the chinese characters 
are coming up wrong, however, when I go to the View->Encoding menu and 
manually set the encoding to gb2312, it looks fine.
 
I have the 

 

 
line in there which is 
supposed to set the character encoding, but my browser is defaulting to 
Unicode.
 
This only started 
happenning when it moved from III5 on Win 2000 Server to IIS6 on Win 
2003 Server. Is there a server setting I need to tweak to enable 
this?
 
thanks.
 
 
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 
  9274 8030f: (02) 9274 8099m: 
  0411 512 454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, Australia
 -- 
Haikal Saadh
Applications Programmer
ICT Resources, TALSS
QUT Kelvin Grove
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Simplified Chinese encoding

2006-09-14 Thread Ryan Sabir



Hey all,
 
I'm trying to get some web 
pages to show in Simplfied Chinese encoding, but the standard META tag doesn't 
seem to be working.
 
When I look at this 
page:
http://www.miller.com.au/index.cfm?&setlanguage=2
 
All the chinese characters are 
coming up wrong, however, when I go to the View->Encoding menu and manually 
set the encoding to gb2312, it looks fine.
 
I have the 
 

 
line in there which is supposed 
to set the character encoding, but my browser is defaulting to 
Unicode.
 
This only started happenning 
when it moved from III5 on Win 2000 Server to IIS6 on Win 2003 Server. Is 
there a server setting I need to tweak to enable this?
 
thanks.
 
 
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] OT: Best development laptop?

2006-09-07 Thread Ryan Sabir



Hey all,
 
Which laptop is the discerning 
web developers laptop of choice these days?
 
I'm looking to make myself more 
mobile and am wondering which road to head down.
 
My requirements in order of 
importance are:

    Large 
Screen
    Battery 
life
    Performance    Lightweight
 
What are you guys using? And 
sorry, but it needs to be a PC.. our work environment is very PC oriented 
in terms of software we own and use regularly (Enterprise Mgr, Access, 
Goldmine)
 
bye!
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Re: OT: Bugz they are everywhere!

2006-08-28 Thread Ryan Sabir


FogBugz is our bug killer of choice. Easy to use, packed full of features..

http://www.fogcreek.com/FogBugz/

Not Open Source though

> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sent: Tuesday, 29 August 2006 2:06 PM
> To: cfaussie
> Subject: [cfaussie] OT: Bugz they are everywhere!
> 
> 
> Hi guys,
> 
> I'm trying to find a half way decent Bug tracking program. I 
> found the lighthousepro which is kind of good. But if anyone 
> else has any good examples I would love to know.
> 
> Jeremy
> P.S. management wants it to be open source if you know what I mean!
> ug
> 
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Maximum CFHTTP calls?

2006-08-23 Thread Ryan Sabir



Hmmm, found a bit more about this problem...
 
It wasn't the number of calls it was CFHTTP failing when it hit an https 
site. From then on all calls were failing...
 
Is this a known issue?
 
thanks

  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
  SabirSent: Thursday, 24 August 2006 11:38 AMTo: 
  'cfaussie@googlegroups.com'Subject: [cfaussie] Maximum CFHTTP 
  calls?
  
  Hi all,
   
  I have a site checker that 
  does a CFHTTP call to a number of servers to check their status. This was 
  working fine in CF5. Now when moved to CF7 its behaving 
  strangely.
   
  The code loops throu a list 
  of about 50 sites and checks a file on the server. The first 5 or so work 
  fine. Fromthen on every connection gives me a Connection Failure error. If I 
  dump the CFHTTP object I get the following data:
   
  
  


  

  Charset
  [empty string] 

  ErrorDetail
  Connect Exception: Connection refused: connect 

  Filecontent
  Connection Failure 

  Header
  [undefined struct element] 

  Mimetype
  Unable to determine MIME type of file. 

  Responseheader
  

  
  
struct 
  [empty]

  Statuscode
  Connection Failure. Status code unavailable. 

  Text
  YES 
   
   
  Is there a problem with 
  calling CFHTTP so many times in a loop like this?
   
  thanks.
   
   
  


  
  Ryan 
SabirTechnical Directorp: (02) 9274 
8030f: (02) 9274 8099m: 0411 
512 454w: www.newgency.com
  
  Newgency 
Pty LtdWeb | Multimedia | eMarketing224 Riley 
StSurry Hills NSW 2010Sydney, Australia
   
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Maximum CFHTTP calls?

2006-08-23 Thread Ryan Sabir



Hi all,
 
I have a site checker that does 
a CFHTTP call to a number of servers to check their status. This was working 
fine in CF5. Now when moved to CF7 its behaving strangely.
 
The code loops throu a list of 
about 50 sites and checks a file on the server. The first 5 or so work fine. 
Fromthen on every connection gives me a Connection Failure error. If I dump the 
CFHTTP object I get the following data:
 


  
  

  
Charset
[empty string] 
  
ErrorDetail
Connect Exception: Connection refused: connect 
  
Filecontent
Connection Failure 
  
Header
[undefined struct element] 
  
Mimetype
Unable to determine MIME type of file. 
  
Responseheader

  


  struct 
[empty]
  
Statuscode
Connection Failure. Status code unavailable. 
  
Text
YES 
 
 
Is there a problem with calling 
CFHTTP so many times in a loop like this?
 
thanks.
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Re: Access Lock File

2006-08-20 Thread Ryan Sabir

Does the old:



Still work?

Haven’t tried it myself for a while though 

> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Rod Higgins
> Sent: Monday, 21 August 2006 11:13 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Access Lock File
> 
> 
> The problem is releasing the lock file so users can download 
> the access db. 
> Currently cf retains the lock file no matter what I try to 
> do, while this lock file is present the OS can not delete, 
> rename or remove either the lock file or the access db, so 
> this stops any user gaining access to it. Kinda frustrating. 
> At first I thought there was some sort of error in the insert 
> code but I broke that down to a single query and still I have 
> the same problems. I did a google search but can't dig up any 
> issues with the cf admin api so I can only assume it's either 
> my code or some issue with the OS?
> 
> - Original Message -
> From: "Chad Renando" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, August 21, 2006 11:03 AM
> Subject: [cfaussie] Re: Access Lock File
> 
> 
> >
> > So where is the problem?  Is it in dumping to the Access DB 
> or in the 
> > download?
> >
> > If it is in dumping to the Access DB, can you not just run a delete
> > and insert query to update with the latest data?
> >
> > How many users?  Another solution may be to dump to a comma 
> delimited
> > file which the user downloads and run an automated import 
> using Access
> > on the client side.
> >
> > Chad
> >
> > On 8/21/06, Rod Higgins <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi Chad,
> >>
> >> Im using access to dump very small sections of data from a 
> much larger 
> >> SQL
> >> database so users can download the access db and run ad 
> hoc reports from 
> >> it.
> >> I am not using access as a primary datasource. And no DTS 
> is not an 
> >> option -
> >> mostly due to security / access concerns to the primary 
> datasource and
> >> complexity of the parameters passed into the extraction process.
> >>
> >> Rgds
> >> Rod
> >>
> >> - Original Message -
> >> From: "Chad Renando" <[EMAIL PROTECTED]>
> >> To: 
> >> Sent: Monday, August 21, 2006 10:47 AM
> >> Subject: [cfaussie] Re: Access Lock File
> >>
> >>
> >> >
> >> > I ran into it, but had to design my app in a manner that didn't
> >> > require DB creation stuff in an Access file.  Main 
> reason I move to
> >> > SQL.
> >> >
> >> > Chad
> >> >
> >> > On 8/21/06, Rod Higgins <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> Currently I am having major issues with creating an MS 
> Access with
> >> >> Unicode
> >> >> datasource via the CF admin api. The datasource is 
> created I pump some
> >> >> data
> >> >> into the access db but then it seems to create a lock 
> file that will 
> >> >> not
> >> >> release even after I remove the datasource via the same 
> api. The usual
> >> >> malformed query workaround doesn't seem to release the 
> lock file nor 
> >> >> any
> >> >> other workaround I have tried. Has anyone come across 
> this and have a
> >> >> solution that works to release the lock?
> >> >>
> >> >> CF7 Ent on Windows 2003.
> >> >>
> >> >> TIA
> >> >> Rod
> >> >>  >
> >> >>
> >> >
> >> > >
> >> >
> >>
> >>
> >> >
> >>
> >
> > >
> > 
> 
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Getting Rid of FTP

2006-08-14 Thread Ryan Sabir


Are they on different servers? If they are on the same server, or between 2 
servers on the same LAN, you could use CFEXECUTE to kick off XCOPY to copy 
bunches of files.

Works well for us


> -Original Message-
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sent: Tuesday, 15 August 2006 11:01 AM
> To: cfaussie
> Subject: [cfaussie] Getting Rid of FTP
> 
> 
> Hey crazy CF'ers,
> 
> I have a question for anyone whom uses FTP. I hate it. We 
> have documents that we transfer from one location to another. 
> The biggest issue with FTP is how slow it is. IS there a way 
> in CF to transfer the documents without using FTP, i.e. 
> binary or something like that.
> 
> Or am I stuffed here.
> 
> Jeremy
> 
> 
> > 


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: Flex mailing lists

2006-08-08 Thread Ryan Sabir



Ahh here it comes... it must have taken some time to register me with the 
group.. the e-mails are flying in now. See you all on there 
sometime!

  
  
  From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
  EdwardsSent: Wednesday, 9 August 2006 3:32 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: Flex mailing 
  lists
  flexcoders? no mail... wow.. I get a couple hundred a 
  day.CheersGareth.Ryan Sabir wrote: 
  

 
Hey all, where does 
everyone go to get their Flex chat on these days? I signed up to flexcoders 
but haven't had a mail from it yet. Are there any mailing lists around where 
I can talk Flex with people?
 
How many of you have put in 
entries to the Developer Derby? I was all ready to submit mine just now, and 
then found out the comp has been extended for another month! Oh well, just 
gives me a chance to cram in more features, securing my spot as the Flex 
champion of the world. You are all welcome to come round and play Xbox on my 
plasma TV.
 
seeya
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 
  9274 8030f: (02) 9274 8099m: 
  0411 512 454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Flex mailing lists

2006-08-08 Thread Ryan Sabir



 
Hey all, where does everyone go 
to get their Flex chat on these days? I signed up to flexcoders but haven't had 
a mail from it yet. Are there any mailing lists around where I can talk Flex 
with people?
 
How many of you have put in 
entries to the Developer Derby? I was all ready to submit mine just now, and 
then found out the comp has been extended for another month! Oh well, just gives 
me a chance to cram in more features, securing my spot as the Flex champion of 
the world. You are all welcome to come round and play Xbox on my plasma 
TV.
 
seeya
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




[cfaussie] Configuring Cold Fusion for Flex 2.0

2006-08-08 Thread Ryan Sabir



Hey all,
 
I'm trying to get my host, 
WebCentral, to configure our server to allow use of the Flex - ColdFusion 
gateway.
 
Right now I'm getting an error 
saying its looking for a directory named 'flex2gateway'.
 
What do I need to tell the 
technician to do to get this set up? On our dev server, FlexBuilder did all this 
automatically, but its not clear what changes it made to the 
server.
 
thanks.
 
 

  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency Pty 
  LtdWeb | Multimedia | eMarketing224 Riley StSurry 
  Hills NSW 2010Sydney, Australia
 
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---




  1   2   >