Re: auto-suggest feature

2009-04-28 Thread Web Specialist
I'll recommend jQuery. Powerful and clean library, very easy to learn. Below a jquery plugins list for auto suggest functionality: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ - very nice http://blog.pengoworks.com/index.cfm/2007/1/12/My-jQuery-Autocomplete-Mod - my favorite

Re: How long to ftp 100mb

2009-04-23 Thread Web Specialist
One question: a thread remains busy while FTP continues, right? Cheers On Thu, Apr 23, 2009 at 6:49 PM, Wil Genovese wrote: > > First thing I would try is to do a traceroute from your server to the > external server to see if there is any issues. Then I would try to ftp > manually from the se

Re: JQuery data grid

2009-03-02 Thread Web Specialist
I'm using with great success this plugin: http://www.flexigrid.info/ Working with views and integrated with the beautyful spSelectNextN( http://blog.pengoworks.com/index.cfm/2006/6/19/MSSQL-2k-Stored-Procedure-for-Pagination- developed by Dan G. Switzer) stored procedure. Works like a charm. Ch

Re: How to know the "real" SO language

2008-10-29 Thread Web Specialist
e this: Cheers Marco Antonio On Wed, Oct 29, 2008 at 5:00 PM, Paul Hastings <[EMAIL PROTECTED]>wrote: > Web Specialist wrote: > > Administrator(under Java & JVM) we set the parameters -Duser.language=pt > > > But, with that JVM parameters, always returns 'pt&

How to know the "real" SO language

2008-10-29 Thread Web Specialist
Hi all. Our server is a Windows 2003 with English installation. In CF Administrator(under Java & JVM) we set the parameters -Duser.language=pt -Duser.country=BR (Brazilian Portuguese). I'm using this code to know the language in that server(in future the server language could be changed):

Re: CFexecute Tag

2008-10-20 Thread Web Specialist
Don, May be inserting a timeout parameter could be display the DOS prompt??? Cheers Marco Antonio On Sun, Oct 19, 2008 at 7:34 PM, Don L <[EMAIL PROTECTED]> wrote: > I don't understand why the following code, won't bring up a 'window' of > 'DOS' command prompt on my server/local box. OS=Win

Re: Client Certificate Validation in Coldfusion 8

2008-07-28 Thread Web Specialist
Mike, Your validation needs to occur at handshake level but I don't know how to do that: http://docs.sun.com/app/docs/doc/820-2493/aakhe?l=en&a=view Cheers Marco Antonio On Mon, Jul 28, 2008 at 12:12 PM, Mike Henry <[EMAIL PROTECTED]> wrote: > This looks like a great tool... I installed it an

Re: Client Certificate Validation in Coldfusion 8

2008-07-28 Thread Web Specialist
Mike, because our application needs to create and validate certificates, openssl is a great tool to do that. Another option for you is certman custom tags. This custom tags display certificate dates. Do you can download this great tool here and study his routines: http://certman.riaforge.org/ Ch

Re: Client Certificate Validation in Coldfusion 8

2008-07-24 Thread Web Specialist
I'm using openssl to do this task. After download openSSL(http://www.openssl.org/related/binaries.html) our CF application runs a bat with this command: openssl x509 -in %path2PEMfile% -noout -enddate Cheers Marco Antonio On Thu, Jul 24, 2008 at 3:44 PM, Mike Henry <[EMAIL PROTECTED]> wrote: >

Re: OT: Printing Database Structure

2008-04-25 Thread Web Specialist
SELECT so.name as tableName ,MAX(SIX.rows) as rowCounter FROM sysobjects SO INNER JOIN sysindexes SIX ON SIX.id = OBJECT_ID(SO.name) WHERE SO.xtype = 'U' GROUP BY SO.name ORDER BY 2 DESC On Fri, Apr 25, 2008 at 7:11 PM, Colman, Richard <[EMAIL PROTECTED]> wrote: > Any way to get number of

Re: OT: Printing Database Structure

