IIS Application Pools and ColdFusion

2008-12-01 Thread Johnny Le
We have recently migrated all of our applications to a new MS 2003 server. Ever since the applications kept going down even though the server was still up and functioning normally. Eventually we figured out that it was the application pool that went down. We separated the applications out to

can't use the result of a regular expression as a variable?

2007-12-03 Thread Johnny Le
I tried to do this: cfset thestring = user.listid={id}username={username}/ cfset reReplace(thestring,'\w*{(\w+)}','#qryUser[\1]#','all')/ but I got an error. Is it possible to use \1 as a variable? I even tried '#evaluate(qryUser[\1])# but it doesn't work.

Register a web folder on client's computer?

2007-10-30 Thread Johnny Le
Hi, When you open a word document in Sharepoint, it registers a web folder to your computer. When you save, you have the option to save directly into that folder. That way you won't have to upload the file to sharepoint. Does anyone know how to do that in ColdFusion? I can't find any

Make coldfusion handles page cannot be found?

2007-09-20 Thread Johnny Le
Hi, We have two Windows 2003 servers running ColdFusion 7.01. On one server, when we access an invalid address such as http://mycompany.com/mysite/index.cfm, we get a coldfusion error File not found: /mysite/index.cfm. On another server, when we access it, we get the default IIS error page

Re: Make coldfusion handles quot;page cannot be foundquot;?

2007-09-20 Thread Johnny Le
. Johnny Johnny Le wrote: Would you please tell me how I can fix it so that ColdFusion would handle the error on the second server instead of the IIS? CF Admin, main Settings area, Missing Handler Template. ~| Create

embed SQL Server Report?

2007-08-22 Thread Johnny Le
Hi, Is it possible to embed SQL Server 2005 Reports in a cfml page? I found this page but it is in .NET and I don't know if it can be translated into cfml. Please let me know if you have a way to do it. http://msdn.microsoft.com/msdnmag/issues/04/08/SQLServerReportingServices/default.aspx

Invoke MS Word's Mail Merge with CF8?

2007-08-10 Thread Johnny Le
Hi, Have anyone tried to invoke MS Word's Mail Merge feature with CF8? Since we can do .NET integration now, I wonder if there is a way we can use a query result as a datasource for the mail merge feature. That way we don't have reinvent the wheel on our web app. What I am thinking of is

Checking hard drive space?

2007-07-09 Thread Johnny Le
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 location so that makes it harder too. Thanks. Johnny

Best way to read a zip file?

2007-07-09 Thread Johnny Le
Hi, What is the best way to find out the size (in bytes) of a zip file? I use cffile to read it and then use the len() method but this is so insufficient. When the zip file is reaching 100 MB, it crashes my server. java.util.zip.ZipFile has a size() method, but it says it returns the number

Is an array or not an array?

2007-06-25 Thread Johnny Le
I just run a query and when I dump out queryName[column], I get the value of the first row. Duplicate(queryName[column]) get the same result. So I try isArray(queryName[column]) and the answer is yes. I do arrayLen(queryName[column]) and it returns 11 which is correct. When I try

Throttle Settings?

2007-06-21 Thread Johnny Le
Hi, I am not quite clear on the Throttle stuff. In CF admin, I can set Request Throttle Threshold and Request Throttle Memory. My site is a big high traffic site. We have 1GB of heap memory and 512MB of permanent memory. I set 25 as the maximum number of simultaneous requests. What should

Re: Memory Leak?

2007-06-20 Thread Johnny Le
Thanks, Dov. Yes, I saw your thread, but I didn't know you got Adobe involved and they are working on a fix. This is excellent. Thanks. Johnny, I have an ongoing support issue (Incident# 1726787200) with Adobe on a similar type of Memory leak. Namely, the problem is that my cached

Maximum number of simultaneous requests in IIS?

