Re: Thank God for query params. ;)

2012-03-10 Thread Michael E. Carluen
I often amazed why simple cf tags like cfqueryparam and even cfoutpout don't get pimped enough. Stuff CF developers don't worry as much as PHP, ASP, or RoR developers would. On Mar 10, 2012, at 9:43 PM, Justin Scott leviat...@darktech.org wrote: An IP from the Ukraine was attacking my

CF-friendly iPad Code Editor app

2012-02-23 Thread Michael E. Carluen
I'm trying to decide which CF-friendly iPad code editor to get. So far, its a toss-up between Koder Code, Textastic, and Gusto. Anyone got some experience in using any of these apps and if so, have some nice or not-so-nice things to comment? Also your wish list features if those are absent

SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
I am finally moving from Homesite to Eclipse. I installed Eclipse/CFEclipse/AdobeCF8Extension (with RDS) on both my Windows and Mac machines. Everything seems to work, except that when I try to RDS connect to my VivioTech server, it only displays the Connecting Server... icon, and never shows

SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
On 18 February 2012 16:41, Michael E. Carluen mecarl...@gmail.com wrote: I am finally moving from Homesite to Eclipse. I installed Eclipse/CFEclipse/AdobeCF8Extension (with RDS) on both my Windows and Mac machines. Everything seems to work, except that when I try to RDS connect to my

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
Russ, yes it is enabled... I am able to use RDS via Homesite+. On Feb 18, 2012, at 3:45 AM, Russ Michaels r...@michaels.me.uk wrote: you do actually have RDS enabled on the server right ?

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
After Google-ing a bit more, I found out that theres a bug on the Arrows icon that toggle the RDS directory tree it does not work. The work around is simply using the Go Into menu item. Funny that the bug has been around for years and still no fixed.

skEdit Express for CFML