2008-04-25 Thread Web Specialist
ote: > Yep, that did the trick. You rock! > > This time I saved the query ;) > > ~Steve > http://lanctr.com/ > > > -Original Message- > From: Web Specialist [mailto:[EMAIL PROTECTED] > Sent: Friday, April 25, 2008 4:13 PM > To: CF-Talk > Subject: Re: OT: P

Re: OT: Printing Database Structure

2008-04-25 Thread Web Specialist
Do you can try this statement: SELECT TABLE_CATALOG, TABLE_NAME,COLUMN_NAME, DATA_TYPE, CHARACTER_MAXIMUM_LENGTH, NUMERIC_PRECISION, NUMERIC_SCALE, IS_NULLABLE, COLUMNPROPERTY(OBJECT_ID(TABLE_NAME), COLUMN_NAME, 'IsIdentity') AS IS_AUTOINCREMENT,

Re: Parse phone number characters - almost there ...

2008-04-22 Thread Web Specialist
Agree with Sonny. I'm using this script: function JustNumeric(string){ return reReplace(string,'[^[:digit:]]','','all'); } Cheers Marco Antonio On 4/22/08, Sonny Savage <[EMAIL PROTECTED]> wrote: > > I'd recommend removing everything but the digits, and regex is perfect for > that: >

Re: Coldfusion using iText and HTML

2008-04-14 Thread Web Specialist
OK Dave. Please look this explanation from Bruno(iText manager): http://itext.ugent.be/library/question.php?id=40 Is plain Java but is portable to ColdFusion(cfsearching can help you with examples about how to do that). Cheers Marco Antonio On Mon, Apr 14, 2008 at 6:29 PM, Dave Phillips < [EMA

Re: Coldfusion using iText and HTML

2008-04-14 Thread Web Specialist
Dave, cfsearching(http://cfsearching.blogspot.com/search/label/iText) haves a wonderful library with iText and CF integration(using javaloader) integration. I'll recommend you to look that. Cheers Marco Antonio On Mon, Apr 14, 2008 at 5:54 PM, Dave Phillips < [EMAIL PROTECTED]> wrote: > Hi, > >

Re: How to obtain just the domain from a URL

2008-03-25 Thread Web Specialist
hehehe: Try this: Cheers Marco Antonio On Tue, Mar 25, 2008 at 10:04 PM, Nate Willard <[EMAIL PROTECTED]> wrote: > listGetAt(url, 2, '/') works very well too, thanks! it does return the > www. though, is there a way in the same line to remove the www without > needed a "www." replace "" > >

Re: How to obtain just the domain from a URL

2008-03-25 Thread Web Specialist
I really love GetToken: Cheers Marco Antonio On Tue, Mar 25, 2008 at 9:40 PM, Nicholas M Tunney <[EMAIL PROTECTED]> wrote: > Good call. That behavior frustrates me ;) > > Nic > > Charlie Griefer wrote: > > listGetAt(url, 2, '/') since CF ignores empty list attributes, no? > > > > > >

Re: Can someone test this piece of code under CF 7 for please?

2007-12-11 Thread Web Specialist
For me: Connection Failure 2007/12/11, Claude Schneegans <[EMAIL PROTECTED]>: > > URL=" > http://www.cyberpresse.ca/apps/pbcs.dll/section?Category=CPRSS&profile=5046&mime=xml > " > TIMEOUT="60" /> > > > And tell me if you get something else than "connexion failure" in the > filecontent variabl

Re: How do I get the characters after the last period in a string?

2007-11-07 Thread Web Specialist
Cheers 2007/11/7, Todd <[EMAIL PROTECTED]>: > > Plenty of things to do here. > 1.) Use regular expression. > 2.) Treat the string as a list using the "." as a delimiter (e.g.: name = listFirst(varname,'.')> ) > > On Nov 7, 2007 11:41 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > This seem

Re: How to determine Imagesize in Kilobyte?

