RE: Photo Album Modification

2004-08-25 Thread Michael Kear
Yes, you can open in a new window with XHTML, just not using the target="_blank" attribute which is wicked and nasty in XHTML and will get you banished from the kingdom.  Do not pass go and do not collect $200. I open external links usually in a new window, and while you can't use the target attri

RE: Interesting flash remoting example?

2004-08-24 Thread Michael Kear
too.  But as I said, other swill know more about flash remoting than me. Cheers Mike Kear   _   From: Chris Johnston [mailto:[EMAIL PROTECTED] Sent: Wednesday, 25 August 2004 3:04 AM To: CF-Talk Subject: Re: Interesting flash remoting example? On Wed, 25 Aug 2004 02:53:30 +1000, Michael

Interesting flash remoting example?

2004-08-24 Thread Michael Kear
I'm assuming this  terrific effect is flash remoting?    No?    Anyway it's really creative and deserves a "Attaboy" to the designer. http://www.turnerclassicmovies.com/ Cheers Mike Kear AFP Webworks Windsor, NSW, Australia http://afpwebworks.com .com, .net, .org etc domains start at A$20/

Breadcrumbs - do you fully track users?

2004-08-23 Thread Michael Kear
What do you do for breadcrumbs on your sites?   Do you display the actual route the user took to get to this page or do you show the normal 3-4 steps from the home page, regardless of the way the user actually got there? Cheers Mike Kear AFP Webworks Windsor, NSW, Australia http://afpwebwork

RE: Olympics web site - anyone know anything about how it's built?

2004-08-22 Thread Michael Kear
Australia's not there either Ian.  I bet it's to do with the different national Olympic Committees.  I bet you have to buy all that stuff through the US Olympic Committee's site (or whatever the US committee's name is). When the Sydney Olympics came around they passed special legislation to contro

RE: Double Negative way of making decisions? Good?

