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
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
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/
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
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
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
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
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
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
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
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
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
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).
Sorry Kevin, its such a fixture on the CF scene, that I forgot there was a
day when I didnt 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
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
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
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
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
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
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
_
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
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
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
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:
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
'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
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
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
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
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
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
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
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
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
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
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://
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,
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
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 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
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
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
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
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.
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
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
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:[
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
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,
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 ...
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
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
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
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
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
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
&
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
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
(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
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
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
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]
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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.
~
, 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
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
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
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
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.
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 - 100 of 345 matches
Mail list logo