2007-10-02 Thread Web Specialist
Nic, an example: Cheers 2007/10/2, Stivn .. <[EMAIL PROTECTED]>: > > Sorry, but i dont understand the context between the > function and the filesize. > > I need the size of a specific file, for example > "/images/standard/houseoffusion.gif" > > How can i determine the filesize / imagesize

Re: How to determine Imagesize in Kilobyte?

2007-10-02 Thread Web Specialist
In CF8 you can use imageinfo tag. In CF7 you can use cfdirectory with filter parameter including your file path. ByteConvert UDF could help you to convert file size to KB: http://www.cflib.org/udf.cfm?id=317&enable=0 Cheers 2007/10/2, Stivn .. <[EMAIL PROTECTED]>: > > Hi all, > > i want to kno

[SOT] Downloading a zip file using web service

2007-09-13 Thread Web Specialist
Hi all. we have a client with a zip file which we need to be downloaded to our network. That client provides only web service access to your network. Is it possible to download that zip file using web service? Or web service allows only binary content inserted(may be in a node) in a returned xml f

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Web Specialist
Ali, I'll want to suggest you to know this jQuery plugin: http://labs.activespotlight.net/jQuery/menu_demo.html Using ajax call could be a very nice solution to your needs. Cheers p.s.: open that link and click in Toggle Menu(top left position). 2007/9/11, Ali Majdzadeh <[EMAIL PROTECTED]>: >

Re: MySQL - corrupt table?

2007-09-03 Thread Web Specialist
Will, one question: is InnoDB tables in your MySQL database? Corrupt table is a very old problem related to MyISAM tables. Cheers 2007/9/3, Will Tomlinson <[EMAIL PROTECTED]>: > > Thanks for the info dude! > > > Will > > ~| En

Re: Multiple File Uploading

2007-08-29 Thread Web Specialist
Matt, this is a copy/paste message I used to help Aaron and Michael for multiple file upload: Aaron, I'll suggest you to use this great javascript and Flash utility to upload several files. Works like a charm for me integrated with CF backend. Very impressive! http://swfupload.mammon.se/ Cheer

Re: Help with File Upload: AJAX and CFFILE

2007-08-28 Thread Web Specialist
Aaron, I'll suggest you to use this great javascript and Flash utility to upload several files. Works like a charm for me integrated with CF backend. Very impressive! http://swfupload.mammon.se/ Cheers p.s.: If you need that scripts(javascript files and CF) please call me. ;-) 2007/8/28, Aaro

Re: What application platform is this? Could it be CF

2007-08-23 Thread Web Specialist
Try to insert www.site.com/omapps/ContentServer/INDEX.CFM?cid=1058290118806&pagename=InvestorRelations%2FPage%2FIR_Standard&c=Page www.site.com/omapps/ContentServer/DEFAULT.CFM?cid=1058290118806&pagename=InvestorRelations%2FPage%2FIR_Standard&c=Page www.site.com/omapps/ContentServer/INDEX.PHP?ci

Re: Uploading multiple files

2007-08-19 Thread Web Specialist
I'll suggest you to use this great javascript and Flash utility to upload several files. Works like a charm for me integrated with CF backend. Very impressive! http://swfupload.mammon.se/ Cheers 2007/8/19, Pete Ruckelshaus <[EMAIL PROTECTED]>: > > Use multiple typoe="file" fields with unique nam

[SOT] Finding a string in TIFF images

2007-08-13 Thread Web Specialist
Has anyone know any Java tool to find a string in TIFF images? CFImage in CF8 haves this option? Cheers ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/c

Re: Getting windows explorer to search ColdFusion files

2007-08-02 Thread Web Specialist
Michael, I'll suggest you to use Google Desktop Search and index only cfc and cfm files. Very easy to use. Cheers 2007/8/2, Michael Dinowitz <[EMAIL PROTECTED]>: > > Does anyone know how to force windows explorer to search through .cfm and > .cfc files? Every time I try to use explorer to find t

Re: OT: AJAX (Just a little)

