Re: Time Tracking software for multiple users

2008-08-24 Thread Jeff Gladnick
I would be very interested! shoot me an email at jeffglad a t ^^ gmail I'm nearly complete a more robust AIR / PHP application that has all that and a few other handy features. If you want, I can email you when it's ready to go to Beta. I might even make a port to CF. ;) !k I am

Time Tracking software for multiple users

2008-08-23 Thread Jeff Gladnick
I am managing some projects that have 2-5 users on them typically. I need to be able to keep track of everyones hours, and combine the hours for billing purposes. Sometimes I do offline development, so it would be nice if there was a desktop application i could use to record stuff and upload

cfcache - doesn't work

2008-08-15 Thread Jeff Becker
Why doesn't this work? cfcache action=flush expireURL=*/view.cfm?id=* I know the code is running and I know the URL matches. Hmmm ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: cfcache - doesn't work

2008-08-15 Thread Jeff Becker
I'm just dumb. We were caching in a different directory then the default (default=cf_root/cache). cfcache action=flush expireURL=*/view.cfm?id=* directory=/our_cache_dir/ now works. :) ~| Adobe® ColdFusion® 8 software 8 is

Re: could not find the included template

2008-08-15 Thread Jeff Davis
Guys, Either I'm walking in the footsteps of giants... OR the more things change, the more they stay the same! I'm getting coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template ..\jobs/exception.circuit.cfm. when viewing a page to view my jobs.

Learning advanced Coldfusion - ideas??

2008-08-12 Thread Jeff Becker
Good morning folks, I'm curious to get this groups ideas on ideas, conferences, books, training, etc.. etc.. for learning the more advanced topics of Coldfusion.. mainly encapsulating code in CFCs and possibly frameworks. more CFC but also frameworks would be nice. I'm aware of the main

RE: Inside the hex code - just 2 sites

2008-08-09 Thread Jeff Garza
I think it's already been discussed, but to decode this, all you need to do is paste the complete script into a query window (Query Analyzer) and MAKE SURE to change the EXEC to a PRINT at the end. Your SQL server will happily decode the string for you. -- Jeff -Original Message- From

Re: Editing spanish language files

2008-08-01 Thread Jeff Gladnick
Sorry - thats what i meant, encoding. How do i check the encoding of the file? -jeff What's the encoding of the file? make sure that the file encoding is the same as the encoding in (CF)Eclipse. Not sure what you mean with file type? Cheers Kai I have to edit some code that has a fair

Editing spanish language files

2008-07-31 Thread Jeff Gladnick
I have to edit some code that has a fair amount of spanish mixed in. I've tried every file type in eclipse, but it still doesn't appear right. Spanish characters are replaced with crap, or vanish altogether. Is there a specific file type I need to get?

Cflock question

2008-07-20 Thread Jeff Gladnick
I posted this to the Model Glue group too, but it sems like a general question that cf-talk might be able to answer I've traced the error to this line in /ModelGlue/unity/ModelGlue.cfm: cflock name=ModelGlueInit type=exclusive timeout=10 throwOnTimeout=true For some reason, its not entering

Re: Cflock question

2008-07-20 Thread Jeff Gladnick
I dumped the application scope all the way through at every logic point. It was definitely NOT going in. The weird part was I finally fixed it by restarting BlueDragon JX. Then it magically worked with no code changes. All I did previously in BlueDragon admin was tweak some mappings

Re: Cflock question

2008-07-20 Thread Jeff Gladnick
I dumped the application scope all the way through at every logic point. It was definitely NOT going in. The weird part was I finally fixed it by restarting BlueDragon JX. Then it magically worked with no code changes. All I did previously in BlueDragon admin was tweak some mappings

Re: Cflock question

2008-07-20 Thread Jeff Gladnick
I didn't do a Cflog, but I was cfdumping, adding marker characters (like 22) and cfaborting... It never made it inside the CFLOCK. And this is BEFORE the cfif, i was careful to place my condition check in between the CFLOCK and the CFIF. However, I don't think this is a Model-Glue

Re: Little brainstorming help needed (developing email app)

2008-07-15 Thread Jeff Becker
Same approach for images as links. img src=http://yahoo.com/logo.gif?track=UNIQUE-PARAM-FOR-USER; ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Is there a way to save the results of a query to a text file?