2007-06-20 Thread Johnny Le
Hi, I set my Maximum number of simultaneous requests in CFAdmin to 25. I have 1 GB of memory dedicated to this instance. When I run a test with 5 simultaneous requests, I start to see 403 Access Forbidden error with message Too many users are accessing the site at this time. The memory is

Re: Maximum number of simultaneous requests in IIS?

2007-06-20 Thread Johnny Le
So how do I check this? Thanks. So unless you've somehow disabled the queue or throttled IIS Johnny -Original Message- There's probably something else that's going on. The Maximum number of simultaneous requests (unless I'm mistaken) only defines the number of _active_ threads

Memory Leak?

2007-06-19 Thread Johnny Le
Hi, I am using jmeter and jrocket to test my application. When I run 100 requests, I end up with 100 instances of my Application.cfc. Have anyone experienced that? All the other ones get GC properly except Application.cfc. Anyone has a way to fix it? Johnny

Config jvm.config

2007-06-18 Thread Johnny Le
Hi, We are experiencing problems with our ColdFusion server. When there is high traffic, it is not really crashed but it just serves up pages with static text (not saved into variables). Big objects/variables don't get populated. When this happens, the server only uses up about 40%-50% of

Log file getting big fast

2007-05-18 Thread Johnny Le
Hi, I just released a new application and its log file has millions of lines like this within a day. Do you know where it comes from and how I can stop it from logging? 18605 [jrpp-0] DEBUG coldfusion.server - macromedia.jdbc.sqlserver.SQLServerConnection 18605 [jrpp-1] DEBUG

Re: Log file getting big fast

2007-05-18 Thread Johnny Le
It is the Jrun4/logs/appName-out.log Is it possible to stop it from recording all together? Since it doesn't seem to produce any useful information. Johnny Could you elaborate on the name and location of this log file? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]

Re: Log file getting big fast

2007-05-18 Thread Johnny Le
No, I am not using SeeFusion. The only difference on this application is that I unchecked all the checkboxes in the debugging settings in CF Admin and checked the enable logging for schedule tasks in logging settings. Could the enable logging for schedule tasks cause this? Johnny I just

Restart CFMX 7 Search Server?

2007-04-19 Thread Johnny Le
Hi, Is there a way to restart a CFMX 7 Search Server window service through AdminAPI? I know how to restart a jrun instance I created with serverInstance.cfc, but I don't know how to restart the search server instance. Johnny

Re: Directory Watcher and UNC name?

2007-03-27 Thread Johnny Le
and think how to make it fit to your requirements. Tero Pikala -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 27 March 2007 12:58 To: CF-Talk Subject: Re: Directory Watcher and UNC name? Johnny Le wrote: Can the Directory Watcher Event Gateway watch

Directory Watcher and UNC name?

2007-03-25 Thread Johnny Le
Hi, Can the Directory Watcher Event Gateway watch for an UNC Path directory that requires username and password to access? It doesn't look like it can. If it can't, how hard would it be to create a custom event gateway that extends the directory watcher to handle that? I know a little bit

Playing with inetpub\adminscripts\mkwebdir.vbs?

2007-02-04 Thread Johnny Le
Has anyone used mkwebdir.vbs to create an IIS website or virtual directory dynamically? I am trying to use command line, but whatever I do, I get the message below and it doesn't do anything. I want to use cfexecute to create websites and virtual directories on my site later. If anyone knows

Re: Coldfusion Online HTML editor

2007-02-04 Thread Johnny Le
Have you looked at KTML Editor? http://www.interaktonline.com/Products/Online-HTML-Editor/KTML-for-Dreamweaver/Overview/ Johnny Does either of them support inserting flash? I know FCK has a flash insert button, but I believe it only works in one browser, not the other. Really? As far

unit test custom tags?

2006-12-05 Thread Johnny Le
Hi, Is there a way to do unit test custom tags? Johnny Open-Source CfTagLib http://code.google.com/p/cfttaglib/ ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Cannot convert a string to a uniqueidentifier?

