Sorry about the double post. The list was acting up yesterday.
On 3/30/15, 9:49 AM, "Bobby" wrote:
>
>Anyone managed to get Azure blob storage working in CF? There are very few
>examples out there and virtually none in CF.
>
>I©öm mostly just having issues with
pretty clear
>that it?s looking for the file path, and the dump shows this:
>
>OpenDesign(java.lang.String, short)
>
>
>
>
>> On Mar 25, 2015, at 9:23 AM, Bobby wrote:
>>
>>
>> I gave the benefit of the doubt but that is also my primary su
r otherwise.
>
>So might look if the function is this:
>
>OpenDesign(File, Int)
>
>as opposed to:
>
>OpenDesign(String, Int)
>
>~Byron
>
>
>On Wed, Mar 25, 2015 at 9:08 AM, Bobby wrote:
>
>&
Its not necessarily saying the method doesn't exist, it is saying it
doesn't exist with the arguments and/or argument TYPEs you are giving it.
Look at the types in the dump of the method you mentioned and try to
javacast() your values to match those types when passing them in.
example: opendesign
When you say it doesn¹t generate any errors, do you mean that you¹ve
looked through the exception logs? Unless you are trapping it with
try/catch or a custom error handler, that¹s the only place you would
discover that an error happened in a cfthread that you are spawning and
forgetting.
On 3/5/1
That¹s not what Adobe is telling us. They want a license per virtual
machine, not per host.
On 10/2/14, 3:22 PM, "Russ Michaels" wrote:
>
>as they are virtual, if you have enterprise license then you are covered
>as
>long as you are within the CPU/core requirements.
>
>On Thu, Oct 2, 2014 at 8
It isn¹t being explicitly passed, it is being explicitly referenced. The
template assumes it was passed in as part of the attributes
collection/scope (as per argumentcollection="#attributes#²). The error is
telling you that it is not in the attributes scope. The error is not wrong
so, like Phillip
Without specifics, I can just suggest trying to download the last version
of CF4em (which is still pretty old) and check out the bbmlparser there.
http://cf4em.com/downloads/
/cf4em/inc/parsebbml.cfm
Unless CF4em is what you inherited... In which case, I¹d suggest NOT doing
that that :-)
On 8
He said the arabic text was actually in the database but only ??? when
retrieving/displaying with CF. Wouldnt it be garbage IN the db if it wasnt
an nchar/nvarchar data type?
On 8/6/14, 12:21 PM, "Paul Hastings" wrote:
>
>On 8/6/2014 8:17 PM, Sathyanarayanan Ramanathan wrote:
>> *Issue 1: *Now
Last time, my suggestion was to make sure the "Enable High ASCII
characters and Unicode for data sources configured for non-Latin
characters² setting was enabled on your CF datasource but that was before
I realized it was an oracle datasource. If you are using a SQL Server
datasource this time, th
Inline image 2]
>
>*Simple insert statement using Toad for Oracle:*
>
>
>*[image: Inline image 3] *
>
>I am not able to find "Enable High ASCII characters and Unicode for data
>sources configured for
>non-Latin characters©÷" as suggested by Bobby. I am using CF9.
>
In the CF Administrator datasource settings, under the advanced section,
there is a checkbox for enabling high ascii/unicode chars. It is off by
default. Be sure that is checked.
"Enable High ASCII characters and Unicode for data sources configured for
non-Latin characters²
On 7/13/14, 3:26 AM,
errr Variables["getCourse" & I].CREDITDESIGNATIONTO
One of those bad boys.
On 4/18/14, 10:28 AM, "Bobby" wrote:
>
>Variables["getCourse" & i & ".CREDITDESIGNATIONTO©÷]
>
>
>On 4/18/14, 9:42 AM, "Torrent Girl&quo
Variables["getCourse" & i & ".CREDITDESIGNATIONTO²]
On 4/18/14, 9:42 AM, "Torrent Girl" wrote:
>
>This actually worked for me: #evaluate("getCourse" & i &
>".CREDITDESIGNATIONTO")#
>
>but of course everyone will tell me not to use evaluate.
>
>How can I rewrite this properly?
>
>
>
~~
erver.
>
>
>
>On Tue, Apr 1, 2014 at 11:49 AM, morchella
>wrote:
>
>> thanks guys! i was unfamilar with onServerStart. looking now!
>> Much appreciated!
>>
>>
>>
>> On Tue, Apr 1, 2014 at 11:44 AM, Bobby wrote:
>>
>>>
>>&g
The behavior you explained is expected. onApplicationStart() isn¹t
triggered until the first request to the application.
Check out onServerStart and Server.cfc
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS7AC9408A-1AC6-4ab7-9C8
E-CF1DA8FCA16D.html
On 4/1/14, 11:31 AM, "morchella" wr
What is running on your w2k3 server? Is there a web server through which
the source/txt file is accessible? If so, sure, cfhttp can go out and grab
it over HTTP. Being a txt file, you wouldn't have to do anything fancy,
just point CFHTTP to the txt URL and then read the resulting file content
or e
Yeah, Dave Haven¹t you ³learnt² anything?
On 3/29/14, 8:38 AM, "Jenny Gavin-Wear"
wrote:
>
>Dave, I am curious. Have you ever, even once, changed your mind because
>of
>what someone has told you?
>
>
>-Original Message-
>From: Dave Watts [mailto:dwa...@figleaf.com]
>Sent: 28 March 20
Re: The long tail of analogy hell.
On 3/28/14, 4:42 PM, "Russ Michaels" wrote:
>
>A locked door is useless if you leave the windows open.
>
>Russ Michaels
>www.michaels.me.uk
>cfmldeveloper.com
>cflive.net
>cfsearch.com
>On 28 Mar 2014 19:09, "Dave Watts" wrote:
>
>>
>> > I also once had a cl
*Throws keyboard in the air and gives programming¹ the finger while
walking away*
On 3/26/14, 9:20 AM, "Phillip Vector" wrote:
>
>To show how things can be twisted...
>
>"poll does not count / quantify people who're choosing not to learn a new
>language at this time."
>
>So it doesn't count p
Exception.log
On 2/2/14, 12:18 PM, "Rob Voyle" wrote:
>
>Hi Timothy
>
>Which log would the error be in. I can't find the error in any of the
>logs.
>The site is public and only displays a generic error template rather than
>the
>specific error.
>
>Rob
>
>On 2 Feb 2014 at 11:58, Timothy Heald
Right, cumalative would mean that 4 includes 3 (and previous). Russ is
right, there are plenty of security patches that are NOT in the cumulative
hotfix. I do believe the "unofficial updater" has many of them included
though so you might consider that if you are looking for more than what is
in th
We have MANY servers all running the exact same setup All with fusion
reactor installed. All of the FR logging and log archive settings are
identical but one of them stopped archiving the logs for some reason.
Instead of archiving, it just grows the active log file forever.
Since it only purges
Since I'm on this list... I'm going to go with the name.
On 7/2/13 11:06 AM, "Mark A Kruger" wrote:
>
>Is this a request for analysis or is he calling us a peculiar (and
>misspelled) name?
>
>-Original Message-
>From: Matthew Friedman [mailto:m...@hozgroup.com]
>Sent: Tuesday, July 02,
It throws an error on CF as well.
createObject error no less.
Security: The requested template has been denied access to
createobject(java).
On 5/29/13 3:06 PM, "Raymond Camden" wrote:
>
>FYI, using CFDUMP/Railo throws an error.
>
>
>On Wed, May 29, 2013 at 1:31 PM, Russ Michaels
>wrote:
>
Like Russ said, check the stack. If you can't seem to catch it, you can
set up FusionReactor to send you notifications (that include the stack
trace) when threads hit a certain time in their life span.
You said you didn't think it was DB. How did you determine that? Does it
mean you are using the
I'd imagine most people on this list frequent cfobjective.com but, for those
who do not, I hope you enjoy this as much as I did.
http://www.cfobjective.com/news/cfobjective-invests-in-future-cfml-programme
rs/
~|
Order the
But he who we do not speak of no longer DOES CF, Phil! lol
On 4/29/13 7:08 PM, "Phillip Vector" wrote:
>
>Either that or it's a sign that they picked up that you misspelled
>"Recruiters" or it could be that you don't specify what you know. CFC's?
>Frameworks? Other Skillsets?
>
>It also could b
You could start by replacing SELECT * with SELECT column1, column2,
column3, etc.
On 4/26/13 6:56 AM, "Richard White" wrote:
>
>Hi, I am sure there must be a way to restructure this query to bring the
>time down but i cannot see it. Any pointers at all would be greatly
>appreciated.
>
>> Hi,
>
phonegap+
It was very easy to figure out. We used it recently to convert a
responsive hack day project into a mobile app. It worked like a champ.
On 4/19/13 6:27 AM, "Raymond Camden" wrote:
>
>I'd take a look at PhoneGap (phonegap.com).
>
>
>On Fri, Apr 19, 2013 at 12:59 AM, Cameron Childress
I guess you could really only control the initial TO with that solution.
On 4/16/13 1:25 PM, "Bobby" wrote:
>
>How about BCC to a designated box?
>
>On 4/15/13 9:04 PM, "Rick Faircloth" wrote:
>
>>
>>I've been trying to find a good way to
How about BCC to a designated box?
On 4/15/13 9:04 PM, "Rick Faircloth" wrote:
>
>I've been trying to find a good way to store email
>*from* AND *to* my clients. (you know, create that
>really handy paper trail you need sometimes...)
>
>I've tried all sorts of ways from The Brain to Evernote
>t
changing when you
experience your issue.
My guess is that every time you see this issue, the application name will
have changed.
On 3/15/13 12:41 PM, "Bobby" wrote:
>
>They are different because the sessions aren't persisting. They are being
>recreated on each reque
try to increase application
>> time out and try
>>
>>
>> On Fri, Mar 15, 2013 at 12:32 PM, Bobby wrote:
>>
>>>
>>> No doubt. Also, as Roger pointed out. It is not cgi.remotehsot, it is
>>> cgi.remote_host.
>>>
>>> Cgi.remoteh
>> of code
>>
>> > applicationtimeout="#createtimespan(0, 0, 0, 10)#"
>> sessionmanagement="yes"
>> clientmanagement="no">
>>
>>
>> On Fri, Mar 15, 2013 at 12:15 PM, Bobby wrote:
>>
>> >
>> > So
Sounds like your sessions aren't persisting across requests. There could
be a couple of reasons but the most common, from what I've seen, is that
people forget to enable session management in their application.
On 3/15/13 10:43 AM, "fun and learning" wrote:
>
>I am converting a hidden variable
I guess you had no luck finding an instance of jsStringFormat().
Does the value ever hit a scope covered by global script protection before
it gets set to the app scope?
You could easily rule it out by making sure it is off or turning it off
long enough to test.
On 3/14/13 12:25 AM, "Kym Kova
That is the equivalent of what you would see if you ran that variable
through jsStringFormat() somewhere.
I'd run a quick search for that. I'd start in the app.cfc with that search
to make sure you don't have a routine somewhere that "cleans' your
variables for you.
On 3/13/13 8:23 PM, "Rick Fa
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions
_m-r_07.html
"Gets the current date and time of the computer running the ColdFusion
server"
It doesn't get its time form the VPN, it gets its time from the host
machine running the CF service. Clock in the bottom right c
In the example it was a hardcoded string for the salt. 'mySalt'. you'd
just replace that with whatever you intend to use.
I haven't used SHA512 this way. I only did it the way I did so there was
an equivalent method in CF to generate the same hash.
You'd have to play around with generating SHA51
I'd probably start by trying one of these instead just to see if it made a
difference:
./pdf/voucher#user_id#.pdf
Or
#expandPath('./pdf/')# & 'voucher#user_id#.pdf'
On 3/7/13 3:41 PM, "Bruce Sorge" wrote:
>
>I am having something strange going on today with my dev machine. I have
>an app t
Password expirations would definitely be the way I would have gone with
this.
If I didn't have that option id probably just hash them all with a single
update statement in SQL Server rather than involving CF at all.
update userTable set passwordColumn =
right(master.dbo.fn_varbintohexstr(hashByt
I suggest adding a new bit flag column to the table and only update
records that have that flag set to 0.
The password update query could set that flag to 1 so if you accidentally
run that template twice, you don't hash and salt salted hashes.
Step 1, back up the database.
On 3/7/13 11:02 AM,
The original poster never said they were adding salts to existing hashes.
They laid out the same scenario of converting plaintext passwords to
salted hashes.
On 3/5/13 7:06 PM, "Justin Scott" wrote:
>
>> I guess I didn't make myself clear. I wrote a routine that salted and
>> hashed all of the
Use cfqueryparam to rule out the value of the arguments variable causing
syntax related issues.
When an error tells you the line number and it is in a query, it rarely is
that actual line; it just knows it is in the query somewhere.
On 3/5/13 11:47 AM, "Rick Faircloth" wrote:
>
>datasource="
Any time. Glad it's worked out.
On 2/27/13 3:56 PM, "Brook Davies" wrote:
>
>Bobby, thanks for the notepad+ idea - it was the encoding on the source
>file
>
>-Original Message-
>From: Bobby [mailto:bo...@acoderslife.com]
>Sent: February-27-1
UTF-8 should do it.
On 2/27/13 3:00 PM, "Brook Davies" wrote:
>
>Should I be saving it in Unicode or UTF-8?
>
>-Original Message-
>From: Bobby [mailto:bo...@acoderslife.com]
>Sent: February-27-13 11:01 AM
>To: cf-talk
>Subject: Re: Localization , Fre
My first guess is that it is happening when the file is read in. Was it
saved as unicode? I think notepad lets you do that. If not, notepad++ does.
On 2/27/13 12:52 PM, "Brook Davies" wrote:
>
>I am trying to read in a number of text files that contain translations
>(using French in this examp
In the beginning, I actually sliced designs. When I did, I used Image
Ready. It was much better suited for the slicing part than Photoshop.
On 2/22/13 12:04 PM, "Gerald Guido" wrote:
>
>In the past I have used Photoshop's Slice tool. It does a fairly decent
>job
>but I have always had to go in
Will it even cache the plan without the 1 being a parameter?
In either case, I'd still advocate the use of schema prefixes/aliases.
On 2/20/13 1:15 PM, "Dave Watts" wrote:
>
>> You could also add schema prefixes to your tables and columns (or alias
>> them) as well as make the 1 a parameter.
You could also add schema prefixes to your tables and columns (or alias
them) as well as make the 1 a parameter.
That should help with execution plan caching.
Declare @myBit int
Set @myBit = 1
SELECT @intCourseCompletions = COUNT(m.intMemberStageID) FROM
dbo.tblMemberStages m WHERE m.bitComplet
It has been a very long time but a number of years ago, I did a college
application in PDF format.
The PDF was already defined by the college and the format couldn't change.
What I did was go into the PDF and make all of the "answer" sections form
fields. Then, obviously, created a web form to ga
Ha! I was about to reply with the exact same link...
On 11/1/12 4:06 PM, "Dave Watts" wrote:
>
>> I have found it effective to block troublesome emails for some length of
>> time, usually 6 months does it.
>
>http://instantrimshot.com/
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.c
I believe it was in the CFWACK for version 4.5 or 5. Maybe you have that
book or know someone who does?
On 10/7/12 10:27 AM, "Richard Colman" wrote:
>
>Hate to bring this up again, but I have used Homesite for many years and
>do like it.
>
>I need to transfer the application to a new computer,
Sorry. I didn't realize it was solved. It would help to not change the
subject of the thread ;-)
On 6/26/12 10:26 PM, "Bobby" wrote:
>
>Which CF Version? What is the file size of myfile.zip? And how much memory
>is allocated to CF?
>
>
>On 6/26/12 1
Which CF Version? What is the file size of myfile.zip? And how much memory
is allocated to CF?
On 6/26/12 11:08 AM, "Robert Harrison" wrote:
>
>According to the documentation the default is "yes".
>
>
>Robert Harrison
>Director of Interactive Services
>
>Austin & Williams
>Advertising I Brand
I set the CF Admin to no authentication (just to test) and it appears to
work. There server will be public facing once it is setup so I sure can't
leave it that way. it is interesting though...
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Ori
S.runFunction(E:\cf8_updates\cfu
sion\wwwroot\CFIDE\adminapi\datasource.cfc:67)
Has anyone ran into this one before or have any ideas on what to try next?
Thanks.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
~
If you are on CF10 (in which case, I'd be jealous), then look into the new
WebSockets.
If not, then I believe you will be stuck polling for changes on regular
intervals to get the submissions of others.
Here is an example of websockets in CF10.
http://www.bennadel.com/blog/2351-ColdFusion-10-Us
FYI, There is a cf-community list for these types of off topic threads.
On 5/12/12 1:30 PM, "Brian Thornton" wrote:
>
>Bobcat Goldthwait and Darko Productions put our a GREAT movie that
>challenges society, religion and stereotypes...
>
>To me, Robin WIlliams through this movie explains why Dav
#createOBDCDateTime(form.xdate_use & ' ' & form.xtime)#
On 5/10/12 9:50 PM, "Les Mizzell" wrote:
>
> ex: 05/31/2012
> ex: 3:31 PM
>
>Given the values used as examples for the fields above, exactly how
>would I go about querying a datetime stamp field (SQL Server) to find
>all records dates on
Try component="gallerycomponents.functions"
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/m
>also classed as separate physical servers and therefore require a license.
>
>
>andy
>
>-Original Message-
>From: Bobby [mailto:bo...@acoderslife.com]
>Sent: Saturday, April 14, 2012 8:31 AM
>To: cf-talk
>Subject: FusionReactor - Development server
>
>
&
I figured if anyone knew the answer to this (outside of FR Support), it
would be someone on this list
I may have dreamed this because I can't find it again but I thought I read
that if you bought a FusionReactor enterprise license, you were also allowed
to install a second copy on a development
1 q.questionid, q.questiontext FROM questions q WHERE
q.questionId NOT IN ) ORDER BY NEWID()
2: Add it to the list of questions they have seen
listappend(session.listofusedquestions, thisQuestionQuery.questionId)
3: Display the question.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http
I have seen blank white pages served up when CF would run out of memory. CF
Exception logs would show outOfMemory errors in those cases.
Just something else to check.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Andrew Scott
Did you add a hosts file entry for "127.0.0.1 myproject.dev" so it knows
how to resolve it?
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Dan Kraus [mailto:dskr...@gmail.com]
Sent: Tuesday, March 20, 2012 8:04
+2000
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Raymond Camden [mailto:raymondcam...@gmail.com]
Sent: Friday, February 24, 2012 4:28 PM
To: cf-talk
Subject: Re: Image Crop/Resize Tool
Like so? http
ntent
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Jay Pandya [mailto:jaypandy...@gmail.com]
Sent: Thursday, February 16, 2012 2:01 AM
To: cf-talk
Subject: Difference between cfcontent and cfheader in terms its usage?
Difference between cfco
That is more or less what I suspected but wasn't sure. Thanks for the
clarification, Dave.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Monday, February 13, 2012 12:54 PM
T
cate is renewed?
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.ho
Sounds like the same solution in both cases unless I'm missing something.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Hong Chen [mailto:ho...@cbmiweb.com]
Sent: Tuesday, February 07, 2012 6:47 PM
To: cf-talk
Subjec
Not sure why I was thinking after.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Leigh [mailto:cfsearch...@yahoo.com]
Sent: Tuesday, February 07, 2012 5:42 PM
To: cf-talk
Subject: Re: cfspreadsheet issue when reads dates
arbitrary.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Tuesday, February 07, 2012 5:26 PM
To: cf-talk
Subject: Re: SEO Redirection
>
> http://#subDomain#.#appdatasource#.com#thePag
.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Hong Chen [mailto:ho...@cbmiweb.com]
Sent: Tuesday, February 07, 2012 2:42 PM
To: cf-talk
Subject: cfspreadsheet issue when reads dates from spreadsheet
We use to upload Excel spreadsheet into database, but
course, you'd want to do that on the
production network BEFORE copying it down to the other network. I have seen
people do the scrubbing AFTER the move... which is kind of pointless.
Just some things to think about.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4e
you.
Bobby June / BeyondTek IT
Tel: 714-572-1544 x 11 / Fax: 714-982-5094
Yahoo IM: bobbybeyondtekit
bo...@beyondtekit.com / www.BeyondTekIT.com
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe
Noob mistake. I had this.ormsettings.flushAtRequestEnd set to flase in
applicaiton.cfc and was not using ormFlush() after entitySave. I Must have
changed it to false to try an example in John W's book or something.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4e
run statesTest.cfm, all queries are
selects... no inserts.
Now... If I change the stateID property in states.cfc to the following:
property name="StateId" fieldtype="id" generator="native";
...and remove the obj.setStateID() line from statesTest.cfm, it in
FYI, I did read people saying to set the generator of composite keys to
"assigned" (even though I'm pretty sure that is the default) so I did try
that but it did not make a difference.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-O
rst entity but
I only see a bunch of selects with the second.
I drop the table each time I run it so I know its empty to begin with. Both
components create the table as I would expect them to (correct columns,
types and constraints).
I'm sure I'm doing something wrong obviously but I ca
I'd imagine that it isn't the structDelete line but the CFSET line for
recipient_id since the line just above it has an extra quote.
Try making that:
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Shan
Jconsole as well.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Bryan Stevenson [mailto:br...@electricedgesystems.com]
Sent: Thursday, December 29, 2011 8:07 PM
To: cf-talk
Subject: Re: list of running cfthreads
Things
Is /cfide/ in the root of your website? If not, setup a virtual directory to
put it there.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Mr. Chedder P. Slam [mailto:chedders...@gmail.com]
Sent: Tuesday, December 13, 2011 12
distros.
Enjoy.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com]
Sent: Sunday, December 11, 2011 5:09 PM
To: cf-talk
Subject: Re: TOT - Forwarding port 80 to two machines with a home
ou have laying around.
Some of them are small enough to fit on a single floppy disk and run
entirely from RAM.
So that's my linux firewall spiel.
Cheers
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Gerald Guido [mailto:ge
I can only say I've not ran into any issues with the spool needing to be
kick started and we send ridiculous amounts of email all day from about 20
different CF 8.01 enterprise servers... all via cfmail.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4e
Thanks Matt. I swear I did try that earlier but I just tried it again to
make sure I didn't typo it or something earlier and it got past the error.
Today has been one long caching nightmare.
Thanks!
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4e
tmanagement="false";
this.sessionmanagement="true";
this.sessiontimeout="#createtimespan(0,0,1,0)#";
this.applicationtimeout="#createtimespan(0,0,1,0)#";
}
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
ht
Thanks for pointing out your own solution. I hope to play around with
barcodes soon.
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Keith McGee [mailto:kpmc...@frontiernet.net]
Sent: Friday, November 11, 2011 2:15 PM
To: cf
> Yes, but luckily the mailing list is handled by a different server
> so anyone using regular email is still able to send/reply to the list.
AKA... all the REAL users. :-p
.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From
Now I owe Dave $1. He bet me that he could get you to admit "truthiness" was
a word... crap!
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Michael Grant [mailto:mgr...@modus.bz]
Sent: Thursday, October 13, 20
Say goodbye to your thread Rick. :-/
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp
The onclick sounds pretty cool. I never thought to do it like that.
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Claude Schnéegans
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans >The bot doesn't realize the field i
eal people.
It has worked well for me in the past.
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Rick Faircloth [mailto:r...@whitestonemedia.com]
Sent: Thursday, October 13, 2011 8:58 AM
To: cf-talk
Subject: RE: Hiding ema
You're welcome.
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk]
Sent: Saturday, October 08, 2011 2:41 PM
To: cf-talk
Subject: RE: Hiding email address from sp
Yeah, A couple of us were quite sure what I had should work and were
surprised when it didn't.
Your example looks like a winner to get the test working like it needs to
though!
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Me
In which case ascii encoding would make them feel better about themselves
because they don't know any better. ;-)
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Original Message-
From: Claude Schnéegans
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9
In all honesty though, if someone submits some text to their own site that
they know is going to be displayed and it has email addresses in it, they
probably don't care much about the subject.
.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com
-Origin
<= len(emailArr[i]); ii++)
{
thisEmailAddr = thisEmailAddr & "&##" &
asc(mid(emailArr[i], ii, 1));
}
str = replace(str, emailArr[i], thisEmailAddr,
'all');
}
return str
1 - 100 of 2016 matches
Mail list logo