Sure:)
Im sure the future bodes well for adobe and eclipse integration (look at flex
builder).
I loved dw but I have actually un-installed it. I said the same things as you
did about using it just for cfcs but I actually like it enough to just use cfe.
My other big gripe was no design view for
Dave,
Thank you for replying. I was wondering why there was so much silence
on the topic. I did a search through the CFEclipse list archives and
found that as of 2004 this was a hot topic and nothing had been done
about it then. However, it has been two years and with all of the
raves about Eclips
Rick Root wrote:
> At any rate, i'm building it in "pure CFML" because many uses of
> image.cfc can't ask their providers to install custom jar files on the
> server.
w/mark's javaloader (or other remote classpath tricks) that's not really an
issue any more.
~~~
Did you read a different email Steve? *grin* He specifically said that he
heard CF was EOL since Adobe bought it (see bottom of this email...
Eric
-Original Message-
From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 12 December 2006 12:29
To: CF-Talk
Subject: RE:
Ya think that may be the reason he can't find anything about a CF EOL?
Hehehe
Eric
-Original Message-
From: Andy Allan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 12 December 2006 12:24
To: CF-Talk
Subject: Re: Coldfusion roadmap
I heard that Elvis is alive and well in a trailer park just
Hello,
Rick Root wrote:
> From this code:
>
> http://www.jhlabs.com/ip/BoxBlurFilter.java
>
> I'm interested in the following snippet:
>
> ta += ((rgb1 >> 24) & 0xff)-((rgb2 >> 24) & 0xff);
> tr += ((rgb1 & 0xff)-(rgb2 & 0xff)) >> 16;
> tg += ((rgb1 & 0xff00)-(rgb2 & 0xf
Barney Boisvert wrote:
> Is there a reason you're not just using the Java directly? CF's built
> on J2EE specifically for that reason.
Actually, CF is built on j2ee so that you can call java objects natively
within coldfusion. ;)
At any rate, i'm building it in "pure CFML" because many uses of
This has been a pretty major complaint about eclipse.
I did get it to work but the catch was it uploaded the entire frickin web site
everytime which made it useless.
Most people on here use ant or whatever but for small developers thats really a
PITA and the one thing i REALLY miss from dw is up
Is there a reason you're not just using the Java directly? CF's built
on J2EE specifically for that reason.
cheers,
barneyb
On 12/12/06, Rick Root <[EMAIL PROTECTED]> wrote:
> From this code:
>
> http://www.jhlabs.com/ip/BoxBlurFilter.java
>
> I'm interested in the following snippet:
>
>
From this code:
http://www.jhlabs.com/ip/BoxBlurFilter.java
I'm interested in the following snippet:
ta += ((rgb1 >> 24) & 0xff)-((rgb2 >> 24) & 0xff);
tr += ((rgb1 & 0xff)-(rgb2 & 0xff)) >> 16;
tg += ((rgb1 & 0xff00)-(rgb2 & 0xff00)) >> 8;
tb += (rgb1 &
hi bruce- i just responded in another thread of yours with a client-side
vbscript approach.
On 12/13/06, Bruce Sorge <[EMAIL PROTECTED]> wrote:
>
> OK. So when I do that, how do I reference the control? It is located at
> C:\Novell\ActiveX on every machine.
> My app is on C:\inetpub\wwwroot\DONE\n
Hi Bruce
Which activeX have you got a hold of?
I have used one referred to as NWDir1 in the past, using the following
syntax:
Dim vbuser
Sub Window_OnLoad()
On Error Resume next
vbuser = NWDir1.LoginName
vbuser = StrReverse(vbuser)
initInd = InStr(vbuser
OK. So when I do that, how do I reference the control? It is located at
C:\Novell\ActiveX on every machine.
My app is on C:\inetpub\wwwroot\DONE\nc\Admin
-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 4:35 PM
To: CF-Talk
Subject: RE: Acti
It is an activex control that is currently being used by a jsp page that I
am converting to ColdFusion. I discovered that getting the client account
info will not work since we all log onto the desktop portion with the same
ID and password. So I need to get the user name from the Novell side. I hav
The salesman in the ad had some sort of pda device or tablet pc that he
was changing the options in. Maybe they were really using Flash Lite ;)
Nic
Neil Middleton wrote:
> It didn't have a huge amount to do with reality either, but hey-ho ;-)
>
> N
>
> On 12/12/06, Dave Watts <[EMAIL PROTECTED]
Machine.
Eric J. Hoffman
Managing Partner
2081 Industrial Blvd
StillwaterMN55082
mail: [EMAIL PROTECTED]
www: http://www.ejhassociates.com
tel: 651.717.4105
fax: 651.717.4115
mob: 651.245.2717
Adobe Solutions Partner
Microsoft Certified
Updated with support for shipment tracking.
http://cfups.riaforge.org
On 12/12/06, Dan Vega <[EMAIL PROTECTED]> wrote:
> Agreed! haha
>
> On 12/12/06, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> >
> > You are a machine dude.
> >
> > Will
> >
> >
>
>
~
Andy,
I think you can still execute procs in . If you want, try using CF
to build up the SQL that calls the proc in variables, and then send it to
the server by putting the #sqlprocstmt# inside a block. e.g.:
#sqlprocstmt#
Executing procs via limits you to capturing only 1 result set (for
mor
If it is an ActiveX object on the serverside then you'll need to use
createObject("com", yourActiveXhere) rather than registering it in the CFX
tag section of CFAdmin. CFX tags are a whole other story to ActiveX.
Paul
~|
Create
> Refreshing Web Service Stubs in ColdFusion MX
> http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=965
Haven't had a chance to try this yet, but it looks like it will be the
dog's pajamas.
I was checking and double checking my code and going absolutely nutz
trying to figure out what the
It didn't have a huge amount to do with reality either, but hey-ho ;-)
N
On 12/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> > > of them! And, honestly, have you ever seen a billboard
> > > advertising ASP.NET?
> >
> > In fact, after thinking about it, I do seem to remember
> > seeing a TV ad
> OK, I spent the better part of an hour or so looking at how
> to call an activeX control in CF and I cannot find any good
> examples. I have already registered it on the server site
> (CFX) and now I need to know how to call it. If someone out
> there has any suggestions i would appreciate it
OK, I spent the better part of an hour or so looking at how to call an
activeX control in CF and I cannot find any good examples. I have already
registered it on the server site (CFX) and now I need to know how to call
it. If someone out there has any suggestions i would appreciate it.
Bruce
~~
Is it possible?
On 12/12/06, Aaron Roberson <[EMAIL PROTECTED]> wrote:
> How do you do it?
>
> I figured out how to view a remote site in the File Explorer View. I
> do understand that it is possible to double click a file, edit it, and
> save and it will be uploaded, but how do you upload a file
Wait now, strike that, reverse it.
Java owns AWT (abstract widget toolkit)
Eclipse owns SWT (standard widget toolkit)
At the time, IBM was completely right to use SWT to build Eclipse, though
now, with AWT making serious headway, it's arguable who has the best
performance, and with constant impro
Meh, no worries mate! ;o) I was going to suggest that you write a UDF
that would handle it the way you expect, but then I thought that's
probably more trouble than it's worth. :o)
Cheers,
Chris
Jacob Munson wrote:
>> The problem is that you cannot give the CreateDateTime function a '5'
>> and e
Ya know, it's not as incredible as you may think.
>From what I heard, a lot of the Java GUI improvements were largely based on
Swing & SWT, while Eclipse's AWT uses the native OS to render the GUI.
Therefore, not a lot of room for improvement in the front-end. I wouldn't
say it's slower, by any me
> The problem is that you cannot give the CreateDateTime function a '5'
> and expect it to know if you mean AM or PM. The function works only with
> a 24 hour clock. pass it a seventeen (which your second case does since
> hour(now()) equals 17 not 5), and everything works fine.
I guess I missed t
> > of them! And, honestly, have you ever seen a billboard
> > advertising ASP.NET?
>
> In fact, after thinking about it, I do seem to remember
> seeing a TV ad for .NET a few years back - consisted of a
> guy orderering a ferrari in a showroom and trying to choose
> the colour, while the .NE
The problem is that you cannot give the CreateDateTime function a '5'
and expect it to know if you mean AM or PM. The function works only with
a 24 hour clock. pass it a seventeen (which your second case does since
hour(now()) equals 17 not 5), and everything works fine.
It's not a bug, just so
Does it make Eclipse fly?
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is for
On 12/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
>
>
> Those aren't comparable products. Office and Windows are intended for
> general consumer use. It's hard to get a computer without one or both of
> them! And, honestly, have you ever seen a billboard advertising ASP.NET?
In fact, after think
That, I believe, would be me... it's a server on my network
and I can access the folder as a networked folder and
directly on the server.
I changed the path from "FortStewart.com" to just "FortStewart" and
the images uploaded properly...
Rick
-Original Message-
From: Teddy Payne [mailto:
Yeah, if I change the DateDiff to "d" it tells me there is a 12 hour
difference. If I do like so, it is right
- Original Message -
From: "Jacob Munson" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: Tuesday, December 12, 2006 3:33 PM
Subject: DateDiff bug, or am I stupid?
> I brought thi
And there are lots of alternative CFML application servers out there to take
its place, such as BlueDragon, Railo, IgniteFusion etc.
Russ
-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: 12 December 2006 21:28
To: CF-Talk
Subject: Re: Coldfusion roadmap
This whole thi
Also, I think they only released 1.6 SE, not J2EE yet.
- David
On 12/12/06, Peterson, Chris <[EMAIL PROTECTED]> wrote:
>
> Well, my dev server took it just fine (its running coldfusion in
> multi-server mode)
>
> I just setup the main instance in the Jrun management web site to point
> to C:/Prog
Turns out I was doing things "right" but I had a typo which was screwing
up my numbers...
I wrote a couple of little UDFs to remove the "complicated" code from
the rest of my code.. not that trying to blur images is easy, but at
least I can take this part out of it.
function separateRGB(rgb)
For the record, Java 6 works great with Eclipse :)
--
nathan strutz
http://www.dopefly.com/
On 12/12/06, Peterson, Chris <[EMAIL PROTECTED]> wrote:
>
> I KNOW it wont be supported, but has anyone tested the Java 6 JRE with
> CF? I was gonna toss it on a dev server and was just wondering if
> a
I brought this up in a previous thread:
http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:49106
If you execute this code, changing the 'currentHour' at the top to the
current hour in your time zone, tell me if diff1 isn't way off (it
should be 0):
date1: #date1#
I guess it is... I changed the "FortStewart.com" to just "FortStewart"
in the path and all image loads performed as expected...
Rick
-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 5:02 PM
To: CF-Talk
Subject: Is this an illegal path?
I
Does the user that is registered for the CF service have access to the
folder?
Teddy
On 12/12/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> Is the following an illegal path when using CFFILE?
>
> D:\Websites NOF 9\FortStewart.com\created_assets\photos\properties
>
> I know NTFS file system w
> Did you make that directory writeable? IIS doesn't allow you to write, by
> default. You check the "write" checkbox within the "Home Directory" tab for
> a virtual server, and within whatever the default tab is (I think) for a
> virtual directory.
Yes.
> This isn't really Windows-specific, alth
Is the following an illegal path when using CFFILE?
D:\Websites NOF 9\FortStewart.com\created_assets\photos\properties
I know NTFS file system will allow a period in a path, but I'm getting
an "Access Denied" error when I try to upload images using that path.
Rick
>>There is a system in place already that will bounce any message
Good idea.
In the same kind of issue, could you also automatically remove the
References: header
from any message that does not use the same subject as the message it is
refering?
(just like I just did ;-)
This way, a new thread
> Maybe not ASP.NET but the fact it is powered by .NET is
> enough to sway it to the .NET camp. Airports are good
> examples of this kind of marketing - hit the business men
> with it.
Since EVERYTHING in MS-land is "powered by .NET", this means absolutely
nothing. For Adobe to do something sim
How do you do it?
I figured out how to view a remote site in the File Explorer View. I
do understand that it is possible to double click a file, edit it, and
save and it will be uploaded, but how do you upload a file that is not
presently on the remote?
Thanks,
Aaron
FWIW, I think they rely on the developers to do the marketing for them.
-Original Message-
From: Josh Nathanson [mailto:[EMAIL PROTECTED]
Sent: 12 December 2006 21:57
To: CF-Talk
Subject: Re: Coldfusion roadmap
> What marketing?
I was being facetious, but in
Nothing in ColdFusion is CaseSensitive in as far as CFML is concerned AFAIK.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
I am sorry, I figured out what it was. It was not actually that component it
was another cfc that I was setting into the variables scope and thats why
it was throwing me off.
FYI - ColdFusion variables are not case sensitive so "setup" and "setUp" are
the same.
On 12/12/06, Paul Kenney <[EMAIL P
> What marketing?
I was being facetious, but in all seriousness, folks who might purchase a CF
license are not easily marketed to, so it's not surprising there isn't much
(if any) marketing going on - it probably wouldn't be cost effective.
In a way, this bodes well -- the lack of marketing sug
Is there an easy way to return the next and previous record when using UUID's.
Only if there is some field in the table that provides the order. I.E. a
relevant date or order field.
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
-
| 1 | |
-
Maybe not ASP.NET but the fact it is powered by .NET is enough to sway it to
the .NET camp. Airports are good examples of this kind of marketing - hit
the business men with it.
Fact is, we will never see ColdFusion getting the kind of marketing we would
like :-)
"This e-mail is from Reed
Change "setup" to "setUp"
On 12/12/06, Dan Vega <[EMAIL PROTECTED]> wrote:
>
> I am running some test cases using cfcUnit, My question is when i ran this
> test the first time i forgot to pass the datasource to my init method. I
> have since
> added it but it still does not see it in the setup? I
> OK, so how do I access client-side ActiveX/COM?
>From CF, you don't. However, you may be able to script client-side objects
using JavaScript. You should find out more about the specific object in
question; there should be documentation on how to use it.
Dave Watts, CTO, Fig Leaf Software
http:/
Thanks for the links Oðuz! I've contacted a few of them already, saferpay
and postfinance, but not all. I check them out tomorrow. Nando
On 12/12/06, Oðuz Demirkapý <[EMAIL PROTECTED]> wrote:
>
> Have you tried saferpay.com or telecash.de ?
>
> Or you can check following webpages:
>
> http://www.p
Is there an easy way to return the next and previous record when using UUID's.
~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://ww
OK, so how do I access client-side ActiveX/COM?
On 12/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> > Interestingly enough I did some checking and discovered that
> > IE has an activeX control already registered and installed. I
> > just have to call it now. I am guessing CFOBJECT is the way to
> Do the sheer number of threads on this subject make you
> wonder if Adobe's marketing of CF might be a little sub-standard?
No. These threads have been around forever. I suspect the day after CF 1.0
came out, somebody posted that it would soon be discontinued, or bought by
Microsoft, or wouldn'
> Interestingly enough I did some checking and discovered that
> IE has an activeX control already registered and installed. I
> just have to call it now. I am guessing CFOBJECT is the way to go?
CFOBJECT will not allow you to access client-side ActiveX/COM functionality;
only server-side.
Dave
Greatdidn't know that...thanks Mike!!
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
~
What marketing?
- Original Message -
From: "Neil Middleton" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: Tuesday, December 12, 2006 1:24 PM
Subject: Re: Coldfusion roadmap
> Do the sheer number of threads on this subject make you wonder if Adobe's
> marketing of CF might be a little sub-st
It is v.poor, but it is on all their products, I mean, it is very rare (in
fact, never) you can hit a railway station etc and see a billboard about
Photoshop or ColdFusion whereas you frequently see an Office or Windows one.
Adobe is not a large company in terms of revenue and marketing costs - th
> I don't get an error from cfhttp, but the files don't show up
> on the server. I even used cftry->cfcatch type=any, and
> still no errors.
You should use CFHTTP.Header to see what you get back.
> ENews-milan is the IIS Virtual Directory I created for this purpose.
Did you make that director
There is a system in place already that will bounce any message with a spam
header in the subject with an explanation that the poster should remove it. The
last thread that had such a header and got through was one that was not in the
list of potential subjects. It's since been added and all sho
Interestingly enough I did some checking and discovered that IE has an
activeX control already registered and installed. I just have to call it
now. I am guessing CFOBJECT is the way to go?
On 12/12/06, Peterson, Chris <[EMAIL PROTECTED]> wrote:
>
> You cannot get the locally logged in user (this
> You can ask them to do that, but since most people can't even be bothered to
> trim replies, I don't think it'll get very far.
>
> Dave Watts,
Ahh yeshuman nature...laziness ;-)
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.
This whole thing really gets me pissed off.
EVEN supposing Adobe decided they dont want ColdFusion (which i dont
think they have) there would still be LOTs of coldfusion sites that
need work, and they would far more likely to sell ColdFusion to
someone else as a going business than just shut it d
Couldn't you just use preferences.elementView.xmlChildren? This will give you
an array of elements under elementView.
Also, with regard to XML in SQL. You could just use a n/varchar data type for
the data unless you intend to parse it within SQL.
- Brian Rinaldi
blog - http://www.remotesynthesi
Do the sheer number of threads on this subject make you wonder if Adobe's
marketing of CF might be a little sub-standard?
Neil
On 12/12/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote:
>
> >I thought I heard that it was EOL since Adobe bought it but I can't find
> >any info on that.
>
> Charles,
Maybe this is just a typo in your email, but notice how your first button has
no single quote before the _blank and the second one does? Could this be the
problem?
- Brian Rinaldi
>Code:
>name="Excel" onclick="_root.getURL('my_xls.cfm?lid=' +
>#Variables.logID#, _blank');" />
>name="PDF" oncl
Do you mean the conversion of binary to decimal?
>From RIGHT to LEFT, each binary digit (bit) ON position represents a power
of 2, starting with 0. And bits are generally represented in bytes - eight
bits each. Thus a byte's max value is 255 - all bits ON.
A dark blue, 0,0,0,51 (alpha,red,green,b
> I'm not exactly sure what you're trying to accomplish with CFHTTP. Would
> this happen after the user has uploaded a file locally?
The user will upload a video news file using a form, and I need to put
it on a few external servers (external meaning on our network, but not
the CF server).
> If m
> You can if you have "Windows Integrated Security" enabled and
> "Anonymous" disabled in IIS and the user uses IE for their
> browser. Then cgi.auth_user will be populated with the
> domain\username of the login on the client machine on a
> windows domain.
I'm pretty sure that, by default, t
I am thinking of using an activeX control. I did a search and it looks good.
On 12/12/06, Dave Watts <[EMAIL PROTECTED]> wrote:
>
> > I figured out how to get the local user name by changing some
> > settings in IIS. Now though is the issue. CGI.AUTH_USER is
> > returning my windows user name. Wha
> I figured out how to get the local user name by changing some
> settings in IIS. Now though is the issue. CGI.AUTH_USER is
> returning my windows user name. What I need to figure out is
> how do I get my Novell username? We log into the network
> using Novell's login page and then we log into
Thanks Jacob. Thought it might be something standard that I was unaware of.
I'll go read the mySQL docs.
Will
-Original Message-
From: Jacob Munson [mailto:[EMAIL PROTECTED]
Sent: 12 December 2006 17:49
To: CF-Talk
Subject: Re: last updated date from MySql database
> I
You cannot get the locally logged in user.
You can if you have "Windows Integrated Security" enabled and "Anonymous"
disabled in IIS and the user uses IE for their browser. Then cgi.auth_user
will be populated with the domain\username of the login on the client machine
on a windows domain.
Ot
Jordan,
Thank you for that explanation. I just didn't think to click on schema
because I don't really know what a schema is.
I guess I need to learn about schema's and all the rest of the complex
features available in PostgreSQL and not in MySQL or Access.
-Aaron
~~~
OK,
I figured out how to get the local user name by changing some settings in
IIS. Now though is the issue. CGI.AUTH_USER is returning my windows user
name. What I need to figure out is how do I get my Novell username? We log
into the network using Novell's login page and then we log into the windo
http://acoderslife.com/tutorials/index.cfm?act=tl&cid=1
"A Better Paged Results Method"
..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: Steve LaBadie [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 1:45 PM
To: CF-Talk
Subject:
> You should give the command line client (psql) a try. A command line client
> may sound archaic, but it offers some pretty nifty advantages:
I started learning MySQL with using the command line but then when I
went to phpMyAdmin I found it much more efficient (I am not a db
adminstrator, so I a
nice
..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: Snake [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 12, 2006 1:17 PM
To: CF-Talk
Subject: File upload max size
Someone was asking recently how you can limit the size of uploaded fil
Did you read the rest of the email? Perhaps I wasn't clear on that
particular sentence (I was implying that in a general "how to store
this" way, four 8-bit integers made sense on the surface), but I think
it's pretty clear that the whole point of my email was conversion
between the two, because a
>>the obvious choice would be to use four separate 8-bit integers.
My understanding was that Java needs a 32 bit value,
then Rick seems to have no choice.
--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please
You cannot get the locally logged in user (this of the security risk
this would allow!!) but I have been using some code to allow your web
app to integrate to either a) windows NT / AD domain, or b) iSeries
AS400. If you would be interested in either you can contact me off
list.
Chris Peterson
OK, so it seems that this application is going to be internal, which means
that everyone accessing it will be logged in. So, how in CF do I get who is
logged onto the computer? I tried CGI.AUTH_USER but it does not work. We use
Windows XP and IE.
Bruce
~~~
Hopefully this makes sense...
A 32-bit integer is 32 binary digits that represent a number (from 0
to 4 billion). An 8-bit integer is 8 binary digits that represent a
number (from 0 to 255). If you want to store four things that are in
that latter range, the obvious choice would be to use four s
Refreshing Web Service Stubs in ColdFusion MX
http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=965
~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56
Well, my dev server took it just fine (its running coldfusion in
multi-server mode)
I just setup the main instance in the Jrun management web site to point
to C:/Program Files/Java/jre1.6.0, and deleted all the VM arguments, and
she fired right up.
Running good so far, some pages seem a bit snapp
Try this (not tested) :
--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
~~~
> What causes a "not found" error if it's plainly there?
> Another function inside the same component is working fine...
OK, it's taken two days and most of my hair, but all the problems I've
been having seem to be that the CFC doesn't "refresh" itself on the
server after I update the file.
The
DURETTE, STEVEN J (ASI-AIT) wrote:
> Well, since someone threw it out there, Scorpio hasn't been released
> yet... You think Adobe might test with 6 JRE and make it work with
> Scorpio?
I'd be surprised, but not stunned. With Java 6 being brand new, it
would seem to me that Java 5 is more likel
> Then again I'm a little ticked at Adobe for Scorpio... My maintenance
> agreement ends in March and Scorpio won't be released until after that
> (or so I've read on the net I could be wrong). Now I have to come up
> with a new business case to try and get the upgrade and upper management
> is g
>>I suspect that most list members don't directly administer their own spam
filters (and/or mail server).
Then the least they could do is reedit the subject of the message when
they reply to it.
--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.c
> So Davedo you think most folks are in large companies or
> government where it's out of their control?
Yes.
> So can those without control kindly trim the "SPAM" wording
> out of subject lines?
You can ask them to do that, but since most people can't even be bothered to
trim replies, I d
>>thoughts? complaints? bitches? moans?
I'll second this.
--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
I've been trying to do a freakin' blur all day long and i'm having some
trouble with math conversions.
Java stores RGB values in an image as a 32 bit integer, containing the
alpha, red, green, and blue values in each 8 bits.
In my world, the alpha is always non-transparent, ie 255...
For examp
> I suspect that most list members don't directly administer their own spam
> filters (and/or mail server).
>
> Dave Watts,
So Davedo you think most folks are in large companies or government where
it's out of their control?
Here we host at HostMySite and can individually change our own SPAM
Great! I assumed that it had been a copy and paste from the last
announcement which didn't include the Adobe Chat link.
-Original Message-
On 12/12/06, Michael Smith <[EMAIL PROTECTED]> wrote:
>
> You are invited to Maryland ColdFusion User Group Meeting on Tuesday
> 12/12/2006.
>
> 6:30
True, but they could edit the subject line when they reply
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 12, 2006 2:32 PM
> To: CF-Talk
> Subject: RE: SPAM filters and this list
>
> > Would it be too much trouble for others to white list
> > h
1 - 100 of 211 matches
Mail list logo