2006-12-01 Thread Johnny Le
We have an insert SQL statement that we use cfqueryparam cfsqltype=cf_sql_varchar value=#id#/. We have three servers. Two servers work perfectly fine. One server kept throwing errors [Macromedia][SQLServer JDBC Driver][SQLServer]Syntax error converting from a character string to

Enpterprise application?

2006-11-29 Thread Johnny Le
Hi, What do we need to look for when we develop enterprise applications? We have one application that has thousands of people using at the same. Occasionally users complain that some pieces of their pages display someone else's information. Sometimes after they upload a file, they ended up

Re: Enpterprise application?

2006-11-29 Thread Johnny Le
-Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 1:33 PM To: CF-Talk Subject: Enpterprise application? Hi, What do we need to look for when we develop enterprise applications? We have one application that has thousands of people using at the same

Compile Flex in ColdFusion

2006-11-15 Thread Johnny Le
Hi, How do I create and compile Flex code inside a ColdFusion page and display it? It would be similar to this http://try.flex.org/, but I don't need to use the exact Java API interface Ben was using. What I am creating is open source so I don't think I can use that API. I am ok with

Re: ImageCFC

2006-11-04 Thread Johnny Le
Hi Jenny, I have this here http://johnnyle.no-ip.com/list.cfm?qa_id=210 It may not be what you are looking for, but you could use it as a starting point. This one can only resize an image. Johnny Trying to find code examples/docs for the image cfc, can anyone post me a link/s, please?

Advanced SQL question

2006-11-04 Thread Johnny Le
Hi, I know that COLUMN LIKE '%MORE MESSAGES TO FIND%' will find all the data that has the phrase 'more messages to find' in it. Now how do I find all the data that either has 'more', 'messages', 'to', 'find', 'more messages', 'messages to', 'to find', 'more messages to','message to find', or

CF vs. .NET presentations?

2006-09-29 Thread Johnny Le
Hi, Have any of you done a presentation to justify using CF over .NET? A friend of mine just got a big contract, but the owner wants it to be done in .NET. My friend is trying to convince him to let him do it in CF. If you have done a similar presentation, would you please give us some

CFMX and cross-site scripting attack?

2006-09-28 Thread Johnny Le
Hi, We have 3 development servers and 3 production servers on 3 different networks. We deployed an application across all 6 servers. All of them have the enable global script protection setting in CFAdmin checked. Everything was working great. Suddenly today, the app on one of the

Re: CFMX and cross-site scripting attack?

2006-09-28 Thread Johnny Le
Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: 28 September 2006 14:53 To: CF-Talk Subject: CFMX and cross-site scripting attack? Hi, We have 3 development servers and 3 production servers on 3 different networks. We deployed an application across all 6 servers. All of them have

Re: CFMX and cross-site scripting attack?

2006-09-28 Thread Johnny Le
to each instance. Anyway is it possible that the cross site scripting protection was not triggered until now? Has the script tag previously been submitted in form posts that you know of ? Snake -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: 28 September 2006 16:02 To: CF

Little bit out of topic

2006-08-24 Thread Johnny Le
I am a mid-level going senior-level developer and we have some extra money to buy some books. I am wondering if you know some books that can help me to get to the senior level a little bit easier and faster. I am thinking application architecture? design patterns? JRUN server?... What skills

free stock web services?

2006-08-20 Thread Johnny Le
Anyone knows of a free stock web service out there that allow you to get multiple quotes? I am currently using webservicex.net. It is great. I gives some additional history to the stock, but it only allows me to get one stock at a time. So if I want to know about 20 stocks, I have to make

Re: Unofficial CF Developer Salary Survey

2006-08-02 Thread Johnny Le
Wow, this is scary. Yah, this is the same Johnny. Are you Tim? I don't recognize the name Loathe. If you are, how are you doing these days? Sound like you are doing extremely well. Thanks for the compliment, man. Johnny Johnny I'm not sure if your talking about yourself (one year) but

cfparam in cfc?

