SOT: file sharing recommendations

2013-12-06 Thread Matt Williams
I have been tasked with recommending some sort of file sharing solution for our office. Basic requirements: 1) File sharing between less than 10 employees. B) Access to these files in and out of office. 3) Off-site backup D) Possibly allow clients to upload files to specific, segregated locations

CF 10 and webservice call

2013-11-21 Thread Matt Williams
I've been having some issues with a new server running CF 10 on Windows Server 2008 R2. At first we couldn't get the web service to register at all. After upgrading to 10.0.12.286680, that now works along with most method calls. However, one method, getSearchResults, will not work. It runs fine

viewport tag question

2012-07-02 Thread Matt Williams
My apologies for the non-CF related question (though the site is running on CF), but I know folks here are so well-rounded I'll throw it out. I'm struggling with getting a site to scale correctly on mobile devices. I have tried the viewport tag with various settings, but don't really understand

Re: viewport tag question

2012-07-02 Thread Matt Williams
Sorry, to get to the non-mobile site, you should use this url: http://amaproracing.com/?mo=1 It's the full site that is the problem, not the mobile site. -Matt On Mon, Jul 2, 2012 at 10:19 AM, Matt Williams mgw...@gmail.com wrote: My apologies for the non-CF related question (though the site

Re: Wysiwyg editor

2011-10-24 Thread Matt Williams
I recommend that people only copy and paste from notepad. Extra html that gets in there from any other source can wreak havoc on the final output. -Matt On Mon, Oct 24, 2011 at 6:43 PM, Greg Morphis gmorp...@gmail.com wrote: That's exactly what I thought. In fact I found a solution how to get

Re: Caching ajax / dhtml