2008-06-15 Thread Jeff F
I need a page that will take a query, and save the results to a text file. What's more, the text file needs to be structured to a CSV format so the data can easily be imported into a database. is this possible? Any hints on tags, or examples ??? Thanks, jeff

Bug / Issue tracking

2008-06-05 Thread Jeff Gladnick
I'd like to subscribe to a service (free would be great, but I'm more then happy to pay for it) where my clients can post bugs, request features, submit new tasks, etc. What are other small time developers using? Is basecamp a good choice for this?

Re: Checking for duplicates in list being imported

2008-05-23 Thread Jeff Price
Depending on what database you are using, the database may be able to handle this quite easily. MS SQL Server can handle this via a unique index. Take a look at INGORE_DUP_KEY. I don't know if other DB's have access to something like this, but I'd have to think most of them do. -jeff I've

two lists - matching any element

2008-05-22 Thread Jeff Becker
Hi folks, I'm not 100% sure on all the list functions in CF.. so I'm hoping this group can give me a little guidance. Ideally, I'm looking for a UDF that takes in two LISTS and returns a BOOLEAN. True if ANY element in list 2 is in list 1. False if NO element in list 2 is in list 1. I

Re: two lists - matching any element

2008-05-22 Thread Jeff Becker
for.. although I'm not sure yet if it breaks out as early as I would like.. but I haven't explorer the UDF code yet. Either way, the correct results and short code is perfect! Appreciate it. Thanks again to both of you.. Great great stuff. Jeff

Re: Coldfusion/SOAP/Complex datatypes

2008-05-12 Thread Jeff Becker
-Interoperability-Part-III Hopefully the above helps. It helped us to some degree. Jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Jeff Price
This is really the only acceptable solution. If you care about security, you need to verify every user action. Yeah, that would work. When they log in, their role is stored in a session variable so I could just do the check that way. Brad Wood wrote:

Secure Flash Audio Player and CF

2008-05-08 Thread Jeff Price
, we don't even need it all that secure, we just need to hide the URL of the audio. TIA! -jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Anyone using Viviotech + BlueDragon + Linux and running Multiple model-glue appliations??

2008-04-21 Thread Jeff Gladnick
I need to talk to you. I'm having issues in my configuration where the first mg application loads fine, and every subsequently loaded model glue application attempts to load the first one's controller.cfc. All the paths in the XML are double checked and correct. I'm out of ideas and pulling

Re: Migrating to Application.cfc

2008-04-11 Thread Jeff Price
Thanks Patrick and Barney! This list rocks :) -jeff As long as you use the same application name, the application has no awareness of an Application.cfm/cfc distinction. Only the Application.* file itself is different. Both have strengths and weaknesses

Migrating to Application.cfc

2008-04-10 Thread Jeff Price
This is not a question about the structure of an Application.cfc, I've got that down. No problem. This is about taking a bunch of apps that use the same application scope but different Application.cfm files, and converting them one by one to Application.cfc. All of these have the same

Re: Coldfusion Advanced Search Form / Dynamic Query

2008-04-08 Thread Jeff Becker
While there might even be a more graceful way to deal with this... Try maybe: SELECT * FROM table WHERE cfif form.state EQ AND form.zipcode EQ AND form.city= 1=0 cfelse cfif #form.state# is not table.state LIKE '#form.state#' AND /cfif cfif #form.zipcode# is not table.zipcode

Re: Coldfusion Advanced Search Form / Dynamic Query

2008-04-08 Thread Jeff Becker
Also, not sure why you are using LIKE. Unless your passing it in, you are never using a wildcard (%) and thus I think you can get away with an EQUALS sign instead of the LIKE. Idents didn't show up too well, so maybe cut and paste into notepad for a better, more organized look.

Updating a session error

2008-04-08 Thread Jeff F
/cfloop If that field theField has any spaces, it fails. No spaces and everything is ok. I'm not sure what's going on, suggestions?? please?? -jeff ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Updating a session error

2008-04-08 Thread Jeff F
Thanks Guys, quantity=form[theField] -was what I needed! Perfect. -Jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Dynamically adding subdomains to apache