2007-07-24 Thread Web Specialist
Robert, please look this jQuery plugin: http://examples.learningjquery.com/62/demo/ ClueTip plugin is a nice feature displaying content(html, images, and so on) from Ajax calls. Maybe could help you! Cheers 2007/7/24, Robert Rawlins - Think Blue <[EMAIL PROTECTED] >: > > Thanks for the concern

Dynamic Form with Database Introspection

2007-07-22 Thread Web Specialist
I'm using DataMgr(http://datamgr.riaforge.org/) for our Data Access Layer(CRUD). This is a great Steve Bryant job. By now I'm looking for examples about how to include a dynamic form builder in our applications. This is why DataMgr works introspecting form fields with database fields. Cheers ~~~

Re: Checking hard drive space?

2007-07-09 Thread Web Specialist
http://cflib.org/udf.cfm?ID=105 Cheers 2007/7/9, Johnny Le <[EMAIL PROTECTED]>: > > Hi, > > Is there a way we can check the server hard drive free space using > coldfusion code? Our servers keep running out of space and it is hard to > debug every time it happens. Our servers are not on locatio

Fusiontap.com - Isaac Dealey, the site is down!

2007-06-30 Thread Web Specialist
I'm wanting to see Fusiontap framework but fusiontap.com website looks offline. Anyone have that framework in zip file? I'll want to test. Cheers ~| CF 8 – Scorpio beta now available, easily build great internet experiences â

Creating CF Wizard Setup Installation

2007-06-04 Thread Web Specialist
Hi all. I remember several years ago many CF applications with wizard setup installation. I'm looking an example about how to create one. Cheers ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years.

Re: RegEx to find a date in a string

2007-05-03 Thread Web Specialist
Thanx Michael and all! ;-) Works fine! Only one tip: I include {1,3} to get milliseconds(from 0 to 999). Thanx again 2007/5/3, Michael Dinowitz <[EMAIL PROTECTED]>: > > Do you want it 'smart' or just plain? > [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}\.[0-9] > Th

RegEx to find a date in a string

2007-05-03 Thread Web Specialist
Hi all I'm parsing an HTML page with CFHTTP and need to find and get a date inside that. Do you know any regex to find a date in a string like this Date: 2007-05-03 08:11:29.0 ~| Macromedia ColdFusion MX7 Upgrade to MX7 & e

Re: Replacing confusing characters

2007-04-19 Thread Web Specialist
Mike please look this cflib UDF: http://www.cflib.org/udf.cfm?id=437&enable=1 Could be a good start point: Generates a random 8-character password that is free of annoying easily confused characters such as 1 or l, O or 0. This is done by taking a UUID, combining parts of it into two-byte chunk

Re: Reading CF log files

2005-08-04 Thread Web Specialist
Thanks Mark but I need to do that with CF templates... I don't have access to CF Admin. Any tips? Cheers MD 2005/8/4, Mark A Kruger <[EMAIL PROTECTED]>: > Michel, > > First - in CF Administrator check the box that says "log slow pages" and set > the seconds to something that makes sense (20 se

Re: AutoTab Through Forms?

2005-06-29 Thread Web Specialist
Hi Timothy please look this JS related sites: http://www.mattkruse.com/javascript/autotab/ http://javascript.internet.com/forms/auto-tab.html Could help you. Cheers 2005/6/29, Claremont, Timothy <[EMAIL PROTECTED]>: > Our data entry operator would like the screen to auto tab to the next > fie

Size of directory - WSH

2005-05-11 Thread Web Specialist
Hi all this script deletes a folder inside a hosting directory: Works fine that. But in my WindowsXP and Windows2000 Server don't. What I need to works? Cheers ~

Re: Logging all users actions...

2004-11-01 Thread Web Specialist
ne > via the web site. You could do it in the DB via triggers or I assume > it could be done in PGSQL. > > On Sat, 30 Oct 2004 20:04:40 -0200, Web Specialist > > > <[EMAIL PROTECTED]> wrote: > > Hi > > > > it's possible to log all users actio

Re: Menu based in user roles using CF