2012-02-15 Thread Michael E. Carluen
Hello gang. Is there anyone using skEdit Express and have an opinion on it? (I'm on Mac OS Lion) Thanks!!! ~| Order the Adobe Coldfusion Anthology now!

Re: ColdFusion Hosting Recommendations

2011-11-05 Thread Michael E. Carluen
Try authenticating the user using their LinkedIn or their Twitter userid. That often deters 'phony' users from creating accounts with self-serving or malicious intentions that'll skew your data. On Nov 4, 2011, at 6:44 PM, Steve Bryant st...@bryantwebconsulting.com wrote: Russ, That

RE: Pyschich Serch

2008-06-19 Thread Michael E. Carluen
Don, You do it using ajax (referred to as 'auto-suggest'). There many different ways on how you can do it. One implementation is by using CF with jQuery. Check-out the following: http://www.dyve.net/jquery/?autocomplete http://jquery.bassistance.de/autocomplete/demo/ Most auto-suggest is done

RE: Time Rounding

2008-06-03 Thread Michael E. Carluen
Terry, Try this: cfoutput#minute(now())#/cfoutput cfset theminute = minute(now()) cfset roundedhour = hour(now()) cfif theminute lte 7 cfset roundedMinute = 0 cfelseif theminute lte 23 cfset roundedMinute = 15 cfelseif theminute lte 37 cfset roundedMinute = 30 cfelseif

RE: Sever-side data validation with ajax

2008-05-14 Thread Michael E. Carluen
Don, As Kevin eluded to, building a rock-solid server side validation should always be the first step. I typically reserve ajax/js validation as input helpers for just enhancing the form's data entry user experience- such as autosuggest, auto-fill drop downs, etc. (I always think that the user

RE: Secure Flash Audio Player and CF

2008-05-08 Thread Michael E. Carluen
Checkout http://flowplayer.org/player/advanced.html#antileeching This player already has an anit-leeching feature partially built-in into the player itself. So as Kevin described, all you need to do is build the uuid token authentication handling on the CF side. I believe the player handles both

RE: The unofficial ahphosting status thread

2008-02-27 Thread Michael E. Carluen
@Terry: Yes, everything is working on my end, including the CP. As Jeff noticed, it's a tad bit faster too. You're probably on the same box as Mary Jo, where as I recall, Greg said it was 'toast'- but I'm just guessing. So like everyone, I am just waiting the official word of conclusion. I share

RE: FW: unoffical ahphosting thread

2008-02-27 Thread Michael E. Carluen
On Failover: At the price/value we're paying, I personally only expect the bare minimum, that is just the ability for AHP to rollback any failed version updates. On System Updates/Emails: I prefer emails, or even an official thread on HoF, for incidents like this. Do remember that throughout

RE: The unofficial ahphosting status thread

2008-02-22 Thread Michael E. Carluen
You can do the same thing using the free MySQL Administrator (GUI) tool. -Original Message- From: Anthony Katgert [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:09 PM To: CF-Talk Subject: Re: The unofficial ahphosting status thread Pfff I was able to connect to

RE: The unofficial ahphosting status thread

2008-02-21 Thread Michael E. Carluen
Now here's a totally new symptom. On some of my sites that lands on an index.htm, http displays fine. However, on index.cfm, displays 403.1 errors. Anyone else observed that problem yet? -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21,

AHPHosting Downtimes?

2008-02-01 Thread Michael E. Carluen
Is it just me, or are there anyone else noticing sporatic downtimes (10 to 30 min long) on AHPHosting's VPS? I wanted to create a trouble ticket. But unfortunately, the AHP site kept on going south as well. Anyone? ~|

RE: AHPHosting Downtimes?

2008-02-01 Thread Michael E. Carluen
Thanks for the reply, Michael, Terry. It happens around 3am-4:30am PST. Not quite sure if it really AHP, that's the reason why I wanted to field it on the list. Accessing via FTP or RDS is OK. But I can not seem to hit the (mine and AHP's) sites via http when its down. Have not done a trace

RE: IP Address to Country API

2008-01-15 Thread Michael E. Carluen
I've been using it for several months now. I don't remember it ever choking yet. -Original Message- From: Coldfusion Monkey [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 4:50 PM To: CF-Talk Subject: Re: IP Address to Country API I have a high traffic site that needs

RE: Using includes to build pages

2007-11-14 Thread Michael E. Carluen
Tim, I've even had one that had nested includes (an include inside another)- and I couldn't tell if there's even a performance hit. I really like the modular flexibility of includes. I don't think 7 includes will make a significant noticeable difference, just link what Ben stated.

RE: Rails vs CF.... :)

2007-10-20 Thread Michael E. Carluen
Lol, that's really funny. Thanks John Paul. I am curious as to the size of the RoR base (adoption/implementation). I checked the Top100 RoR Users list http://rails100.pbwiki.com/ but it only lists 74- and 4 of them are 37Signals/David Hansson's products (no surprise there). Most on the list are

File disappears after cffile rename

2007-10-18 Thread Michael E. Carluen
Has anyone experienced having a file literally disappear after a cffile action=rename ? This happens on CF8. but code works fine on 7.0.2. Any ideas? ~| Download the latest ColdFusion 8 utilities including Report

RE: File disappears after cffile rename

2007-10-18 Thread Michael E. Carluen
this is an avi file being uploaded on a fairly new server, does my MIME registration on IIS have anything to do with the cffile rename anomaly? I currently have it for video/avi. Any other ideas for me to check for, will help. Thanks, Michael -Original Message- From: Michael E

RE: File disappears after cffile rename

2007-10-18 Thread Michael E. Carluen
have it for video/avi. Any other ideas for me to check for, will help. Thanks, Michael -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 3:09 AM To: CF-Talk Subject: File disappears after

RE: File disappears after cffile rename

2007-10-18 Thread Michael E. Carluen
it happen. The lock just seemed to prevent that from happening. -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:11 AM To: CF-Talk Subject: RE: File disappears after cffile rename Issue solved. (Or perhaps a CF8 bug

RE: File disappears after cffile rename

2007-10-18 Thread Michael E. Carluen
Claude, I am sure you (et al) are right on the use(lessness) of locks in this case. As I said, I used it with uncertainty thinking (hoping?) that it was preventing an overlapping of execution between the file rename and cfexecute. In other blog threads, I found quite a number of posts about

RE: Creating replicated sites with coldfusion

2007-10-16 Thread Michael E. Carluen
This sounds like a good Idea... what would be the proper syntax to use to get the username field if I went with a wildcard variable? I don't have a lot of experience with CGI variables, which seems to be what I will need to do this. You can treat the CGI scope just like any other

RE: Creating replicated sites with coldfusion

2007-10-16 Thread Michael E. Carluen
I could be wrong, but I don't think IIS supports wildcard sites. Which is too bad, because that's actually a very elegant solution. Hi Ben, Yes, you can. But from my experience, it has to be on a 'dedicated' IP address. By dedicated, I mean- there should be no other sites/domains sharing the

cferror wont fire on syntax problems

2007-10-15 Thread Michael E. Carluen
I have the following catch-all cferror in place on my application.cfm: cferror type=EXCEPTION exception=any template=/error/index.cfm mailto=[EMAIL PROTECTED] cferror type=REQUEST template=/error/index.cfm mailto=[EMAIL PROTECTED] However, If I run my test page with a bad cf syntax

RE: Creating replicated sites with coldfusion

2007-10-15 Thread Michael E. Carluen
Jessica: Also, have you considered using wildcard DNS? As in http://jessica.sample.com You can do that by simply adding a * A host entry in your DNS manager. Michael -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 11:41 AM To: CF-Talk

RE: Site wide error handlers

2007-09-30 Thread Michael E. Carluen
What does cferror do if cftry-cfthrow-cfcatch is already in place? -Original Message- From: ColdFusion [mailto:[EMAIL PROTECTED] Sent: Sunday, September 30, 2007 6:30 PM To: CF-Talk Subject: RE: Site wide error handlers What I have is in my Application.cfm file: cferror

RE: Site wide error handlers

2007-09-30 Thread Michael E. Carluen
. Seiter Web Developer http://William.Seiter.com -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Sunday, September 30, 2007 7:04 PM To: CF-Talk Subject: RE: Site wide error handlers What does cferror do if cftry-cfthrow-cfcatch is already in place

RE: Security Questions

2007-09-24 Thread Michael E. Carluen
and the evil Java Developers (j/k ;o) You just gotta love them purists and elitists- and their will to resists anything but...! -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 12:33 PM To: CF-Talk Subject: Re: Security

RE: CF-happy CAPTCHA recommendations?

2007-09-21 Thread Michael E. Carluen
Hey there Scott, Have your tried CFFormProtect? http://cfformprotect.riaforge.org/ Its not the traditional Captcha since it does not ask the user to type in the obscured string of characters prior to the form submission. It works by systematically observing the users' activities, that only

RE: IP Address to Country API

2007-09-17 Thread Michael E. Carluen
Hi Chad, I use http://api.hostip.info/?ip= anyIP Contact me offline if you need more. I have modified portions of Matt Robertson's ZipMonger code to create a simple custom UDF, that can calculate the mile proximity of a visitor's machine, to another geo valid coordinate/point. Michael

RE: Loop based on if statement

2007-09-17 Thread Michael E. Carluen
Scott, Please clarify what you are working with; do you have a query with 2 fields (field1: query.id1 and field2: query.id2), and single list with multiple values ('id1', 'id2')? Is you intention to verify the existence of the values contained in either fields to the values of contained in the

RE: Google Maps Tag - CF5

2007-09-13 Thread Michael E. Carluen
Try this http://www.blayter.com/john/cf_googlemap/ It's a custom tag, not a cfc. -Original Message- From: Dennis Powers [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 4:42 PM To: CF-Talk Subject: Google Maps Tag - CF5 I apologize for being a Luddite on this

RE: Replacing the CFDJ awards.... ?

2007-09-10 Thread Michael E. Carluen
LOL, Steve. That is probably why I never liked reading CFDJ, or any SysCon published material for that matter. You could never see what you are looking for even if its right in front of you. A minute on any of their site sends me running for some aspirin. -Original Message- From:

RE: SQL select where in headache

2007-09-05 Thread Michael E. Carluen
Hugh, I'd caution you to thoroughly check the results of your query. Per your previous posts, if the PERMISSIONS value is 1,2,3 then the query will not return anything on a session.status that has a value of 1,3,2- because they a not LIKE -Original Message- From: Hugh Fidgen

RE: cfexecute ffmpeg

2007-09-05 Thread Michael E. Carluen
Hi Mark, I am curious as to what doesn't work. I pretty much do the same method as what you're doing. In my experience however, I notice some latency associated with the ffmpeg processing in the background even after cffile and cfexecute completes. As an example, 10meg .avi can take a full

RE: PHP or .Net?

2007-09-05 Thread Michael E. Carluen
Sean, Michael, Andrew... Any thoughts on Ruby and Python? -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 8:57 AM To: CF-Talk Subject: Re: PHP or .Net? On 9/5/07, Ali Majdzadeh [EMAIL PROTECTED] wrote: For about 5 years I

RE: SQL select where in headache

2007-09-04 Thread Michael E. Carluen
Also, don't forget- cfqueryparam is your friend cfqueryparam value=#session.status# separator=, list=Yes -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 11:39 AM To: CF-Talk Subject: RE: SQL select where in headache if

[OT] Ann: Rey Bango is now Ajaxian

2007-09-02 Thread Michael E. Carluen
http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango Coolness Rey! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R. Rajesh Jeba Anbiah Sent: Sunday, September 02, 2007 3:54 AM To: jQuery (English) Subject: [jQuery] Rey Bango is

RE: [OT] Ann: Rey Bango is now Ajaxian

2007-09-02 Thread Michael E. Carluen
: [OT] Ann: Rey Bango is now Ajaxian LOL! I can't believe this made it to CFTalk! Thanks for the kudos Michael. I'm really happy about being an Ajaxian and posting for the site. :) Rey... Michael E. Carluen wrote: http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango

RE: Fading images with ajax

2007-08-20 Thread Michael E. Carluen
Bill, To Andy's and Will's suggestion, here's a css that might help you: style ..transpOn { filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; margin:;} ..transpOff { margin: 0px;} /style a href=your_linkimg class=transpOn onmouseover=this.className='transpOff'

SOT: Getting Started with FFMPEG Windows

2007-07-06 Thread Michael E. Carluen
I'll be working with FFMEG with CF. Can anyone recommend a good installer package? There a ton of stuff to read. I was wondering if anyone know a fasttrack way for the installation. Thanks all ~| CF 8 – Scorpio beta

Using cfinclude and udfs on application.cfm

2007-06-16 Thread Michael E. Carluen
Hi all. I am updating a legacy app that is still using an application.cfm (not a .cfc). The update simply adds a cfinclude tag for a udf library. Is there anything illegal (for a lack of a better term) about adding cfincludes on an application.cfm? It works, but would like to confirm whether

RE: Using cfinclude and udfs on application.cfm

2007-06-16 Thread Michael E. Carluen
Btw, just for clarity, the udf library is being used, of course, for just a couple functions to be used within the application.cfm. -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, June 16, 2007 11:45 AM To: CF-Talk Subject: Using cfinclude

RE: Using cfinclude and udfs on application.cfm

2007-06-16 Thread Michael E. Carluen
is nothing really special about it. it is just called that because it is a nice place to put application level variables. So to answer your question YES it is ok to put a cfinclude inside of it and I do that often. J.J. M On 6/16/07, Michael E. Carluen [EMAIL PROTECTED] wrote: Hi all

RE: Ajax/flex/spry

2007-06-13 Thread Michael E. Carluen
To add to Rey's suggestion: yes, get up to speed with your JS basics and fundamentals first... you don't have to be an expert but still know the JS syntax and constructs before ajax. Then, decide on the JS library that serves your need. There have been more than enough comparison discussions

RE: AJAX Libraries

2007-06-10 Thread Michael E. Carluen
Brook, One thing that I like about jQuery is the growing number of community developed plugins and extensions. It seems like one is added everyday. http://docs.jquery.com/Plugins Also it also good to know that the list of recognizable brands have deployed sites on it.

RE: ajax based 5-star rating system

2007-06-07 Thread Michael E. Carluen
This is a simple example of CF+jQuery using a jquery 5-star rating plugin http://songfordad.org The implementation is super-simple. Goto: http://jquery.com for the plugin, download and just read-up on: http://dev.jquery.com/~john/plugins/rating/ -Original Message- From: DKI

RE: New developer vs. Veteran developer

2007-05-16 Thread Michael E. Carluen
Ken, also consider the complexity of the first projects you'd like your developer to do. If it is fairly low to medium complexity, then his/her learning curve could be right along with the development timeline. I have seen CF developers 'grow' into their first apps with pretty good results. CF

RE: CFJS 1.1.1 (a jQuery plugin) is now available

2007-05-03 Thread Michael E. Carluen
Chris, As I said on the jQuery list, thanks... CFJS will prove to be a very useful tool in the toolbox. Strongly recommended for those who see themselves as CFers first, and Javascripters a far second. Michael -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED]

RE: Book Recommendations

2007-05-03 Thread Michael E. Carluen
My suggestion? Don't bother with design books as they're generally a small portion based on a single (or a few) design styles. I have a few that were good for about 5 minutes and than out of date. I totally agree with Kevin on this, Bruce. Browse a few sites (found in

RE: EST to CST timestamp

2007-04-24 Thread Michael E. Carluen
Deepak, I am guessing that the reason you're asking is that your server is EST, and your client is CST?? If yes, one way is to convert now() into UTC/ GMT when writing into the server db. Once a request is done, just calculate the difference between the requesting timezone (CST) and GMT. Check

CFFormProtect vs. Captcha

2007-04-23 Thread Michael E. Carluen
Hello all, I have been searching for a captcha alternative that will identify non-human form entries. I would like to know what you think about Jacob Munson's CFFormProtect. Also, I anyone knows of other effective methods to identify non-human activities, that you can share, that'll be great.

RE: Broadcasting RSS from your site

2007-04-19 Thread Michael E. Carluen
Instead of generating a file, just use cfcontent. Checkout http://www.petefreitag.com/item/465.cfm Hth, Michael -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 9:04 PM To: CF-Talk Subject: Re: Broadcasting RSS from your site Why

RE: Client-side validation or Server-side Validation?

2007-04-18 Thread Michael E. Carluen
I gotta be wondering at this point - why bother with client-side at all if I'm finding close to 35% of my specific users have javascript off? This definitely drives the same point in which many have continuously repeated many posts ago. Know your audience. Javascript is the UI eye-candy. If

RE: Not Sure What is Wrong

2007-04-18 Thread Michael E. Carluen
Do a cfdump your FORM and check your field list; see if it matches. -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 4:43 PM To: CF-Talk Subject: RE: Not Sure What is Wrong Changed Date to Event_Date and now I get Element EVENT_DATE

RE: Client-side validation or Server-side Validation?

2007-04-17 Thread Michael E. Carluen
Wow, this thread kept going like the energizer bunny. @Rick, on your next projects, first, try building your form, its processing page, and your server-side validation in pure CF. Once that is done, separately slap in your JS bells and whistles, including your client-side validation, and your

RE: Client-side validation or Server-side Validation?

2007-04-14 Thread Michael E. Carluen
Rick, I agree with Dan and Zaphod's comments. I personally use both client and server side validation, at a minimum spec for my apps, even if I require that javascript be turned on. Think of it this way- jQuery (or any client side library for that matter) can not replace the kind of data

RE: Client-side validation or Server-side Validation?

2007-04-14 Thread Michael E. Carluen
: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2007 3:00 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Rick, I agree with Dan and Zaphod's comments. I personally use both client and server side validation, at a minimum spec for my

RE: Embed Flash into Powerpoint?

2007-03-29 Thread Michael E. Carluen
Andy, Try posting at Scriptlance.com Finding someone to do this kinds of work (aka the not-the-core-stuff-I-want-to-bother-with) is pretty easy. I'm sure someone someplace can do it for you for only a few bucks. Good resource to find talented flash sub-contract designers, animators, etc too. But

RE: Embed Flash into Powerpoint?

2007-03-29 Thread Michael E. Carluen
- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 4:12 PM To: CF-Talk Subject: RE: Embed Flash into Powerpoint? Andy, Try posting at Scriptlance.com Finding someone to do this kinds of work (aka the not-the-core-stuff-I-want-to-bother-with) is pretty

RE: CF + Ajax

2007-03-23 Thread Michael E. Carluen
On the jquery list, you can feel very comfortable posting your cfml+cfc+jquery+javascript code knowing that you'll definitely be able to find help, and fast. That speaks volumes not just for the library itself, but for the jquery community as a whole. -Original Message- From: Andy

RE: How to Random Pick records from a 10k record table via SQL

2007-03-22 Thread Michael E. Carluen
the following query,i think this will help you. select * from myTable order by rand() limit 20; Thanks Srinivas On 3/22/07, Michael E. Carluen [EMAIL PROTECTED] wrote: Hello All, I am wondering how to randomly pick any 20 records from a table of 10,000+ records, directly from a cfquery

RE: New Features In Scorpio

2007-03-22 Thread Michael E. Carluen
One that allows you to tell cfdump whether you want to include the JavaScript functionality, Plus one here. It would be nice to see something like this added into an all inclusive cfdump http://www.netgrow.com.au/files/javascript_dump.cfm -Original Message- From: Christopher

How to Random Pick records from a 10k record table via SQL

2007-03-21 Thread Michael E. Carluen
Hello All, I am wondering how to randomly pick any 20 records from a table of 10,000+ records, directly from a cfquery? Currently using mySQL. Any suggestions will be appreciated. Michael ~| Deploy Web Applications Quickly

RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Michael E. Carluen
Here's a suggestion in an effort to satisfy both sides of the debate (again just a suggestion- don't bite my head off)... How about listing the Company Name down or its parent and add a description as simply Adult Entertainment with descriptions of how CF is being used in the site. No link or

Other GotCFM suggestions... was GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Michael E. Carluen
For clients who are unfamiliar with cfml, I only need to mention the same 2 familiar and credible names: Bank of America and Potter Barn. That seems to do the job. @Ray B.: Thinking out loud- going forward, what I really hope to see added on GotCFM are more non-technical developer tools like the

RE: CFUNITED news: rave review on HoF, Fusebox help, CFUNITED/Express Atlanta, Earlybird ends 3/31/07

2007-03-14 Thread Michael E. Carluen
Michael, Any plans of having a west-coast CFU/Express in the future? -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 12:27 PM To: CF-Talk Subject: CFUNITED news: rave review on HoF, Fusebox help, CFUNITED/Express Atlanta, Earlybird

RE: Obscenity/Bad Words filter udf/cfc?

2007-03-12 Thread Michael E. Carluen
Thanks Andy. Matt Q actually found me a UDF in cflib that loops pretty much the same way as your code. It does, however, just replaces the profanity with [EMAIL PROTECTED] chars. Michael -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007

RE: Uploading and resizing gif files

2007-03-12 Thread Michael E. Carluen
Hey Mike, I use Rick Root's imageCFC http://www.opensourcecf.com/imagecfc/ It does all of the stuff you just stated, and more. Does jpg, gif and png Michael -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 10:46 PM To: CF-Talk Subject:

RE: Uploading and resizing gif files

2007-03-12 Thread Michael E. Carluen
Ooops, sent it a little too soon. Just read the note on reading/writing gifs. I recall that in my app, it wasn't a big deal to covert the modified file into a png. Anyway, it still seems to be better than what you have, IMHO. -Original Message- From: Michael E. Carluen [mailto

RE: Obscenity/Bad Words filter udf/cfc?

2007-03-10 Thread Michael E. Carluen
Hey Thanks Matt. I went to cflib but did not see/notice the NaughtyFilter. It works perfectly now. Michael -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Saturday, March 10, 2007 11:04 AM To: CF-Talk Subject: Re: Obscenity/Bad Words filter udf/cfc?

RE: CF and AJAX

2007-03-05 Thread Michael E. Carluen
I agree with Chris, and Josh with jQuery on AjaxCFC. But for the record, you can go implement Ajax on CF with jQuery only. AjaxCFC just includes several built-in features like better error handling etc- to make life just a little bit better ;)... -Original Message- From: Josh