2008-04-04 Thread Jeff Gladnick
Is there a best practice way to dynamically create subdomains in Apache with Coldfusion? I did some googlin', but its not exactly what I was looking for. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

CFLDAP parameter parenthesis

2008-04-03 Thread Jeff Becker
Need help with a CFLDAP query. It deals with a parameter that has various parenthesis in it. As LDAP queries are based off parenthesis for dealing with ANDs and ORs... I am running into trouble. I have the following: cfldap server = ldap.uconn.edu action = query name =

Re: OT - Database schema compare/sync tools for MSSQL

2008-04-03 Thread Jeff Price
+2 for Red Gate. -jeff +1 for Red Gate's tools. -- Thanks, Tom ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k

Re: CFLDAP parameter parenthesis

2008-04-03 Thread Jeff Becker
After a bit of digging, I think I was able to find an answer to this. http://www.faqs.org/rfcs/rfc2254.html gave me some good info on LDAP search strings. Search the above link for String Search Filter Definition Turns out I needed to replace special chars (*,(,),\,NUL) with their respective

Re: CF8 - Decrypt function generating error

2008-03-21 Thread Jeff Becker
Thanks Steve, I added the HEX encoding argument and no longer throw the error BUT now my cfoutput is not displaying anything / empty. cfset key = cfset encrypted = bbb cfoutput#Decrypt(encrypted, key, AES,HEX)#/cfoutput result empty string

CF8 - Decrypt function generating error

2008-03-20 Thread Jeff Becker
Any idea why the following code works in CF7 but not when placed in a CF8 environment?? cfset key = cfset encrypted = bbb cfoutput#Decrypt(encrypted, key, AES)#/cfoutput The error in CF8 is: An error occurred while trying to encrypt or decrypt

Re: Extra Level of Security Information

2008-03-17 Thread Jeff Price
Do not make it too easy. Bad things happen if you rely on security through obscurity...just take a look at what happened to a local station where I live. My Favorite - All your base closing. http://brentroad.com/photos/00234900.jpg This link is not necessarily safe for work (contains offensive

Quickbooks Merchant Services Integration?

2008-03-16 Thread Jeff Chastain
their best to make this as hard as possible. Has anybody ever work with the QBMS API before, and if so, care to offer any tips, tricks, or experiences? Thanks -- Jeff ~| Adobe® ColdFusion® 8 software 8 is the most important

Virtual Machine Error?

2008-03-14 Thread Jeff Chastain
not a JVM expert by any means, so can anybody offer some pointers as to what might be going on here? Thanks -- Jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Query Access DB, then display results randomly?

2008-03-14 Thread Jeff F
with a different ORDER BY, then randomly running one query. Is there a nifty way to do this at the output?? I can't think of anything. -jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Query Access DB, then display results randomly?

2008-03-14 Thread Jeff F
for the suggestions. Jeff ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups

Re: Creating a .cfm file on the fly

2008-03-13 Thread Jeff Fleitz
Check out Peter Bell's CFTemplate at http://cftemplate.riaforge.org/ I use this to do exactly what you are talking about. It will take you an hour to come up to speed on what he is doing, but it works really nicely for creating cfm templates on the fly. Jeff I have a client who wants me

RecordMaster -wizard from way back in CF Studio

2008-03-11 Thread Jeff F
scratch. If I can't find anything, I may search my CD archives for an old version of Studio just to use RecordMaster! What do others use for fast creation of database record admin pages??? -Jeff ~| Adobe® ColdFusion® 8 software

Re: subquery help

2008-03-06 Thread Jeff Price
hi, i have the following query that retrieves the latest quiz date and quiz percent the problem is that if the student takes the same test back to back right away somteimes it can throw an error from the sub query is there a way of restructuring the query so that i can select the info

RE: Slow machine - JRun?