2004-11-01 Thread Web Specialist
Thanx Michael and JT... please look this link to view that 4 images... Menu for Admin User: http://www.renatoimoveis.com/user183/menu_sample_admin.gif Collapsible for Admin User: http://www.renatoimoveis.com/user183/menu_sample_admin_collapsible.gif Menu for Manager User: http://www.renatoimove

Menu based in user roles using CF

2004-10-31 Thread Web Specialist
Hi all Mambo is a php open source CMS. By now very good. I'm looking developing a menu system based in user roles like haves Mambo. Please look the 4 images send with this message. Admin users haves all menu access Manager only any(a bit) Our application is based in user roles too... Plea

Logging all users actions...

2004-10-30 Thread Web Specialist
Hi it's possible to log all users actions in a DB? I'm using PostgreSQL. Looks like: User / Action / Datetime / Original Value / Value Now / I should use DB tools or CF could help me? Thanx in advance ~| Protect your mail s

Re: cflogin - whats happened

2004-10-30 Thread Web Specialist
w me the same error - var UNDEFINED ;-( > > On Sat, 30 Oct 2004 12:49:48 -0500, Raymond Camden <[EMAIL PROTECTED]> wrote: > > Your code is a bit hard to read, but it looks like you have two > > closing tags. Also, you try

cflogin - whats happened

2004-10-30 Thread Web Specialist
Hi all why my cflogin framework don't work? Please look my script: Dumping gives me error: Variable CFLOGINUSER is undefined. What's happened? Looks all right... Thanx for your time. Web

Re: Create session scope inside CFC - it's possible?

2004-10-27 Thread Web Specialist
ll methods in it instead of accessing > session.auth. > > Hope that helps, > Kam > > -Original Message- > From: Web Specialist [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 11:13 AM > To: CF-Talk > Subject: Create session scope inside CFC - it&#x

Create session scope inside CFC - it's possible?

2004-10-26 Thread Web Specialist
Hi How to assign session values wuth an structure like this inside an CFC: security.cfc and return all that Session values to all my application? Call CFC: give an error Thanx in advance ~|

Re: Lightweight portal framework

2004-10-21 Thread Web Specialist
If someone send directions I'll get for use it in our app... Cheers On Thu, 21 Oct 2004 08:28:49 -0400, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > Does anyone have a lightweight portal framework for CFMX? > > All I'm looking for is code to wrap display modules in, and offer > registered user

Creating E-commerce application with CF

2004-10-01 Thread Web Specialist
Hi all this is my first ecommerce application with CF. What I need to build that app? How to build that app? SSL? Security, Credit Card processing. Thanx for any help. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CF Quiz Database based

2004-09-27 Thread Web Specialist
Hi I need to build a quiz based in DB questions whith random questions. Looks like: 1) DB haves 75 questions 2) When user clicks in Start Quiz, only random and unique 25 questions need to show 3) After choice users will know your Score... DB structure is up; Get 25 questions is up; 25 steps f

Re: CF Forum cheapest or free

2004-09-15 Thread Web Specialist
Thanx Massimo great list Cheers - Original Message - From: Massimo Foti <[EMAIL PROTECTED]> Date: Wed, 15 Sep 2004 14:55:04 +0200 Subject: Re: CF Forum cheapest or free To: CF-Talk <[EMAIL PROTECTED]> > Do you know any? I'm looking for any CF Forum based application. > Galleon looks

CF Forum cheapest or free

2004-09-15 Thread Web Specialist
Do you know any? I'm looking for any CF Forum based application. Galleon looks like nice. More examples? Thanx [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Now I'm in a fix. Which DB?

2004-09-13 Thread Web Specialist
Wait...wait... wait when MS/SQL Server Team say 25 concurrent clients and we're running only CF to access that stored data in MSDE DB will have only 1 client connection(CF ODBC/JDBC connection)? Mistake? Cheers Richard Meredith-Hardy wrote: > > Max 25 it says.  With 200 - 300 intranet users