2004-08-19 Thread Michael Kear
It treats zero as false, and the other two values as true.  You can tell because the following both give the same result: Stuff Stuff while Other stuff   gives a different result. For my money though, the fact that it's a double negative means it's sufficiently easy to get confused (for me any

Double Negative way of making decisions? Good?

2004-08-19 Thread Michael Kear
I've been taking a look at ContentMonger Lite  CMS system, mentioned elsewhere today by Matt Robertson (http://mysecretbase.com/CMLite_Home.cfm), and I notice a lot of the decisions in the code are made by what seems to be a double negative for me.   Quite confusing until I got used to it.  Is ther

RE: BLACKSTONE: Software Development Times Article

2004-08-17 Thread Michael Kear
Matt, I might be wrong here, but I don't think it's Macromedia's intention to make it COMPULSORY for you to use the new feature. I think you could take almost any aspect of ColdFusion and there would be people who would say "I have no idea why they bothered to put that in the product - we never u

RE: BLACKSTONE: Software Development Times Article

2004-08-17 Thread Michael Kear
I'm sorry .. have I slipped on to some IBM discussion list?   All those acronyms - actually no I can't be a IBM list because many of the acronyms have more than 3 letters.  Must be a unix list.   How did this happen?  I thought we were a ColdFusion list.    No? Cheers Mike Kear Windsor, NSW, Aus

Olympics web site - anyone know anything about how it's built?

2004-08-14 Thread Michael Kear
Now that the Olympics are under way, I've been looking at the web site at http://www.athens2004.com/ and it's pretty impressive.   Does anyone know anything about what sort of beast powers it?   Anything about how it's made up?    I know they've got huge sums of sponsors' money to spend on it, an

RE: tip of the day

2004-08-04 Thread Michael Kear
In SQLServer,  the syntax to get a random record is: SELECT TOP 1 * FROM tablename Order By NEWID() In SQLServer, the NEWID() function gives the random record. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com From: Ewok [mai

RE: SOT: Good Australian CF Hosting Company

2004-08-02 Thread Michael Kear
Thanks Tom,   And yes, we're still around.  Most definitely!  And getting a better package together every day. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 August 2004 1:22 AM To: CF-Talk

RE: tutorial on mess.board (was: Free Open Source Shopping cart?)

2004-08-01 Thread Michael Kear
No there's no tutorial that says "here's how to build a message board".  But think about what's involved in a message board and all the elements will be in the book somewhere ... (thinking off the top of my head here) You need to allow only authenticated users to post (authentication chapter).

RE: Free Open Source Shopping cart?

2004-08-01 Thread Michael Kear
Sorry Kevin, it’s such a fixture on the CF scene, that I forgot there was a day when I didn’t know the book.   It's the ColdFusion Web Application Construction Kit (5th Edition is the current one I think) by Ben Forta and Nat Weiss (with others) published by Macromedia Press.  There are two book

RE: Free Open Source Shopping cart?

2004-08-01 Thread Michael Kear
Sorry Kevin, it's such a fixture on the CF scene, that I forgot there was a day when I didn't know the book. It's the ColdFusion Web Application Construction Kit (5th Edition is the current one I think) by Ben Forta and Nat Weiss (wih others) published by Macromedia Press.   There are two books

RE: Free Open Source Shopping cart?

2004-08-01 Thread Michael Kear
I have used the one in Ben Forta's book CFWACK several times, and modified it so much it's ended up as my own cart.  And once used one in a book called ColdFusion MX from Static to Dynamic in 10 steps by Australian Barry Moore. But by the time I've gone through the steps to use those carts for my

CFC for dynamic menu?

2004-07-23 Thread Michael Kear
I'm building a new site, and wanting to completely separate logic from database access from presentation code, and so I am building a CFC that (amongst other things) builds menus.  (There wont be more than 3 levels of menu)   It'll do all the queries on the database, looping over query objects to g

RE: checking if variables are defined within

2004-07-23 Thread Michael Kear
Another way, not always appropriate but depending on your logic, you can give the argument a default in the CFC.  That way if the variable isn't passed to the CFC, it wont cause an error.   Mind you, if you use it in the wrong place you wont throw an error, you'll have wrong values in your function

CFCs - more smaller or fewer bigger ones?

2004-07-14 Thread Michael Kear
I am laying out the CFCs I need for a new site, and wondered if there was a 'best practice' for the way to assign the methods to CFCs.   For example when I think about users for the site,   there are a number of methods I need  related to logging in and logging out, maintaining user details, sendi

RE: DateFormat

2004-07-05 Thread Michael Kear
Asim don't forget 21, 22, 23 and 31 also  have different suffixes too.  Just add a few more CFELSE's or perhaps use a CFSWITCH and CFCASE for each of the possibilities. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Asim Manzur [mailto:[EMAIL

RE: beta fckeditor out

2004-07-04 Thread Michael Kear
  _   From: Kay Smoljak [mailto:[EMAIL PROTECTED] Sent: Sunday, 4 July 2004 11:29 PM To: CF-Talk Subject: Re: beta fckeditor out Michael Kear <[EMAIL PROTECTED]> wrote: > I'm still looking for a choice of WYSIWYG editors that will produce valid > XHTML.  Up till no

RE: beta fckeditor out

2004-07-04 Thread Michael Kear
FCKEditor is one I've used - shows a lot of promise.  But does it produce correct XHTML?  (i.e. lower case tags, correct line breaks with the close slash <.br /> etc)  The last few versions haven't.  In fact it's changed valid XHTML into invalid by changing all the case characters to upper case. I

RE: Now a CFFTP problem...

2004-06-27 Thread Michael Kear
Thanks Dave,  I thought about that too.  Since it's the production server that is trying unsuccessfully to ftp to a third server,   its ColdFusion itself that has to have ftp permissions to ftp OUT of the production server. How do I make sure that ColdFusion has permissions to ftp outwards?  (I c

Now a CFFTP problem...

2004-06-27 Thread Michael Kear
I'm not having a great day today!   (sigh)   Now I cant see why the following code would work ok on my dev server, but when I upload it to the production server it doesn't work.   What happens is it executes the CFFTP Open command ok, but when it executes the next command I get the error message:

RE: CD_Static Page can't log in

2004-06-26 Thread Michael Kear
    So the problem is solved.    But thanks anyway. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Michael Kear [mailto:[EMAIL PROTECTED] Sent: Sunday, 27 June 2004 3:25 PM To: CF-Talk Subject: CD_Static Page can't log in Any one know a

CD_Static Page can't log in

2004-06-26 Thread Michael Kear
Any one know a way around this?   I have an admin area behind a CFLOGIN authentication.   The user updates the database, then we have to create a static page based on the updated data, which is then uploaded to several static sites as a kind of 'poor man's syndication.  (those sites are very unsop

RE: Mailing to email list using CF

2004-06-26 Thread Michael Kear
What Kym does is very important to the users, and worthwhile, however a similar thing has bitten a client of mine.   He runs seminars amongst university students and school students, who have a lot of hotmail accounts. He wants to send (at the users' request!) newsletters, but hotmail does somethin

OT Plagiarism accusation stops posting

2004-06-16 Thread Michael Kear
This fuss is the main reason I haven't posted up the tutorials I've written for myself.   As I've learned how to do many things I've kept them as tutorials on my own intranet but I wont post them on the web, because there's bound to be someone who says "That's mine!! I wrote that!.   The issue is,

What do you do with bounced emails?

2004-06-15 Thread Michael Kear
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:14---Those of you who send out bulk emails from your sites,  how do you handle the inevitable bounced emails/undeliverable/invalid addresses etc?    I've told my client he should set up a mailbox to use as a 'replyto' and collect them t

What sort of a link is this??

2004-06-15 Thread Michael Kear
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166627---A client has asked me to try to see whats' wrong with his link that doesn't work  . I'm looking at the page that calls the one that's broken and the calling URL is: http://www.vcenet.com.au/?sec=10 &ms=10&Membership=1# in other wo

RE: Help with string manipulation please

2004-06-14 Thread Michael Kear
Thanks for your help with this everyone.  I've been on this job for a long time now without a break, and my brain is fading.   Not helped by having to work through the night and on a public holiday.   Jochem you're quite right,  the form should be better, but [A] there's no space on the form page

Help with string manipulation please

2004-06-13 Thread Michael Kear
I'm trying to work out how to process a form input . One of the fields on the form is "name" and  I need to split the contents into "firstname" and "lastname".   I realise that some people might have two spaces in the name if they choose to enter two firstnames or if they have a name like Jerry V

Client wants to add data from spreadsheets - HELP!

2004-06-13 Thread Michael Kear
I have a client who wants to add records to his database (SQLServer2000) from a spreadsheet.   He takes his laptop to his seminars and adds the attendees details into his excel spreadsheet, then wants to load all that data into his SQL database for use in mass emails etc. My experience with uploa

RE: Searching for tables wtih a specific column

2004-06-12 Thread Michael Kear
INFORMATION_SCHEMA views SELECT table_name FROM INFORMATION_SCHEMA.COLUMNS WHERE column_name = 'htmlemail' That should do it On Sun, 13 Jun 2004 00:52:49 +1000, Michael Kear wrote: > > I want to dynamically include tables in a query, to perform an operation on > a table only if i

RE: DHTML drop-down menu

2004-06-12 Thread Michael Kear
Be careful of using DHTML menus.  If I read Microsoft's release correctly, the version of IE that is about to be released in  WindowsXP SP2 will block DHTML content that overlaps any other content.   I asked for others' opinions about this last week but it kind of got lost in the 'Coldfusion is Di

Searching for tables wtih a specific column

2004-06-12 Thread Michael Kear
I want to dynamically include tables in a query, to perform an operation on a table only if it contains a column called "htmlemail".   How can I query the database and determine if a table has such a column? I have worked out I can get a list of the tables using SELECT name FROM sysobjects WHERE

Websites breaking with WinXP SP2

2004-06-09 Thread Michael Kear
I was reading the following page, about the modifications needed to a web site to make it work ok with Windows XP SP2.  In my case, not many of the issues affect me, because I don't use a lot of _javascript_ and don't use popup windows much.  I can easily get rid of them where I have used them. ht

RE: QofQ problem -closing in on the problem..

2004-06-07 Thread Michael Kear
Thanks for your input Peter.  This is not an input problem.   Yes, they need to do better data validation and that's another task I'm going to suggest they need to do, but this is about queries not  input. I have 3 queries on SQLServer tables, and one on a Excel spreadsheet, each containing a fiel

RE: QofQ problem -closing in on the problem..

2004-06-07 Thread Michael Kear
ric  data in the 'postcode' field or not.    Am I wrong on that?    And what do I do about it? Cheers Mike Kear   _   From: Michael Kear [mailto:[EMAIL PROTECTED] Sent: Monday, 7 June 2004 8:22 PM To: CF-Talk Subject: RE: QofQ problem - can you see what i've got wrong here please

RE: QofQ problem - can you see what i've got wrong here please?

2004-06-07 Thread Michael Kear
So does anyone know what would be causing this error message?  I'm not even sure what to be looking for.   It seems to be complaining about a field with a series of semicolons (;) in it but there aren't any in the database, or in the code. Any hints about what it means? The error is:  "" must

RE: QofQ problem - can you see what i've got wrong here please?

2004-06-07 Thread Michael Kear
Thanks dc.  I hadn't tried that.  I didn't know about that issue.  However it didn't fix the problem.   Cheers Mike Kear   _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 7 June 2004 7:48 PM To: CF-Talk Subject: RE: QofQ problem - can you see what i've got wrong here pl

RE: QofQ problem - can you see what i've got wrong here please?

2004-06-07 Thread Michael Kear
Thanks for that Pascal.  I've done some more work trying to eliminate possibilities, and I figure the problem might be something in the data itself, causing the QofQ to hiccup. Does anyone know what causes that error, """ must be interprettable as a valid number in the current locale"? Che

RE: QofQ problem - can you see what i've got wrong here please?

2004-06-07 Thread Michael Kear
't see anything wrong with the code. Are you sure there isn't an error in one of the previous lines. CF isn't always pointing at the line where the error actually occurred. Pascal > -Original Message- > From: Michael Kear [mailto:[EMAIL PROTECTED] > Sent: m

QofQ problem - can you see what i've got wrong here please?

2004-06-07 Thread Michael Kear
This Query of a Query is giving an error I've never seen before.   Can anyone see what's causing it please?   The QofQ is as follows: [quote] SELECT DISTINCT(email) FROM Thislist WHERE Newsletter = 1 ORDER BY email [/quote] And I've checked, those fields exist in the query, and I can CF

Confused about calling a function within a CFC

2004-05-30 Thread Michael Kear
I'm a bit confused about how to call a function inside a CFC by anther function.    I have a function called GETRANDID inside a cfc called utilities.cfc which creates a random id number.  It's access is 'Public" because I have to call it from several pages around the site.    Now I am building an

De-Duping from 3 queries

2004-05-29 Thread Michael Kear
I'm writing an  emailing application and we're going to be selecting our addresses from 3 different subscriber  tables, based on a whole bunch of criteria.    I want to merge the 3 queries from the tables into one, then de-dup so we only send one email to each subscriber. Is the following  the be

RE: Cataloguing CDs - an update

2004-04-23 Thread Michael Kear
Thanks to everyone for your suggestions. There was this huge database (CDDB) and I had no idea it was there!!!  DER! CDDB (now Gracenote) is commercial and licensed, but I qualify for this project as a non-commercial developer.  (At least I reckon I do - I hope they agree).  They have a free licen

Cataloguing CDs

2004-04-23 Thread Michael Kear
When you put some CDs into your PC,  windows media player goes out to a database and usually gets a lot of info about the CD to display in the window of the player.   Does anyone know if it's possible to access that info using ColdlFusion MX? If so, how? I have a radio station library to catal

RE: CF Hosting - unfair - a suggestion

2004-04-11 Thread Michael Kear
I'm one of those who doesn't feel comfortable plugging my own company and services on this list.  I think if we all plugged our own stuff all the time, this list would lose its usefulness. But I'm small but serious in the CF hosting business, and I often have to sit by and watch as lots of my com

RE: New CFMX Colour Scheme tool on line.

2004-04-01 Thread Michael Kear
line. something like this that could be saved would be nice http://www.alphabuilder.com/ > A colour picker to assist with choosing would be a great addon feature. > > -Original Message- > From: Michael Kear [mailto:[EMAIL PROTECTED] > Sent: Friday, 2 April 2004 7:31 AM > T

New CFMX Colour Scheme tool on line.

2004-04-01 Thread Michael Kear
For my own benefit, I have been developing a colour schemer tool, and I've put it on my web site for others to use, comment about, help me improve. If you have coldfusion servers yourself, I am going to put it in the dev gallery at Macromedia soon. There are lots of colour development tools around

RE: Checking for a number

2004-04-01 Thread Michael Kear
You can force it to be an integer, regardless of what it currently is by #int(variable)# Therefore if this new integer, which you KNOW is an integer because you just forced it to be one,  is equal to the variable you started with, then it must have been an integer to start with. the variable

RE: function for decimal to hex and back?

2004-03-30 Thread Michael Kear
Oh DER!!  I keep forgetting to look for a UDF in CFLIB.   That's a wealth of great stuff, and I hardly know what's in there. Thanks Pascal for pointing it out for me.  Those UDFs look like they're going to do exactly what I want. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://

function for decimal to hex and back?

2004-03-30 Thread Michael Kear
Is there a function to convert a number from decimal to hex and back again? I'm doing a small app that displays colours, and I need to do some math on the RGB values of the colours, then display the Hex value of the resulting colour.  I have already found the InputBaseN and FormatBaseN functions,  

Currency Conversion web service

2004-03-29 Thread Michael Kear
Has anyone  managed to consume a Currency Conversion web service under CFMX yet?   Before you all send me listings of xmethods currency converters,  I've looked at them all and none of them work under CF without a lot of stuffing about. Other people have apparently got a currency conversion workin

RE: web hosting, sql 2000

2004-03-17 Thread Michael Kear
Gil, We have that.   Have a look at our setup if you like.    We have SQL2000 and you can use Enterprise Manager, SQLQuery Analyser or other tools if you like.    ColdFusion MX6.1, no tags disabled (except CFregistry)   Moving to Helm control panel this week.  How big is the site?  What resources

Well here we go .. SOAP and PHP

2004-03-17 Thread Michael Kear
Well if there's anyone left there who doesn't look at my posts with fear and loathing,  I've put a draft document on my site, waiting for approval of the copyright owner.  I would love if someone who has PHP would look at my article,  follow the instructions and see if they give accurate and correc

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
Thanks for your suggestions Matthew. Looks like I have to drop the idea of using RSS, and go back to trying to figure out how to show PHP site developers how to use WSDL in PHP. It got pretty heated last night, and I even got some hate mail offline from some list members about it.   If I can ex

RE: Generating RSS feed - validating

2004-03-16 Thread Michael Kear
Thank you Peter, but it wont.  I'm trying to share my information with PHP sites, not consume their information on mine. Cheers Mike Kear   _   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 17 March 2004 2:08 PM To: CF-Talk Subject: Re: Generating RSS feed - validating

Generating RSS feed - validating

2004-03-16 Thread Michael Kear
I hesitate to bring this up again, because you're probably all sick of this just like me.  But I want to put this issue away now.  It's about my webservice for Bluegrass Australia's Anniversaries  database. I took up Dave Watt's suggestion and decided to produce a RSS feed.  Only I found two probl

RE: International Payment Processing

2004-03-16 Thread Michael Kear
My caution isn't directly CF related, but there are some locations that are infamous for fraud.  For example we don't accept credit card orders from Indonesia no matter what.   There is a big industry there in ordering merchandise by credit card,   then after it's shipped disputing the transaction.

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Michael Kear
Michael Kear wrote: > > That web service worked on the server this code was running on until last > Friday.  It works on my dev server.   The "public" method works on its own > web site,  and exactly the same code (but with different query names and > function names) does

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Michael Kear
Taking a look at a different part of this issue now . can anyone see what's wrong with this code?  Why this would work as a web service on one server but not another? (Valid SQL Query cut and pasted from Query Builder) hint="This returns the anniversaries happening this week

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Michael Kear
output and that's why I used it. NO one until you, Jochem has suggested any different.  I don't even know what REST is. So where do I go now? Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Jochem van Dieten [mailto:[

RE: CFC Web services wont work with PHP sites

2004-03-16 Thread Michael Kear
ng the right instructions??? All I ever get to this question is yet another list of URLS. Cheers Mike Kear   _   From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 March 2004 8:43 PM To: CF-Talk Subject: Re: CFC Web services wont work with PHP sites On Tuesday 16 Mar 2004

CFC Web services wont work with PHP sites

2004-03-16 Thread Michael Kear
I've come to the conclusion that it's not true that CF web services offer a widely available method of syndicating info between sites.  Well not between ColdFusion sites and PHP sites anyway.  It's another myth that goes along with "98% of web browsers have Flash already installed".** The fact is,

RE: Consuming WSDL with PHP - Still looking ...

2004-03-16 Thread Michael Kear
ated about it. Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com   _   From: Rob [mailto:[EMAIL PROTECTED] Sent: Saturday, 6 March 2004 7:41 AM To: CF-Talk Subject: RE: Consuming WSDL with PHP - Still looking ... On Tue, 2004-03-16 at 00:03, Michael Kear wr

RE: Consuming WSDL with PHP - Still looking ...

2004-03-16 Thread Michael Kear
: Re: Consuming WSDL with PHP - Still looking ... http://www.phppatterns.com/index.php/article/articleview/39/1/2/ http://pear.php.net/package-info.php?package=SOAP On Mon, 2004-03-15 at 22:47, Michael Kear wrote: > It's been well nearly two months now, and I'm still stumped as to how to

Consuming WSDL with PHP - Still looking ...

2004-03-15 Thread Michael Kear
It's been well nearly two months now, and I'm still stumped as to how to consume a CF WSDL web service with PHP.  I've asked here several times, asked on CFAUSSIE several times, on three PHP groups, and there's no one I have found who knows how to CONSUME my CFMX WSDL web service with PHP.    I've

Any issues with Helm Control Panel?

2004-03-10 Thread Michael Kear
My hosting wholesaler wants us to switch from the gawd-awful Etrinix control panel for hosting to Helm, and while I realise nothing is perfect, are there any serious issues with Helm?   Does anyone here use it either as wholesaler or reseller or site owner?   How have you found it to be? This will

DWMX Question - upgrading

2004-03-08 Thread Michael Kear
I'm upgrading my DWMX to the version shipped with the latest StudioMX and I have a lot of sites already defined in my existing version.  Is there any way I can retrieve that info and transfer it to the new version without having to re-enter it all again?  (finding all the passwords is going to be a

Still looking for help using web service with php

2004-02-18 Thread Michael Kear
After nearly a month of looking, I'm still trying to find someone - ANYONE - who knows something about PHP to help me write instructions for PHP users to consume my CFMX web service. I've tried looking here in CF-TALK, on CF_AUSSIE, on half a dozen PHP forums and all I've ever been able to get is

RE: Looking for someone who knows CFMX AND PHP

2004-02-16 Thread Michael Kear
MAIL PROTECTED] Sent: Tuesday, 17 February 2004 9:00 AM To: CF-Talk Subject: RE: Looking for someone who knows CFMX AND PHP Michael Kear said: > Thanks Andre, this is very good but it still doesn't do anything to > verify that I'm giving the exact correct instructions.   Who ever &

RE: Looking for someone who knows CFMX AND PHP

2004-02-16 Thread Michael Kear
Thanks Andre, this is very good but it still doesn't do anything to verify that I'm giving the exact correct instructions.   Who ever heard of a "this is how you use my service" page that doesn't tell you how you use my service?    I don't know PHP so I cant test what I'm telling people to do. I co

Looking for someone who knows CFMX AND PHP

2004-02-15 Thread Michael Kear
I have to write some instructions for PHP users to consume a web service I've made available, but I don't know much about PHP.  Certainly not enough to write the instructions for them to use in their website. Is there some kind soul who knows about PHP and web services who can help me with this p

Need help from someone who knows PHP and CF please

2004-02-10 Thread Michael Kear
(once again, only with the correct message this time .    Sorry about that folks) I have a CFMX6.1 site with a web service that I want to make available to others to consume for free.   A lot of my potential friends will be using PHP and when it comes to PHP I'm pretty clueless.  However I need

Need help from someone who knows PHP and CF please

2004-02-10 Thread Michael Kear
Cheers Mike Kear   _   From: Nando [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 February 2004 4:13 PM To: CF-Talk Subject: Macromedia.com running under Mach II ... Christian, Sorry to wake this one up again ... but your statement here really concerned me. I've struggled on and off nearl

RE: OT: Good beginner cold fusion book

2004-02-09 Thread Michael Kear
I have gone through two series of Ben Forta's books, and they're very large and detailed, and easy to read.  But for a beginner, I'd vote with Massimo. "ColdFusion MX: From Static to Dynamic in 10 Steps" by Barry Moore  goes through the conversion of a site from a regular html static site to a da

Memory Leak on Win2k/CMX6.1

2003-10-31 Thread Michael Kear
eyword2=leak http://dbforums.com/arch/223/2003/10/951878 So where's the answer?  Anyone? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: Strange behaviour from Outlook2002

2003-10-23 Thread Michael Kear
as anyone else had this behaviour?  I assume it's probably caused by one of the many virus attacks I get each day.    Does anyone know where Outlook keeps the passwords and email account info? Is it encrypted in the registry?  (Wondering how far the corruption goes - just Outlook or perh

RE: (Photo) Gallery for Cold Fusion?

2003-04-05 Thread Michael Kear
Can you check it please Pablo ... all the links inside that tutorial seem to point to a page that bounces me to a webtrends stats server. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 April

RE: (Photo) Gallery for Cold Fusion?

2003-04-05 Thread Michael Kear
g the internet professionals who all have it). I still think its important to try to get total page size down around 60k or lower. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 April 2003 2:46

RE: (Photo) Gallery for Cold Fusion?

2003-04-05 Thread Michael Kear
displaying the full image with small size attributes. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 April 2003 2:22 PM To: CF-Talk Subject: Re: (Photo) Gallery for Cold Fusion? personally i

RE: (Photo) Gallery for Cold Fusion?

2003-04-05 Thread Michael Kear
too much of my time, and as a result I keep procrastinating on them until I am forced to update them. Has anyone else used the custom tag for creating image thumbnails automatically? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Jim McAtee [mai

RE: Form Building software

2003-03-29 Thread Michael Kear
d not(name = 'dtproperties') Thank you Clint for making this available to us all. It's going to save me time. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Saturday, 29 March 2003 1:33 AM To: CF-Talk S

RE: CFMX Updater 3 Released

2003-03-20 Thread Michael Kear
heers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED] Sent: Friday, 21 March 2003 4:43 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CFMX Updater 3 Released On Wednesday, March 19, 2003, at 07:54 PM, Mi

RE: CFMX Updater 3 Released

2003-03-19 Thread Michael Kear
g it from MM without installing flash is difficult. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 11:19 AM To: CF-Talk Subject: RE: CFMX Updater 3 Released That'll let

RE: MSDE on Office XP CD - where is Enterprise Manager?

2003-03-18 Thread Michael Kear
heers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 March 2003 3:40 AM To: CF-Talk Subject: Re: MSDE on Office XP CD - where is Enterprise Manager? > That's the answer. The 120 day trial of

RE: MSDE on Office XP CD - where is Enterprise Manager?

2003-03-18 Thread Michael Kear
That's the answer. The 120 day trial of SQLServer is handed out like lolly water by Microsoft at any of their promotions. The server expires after 120 days but I don't think the EM does. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From:

RE: RE: big database (need to modify columns)

2003-03-17 Thread Michael Kear
are quite a few buttons on the toolbar that I don't know what they do. I've got an item on my "Must Get Around To This One Day" list to learn about them. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: [EMAIL PROTECTED] [mai

RE: big database (need to modify columns)

2003-03-17 Thread Michael Kear
rename the new one? That would have your data locked only for a few milliseconds, wouldn't it? Or does DTS lock the table too? Are you working on a live data table or a dev copy of it? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Tony

RE: Macromedia.Com (The new site?)

2003-03-14 Thread Michael Kear
ack script that works ok redone in coldfusion so it works just the same. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED] Sent: Saturday, 15 March 2003 2:36 AM To: CF-Talk Subject: Re: Macromedia.Com (Th

RE: Macromedia.Com (The new site?)

2003-03-13 Thread Michael Kear
properly . I cant use my right mouse button" and you'll soon want to change your site back to the old way. It's the users who determine what will be accepted on your site, not the developers. But as a graphic/animation/games mechanism, it's unsurpassed, and I honestly do hope that

The result. ( Was RE: Still can't connect to IIs anyone know why?)

2003-03-12 Thread Michael Kear
go at installing it all then, but in the mean time I'm past the obstacle and moving on. Thanks everyone for their suggestions, help and advice, and for giving a damn. Now I'll shut up for a while. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. ~

RE: Macromedia DONT help me now. so where do i turn now?

2003-03-11 Thread Michael Kear
, my family etc. Rebuilding it isn't a trivial task, but as I said, there aren't many other possibilities left to try. Thanks for your suggestions, and thanks for giving a damn. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Dave Lyons [mailt

RE: Macromedia DONT help me now. so where do i turn now?

2003-03-11 Thread Michael Kear
I'll have to reinstall all my apps again? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 March 2003 4:02 PM To: CF-Talk Subject: Re: Macromedia DONT help me now. so where do i turn

RE: Macromedia DONT help me now. so where do i turn now?

2003-03-10 Thread Michael Kear
ow it turns out. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 March 2003 5:15 PM To: CF-Talk Subject: RE: Macromedia DONT help me now. so where do i turn now? Mike, what's your phone n

RE: Macromedia DONT help me now. so where do i turn now?

2003-03-10 Thread Michael Kear
ched to run the server at all, let alone do anything with it. (Plus my servers which are production servers and I'm not going to go tinkering about with those unless I know what I'm doing) I need it on this box. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -O

RE: Where did my CFMX files go?

2003-03-10 Thread Michael Kear
O does this sound familiar to me I'm sorry Critz, I can only offer sympathy, because I have been wrestling with this same problem since last Friday. I'll save you some heartburn. Don't call Macromedia unless you have US$500 lying around the place with nothing to do.

Macromedia DONT help me now. so where do i turn now?

2003-03-10 Thread Michael Kear
I cough up nearly 2/3 of the cost of a server. That's to evalutate it!!! I guess I'm just not meant to be in the MX world. Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. ~| Archives: http://www.h

  1   2   3   4   >