I would create a page that is scheduled to run every minute.
That page would call an external request via CFHTTP, CFTHREAD or whatever could
spawn a new CF request. Then, it would sleep for however long (20-30 seconds,
for example) then call itself once or twice more.
Then, in the next minute
>Hi,
>
>I want to see if a user exist or not in group AI. here is my LDAP query-
>___
>action="query"
>attributes="member"
>start="OU=Endgroups,DC=uad,DC=su,DC=du"
>server="someserver"
>username="someuser"
>filter="cn=ai"
>password="somepasswd"
>name="ge
Well, it wasn't too difficult to pull off. Here is a rough, working example:
SELECT
Songs.songId
,Songs.songTitle
,Songs.presetCount
FROM
Songs
INNER JOIN SetLists
ON Songs.songId = SetLists.songId
WHERE
SetLists.showId = 8
AND
I can't think of the programming pattern for this, but, this is what I'm trying
to do for a little side project I'm building. I'll explain what I'm doing and
then I ask you for the name of the programming pattern that most-closely solves
this problem. I'm not specifically asking you to code i
I can't think of the programming pattern for this, but, this is what I'm trying
to do for a little side project I'm building. I'll explain what I'm doing and
then I ask you for the name of the programming pattern that most-closely solves
this problem. I'm not specifically asking you to code i
>Eclipse 3.3 (Classic should be fine). The CFE wiki states that Java 1.5
>JRE is required.
>
>Steve "Cutter" Blades
>Adobe Certified Professional
>Advanced Macromedia ColdFusion MX 7 Developer
>_
>http://blog.cutterscrossing.com
>
>Dawson, Michael wrote:
>>
Thanks, Ste
>Eclipse 3.3 (Classic should be fine). The CFE wiki states that Java 1.5
>JRE is required.
>
>Steve "Cutter" Blades
>Adobe Certified Professional
>Advanced Macromedia ColdFusion MX 7 Developer
>_
>http://blog.cutterscrossing.com
>
>Dawson, Michael wrote:
>>
Thanks, Ste
I can use relative references, however, there appears to be a bug in CF8 that
won't allow you include a file in the Application.cfc's "constructor" area.
Well, that's not entirely correct. You can include a file, however, you can't
refer to any variables within that included file. That makes
I can use relative references, however, there appears to be a bug in CF8 that
won't allow you include a file in the Application.cfc's "constructor" area.
Well, that's not entirely correct. You can include a file, however, you can't
refer to any variables within that included file. That makes
For some reason, this message isn't getting through the "system".
Is anyone else seeing this post?
M!ke
>I have structured my web site (CF8) so that my config settings are
>outside of the web root such as this:
>
>C:\Components
>C:\Config
>C:\CustomTags
>C:\WebSite
>
>I'm building the site at:
For some reason, this post didn't make it through the mail system.
>I have structured my web site (CF8) so that my config settings are
>outside of the web root such as this:
>
>C:\Components
>C:\Config
>C:\CustomTags
>C:\WebSite
>
>I'm building the site at: http://acelinktest.evansville.edu/ and
Would you be willing to share your modded cf_codecleaner custom tag?
Thanks!
MAD
> Yes, I did virtually the same except I modified cf_codecleaner to do
> the CompareNoCase within the tag, email me the details and cflocation
> (I'm going to make a "special" 500 page as I can't get cfheader to
>
12 matches
Mail list logo