RE: Suggestions on validating embed or object entries

2007-03-01 Thread Michael E. Carluen
On Wednesday 28 Feb 2007, Michael E. Carluen wrote: tags, but thought it will not be truly effective. Unlike URLs entries, I don't think there is a mask applicable to even perform a regex find on it. or does it? Why not offer the user boxes for just the bits that matter to them (type, URL

Suggestions on validating embed or object entries

2007-02-28 Thread Michael E. Carluen
Hello all, I am looking for suggestions on how to validate form field entries used to attach embed, script, OR, object tags. as in YouTube videos for example. I have thought of evaluating the string if it begins with those tags, but thought it will not be truly effective. Unlike URLs entries, I

RE: Ajax and CF question?

2007-02-27 Thread Michael E. Carluen
Hello Che... For starters, just the growing number of CF developers embracing the jQuery library http://www.jquery.com For CF specific tutorials/sample code: http://www.365labs.net/cf_jquery/jquery_coldfusion_quickstart.htm http://www.365labs.net/cf_jquery/interface/form_sort.cfm For the

RE: GotCFM.Com is Launched - Dedicated to CF Evangelism

2007-02-27 Thread Michael E. Carluen
Hi Rey, Awesome idea... and you know, like everyone who's responded, I will support your efforts in this regard. I recall, when I used to be in my corporate position, how using CF and doing a sales job for Adobe/Macromedia/Allaire seems to go hand in hand. It was fun at first, but quickly became