2008-03-05 Thread Jeff Chastain
tuning work. You can reach him at mbrunt at alagad do com if you need some help. Good luck! -- Jeff -Original Message- From: Michael Muller [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 9:32 AM To: CF-Talk Subject: Slow machine - JRun? I posted about this a few weeks ago

Re: email encryption

2008-03-02 Thread Jeff Price
this helps, jeff there has also been some neat solutions on here although i am thinking that if someone was to hack into the mail server, or falsely receieve the email meant for someone else. they could easily log on (as in our system the username is their email)so they would have somone's

CF8 cfinput - autosuggest

2008-03-01 Thread Jeff U
I'm using augosuggest for an auto complete in CF8. Is there a way to force the user to make a selection from the autosuggest list? I had thought so, but can't find anything on it. ~| Adobe® ColdFusion® 8 software 8 is the

Re: CF8 cfinput - autosuggest

2008-03-01 Thread Jeff U
I want to avoid a select box because the autosuggest list could become a bit long. Any other ideas on forceing a user to select an option from the autosuggest list?? Pretend the list is 1,000 entries long.. ~| Adobe®

How accurate is IP address / Geocode lookup?

2008-02-28 Thread Jeff Chastain
I have a client that is looking to ascertain the state ( or country if not US based ) of the current visitor to their web site. One possibility has been to use their IP address and a geocode lookup, which I have never done before. So, how accurate is doing a geocode lookup based upon IP? Does

RE: How accurate is IP address / Geocode lookup?

2008-02-28 Thread Jeff Chastain
. I'm in MD. I checked a friends IP and it nailed him to his town. On Thu, Feb 28, 2008 at 5:28 PM, Jeff Chastain [EMAIL PROTECTED] wrote: I have a client that is looking to ascertain the state ( or country if not US based ) of the current visitor to their web site. One possibility has been

Re: auto-fill forms, a B2B application

2008-02-27 Thread Jeff Price
consideration you have to worry about is this could be a fairly lengthy processing time especially if the third party site is slow, or the process lengthy. Good luck! -jeff Here is an example: cfhttp url=#myURL# method=POST useragent=#CGI.HTTP_USER_AGENT# cfhttpparam type=FormField name=fstatus

Re: accepting/returning cookies with cfinvoke

2008-02-25 Thread Jeff Price
This post might be of some help, or at least get you thinking in different directions. I'm not sure if it's translates to cfinvoke or not. It looks like you have to get down and dirty with the webservice engine CF uses which is Apache's Axis.

Re: Inconsistent Variable Names Across Data Sources

2008-02-19 Thread Jeff Price
to each other and updates to one are done to updates to all you should probably create a common object to handle the core data and an adapter that knows how to talk to each database. -jeff We have several data sources such as Active Directory, home-built databases and purchased databases. Each

Re: regex help

2008-02-18 Thread Jeff Price
Two questions: 1) What does the -~ do inside the []? I haven't seen that syntax before or I'm incredibly rusty with my regex. 2) Is your regex minimally matching? I had always thought CF was a greedy match? Thanks, Jeff Actually, please ignore my last message. I have got it to work

Re: regex help

2008-02-18 Thread Jeff Price
LOL! And here I was thinking the ~ was some kind of special character! Sometimes if it looks like a tilde it's just a tilde :) Thanks! That range matches all the characters in the ascii chart except the control characters. Same as saying give me all the Ascii characters from Ascii 32 (space)

Re: Same inline javascript works and not working