2011-09-14 Thread Matt Williams
, 2011 at 8:24 PM, Michael Grant mgr...@modus.bz wrote: Not on the client side. Either way you have to hit a server. Better Twitter's than yours I'd say. On Tue, Sep 13, 2011 at 7:12 PM, Matt Williams mgw...@gmail.com wrote: I have some divs that are populated with tweet.js (jquery plugin

Caching ajax / dhtml

2011-09-13 Thread Matt Williams
I have some divs that are populated with tweet.js (jquery plugin for twitter). So on document.ready(), the divs are populated by the plugin. I don't want to hit twitter on every page load and want to cache the populated divs somehow. Is there a way to take those populated divs and cache them?

SOT: Workstation recommendations

2011-09-07 Thread Matt Williams
My HP desktop at work died last night. This morning we took the hard drive out and put it into another box whose drive had died a couple months ago. It worked at first, but after about 20 minutes it croaked too. Anyway, I'll be shopping for a new desktop and just wondered what brands people

Re: ColdFusion 9 64-bit Image Manipulation

2011-07-29 Thread Matt Williams
Yes, try the built-in functions in CF. Our 32-bit apps use imagecr3, which I believe has a 64-bit version in beta. Our 64-bit apps use imagemagick. -Matt On Thu, Jul 28, 2011 at 3:03 PM, Pete Freitag p...@foundeo.com wrote: Lots of image functions were built into ColdFusion starting with

Re: Its ColdFusion's Fault

2011-07-27 Thread Matt Williams
Specifically: One of the explicit design goals leading into HipHop was the ability to continue writing complex logic directly within PHP. - so they do 'work' in PHP, they do not write C++. Interesting concept. Seems like somebody could do the same for Java - maybe a tag based deal with some

Re: Finding a Designer/CSS with CF - Where?

2011-05-27 Thread Matt Williams
Post to cf-j...@houseoffusion.com cf-jobs-talk is more for discussing the marketplace and career topics. cf-jobs is for job listings / availability -Matt W On Fri, May 27, 2011 at 10:05 AM, Paul Giesenhagen p...@quilldesign.com wrote: Hello All, We are looking to add another designer, CSS

Re: Finding a Designer/CSS with CF - Where?

2011-05-27 Thread Matt Williams
for a good place to find a CSS/Designer as opposed to a CF person ... figured my CF folks may have some suggestions. Thanks Paul Giesenhagen Quill Design http://www.quilldesign.com -Original Message- From: Matt Williams [mailto:mgw...@gmail.com] Sent: Friday, May 27, 2011 9:12 AM

cffileupload and makeUnique

2011-04-26 Thread Matt Williams
I'm using cffileupload to allow users to upload multiple photos into a gallery. For each photo, there is additional processing including resizing, cropping, writing to DB, etc. At the end four new photo files are written. At first I tried doing all of that when the image was uploaded, but that

Re: cffileupload and makeUnique

2011-04-26 Thread Matt Williams
://cfquickdocs.com/cf9/#cffile.upload If you want to allow multiple file uploads, you could use the flash uploader at www.asfusion.com On Wed, Apr 27, 2011 at 12:58 AM, Matt Williams mgw...@gmail.com wrote: I'm using cffileupload to allow users to upload multiple photos into a gallery. For each photo

Re: cffileupload and makeUnique

2011-04-26 Thread Matt Williams
just monitored a directory for new files to do stuff with. It shouldn't be too hard to find but if he sees this, I'm sure he will share it again. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Matt Williams

Re: Database connection cross over

2011-02-14 Thread Matt Williams
It turns out there was a couple of new reports written that had USE Banana in the query. With that and Maintain connections across client requests enabled in the CF Admin, we were magically swapping what the DSN pointed to. Thanks again for the help. -Matt Is the problem random or

Database connection cross over

2011-02-10 Thread Matt Williams
Basics: Windows 2003 server, CF 7.0.2, SQL Server 8 Multiple datasources, but lets specifically look at the ones named Apple and Banana. They point to separate databases on the same SQL server, connecting to db Apple and db Banana respectively, as expected. However, occasionally, datasource

Re: Database connection cross over

2011-02-10 Thread Matt Williams
describe it turns out to be a developer-caused error, not a server error, network error, or a random bug. You are probably right, I just have yet to track down that developer-caused error. -Mike Chabot Thanks for the input. On Thu, Feb 10, 2011 at 1:03 PM, Matt Williams mgw...@gmail.com wrote

Re: COLD FUSION DEVELOPER - FALLS CHURCH, VA

2010-12-06 Thread Matt Williams
I was going to tell them about the perfect fit for that position. He is available for immediate hire. His name is XX and can be reached at xx...@xxx.com. On Mon, Dec 6, 2010 at 5:38 PM, Phillip Vector vec...@mostdeadlygame.com wrote: You know XXX, copying a job

Web Service and SSL

2010-09-10 Thread Matt Williams
I'm invoking a web service that when browsed gives a security certificate warning. This is a temporary issue and will be fixed. But to use it now, does anyone know if there is a way to make the web service call ignore or accept the certificate warning?

Re: Git, CF and best practices

2010-08-30 Thread Matt Williams
I'm not a git user myself, but here is a recent blog article I remember seeing: http://www.bytestopshere.com/post.cfm/git-is-scary-but-it-doesn-t-need-to-be -Matt On Mon, Aug 30, 2010 at 9:16 PM, Mallory Woods mallory.wo...@gmail.com wrote: Hello all, I just started looking a git to use for

CF 9 local scope gotcha

2010-05-20 Thread Matt Williams
I believe this behavior is as expected, however it breaks our code that worked in CF 8. Similar issues have been discussed here and maybe even raised on the bug tracker, but I didn't see an example quite like this, so I wanted to share. Basically, when in a function (where local scope is

Re: Does cflocation pass through request type and variables?

2010-04-16 Thread Matt Williams
You may be able to do something with cfheader. http://www.bennadel.com/blog/1550-Performing-ColdFusion-Processing-After-A-CFLocation-Tag.htm -Matt W Well, in almost every case, if not all cases, with a 3rd party URL, we don't care about passing the variables. We wouldn't even have a problem

Re: cffunction and webservice call question

2010-04-15 Thread Matt Williams
Hey Ken, I work with HR-XML some too. I see a lot of companies that do HTTP Post instead of web services. If they are posting straight XML, there is probably not a form field name, so instead you will use getHttpRequestData().content to pull whatever was posted into a variable. -Matt I am

Re: Best Way to use AJAX in MachII

2010-04-05 Thread Matt Williams
What is best way to use Ajax in MachII? I won't claim it is the best, but I like using jQuery to simply call index.cfm?event=myAjaxEvent. You can do it as a POST or a GET. The event is then just like any other Mach-II event with a call to a listener and ending in a view. The view page can

Re: Best Way to use AJAX in MachII

2010-04-05 Thread Matt Williams
Thank you Matt for your reply. Can you provide some links to start with? I am a novice in Jquery. I don't know of any links specifically demonstrating jQuery AJAX with M2. I would start with the jQuery docs: http://api.jquery.com/category/ajax/. The info there and the examples near the

Re: Set session variable via AJAX

2010-02-22 Thread Matt Williams
I have seen cases where I had to add the CFID and CFTOKEN to get the session to be remembered on an ajax call. -Matt W I have a dropdown with an onchange that calls a CFC via cfajaxproxy and I'm trying to set a session variable in that CFC. For some reason this session variable isn't

Re: XML POST with Coldfusion

2009-10-26 Thread Matt Williams
cfsavecontent variable=myXmlString SMSauthentification username/username password/password/authentificationmessage sender/sender text/text/messagerecipients gsm messageId=“clientmsgID1“/gsm gsm messageId=“clientmsgID2“/gsm

Re: coldfusion to setup iis websites

2009-10-21 Thread Matt Williams
This isn't for directly setting up web sites, but may point you in that direction. http://www.bryantwebconsulting.com/blog/index.cfm/2009/10/20/My-First-ColdFusion-Builder-Extension-Set-IIS-Root hi, is there a way to setup iis websites directly with cf code?

Re: CFHTTP Problem - is file type extension required?

2009-06-04 Thread Matt Williams
I usually just do a cfdump of the cfhttp variable. If you aren't getting what you expect then you've either got the wrong url or are not passing something correctly. You may need to be grabbing a cookie from an earlier landing page and passing that back as part of the cfhttp request. And

Re: XML Issues with webservices

2009-06-04 Thread Matt Williams
And what are the errors? Are you sure the xml is still valid? I have recently worked with a couple of webservices talking in XML. I have generally returned things as a string as opposed to type=xml. Just something else to try. -Matt Hello all. Was hoping someone could help me solve this

Re: Query of Queries Functions

2009-02-26 Thread Matt Williams
. It is only a way to further filter previously retrieved record sets. So no, you cannot do updates or deletes. -- Matt Williams It's the question that drives us ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: Query of Queries Functions

2009-02-26 Thread Matt Williams
the docs for actual usage and examples. -- Matt Williams It's the question that drives us ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: Can I do this in a single SQL query?

2009-02-24 Thread Matt Williams
userid     int name       varchar email      varchar comment    varchar ... UPDATE comments SET userID = ( SELECT userID FROM users WHERE users.email = comments.email ) -- Matt Williams It's the quest

Re: Inserting an array of structs into a database table

2009-02-14 Thread Matt Williams
On Sat, Feb 14, 2009 at 8:28 PM, Mike Soultanian msoul...@csulb.edu wrote: Hey everyone, I am pulling a song listing from another website that's in JSON format. I already figured out how to bring it into CF with deserializeJSON(), but now I need to put all that data into my database. There

Re: Arrays

2009-02-08 Thread Matt Williams
Hey Jason, if you don't already know which position in the array the item id is located, then you'll need to loop through the array and find it. Once found, you are actually dealing with a structure, so updating is just a simple cfset. Something like this (assuming item id is in session and new

Re: Arrays

2009-02-08 Thread Matt Williams
because the array implies a series of something. As far as updating and the code to deal with them it is pretty much 6 or 1/2 dozen I would think. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8

Re: Coldfusion AJAX Demos

2009-02-08 Thread Matt Williams
Also search on Ben Nadel's and Ray Camden's blogs. http://www.bennadel.com http://www.coldfusionjedi.com On Sun, Feb 8, 2009 at 1:19 PM, John M Bliss bliss.j...@gmail.com wrote: http://livedocs.adobe.com/coldfusion/8/htmldocs/ajaxui_1.html

Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-04 Thread Matt Williams
is an array; DATA is an array of arrays. So yes, there's going to be some looping involved. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Best ways to find projects

2008-12-23 Thread Matt Williams
as soon as possible. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Re: We Do Three Types of Jobs Here…

2008-12-23 Thread Matt Williams
On Tue, Dec 23, 2008 at 12:19 PM, Ravi Gehlot r...@ravigehlot.net wrote: * http://tinyurl.com/humorFreelance That reminds me of a cartoon I saw a long time ago. It basically said, We have great service and low prices. Which would you like? -- Matt Williams It's the question that drives us

Charlotte North Carolina

2008-12-15 Thread Matt Williams
If anyone in the Charlotte, North Carolina area is interested in starting up a ColdFusion user group, please contact me off-list: mgw4jc (the at thingy) gmail -- Matt Williams It's the question that drives us. ~| Adobe

Re: Anyone willing to help me build an AJAX/jQuery/CF8 modal login for pay or gifts?

2008-12-12 Thread Matt Williams
Hey Rick. I've done some modal stuff with jQuery and thickbox. Had it working on IE 6 7 and FF 2 3 at some point. Ping me off list if you don't already have a taker. Matt Williams On Fri, Dec 12, 2008 at 7:18 PM, Rick Faircloth r...@whitestonemedia.com wrote: I've been struggling

Re: CF Job Market

2008-11-06 Thread Matt Williams
are often not posted like that, but spread through word of mouth or word of internet. So from what I've seen in the past 4 days is that the market is still good, but your location and willingness to relocate may play a big factor in the opportunities you find. -- Matt Williams It's the question

Re: Coldfusion Developer needed in Suffolk County Long Island

2008-10-09 Thread Matt Williams
/7/148/247 -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 10:28 AM To: cf-jobs-talk Subject: Re: Coldfusion Developer needed in Suffolk County Long Island Dan Raj, This is an email list that is generally for discussion

Re: CTO Opportunity

2008-09-26 Thread Matt Williams
And now it looks like you just sent to cf-talk, not cf-jobs-talk. Maybe you need a break from emailing today. :) At least you get a weekend now. And people, if replying to this, at least delete out the original post with the resume link. On Fri, Sep 26, 2008 at 3:26 PM, Adam Haskell [EMAIL

Re: CF, JQuery and IE

2008-09-17 Thread Matt Williams
-- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http

Re: Flummoxed bya simple query

2008-08-21 Thread Matt Williams
INNER JOIN Enrollment ON BasicInfo.IDID = Enrollment.IDID ORDER BY LastName ASC, FirstName ASC /cfquery What about running the query directly in some sort of FoxPro Query tool (if there is one) as opposed to using CF? -- Matt Williams It's the question that drives us

Re: CFC Best Practices

2008-08-19 Thread Matt Williams
at the moment. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
are meant to display lists, right, but what you want to do is not a list, it is a TABLE, so why not use a table ? -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
with Andy here... Yes, Claude, HTML tables can be used for many purposes. I've even heard of them used for doing actual layout (gasp!). But, if you want to be more accessible and CSS compliant, then HTML tables are best used for database type information. Query output as it were. -- Matt Williams

Re: SOT: Using jQuery to access the JSON that CF8 returns?

2008-08-14 Thread Matt Williams
. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http

Re: Outputting columned UL tags

2008-08-14 Thread Matt Williams
? If they want it in the 1,2,3,n order, the tabular table would not work. By doing a table to simply do a 3 column display of lists, you are creating a table-based layout. And last time I checked that is code smell. Just some things to think about. -- Matt Williams It's the question that drives us

Re: Outputting columned UL tags

2008-08-13 Thread Matt Williams
/ cfif nextOut LTE myVar link#nextOut# -- /cfif /cfloop br / /cfloop /cfoutput -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8

Re: Outputting columned UL tags

2008-08-13 Thread Matt Williams
On Wed, Aug 13, 2008 at 3:03 PM, Dave Phillips [EMAIL PROTECTED] wrote: Andy, Check out Ben Nadel's blog entry from March last year: http://tinyurl.com/5tjcmf It looks like what I just sent you is the same idea as Ben Nadel's blog. Mine is just a lot less pretty with less line breaks and

Re: SQL injection attack on House of Fusion

2008-08-09 Thread Matt Williams
^(.*)$ /violation.htm [nc,L] Also, uncomment the LoadModule rewrite_module modules/mod_rewrite.so And make sure you restarted Apache for changes to take effect. With that I can do this and get redirected: http://myDomain/?foo=declare http://myDomain/?declare -- Matt Williams It's the question

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Matt Williams
? Doesn't seem to work if I do myLocalSite/index.cfm?test=DECLARE Do the rewrite rules go somewhere else? Do I need something more than just he LoadModule line? Thanks, -- Matt Williams It's the question that drives us. ~| Adobe

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Matt Williams
Scratch that. declare is case sensitive. Seems to work now. Matt On Fri, Aug 8, 2008 at 6:00 PM, Matt Williams [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 2:45 PM, Terry Ford [EMAIL PROTECTED] wrote: Here's the rewrite I'm using (linux apache) to keep traffic off the app server

Re: variables.whatever isn't defined in CFC

2008-06-25 Thread Matt Williams
Create a temp scribble page and call that cfc, passing in only the bare essentials to make it run. And do some cfdumps or cflog entries to see where it is failing. If you're on CF8, the step debugger is a useful tool to see what all pages have been called, variables created (including cookies),

Re: CFC confusion. please help!

2008-06-23 Thread Matt Williams
of a query is that if you're talking about lots of records, creating all those objects can become processing and memory intensive. However, one potential way around this is to use Peter Bell's Iterating Business Object: http://ibo.riaforge.org/ -- Matt Williams It's the question that drives us

Re: Waaahhhh! Why won't my CFC work!

2008-06-20 Thread Matt Williams
myStruct.myFirstArgument = form.criteria / cfset myStruct.mySecondArgument = form.moreData / cfset myQuery = someObject.getMyQuery(argumentCollection=myStruct) / -- Matt Williams It's the question that drives us. ~| Adobe

Re: Waaahhhh! Why won't my CFC work!

2008-06-20 Thread Matt Williams
coming though. There are also many blog entries on some of these basics. Adrian Moreno's blog comes to mind first. He did a whole series. http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--1--Intro-to-Objectcfc -- Matt Williams It's the question that drives us

Re: WSDL2Java DuplicateFileException error

2008-06-20 Thread Matt Williams
. It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors. -- Matt Williams It's the question

Re: cfquery function to do this?

2008-06-20 Thread Matt Williams
I had something like this once upon a time. I think I had to manipulate the data so that I had leading and trailing commas in the list in table. This was so I wouldn't get false matches, such as 6 being found in this list: 1,16,8. If you can do that, this might work. cfquery ... select col1, col2

Re: query help

2008-06-20 Thread Matt Williams
Hard to say what is going on. The following works fine for me: SELECT node.userCity,count(node.userCity) FROM core.users AS node, core.users AS parent WHERE parent.userName = node.userFirstName AND node.userCity = 'Pasadena' GROUP BY node.userCity I seem to get the correct number based on the

Re: KInda OT - FF3 and flash forms

2008-06-19 Thread Matt Williams
Quick test on a couple of forms on an intranet seem okay here. On Thu, Jun 19, 2008 at 11:43 AM, Will Swain [EMAIL PROTECTED] wrote: No one else seeing this problem? I'm on XP pro. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 18 June 2008 16:22 To: CF-Talk

Re: KInda OT - FF3 and flash forms

2008-06-19 Thread Matt Williams
I see it the calendar with flash 10 plugin. On Thu, Jun 19, 2008 at 3:35 PM, Will Swain [EMAIL PROTECTED] wrote: If anyone has a moment, can they look at this page in FF3 and let me know if they see the cfcalendar flash widget? http://www.hothorse.com/flash/test.cfm I don't see anything.

Re: How can I restate this without using EVALUATE?

2008-06-19 Thread Matt Williams
Can't be done in a regular cfset cfinvoke component=#theObject# method=#url.methodCall# argumentcollection=#args# returnvariable=methodResults / On Thu, Jun 19, 2008 at 4:14 PM, Brad Haas [EMAIL PROTECTED] wrote: I know using evaluate is a no-no, but I'm stumped on how to restate this line of

Re: KInda OT - FF3 and flash forms

2008-06-19 Thread Matt Williams
On Thu, Jun 19, 2008 at 4:21 PM, Will Swain [EMAIL PROTECTED] wrote: Hmmm...must be something else going on for me then. Are you guys on XP Pro? XP Pro FF 3 Flash 10 Holding my tongue to the left. -- Matt Williams It's the question that drives us

Re: Waaahhhh! Why won't my CFC work!

2008-06-19 Thread Matt Williams
. / Then any page in your app can do cfset myQuery = application.managers.myQueryMethod(xxx) / -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: KInda OT - FF3 and flash forms

2008-06-19 Thread Matt Williams
computer within the network? If not, maybe some funky trusted domain setting or someting?? -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Adobe ColdFusion to be free for Acadmeic use

2008-06-18 Thread Matt Williams
with Ruby on Rails. I'm only vaguely familiar with Rails. What is so attractive about Rails that they would do this? And what does Adobe / the CF community need to do to step it up? -- Matt Williams It's the question that drives us

Re: Adobe ColdFusion to be free for Acadmeic use

2008-06-18 Thread Matt Williams
On Wed, Jun 18, 2008 at 9:37 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 18 Jun 2008, Matt Williams wrote: shop owner. They were primarily a CF shop but have decided to do all new development with Ruby on Rails. I'm only vaguely familiar with Rails. What is so attractive about Rails

Re: Here's what I wish I had...

2008-06-18 Thread Matt Williams
value is by highlighting it, right clicking and selecting Inspect Expression (Fusion Debug, not sure if that is available in CF debug). Lately I've been working with some threading. The debugger also picks up those as separate threads and shows me what is going on there. -- Matt Williams It's

Re: One thing I've always wanted to build... breadcrumb trail...

2008-06-10 Thread Matt Williams
, Jun 10, 2008 at 8:17 AM, Rick Faircloth [EMAIL PROTECTED] wrote: Thanks for the ideas and feedback, everyone...I'll check it all out! Rick -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8

Re: One thing I've always wanted to build... breadcrumb trail...

2008-06-10 Thread Matt Williams
/tab, it was assigned a new window number. So then window #1 and window #2 have their own bread crumb trail. Again, this may not be an issue for you and I'm not sure I had it working 100%. -- Matt Williams It's the question that drives us

Re: List question... (having a brain [EMAIL PROTECTED])

2008-06-06 Thread Matt Williams
were just a sample. That could be a long list, possibly even dynamic. And while it still could be done, it is probably cleaner to do the loop. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8

Re: Left Join on 4 Tables

2008-06-03 Thread Matt Williams
Try this. Note that if you use a where on one of the left joined tables it kind of negates the left part of that. One way around this is to add or x is null FROM retailCustomer LEFT JOIN retailOrders ON retailCustomer.retailCustID = retailOrders.ocustID LEFT JOIN retOrderItems ON

Re: Left Join on 4 Tables

2008-06-03 Thread Matt Williams
Not sure what is up. It's kinda difficult without having the actual tables set up. Can you post the entire query you have again? One way to troubleshoot would be to build one join at a time. Start with the Customer table, join Orders and test; Then join OrderItems and test, etc. Matt On Tue,

Re: Adobe ColdFusion Survey

2008-06-03 Thread Matt Williams
It is an interesting marketing technique, make us think Adobe cares and give away an iTouch. In return, we have to learn more about the conference and give them our email address so they can send us announcements. Where can I send the 3x5 postcard with my entry printed on the back (no

Re: Adobe ColdFusion Survey

2008-06-03 Thread Matt Williams
3) Ray Camden Thanks Andy. Of course your entry will somehow get misplaced now that you gave the answers. And mine too for admitting I used them. Oh well, iTouch - SchmiTouch. :P -- Matt Williams It's the question that drives us

Re: Adobe ColdFusion Survey

2008-06-03 Thread Matt Williams
:30 3) Ray Camden -- Matt Williams It's the question that drives us. ~| 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: Coldspring docs?

2008-05-30 Thread Matt Williams
Try this page: http://coldspringframework.org/docs/ Also, there is a ColdSpring specific mailing list: http://groups.google.com/group/coldspring-users On Fri, May 30, 2008 at 9:32 AM, Jason Durham [EMAIL PROTECTED] wrote: I'm hoping the person(s) who handle the Coldspring docs can be found on

Re: What is it with telecommuting?

2008-05-21 Thread Matt Williams
problems finding and keeping employees with the desired qualifications, they should consider remote employees. -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: ajax submit form

2008-04-17 Thread Matt Williams
will have some rewrite to do and unfortunately there is not a best way. You need to look at cfajaxproxy. There are many other ways to do this without using CF8's ajax abilities too but using a javascript library such as scriptaculous, prototype or jQuery. -- Matt Williams It's the question

Re: Some JS help please

2008-04-16 Thread Matt Williams
that the select element does not exist before the JS runs. It is recommended that any JS depending on the DOM being written to be deferred somehow. Something like the window.onLoad() event. I can't remember the best practice here because I'm spoiled by jQuery and $(document).ready() -- Matt Williams

Re: Can you guys give me your thoughts on this?

2008-04-07 Thread Matt Williams
This type of data logging is quite common. One way to do it is before doing the update, get the record again from the db. Compare it to the form data. Another way is to have the form send a duplicate set of form fields named something like orig_productName. Or you could even be fancy with some

Re: Can you guys give me your thoughts on this?

2008-04-07 Thread Matt Williams
yet. If you require more extensive data tracking, then consider a duplicate table named something like product_archive. It would have all the same fields, plus its own primary key (product_id would be FK back to original product table), and maybe a time stamp. -- Matt Williams It's the question

Re: cfform flash required field...

2008-04-07 Thread Matt Williams
It won't work like you're trying because required is something CF uses to know whether to write the necessary javascript to enforce a value in that field. After you load the form you can view source and see that required isn't even included in the html created. You'll probably have to do some

Re: Coldspring Question

2008-04-04 Thread Matt Williams
ColdSpring is best suited for managing the CFCs that need to be in application scope and their inter-related dependencies. Anything session related would still have to be done manually as ColdSpring is not really session aware. Matt On Fri, Apr 4, 2008 at 10:59 AM, Ryan J. Heldt [EMAIL

Re: Eclipse vs MyEclipse

2008-03-31 Thread Matt Williams
, which is abit of hog, all the plugins I listed previously are quick and nimble. To each his/her own though if you evaluate myEclipse and like it, go for it like Barney said to him it is worth it and I think many would agree. Adam Haskell -- Matt Williams It's the question that drives us

Re: turn integer list into list of characters

2008-03-27 Thread Matt Williams
cfset list = valuelist(myquery.columnName) / On Wed, Mar 26, 2008 at 11:24 AM, erik tom [EMAIL PROTECTED] wrote: I have a query that returns the EmployeeiD, on the other table i have column employeeId which is varchar datatype. so my question is how can I convert integer list into char list

Re: Checkboxes not passing variables correctly

2008-03-25 Thread Matt Williams
What is your desired output? If you just want a straight list with commas between the chosen names, then do as Claude said: Faculty Supervisor: #form.fac# If you need line breaks between the names, then do a loop as Claude said (with a br/ added): cfloop list=#form.fac# index=f #f#br/ /cfloop

Re: Brain not working... how do I get these values?

2008-03-21 Thread Matt Williams
syntax here...): cfloop collection=#form# item=FieldName cfif Left(FieldName,5) EQ file_ cffile action=upload fileField=#FieldName# destination=... [otherattributes] / /cfif /cfloop -- Matt Williams It's the question that drives us

Re: Brain not working... how do I get these values?

2008-03-21 Thread Matt Williams
On Fri, Mar 21, 2008 at 11:34 AM, Rick Faircloth [EMAIL PROTECTED] wrote: pa id=add-image href=#Add New Image Field/p input name=submit type=submit value=Submit Form Bad HTML. Put in closing /a after Add New Image Field should work after that. -- Matt Williams

Re: Baffling Error

2008-03-20 Thread Matt Williams
Somebody has a bad link to your site? On Thu, Mar 20, 2008 at 10:38 AM, Mark Leder [EMAIL PROTECTED] wrote: Hi, I've been going through my error logs on CF8/IIS6, and repeatedly come up with this message (note the URL will be for any site that's on my server, this is an example):

Re: AJAX based mutiple file upload

2008-03-20 Thread Matt Williams
dumping the form scope on the page the upload calls? -- Matt Williams It's the question that drives us. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Multiple File Inputs of Same Name Create Comma Delimited List?

2008-03-20 Thread Matt Williams
OR http://www.fyneworks.com/jquery/multiple-file-upload/ On Thu, Mar 20, 2008 at 1:22 PM, Adrian Moreno [EMAIL PROTECTED] wrote: Rick, it works the same way as other form inputs: you'll get a comma-delimited list of files. There's no need to have different field names for each file input.

Re: Flash Remoting and CF

2008-03-19 Thread Matt Williams
I don't think Flash does queries. It does as your Flash guy says, send a request and receives responses - that is Flash remoting. So yes, you should write CFCs that Flash will send requests to. On Wed, Mar 19, 2008 at 1:40 PM, Robert Harrison [EMAIL PROTECTED] wrote: We're developing a data

Re: CFC Best practices question

2008-03-05 Thread Matt Williams
=AppCFC / cfset variables.instance.AppCFC = arguments.AppCFC / /cffunction /cfcomponent cfset myDependentCFC = createObject('component','myDependentCFC').init() / cfset myDependentCFC.setAppCFC(application.AppCFC) / -- Matt Williams It's the question that drives us

  1   2   3   4   >