2006-08-01 Thread Johnny Le
Does cfparam work well in CFC? Occasionally I get errors that say a variable is not defined even though I have cfparam right above it to define the variable. Does anyone know what is going? Should I change all my cfparam to cfif statement to define my variables within CFCs? Johnny

Re: Unofficial CF Developer Salary Survey

2006-08-01 Thread Johnny Le
Wonder if you count those who entered like 35 or 60 for their annual salary in your average or did you patch 000 at the end of those numbers? because those would significantly shift the average. Come one, come all... An anonymous salary survey is available at http://keysym.org/cfs I didn't

Re: cfparam in cfc?

2006-08-01 Thread Johnny Le
in the structure before I use it. Johnny What scope? I think vars in the variables scope have to be referenced as variables.var_name or they won't work. ~Brad -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 11:40 AM To: CF-Talk Subject

Re: Unofficial CF Developer Salary Survey

2006-08-01 Thread Johnny Le
is :-) So sad for those with 3 years of experience :-( Those with 1 year of experience rock! Johnny Johnny, Thanks for the catch. I added the 000. Not sure what to make of the 210. Should it be 210,000? I suppose it is possible if his/her hourly is $130. Matt On 8/1/06, Johnny Le [EMAIL

Re: Unofficial CF Developer Salary Survey

2006-08-01 Thread Johnny Le
Responder 148, 149, and 150 from Sydney Australia seem to be the same person and the salary seems to be $84,000 and not $840,000. Johnny Come one, come all... An anonymous salary survey is available at http://keysym.org/cfs I didn't bother with any validation, so if you try to break it, you

Word Document properties?

2006-07-13 Thread Johnny Le
Hi, I use cfheader and cfcontent to render a MS Word Document to users. When the users go to File Properties General. If I use inline, all the created, modified, and accessed dates are unknown. If I use attachment, they are all set to today date. Is there a way to keep those properties

Change Log directory?

2006-06-22 Thread Johnny Le
Is there another way to change the log directory? I know that you can go to CF Admin and change log directory in the logging settings page, but I am wondering if you know another way I can do it through coding? CFLog doesn't seem to allow you to do that. Johnny

cfcollection and Windows map drive?

2006-06-20 Thread Johnny Le
Hi, I have a windows map drive to another server. I can read the files with cffile fine, but when I use cfcollection to index the file, it doesn't do it. When I cfdump the status, it says File not found. So cffile action=read file=\\abc\file\content.doc variable=content/ works fine. But

virtual directory in IIS?

2006-06-14 Thread Johnny Le
Is there a way to add a virtual directory to the IIS through CF code or Java? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243460 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

If a collection exists?

2006-06-12 Thread Johnny Le
Hi, Is there a way to find out if a verity collection exists in CFMX7? It doesn't seem to have a function like collectionExists() or something in the admin API either. If you know of a way, please let me know. Thank you. Johnny

Re: How to convert a number into date?

2006-06-04 Thread Johnny Le
Someone must have epxerienced this problem before. The number is the lastlogon date produced by the Active Directory (Windows 2000) when I used LDAP to query it. Let me know if you know how to parse it now. Johnny The number can be a misinterpreted representation of the Unix Epoch time.

Create keyboard shortcuts???

2006-06-04 Thread Johnny Le
Hi, Do you know how to create gmail-like keyboard shortcuts? I mean I know how to create shortcuts with Alt+..., but I don't know how to create shortcuts with one letter like C for compose. I searched google for create shortcuts for website but I got nothing. Johnny

Re: How to convert a number into date?

2006-06-04 Thread Johnny Le
Wow, David, that works. Thank you. Wonder why they chose 1/1/1601 as the starting point. Johnny Remember the EPOCH times for Unix and Windows are different. Try this, read the comments I have included for you: !--- Problem: LDAP date is returned as NANOSECONDS and if you try

How to convert a number into date?

2006-06-02 Thread Johnny Le
Hi, How do I turn this number 127937470871482500 into date? When I tried isNumericDate(), it returns yes, but I don't know how to display it in a readable format. Thanks. Johnny ~| Message:

Re: How to convert a number into date?

2006-06-02 Thread Johnny Le
How? I tried dateFormat(number, mm/dd/yy) and it returns 12/02/292269055. I think it is because it is supposed to return both date and time. Let me know if you want to format it to display both date and time. Johnny Did you try dateFormat()? -Original Message- From: Johnny Le

How to format the print view like a phone book?

2006-04-06 Thread Johnny Le
Hi, I am trying to format a 2-column page to make a pdf print version. The problem is that if I use a 2-column table, then first record would display in the first column and the second record would display in the second column. Is there a way to display it so it would run to the end of the

Re: Is this illegal in query of queries?

2006-03-13 Thread Johnny Le
Thanks, everyone. I just re-write the statement without the use of subquery. The statement is actually a lot simpler than with the subquery. (SELECT USERID, HOMEADDR AS ADDRESS FROM QURYUSERS WHERE NOT HOMEADDR IS NULL) UNION (SELECT USERID, BUSADDR AS ADDRESS FROM QURYUSERS WHERE HOMEADDR IS

Is this illegal in query of queries?

2006-03-11 Thread Johnny Le
Does query of queries allow sub queries? I get this error: Query Of Queries syntax error. Encountered USERID NOT IN ( SELECT. Incorrect conditional expression, Expected one of [like|null|between|in|comparison] condition, When I tried to run this statement: (SELECT USERID, HOMEADDR AS ADDRESS

Re: OT: Popular Open API's

2006-03-07 Thread Johnny Le
We just used Rome to read and write RSS feeds https://rome.dev.java.net/ These are great examples of API's, but I was meaning more like the Flickr API, the Yahoo! and Google maps api's, and the Paypal api's, the more mainstream API's that you always hear so much about. But keep them coming, I

Re: passing cf structure to AjaxCFC?

2006-03-04 Thread Johnny Le
LOL. I know Dave is very knowledgeable. A lot of his answers were right on the spots and I greatly appreciate it, but occassionally he has one of these responses that make beginners feel very uncomfortable to ask questions. Fortunately I am not a CF beginner, otherwise I would be afraid to

passing cf structure to AjaxCFC?

2006-03-03 Thread Johnny Le
Hi, I am using Fusebox 4.1. Does anyone know how to pass a CF structure to AjaxCFC? It looks like I have to convert the CF structure to a JS structure before I can pass it in. I know that AjaxCFC can port to Model-Glue, but haven't seen any fusebox example. Johnny

Re: passing cf structure to AjaxCFC?

2006-03-03 Thread Johnny Le
Hmm, that is not very convenient. If I want the AjaxCFC to access data from application and session scope, I have to convert both of them to JS structures. There must be a better way for the AjaxCFC to access persistent scopes. Johnny I'd imagine cfwddx can accomplish that translation from

Why doesn't this regular expression work?

2006-02-28 Thread Johnny Le
I am trying to remove all HTML tags from the description. Why doesn't this work? It only replaces the last occurrence, just like when I specify one instead of all, but it replaces the last occurrence instead of the first occurrence. cfset attributes.description =

Re: Update, Delete, Insert recordcount?

2006-01-21 Thread Johnny Le
Hmm, in CFMX 7, the result attribute of cfquery gives the number of records returned. So it is only useful for SELECT statement. It should definitely give the number of records affected insteads so it would be useful for all four insert, select, update and delete statements. I hope they will

wraptext in cfmail

2005-11-20 Thread Johnny Le
Hi, When I specified wraptext=72 in cfmail, the first line of a paragraph in email message seems to cut off a lot shorter than 72. The rest of the paragraph looks fine. I don't seem to be able to fix it. When I use the wrap() function, I get the same problem. Please help! Johnny

Re: wraptext in cfmail

2005-11-20 Thread Johnny Le
- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Monday, 21 November 2005 7:31 a.m. To: CF-Talk Subject: wraptext in cfmail Hi, When I specified wraptext=72 in cfmail, the first line of a paragraph in email message seems to cut off a lot shorter than 72. The rest of the paragraph looks fine. I

tag library descriptor for CF custom tags?

2005-11-04 Thread Johnny Le
Can we use tag library descriptor to describe CF custom tags? Look like the tag library descriptor is written specifically for JSP. I want to use cfimport to import my tags, but want to reference a TLD instead of the tag directory path. This way when we upgrade the tags to a new version. We

cf code doesn't work inside the custom tag's calling tag?

2005-10-26 Thread Johnny Le
Hi, If you call custom tag using cfimport, you don't seem to be able to use cf code inside the calling tag. For example: cfimport prefix=my taglib=/my/custom/tags/library// my:tag cfif structKeyExists(attributes, view)view=#attributes.view/cfif/ This will throw an error because the custom

Custom tag knows coldfusion child tags?

2005-10-22 Thread Johnny Le
This is a long shot, but is there anyway a custom tag can know about coldfusion built-in child tags? For example: cf_mytag cfoutput query=qryBlog startRow=10 maxRows=20 /cfouput cf_mytag Is there anyway my custom tag cf_mytag know that it has has child tag called cfoutput and the child tag

utc2local?

2005-10-20 Thread Johnny Le
Hi, When you use the function dateConvert to convert UTC time to local time, is it local to the user's browser or is it local to the web browser? I think it is local to the user's browser, but just want to make absolutely sure. While now() is displaying the server time, not the browser's

will cfimport slow down your page?

2005-10-14 Thread Johnny Le
Hi, If you have a library of custom tags, should you use cfimport prefix='ct'/ to import the whole library in? This way, I can use ct:tagName like in Java instead of cf_tagName. I thought it is a neat idea, but I wonder if the site would take a performance hit. Johnny

Re: will cfimport slow down your page?

2005-10-14 Thread Johnny Le
How's about UDFs? If you include too many UDFs in a page, will it slow down? It does, right? Is there another way to include UDFs besides cfinclude? Johnny On 10/14/05, Johnny Le [EMAIL PROTECTED] wrote: Hi, If you have a library of custom tags, should you use cfimport prefix='ct

RSS Parser

2005-09-23 Thread Johnny Le
Does anyone know if the com.macromedia.rssu.Parser component is included in CFMX 7? If not, and I don't have DRK 4, how do I get it? Thank you. Johnny ~| Find out how CFTicket can increase your company's customer support

SOT: using java.io.file in a java applet?

2005-09-10 Thread Johnny Le
Hi, I am using java.io.file class in my java applet. I need to access the Content-Type of the file. Do you know how I can get that information? Johnny ~| Find out how CFTicket can increase your company's customer support

redirect inside an applet?

2005-09-06 Thread Johnny Le
Hi, Does anyone using jUpload from http://sourceforge.net/projects/jupload/? I need to redirect the user to another page once the upload is successful, but I don't seem to be able to redirect it from within the executeThis() method in the AfterUploadSuccImp.java. It seems that

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
That's part I know, but I don't know how to use that parameter to get the applet to actually redirect to the page. Where do you put the code and what is the logic to make it to redirect after upload? A little more detail would be really appreciated. Johnny Does anyone using jUpload from

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
Hi, Thanks for your help, but what I don't know is how to use these parameters inside the .java files to make it work. I would greatly appreciate it if I could see your JUpload/startup.java file. Look like that file holds all the answers. Johnny That's part I know, but I don't know how to

Re: redirect inside an applet?

2005-09-06 Thread Johnny Le
Where do you get this jar file? Because in my jar file there is no startup.class file. Are you talking about the same jUpload here? Mine is from http://sourceforge.net/projects/jupload/ Johnny Hi, Thanks for your help, but what I don't know is how to use these parameters inside the .java

Re: questions for when hiring telecommuters

2005-09-03 Thread Johnny Le
1. What sort of wage would a telecommuter expect if they had an above average level experience with CF MX. For me, it is $40-$45 USD/hour. 3. I've trust issues... what levels of access should be granted to the developer in the beginning stages? How can you ensure that they will not

RDS Plugin for Eclipse?

2005-09-01 Thread Johnny Le
Hi, Is there an RDS plugin for CFEclipse? I currently using RDS on Dreamweaver to upload files to the server and RDS is only method that they (the server people) allow me to use. I can't even use FTP. I want to switch over to CFEclipse, but I don't want to switch back and forth between

Re: RDS Plugin for Eclipse?

2005-09-01 Thread Johnny Le
So is there an FTP plugin for CFEclipse? From: Barney Boisvert [mailto:[EMAIL PROTECTED] Oh, and tell your server people they're stupid. ;) I just unloaded a mouthful of diet coke onto my screen. LOL They allow RDS and not FTP.. Too funny.

Re: Multiple File Upload

2005-08-28 Thread Johnny Le
Wow, when did this happen? I thought Flash cannot do upload. Not only that when I visited the site, I got a message saying that I need Flash player 8 to view it and ask me if I want to download it. This is so much better than the stupid blank page in the previous Flash Player versions.

CFEclipse, user.xml and the closing tag

2005-08-19 Thread Johnny Le
Hi, I am editing the user.xml file of the CFEclipse 1.2 plugin to add my own tags to it, but it doesn't matter what I do, I can't get it to add the closing tag for me. For example: when I type cfoutput, /cfoutput would automatically added, but when I type my own custom tag. No end/closing

Re: CFEclipse, user.xml and the closing tag

2005-08-19 Thread Johnny Le
to be auto inserted. But I expect now that they're done with the initial infrastructure work, they'll get back to code development and some bug fixes. Also, if you're running Eclipse 3.0, rather than 3.1, you might try an upgrade. cheers, barneyb On 8/19/05, Johnny Le [EMAIL PROTECTED

Re: CFEclipse, user.xml and the closing tag

2005-08-19 Thread Johnny Le
Yep, I did and I get all the attributes to pop up correctly. Just the closing tag doesn't automatically add in. Johnny Did you make sure and restart the workbench after you change the XML? I believe it's only loaded once at startup, so it won't see changes. On 8/19/05, Johnny Le [EMAIL

Re: CFEclipse 1.2 - How do you wrap text?

2005-08-19 Thread Johnny Le
XMLBuddy already has this feature. I wonder if they have looked into extracting it from XMLBuddy. Johnny From talking to Spike a while back, this is a feature that Eclipse (not CFEclipse) doesn't support, and building it into CFEclipse would basically mean rewriting a large chunk of the

CFEclipse 1.2 code hint problem?

2005-08-17 Thread Johnny Le
Hi, I just upgraded my CFEclipse to 1.2, and I noticed that my code hint doesn't work correctly. For example, if I typed cfinclude and space, it doesn't give me any attribute hint. When I start typing something else, it will give me the attribute list, but not the attribute(s) of cfinclude.

Re: CFEclipse 1.2 code hint problem?

2005-08-17 Thread Johnny Le
My concern is whether I played with the options too much and messed it up :-( I don't get the closing tag either. Basically I have to type everything manually now. On Wednesday 17 August 2005 15:06, Johnny Le wrote: doesn't work correctly. For example, if I typed cfinclude and space

Re: CFEclipse 1.2 code hint problem?

2005-08-17 Thread Johnny Le
preferences CFEclipse Auto-insertion and closing. HTH Mike On 8/17/05, Johnny Le [EMAIL PROTECTED] wrote: ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

Re: CFEclipse 1.2 code hint problem?

2005-08-17 Thread Johnny Le
Update! I found the solution. All I need to do is upgrading my Eclipse to Eclipse 3.1 and all problems are fixed. I thought I share it so if anyone has the same problem, so you know what to do. Johnny Hi, I just upgraded my CFEclipse to 1.2, and I noticed that my code hint doesn't

getAuthUser() displays Windows OS login ID?

2005-08-15 Thread Johnny Le
Hi, My co-worker has a problem. His getAuthUser() keeps displaying his Windows OS login ID. The cflogout doesn't seem to do anything. So he can't log out, which means he can't get the cflogin to run again. The only difference in the way he uses cflogin than I do is that he didn't use

Re: getAuthUser() displays Windows OS login ID?

2005-08-15 Thread Johnny Le
string. On 8/15/05, Johnny Le [EMAIL PROTECTED] wrote: Hi, My co-worker has a problem. His getAuthUser() keeps displaying his Windows OS login ID. The cflogout doesn't seem to do anything. So he can't log out, which means he can't get the cflogin to run again. The only

Re: CFEclipse 1.2

2005-08-15 Thread Johnny Le
I got an error that says unable to instantiate editor:com.rohanclan.cfml.editors.CFMLEditor org.eclipse.core.runtime.CoreException: Plug-in com.rohanclan.cfml was unable to load class com.rohanclan.cfml.editors.CFMLEditor. when I try to open a file. I followed the direction at the bottom of the

Verity k2 number search?

2005-08-08 Thread Johnny Le
Hi, Is the Verity k2 criteria different for searching numeric than for string? If my criteria is test or test or new or new or Lisa, then I get the correct results, but if my criteria contains number like 5 or test or 5. I get result like white house, london, 2 and other things that doesn't

Expert ColdFusion Developer, looking for telecommuting projects

2005-08-08 Thread Johnny Le
Merrimack is not out yet and this person already has experience with it. S/he is truly an expert:-) Sorry, I don't mean to be mean, but I have to say something. I can't help it. Forgive me :-) Johnny I am an experienced and advanced certified CF developer/architect, with almost 7 years CF

Re: OT: 15 minute rule

2005-08-05 Thread Johnny Le
Home is bad for me or may I say horrible. I cannot program at home. I always end up watching TV, have a big lunch or dinner and then fall asleep, or sometimes just sitting on the couch reading any sort of magazines or papers I could find. I find myself watching TV most of the time these days

create short URL???

2005-08-04 Thread Johnny Le
Hi, I saw several sites that allow you to create short URLs. You enter a long URL and it generates a short URL for you. How do we go about to do that? Can you point me to the right direction? Johnny ~| Logware

Re: create short URL???

2005-08-04 Thread Johnny Le
Wouldn't this be a problem if you have multiple sites on your server? Johnny Barney Boisvert wrote: For what it's worth, I've done this in Apache with a 404 error page - the only problem with that is it is a 404 error =) so something like www.foo.com/index.cfm would contain your tinyurl

Re: create short URL???

2005-08-04 Thread Johnny Le
can do myDomain.com/go/myUrlId, rather than myDomain.com/go.cfm?id=myUrlId, but that's a bonus. cheers, barneyb On 8/4/05, Johnny Le [EMAIL PROTECTED] wrote: Hi, I saw several sites that allow you to create short URLs. You enter a long URL and it generates a short URL for you

populate a collection?

2005-08-03 Thread Johnny Le
Hi, I know that any query object can be used to populate a CUSTOM index, but can we use non-query object like a CFC to populate a CUSTOM index? I believe you can do it in CFMX 7, but can it be done in CFMX 6.1? Johnny ~|

Re: populate a collection?

2005-08-03 Thread Johnny Le
. If the CFC has methods that return strings, you can use them. On 8/3/05, Johnny Le [EMAIL PROTECTED] wrote: Hi, I know that any query object can be used to populate a CUSTOM index, but can we use non-query object like a CFC to populate a CUSTOM index? I believe you can do it in CFMX 7

Re: populate a collection?

2005-08-03 Thread Johnny Le
on. If there was a problem, this would tell you. On 8/3/05, Johnny Le [EMAIL PROTECTED] wrote: ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48

  1   2   >