2008-02-18 Thread Jeff Price
You don't have your cftextarea closed. You also don't need the javascript: at the start of the onKeyDown event. Take out those two and it should work like a charm. -jeff The following cf and js code works fine with both IE7 and FF2 (as you can see it does auto expand of textarea so

Cold Fustion Developer Positions available in Wash DC.

2008-02-18 Thread Jeff Gordon
technical abilities to work on a Wash DC contract. Contact Jeff at 410-872-0444 or you can email me at [EMAIL PROTECTED] and I will be happy to provide you with the details of the current opportunities. We are looking for all skill levels from Jr(1+yr) - SR. Please only inquire if you

Re: all possible letter combinations

2008-02-14 Thread Jeff Price
Try this chunk of code. I leave it up to you to add in a remove duplicates feature. Check cflib.org for some handy functions to do that. NOTE: I found it easier to build a list instead of an array simply because I could recurse with ListAppend but if I recurse with ArrayAppend it starts making

Re: What type of CF hosting do I need?

2008-02-14 Thread Jeff Price
also links to a language neutral discussion of conditional GETs. http://www.coldfusionjedi.com/index.cfm/2007/10/15/Doing-HTTP-Conditional-Gets-in-ColdFusion I don't *think* CFFEED supports conditional GETs yet, so this may not work if you are using that tag. CF9 wish list item perhaps? -jeff

keeping session alive with cfajaxproxy

2008-02-13 Thread Jeff U
In order to keep my user's session alive, I'm using CFAJAXPROXY to make repeated, timely calls to a cfm page. This works for the first 60 mins or so.. Logs fine, username coming across perfectly. However after 60 mins, I get Error invoking CFC /proxy.cfc: Unknown Any ideas?? I was expecting

Re: Years, Months and Days from a date

2008-02-10 Thread Jeff Price
There isn't an quick and easy solution, although a few straight forward ones. Everyone is going to suggest you do a DateDiff on each date part you want to handle, but after quickly glancing at cflib.org, think that a better solution might be the following. Use DateDiff to get the difference in

Re: brain dead

2008-02-07 Thread Jeff Price
You have to factor in the time as well, which makes this a range search and not an exact match. The start of a day is 00:00:00, the end of the day is 23:59:59 startDateTime = CreateDateTime(startYear, startMonth, startDay, 0, 0, 0) endDateTime = CreateDateTime(endYear, endMonth, endDay,

Re: brain dead

2008-02-07 Thread Jeff Price
When did mySQL get the between operator? LOL! I've been stuck in MSSQL land for the past 7 years! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Transact SQL question has me stumped

2008-02-05 Thread Jeff Price
in the rest of the bits. SELECT mycolumns FROM mytable WHERE BigIntColumn #myMask# = #myMask# NOTE: I don't think you have to cast anything as long as you are dealing with ints...but this is the part where I mention IANAG (I am not a guru). -jeff I am hoping an SQL guru can assist me with what I

Re: Transact SQL question has me stumped

2008-02-05 Thread Jeff Price
doh! That should be 2^0 + 2^7 (silly me) myMask = 2^1 + 2 ^8 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w

Re: Transact SQL question has me stumped

2008-02-05 Thread Jeff Price
! -jeff This was exactly what I was doing - irrespective of the CAST to change data types - but it will only select records that have bit 1 AND Bit 8. What I need to do is to select records that contain Bit 1 OR Bit 8. (example values only) Example: Given these values BigIntColumn

Re: vertical align the text within a text box

2008-02-04 Thread Jeff Price
Hi, I need help please! I want to vertical align the text within a text box. and I want a million dollars... :( http://www.jakpsatweb.cz/css/css-vertical-center-solution.html http://www.webtoolkit.info/css-vertical-align.html Here are twosolutions for your problem. Why on earth there

Re: Help with Regular expressions

2008-02-04 Thread Jeff Price
** :) That could trip you up if you used REFind. -jeff Trying to wrap my head around this and get it to work with the framework I'm using...what does this say, in words... [^a-z0-9] does it say characters other than a-z, 0-9 or only characters a-z, o-9? thanks cfif REFindNoCase([^a-z0-9], yourString

Re: MySQL Comparison Tool

2008-02-02 Thread Jeff Price
For those not fortunate enough to use MySQL, RedGate's SQL Compare and SQL Data Compare absolutely rock! I didn't know the same type of tools existed for mySQL, I'll have to check out everything that folks have recommended.

SES UDF

2008-01-28 Thread Jeff Becker
-special-char Hyphens as in - should not appear 2 times in a row = hyphens-as-in-should-not-appear-2-times-in-a-row Does anyone know if a UDF exists already. I've looked at cflib. I've played with REReplace, but can't find the correct regular expression to use. Thanks to all for any help, Jeff

Re: SPAM: SES UDF

2008-01-28 Thread Jeff Becker
Wow. Thanks Andy. That looks like it works. Can you explain the difference between :alnum: and \w I was working with \w and when I sub that in, it doesn't catch the ! or $. I had thought they both were defined as [A-Za-z0-9]?? Thanks again!

Re: Personalized URLs (purls)

2008-01-24 Thread Jeff Becker
This is a great subject.. We've been wanted to improve our search for a long time, but unfortunately we are in an IIS environment and I find it difficult there. I've used .htaccess and thats pretty simple if you know the syntax... but thats only avail on Apache webservers. My comment to the

EasyConsole CMS Reviews?

2008-01-23 Thread Jeff Chastain
Has anybody used the EasyConsole CMS application from Dynamic Works or any of the other applications in the EasyConsole suite? I have been trying to get a hold of some more information about the product from their sales people (unsuccessfully so far) and I was just wondering if anybody else had

RE: Personalized URLs (purls)

2008-01-23 Thread Jeff Small
Ecellent Matt. That's a great place to begin. Any problems with things like spaces in names (My Name needs to be My%20Name or MyName or My_Name) or special characters in names? Jeff, You might want to take a look at Adam Fortuna's ColdCourse project, or the ColdBox framework, which has

Personalized URLs (purls)

2008-01-23 Thread Jeff Small
Does anyone have any experience with these? Apparently they're all the rage and I've seen some SEO url topics about taking pages that might typically be formed: http://www.mysite.com/index.cfm?name=MyName; and re-form them as: http://www.mysite.com/MyName/ And I have a feeling that this is the

Keep session alive for form

2008-01-19 Thread Jeff Becker
Hey folks, I'm hosted at CrystalTech using CF8 and in the shared environment, therefore I have a max session timeout of 20 minutes. Currently users log in to the site and we store username in their session. The site is for posting reviews and therefore they write paragraphs and paragraphs of

Re: Keep session alive for form

2008-01-19 Thread Jeff Becker
Thanks Mary Jo and William, I've got javascript similiar to what you have. It is reloading the Iframe every x minutes. Again that wasn't 100% on my testing, so maybe it was goofy for some reason. I'll plan on implementing your JS and see where that leads. I like the idea of a Save Work

Re: Keep session alive for form

2008-01-19 Thread Jeff Becker
Wow! This is absolutely amazing. http://greenmap.sourceforge.net/fck_demo/about.html might solve my session problems and provide a nice Draft capability. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Testing a web service signature?

2008-01-08 Thread Jeff Chastain
I am working on a CF application that consumes a set of web services that are not under my control. So, what I would like to do is put together a series of unit tests for lack of a better term that will test the signature of these web services to be able to determine if the web service has

Indexing a single pdf/word document

2007-11-27 Thread Jeff Gladnick
I need to index a pdf document into plaintext, and insert that text into a database column - not put it into a collection. Anyone ever done anything like that before? My goal is to make pdf/word documents searchable but at the same time be able to tie them back to a database record.

Re: cfselect bind issue and option value

2007-11-16 Thread Jeff F
. Do I need to loop through and change the sort by field (id) for every row? -then set the new field as 1?? -jeff ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe

Adding Properties to an Object at Runtime

2007-11-12 Thread Jeff Chastain
code to know to request the right property. I have gone through my book of design patterns, but nothing seems to fit here. Does anybody know of a different / better way to approach this? Thanks -- Jeff ~| Create robust

Re: Adding Properties to an Object at Runtime

2007-11-12 Thread Jeff Chastain
user of the application can then say in his/her case they want to track the users employeeID, so they add a new property to user called employeeID. So, the structure with get/set functions is about the only way I can see to do this, it just does not seem quite right. Thanks for the help. -- Jeff

Mocking a DAO for testing

2007-11-12 Thread Jeff Chastain
? Thanks -- Jeff ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http

Re: Mocking a DAO for testing

2007-11-12 Thread Jeff Chastain
that make any more sense? -- Jeff Hi Jeff. Yes, you have to tell the mock object what you're expecting it to return, so that the object being tested (your service in this case) interacts with the mock the same way it would interact with the real object. You'd do this in your unit test methods. So

Re: Adding Properties to an Object at Runtime

2007-11-12 Thread Jeff Chastain
the name of a property and return its value. There may not be another way to do this, I just thought I would ask and see. Thanks for the info. -- Jeff Yes I don't think I'm following what you're trying to do. If employeeID is a property of the User object, why wouldn't it already be there from

Combining Verity searches and SQL Searches

2007-10-29 Thread Jeff Gladnick
Our jobbank program needs an upgrade. Currently, the resumes are pasted into FCKeditor and stored in a database in HTML format. However, this doesn't seem to be getting the job done, and we've received a deluge of complaints and demands for the ability to just upload a pdf/word document.

Combining Verity Sql Server searches

2007-10-26 Thread Jeff Gladnick
Our jobbank program needs an upgrade. Currently, the resumes are pasted into FCKeditor and stored in a database in HTML format. However, this doesn't seem to be getting the job done, and we've received a deluge of complaints and demands for the ability to just upload a pdf/word document.

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

ANN: Introducing Validat - A Data Validation Engine for ColdFusion

2007-10-11 Thread Jeff Chastain
and again, in the mean time, feel free to post a question or comment in the Validat Google Groups http://groups.google.com/group/Validat site. Thank you for your time. -- Jeff Jeff Chastain Senior Software Developer Alagad, Inc. http://www.alagad.com www.alagad.com 1-888-ALAGAD4

Re: SOT: Subversion / Apache Config

2007-10-10 Thread Jeff Chastain
Reactor Subversion Repository AuthUserFilee:/svn/svn.pass /Location I am really stumped here, so any ideas would be appreciated. Thanks -- Jeff In your AuthzSVNAccessFile file, simply stick a *=r under the anonymous repositories e.g. [myrepo:/] *=r

Re: SOT: Subversion / Apache Config

2007-10-10 Thread Jeff Chastain
* = r Does removing the spaces help ? @reactor-contrib = rw And/or this line ? Nope, I have tried it with and without spaces and there is not difference. Thanks for the suggestion. ~| Enterprise web

SOT: Subversion / Apache Config

2007-10-09 Thread Jeff Chastain
and would care to share? Again, sorry for being so off topic. -- Jeff ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http

Re: Design/Web Development Agencies that has a strong CF core

2007-10-02 Thread Jeff Chastain
to contact myself (jchastain at alagad dot com) or Doug Hughes (dhughes at alagad dot com) if you would like more information. Thanks -- Jeff Chastain All, Does anyone know of or had expereince workign with a reputatble Web Design/Development agencies where CF is a strong core of their development

Re: Design/Web Development Agencies that has a strong CF core

2007-10-02 Thread Jeff Chastain
All is well and good ... you must have caught the site at the right second as we were doing some infrastructure upgrades. Thanks site at http://www.alagad.com Bad Host Name -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com

Re: [NEWS] Ext 2.0 Alpha Released

2007-10-01 Thread Jeff Fleitz
It is my understanding that the 1.1 ExtJS components are built-in to CF8 (in use for the CFFORM stuff). Is that what you were asking? Would do I find Ext components for CF 8? Rick That's what I have heard. This is great, because as Rey has stated, you can't simply abandon jQuery in low

Re: [NEWS] Ext 2.0 Alpha Released

2007-09-30 Thread Jeff Fleitz
of being tedious. Who'd a thunk? On 9/30/07, Andrew Scott [EMAIL PROTECTED] wrote: Jeff, And you can still use jQuery with ExtJS as well, so would mean better news for you. On 9/30/07, Jeff Fleitz [EMAIL PROTECTED] wrote: That is really phenomenal, Rey. I think I am going to go that way

Re: [NEWS] Ext 2.0 Alpha Released

2007-09-29 Thread Jeff Fleitz
That is really phenomenal, Rey. I think I am going to go that way too. I have been using (and loving jQuery), but for the true desktop experience, Ext is far ahead of jQuery UI at this time. Keep up the good work, and thanks. On 9/28/07, Rey Bango [EMAIL PROTECTED] wrote: Ext 2.0 is simply

Re: Fonts in PDF generated by CFDocument

2007-09-27 Thread Jeff Chastain
I have never had reason to look at the font management area before, but I checked it and all of the fonts are listed there. I tried the different font names listed for font face, font family, etc., but no change. I'm just throwing out a guess, but do you see your desired fonts listed in CF

Fonts in PDF generated by CFDocument

2007-09-26 Thread Jeff Chastain
I have a PDF document that is being created by CFDocument using HTML as its source. The HTML source has css style attributes that change the font for various bits of text. If I view the HTML source in a browser, on the same server as CF is running, the fonts display correctly. However, when

<    1   2   3   4   5   6   7   8   9   10   >