RE: imageCFC getImageInfo ImageType question

2007-02-26 Thread Michael E. Carluen
, 2007 5:26 AM To: CF-Talk Subject: Re: imageCFC getImageInfo ImageType question On 2/25/07, Michael E. Carluen [EMAIL PROTECTED] wrote: I am currently using Rick's ImageCFC. Using the getImageInfo method, it returns a numeric equivalent to jpg (5) or gif(13). I noticed that the CFC

imageCFC getImageInfo ImageType question

2007-02-25 Thread Michael E. Carluen
Just got a quick/easy question to Rick Root or anyone who knows. I am currently using Rick's ImageCFC. Using the getImageInfo method, it returns a numeric equivalent to jpg (5) or gif(13). I noticed that the CFC uses the standard getType() method. Does anyone know where I can lookup the

RE: Best CSS book for beginners

2007-02-20 Thread Michael E. Carluen
Doug, Also check out CSS in Easy Steps by Mike McGrath (sold exclusively in Barnes and Noble for $9.95). It is not the most comprehensive, but it could be a good quick reference for the CSS stuff you will use very often; like positioning and inheritance. Good value for what you're getting.

RE: CF+jQuery Click Drag Sorting Demo (was: How to re-order items?)

2007-02-19 Thread Michael E. Carluen
To: CF-Talk Subject: RE: CF+jQuery Click Drag Sorting Demo (was: How to re-order items?) Good job!!! -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, February 17, 2007 1:00 AM To: CF-Talk Subject: CF+jQuery Click Drag Sorting Demo (was: How

RE: CF+jQuery Click Drag Sorting Demo

2007-02-17 Thread Michael E. Carluen
. Very nice. It was pretty easy to build that wasn't it? :o) Be sure to post this on the jQuery mailing list (http://jquery.com/discuss/) so that you can get people to eval your code and offer suggestions. Rey Bango... jQuery Project Team Michael E. Carluen wrote: Rick F or anyone else

CF+jQuery Click Drag Sorting Demo (was: How to re-order items?)

2007-02-16 Thread Michael E. Carluen
Rick F or anyone else who is interested: I just put up a quick working demo of CF using jQuery with the Interface Sortable and Draggable Plugins. The demo saves the serialized sorted list into a mySql database. Included on the demo page is a link to the complete .cfm code You can further

RE: writing xml files

2007-02-15 Thread Michael E. Carluen
I want to write the XML file with CF. cfxml? http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/w whelp.htm?context=ColdFusion_Documentation http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/

RE: writing xml files

2007-02-15 Thread Michael E. Carluen
Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 12:56 AM To: CF-Talk Subject: RE: writing xml files I want to write the XML file with CF. cfxml? http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html /w

RE: How to re-order items?

2007-02-13 Thread Michael E. Carluen
Hi there Rick, This solution is similar to Bobby's, but with a CF+jQuery twist. First, when a new realtor is added to a list, the assigned seniority sort order number will be the maximum number. Example, if there are 9 realtors, the new/added realtor will have sort order number (seniority_id)

RE: How to re-order items?

2007-02-13 Thread Michael E. Carluen
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:51 AM To: CF-Talk Subject: RE: How to re-order items? I'm considering trying a jQuery implementation for this one, too. I'll check out your suggestion! Thanks! -Original Message- From: Michael E. Carluen [mailto:[EMAIL

RE: How to re-order items?

2007-02-13 Thread Michael E. Carluen
- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 3:12 PM To: CF-Talk Subject: RE: How to re-order items? I used to use http://tool-man.org/examples/sorting.html before I found jQuery. You can check that out too... but it comes a little too many JS

RE: US Salaries

2007-02-09 Thread Michael E. Carluen
Dale, several months back, I recall an informal survey conducted within the list. I know that there were about 100+ responders, and majority of whom were here in the US. Someone actually took the initiative to whip out a quick survey form, as I remember. You may want to search the archives. Also,

MX7+jQuery today versus the future in Scorpio (?)

2007-02-07 Thread Michael E. Carluen
Hello Folks, This has been at the back of my mind for some time now. Currently, I am investing a bit of time ajax-ifying my CF apps with (the awesome) jQuery library. Now that Scorpio is just around the corner, I am wondering if it (Scorpio) will come with some sort of native support to ajax.

RE: OT: CF Developer Partnerships

2007-02-02 Thread Michael E. Carluen
Hi Rick, here's my 2 cents. I always close every project with a handshake on one hand, and a CD copy of the source code on the other, with closing note that in essence I say, 'should anything happens to me, ANY competent CF Developer they choose can pickup where I left off'. Whether or not you

RE: Checking for existance of a file/SLEEP

2007-01-15 Thread Michael E. Carluen
Rick, Checkout http://malsup.com/jquery/block/ May not be exactly what you were asking for, but definitely a good solution to your scenario nonetheless. -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 1:45 PM To: CF-Talk Subject: Re:

RE: What am I missing?

2007-01-13 Thread Michael E. Carluen
Doug, Are you using InitAvgFeedback as a UDF or as part of a CFC? If it's used as a UDF, which looks like it based on what you've sent, all you need to do is use #InitAvgFeedback(memberID)#. No need for cfinvoke. Hth, Michael -Original Message- From: Doug Brown [mailto:[EMAIL

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Michael E. Carluen
I think there are more than enough written resources available out there that compares CF against PHP, ASP etc... as Josh pointed one out directly from Adobe. Most of which however, are written to convince developers on what platform to develop on. At one point or another, we've all been asked

RE: Open a Web Page

2007-01-11 Thread Michael E. Carluen
Chris, As Charlie suggested, window.open() will definitely do the job. However, keep in mind that the client's browser's pop-up blocker may kick in. Another suggestion would be to display your results in an in-line div element. This would involve using a Javascript library like jQuery. I've

RE: CFcache how to clear browser cache

2007-01-05 Thread Michael E. Carluen
D, Try using: meta http-equiv=Refresh content=0; URL=rotating_baby_image_preview.cfm to force a clientside browser refresh instead. Hth. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 10:50 AM To: CF-Talk Subject: Re: CFcache how

  1   2   3   >