Re: CF version of JIRA?

2015-03-23 Thread Roger Austin
need and what sorts of systems you want to connect to it. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe

Re: CF Builder 3

2015-03-03 Thread Roger Austin
I would let it expire and see if you need the license. I use the expired trial and it does everything I need. It isn't worth spending the $300 unless you use the extra tooling. William Seiter will...@seiter.com wrote: Good Afternoon, I have been playing with the mobile abilities of

Re: Advise in optimizing an application

2014-11-15 Thread Roger Austin
. Writing the record after that, enough extra time to be sure it borks up. Smaller list (several hundred addresses) seem to import fine - MUCH faster than the former POI based app. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog

Re: Advise in optimizing an application

2014-11-15 Thread Roger Austin
You might try something like this SELECT * FROM t1 WHERE NOT EXISTS (SELECT * FROM t2 WHERE t1.email = t2.email); Without being more familiar with your use case, it is very difficult to suggest much. Les Mizzell lesm...@bellsouth.net wrote: On 11/15/2014 12:42 PM, Roger Austin

RE: ColdFusion / authorize.net question

2014-08-18 Thread Roger Austin
I might try cfset lastname=form.lastname instead of cfset lastname=cfoutput#form.lastname#/cfoutput Eric Bourland ebwebw...@outlook.com wrote: http://nnvawi.org/sample2.cfm When I use the code, below, then the Last Name field in the authorize.net page gets populated with:

RE: ColdFusion / authorize.net question

2014-08-18 Thread Roger Austin
with the javascript at all. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Lanyrd Site for NCDevCon

2014-07-13 Thread Roger Austin
://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Generating Section 508 Compliant PDFs from CF

2014-06-25 Thread Roger Austin
I have always thought that CF should have the full PDF API available. I haven't seen the ability to automatically generate and fully tag PDFs for ADA compliance, but I hope someone has a positive answer. Scott Stewart webmas...@sstwebworks.com wrote: Has anyone implemented a solution

Re: CF User group around Tallahassee Florida

2014-06-20 Thread Roger Austin
On 6/19/2014 2:53 PM, Rick Dennis wrote: I am curious if there is a ColdFusion user group meeting or located near Tallahassee, Florida? If not where are other CF groups located near by? I hope you find a CFUG near your area as user groups can be great for sharing knowledge. Please also

FYI: NCDevCon Early Bird and Call for Speakers

2014-04-23 Thread Roger Austin
/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: The long tail of ColdFusion fail

2014-03-28 Thread Roger Austin
driver. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Quick Survey

2014-03-26 Thread Roger Austin
Surveys are interesting, but caution must be used in looking at the results. A lot of the analysis on what to learn depends on the developer's background, location, industry, age, etc. For example, someone nearing retirement would look at it differently than a 30 year old person. Someone in

Re: The long tail of ColdFusion fail

2014-03-26 Thread Roger Austin
it? -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Re: The long tail of ColdFusion fail

2014-03-18 Thread Roger Austin
Gerald Guido gerald.gu...@gmail.com wrote: On Mon, Mar 17, 2014 at 3:18 PM, Robert Harrison rob...@austin-williams.com wrote: their IT departments are flat out refusing CF technology. What is the deal with the bias and, at times, the flat out bigotry toward CF? Could someone

Re: CF to groovy, awe man wth...

2014-03-17 Thread Roger Austin
Of course you want to learn it. I'll skip the discussion on whether it is a good idea to rewrite everything in a new language or not since business decisions don't have to make sense. The man with the gold makes the rules. The standard procedure in most industries is to decide to write all new

Re: The long tail of ColdFusion fail

2014-03-17 Thread Roger Austin
I'm a plank, you're a plank, everyone's a plank, plank... Adam Cameron dacc...@gmail.com wrote: But I will swing back towards Adobe (and Macromedia before them) being to blame here for engendering this idea that one can be a plank and still use CF. So now we have a community full of

RE: setting up team games

2014-02-04 Thread Roger Austin
You also need to add in the constraints of who is home team and who has to bring the beer. Chad Gray cg...@careyweb.com wrote: So like on Friday night Team1 vs. Team2 Team3 vs.Team4 Team5 vs.Team6 Team7 vs. Team8 Team9 vs.Team10 On Saturday Team1 vs. team3 Team2 vs this

RE: setting up team games

2014-02-04 Thread Roger Austin
: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Roger Austin
On 9/10/2013 2:05 PM, =?ISO-8859-1?Q?Claude_Schn=E9egans wrote: How would you perform CSS pre-processing with CF? Well, if the job is just to create dynamic CSS, CF can do the same way it can create dynamic HTML. It can either create static .CSS files whenever styles muste be changed.

Re: CreateODBCDate()

2013-09-06 Thread Roger Austin
On 9/6/2013 5:10 PM, Leigh wrote: Here's the message it sent me: Detail: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'd '20141-04-30'}' It shows the query: ..., DuesExpire = {d

Re: Getting output into a div using cfdocument

2013-08-29 Thread Roger Austin
that something like 3 of 9 could be done that way. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion

Re: scientific notation with significant figures

2013-07-15 Thread Roger Austin
could use, but I don't know of one. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://RogerTheGeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http

NCDevCon Date Change

2013-05-17 Thread Roger Austin
Due to the scheduling of the International Bluegrass Music Association convention in Raleigh, the NCDevCon organizers had to reschedule the event to September 21-22, 2013. There wasn't a hotel room within sight for the original weekend. I may rent out a room or two myself. ;)

NCDevCon 2013 Call For Speakers Open

2013-05-03 Thread Roger Austin
NCDevCon conference just opened up the call for speakers on Google Docs. There are multiple tracks on various topics. https://docs.google.com/spreadsheet/viewform?formkey=dDc4M1VmUmtUZVVkQnVnQ2g4ek9abWc6MQ The conference is in Raleigh, NC at the Textile School on the North Carolina State

NCDevCon Early Bird Tickets

2013-04-27 Thread Roger Austin
, Roger -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Re: Coldfusion 10 Hotfix 9

2013-04-11 Thread Roger Austin
, the administrator said there were no available updates. I assume it must have took. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369

Re: Curmudgeon painted in a corner

2013-03-18 Thread Roger Austin
On 3/18/2013 2:02 AM, .jonah wrote: Sounds like you need Linux! On 3/17/13 8:41 PM, Dave Long wrote: I want to own the machine, not have the machine own me. One thing you could do is to upgrade to more modern machine, swap in a SSD, and install Linux and your development environment. That

Re: CF running out of steam

2013-03-17 Thread Roger Austin
As fun as a discussion like this is, I would caution people to avoid basing your career off of one product or system. No matter who you work for, you are a small business with one employee. Make decisions about your capabilities with that in mind. Be objective about decisions that are out of your

Re: Issue with Session scope

2013-03-15 Thread Roger Austin
On 3/15/2013 11:43 AM, fun and learning wrote: I am converting a hidden variable to session variable. I am setting a session variable when a page loads. The page consists of a form cfset session.host = cgi.remotehost When the form is submitted, the session variable is saved to a file. The

Re: Adding Salt and Password Hash to existing acocunts

2013-03-12 Thread Roger Austin
/fips140-2/fips1402.pdf What does it cost to use higher level encryption? (Probably very little) Any reason not to use the best encryption? (Probably not with modern systems) MD5 should not be used. Use SHA-512 -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http

Re: Adding Salt and Password Hash to existing acocunts

2013-03-07 Thread Roger Austin
to have the code anyway. You might check for a blank password field and then send them to change their password to the new salted hash version. Then, blank out the password field at the same time. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com

Re: Adding Salt and Password Hash to existing acocunts

2013-03-05 Thread Roger Austin
practice for adding salt/hash to all of the existing records? Do you have a password reset routine? If so, convert that to the salted hash and force everyone to change their password at the next session. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com

Re: Adding Salt and Password Hash to existing acocunts

2013-03-05 Thread Roger Austin
On 3/5/2013 7:15 AM, Torrent Girl wrote: Hello all I am implementing salt/password hash to an application that is being redeveloped. Adding salt/hash to newly created accounts is going well but of course there are hundreds of existing accounts. What would be the best practice for

2 Tickets left for NCDevCon Conference in Raleigh Next Weekend

2012-09-21 Thread Roger Austin
There are only two tickets left for NCDevCon next weekend. You could be the owner if you hurry. http://ncdevcon.com/ This is not just a ColdFusion conference, but has a number of other tracks and some great hands-on sessions. The conference will cover a wide variety of web development and

NCDevCon Conference in Raleigh, NC September 29-30, 20120

2012-08-01 Thread Roger Austin
NCDevCon is the largest developer conference in North Carolina. NCDevCon 2012 will be held on September 29 – 30 in Raleigh at Centennial Campus. Registration is $200. There are 44 different sessions run in 4 track categories. Attendees have their choice of 4 different sessions for each of the

Re: Somewhat OT....Making us look bad...For the adobe engineers on the list..

2012-04-28 Thread Roger Austin
On 4/28/2012 9:18 AM, Raymond Camden wrote: I spoke to a guy yesterday who still has several (old) clients using Access. It works fine for them so they haven't seen a need to change. I used to run DeathClock.com on it (4M views per month), but I cached the hell out of -everything- I did. I

Re: PSA - Daylight Savings Time

2012-03-12 Thread Roger Austin
. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: (ot) Places to post a CF opening

2012-03-06 Thread Roger Austin
://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: ridiculously cheap CFML conference next month

2012-01-20 Thread Roger Austin
all of us in TACFUG for the show of support. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe

Re: Very disappointing statis

2011-12-14 Thread Roger Austin
On 12/14/2011 12:39 PM, Raymond Camden wrote: *checks watch* Yep, about time for another CF is dead thread. *goes back to work* OMG Adobe has made Ray the PR guy since he was the noob. OMG CF is doomed. :) -- LinkedIn: http://www.linkedin.com/pub/8/a4/60 Twitter:

Re: Adobe Abandons Flex

2011-11-17 Thread Roger Austin
and/or ActiveX objects. This is still happening. Making applications work in all browsers is a specification that adds to costs. We might think that apps working in all browsers is a no-brainer, but many people in businesses look at it differently. -- LinkedIn: http://www.linkedin.com/pub/roger

RE: Adobe drops Flsh for mobile devices

2011-11-11 Thread Roger Austin
Someone is wrong on the Internet! Let's move on and let this thread die (until next year.) -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369

Re: Create CSV and TAB docs

2011-11-05 Thread Roger Austin
On 11/4/2011 11:39 PM, Torrent Girl wrote: On 11/4/2011 8:59 AM, Torrent Girl wrote: Hi All. I need to give users the ability to download a CSV and TAB file. While I found a neat little function to create a CVS file (http://www.cflib.org/index.cfm?event=page.udfbyidudfid=1197) I am having

Re: Create CSV and TAB docs

2011-11-04 Thread Roger Austin
On 11/4/2011 8:59 AM, Torrent Girl wrote: Hi All. I need to give users the ability to download a CSV and TAB file. While I found a neat little function to create a CVS file (http://www.cflib.org/index.cfm?event=page.udfbyidudfid=1197) I am having a problem with dates values. Here is my

Re: encrypted files

2011-10-10 Thread Roger Austin
On 10/10/2011 10:41 AM, James Holmes wrote: Don't do anything else without your lawyer going over the original contract under which the software was supplied. The original devs may be correct and for all you know your current clients may be attempting to have you violate copyright. This is

RE: Paypal integration

2011-09-27 Thread Roger Austin
://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Re: 20USD/Hour Seriously?

2011-09-22 Thread Roger Austin
Integration Developer tyrsbl...@gmail.com wrote: I'm bit confused why so cheap? Just 6 months ago I was hiring out at 50-75USD/hour. If this is typical cf-jobs side work rate now I am disappointed. I think we should hesitate on discussing rates on a public site. There are too many

Re: How do you compose your dev teams?

2011-09-02 Thread Roger Austin
On 9/2/2011 3:12 PM, Nathan Strutz wrote: So my question to the list is this: How do you organize your teams of developers successfully? Please let me know what you do, or what you have seen that actually works. Sounds like you guys could use some sort of internal social media thing to stay

Re: How do you compose your dev teams?

2011-09-02 Thread Roger Austin
On 9/2/2011 4:01 PM, Nathan Strutz wrote: Projects are generally over-documented, CMMI style, so a lot of fluff and specifics, but not always something that says here's the system, here's how it works, you are up to speed in 15 minutes. It's like we have application silos, but we should be

Re: How do you compose your dev teams?

2011-09-02 Thread Roger Austin
On 9/2/2011 4:10 PM, Nathan Strutz wrote: Roger, Spot on - all of us are completely remote. Some from our various sites around the country, some from our homes centered around the Phoenix area. We've been making an effort to get closer with monthly meetings, code reviews and tech insertion

Re: How do you compose your dev teams?

2011-09-02 Thread Roger Austin
On 9/2/2011 4:10 PM, Nathan Strutz wrote: Roger, Spot on - all of us are completely remote. Some from our various sites around the country, some from our homes centered around the Phoenix area. We've been making an effort to get closer with monthly meetings, code reviews and tech insertion

RE: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Roger Austin
environment. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http

Re: ColdFusion Peformance Blog Down

2011-08-26 Thread Roger Austin
On 8/26/2011 3:42 PM, David McGuigan wrote: This has been down for the last few days: http://www.cfwhisperer.com/ Anyone have a quick way of getting ahold of Mike? @cfwhisperer on Twitter -- LinkedIn: http://www.linkedin.com/pub/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+:

Re: ColdFusion Builder 2 Question

2011-08-24 Thread Roger Austin
/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Improving Performance

2011-08-18 Thread Roger Austin
columns or so) Any way to move this off-line? Do you really need CF to do this? Could it be performed by the database system? -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Google+: https://plus.google.com/117357905892731200369

NCDevCon Posts the Schedule

2011-08-15 Thread Roger Austin
Adobe folks like Ray Camden, Terry Ryan, and Josh Adams. As usual, there are a number of times that there are two sessions that I would really like to attend in the same slot, but the lineup looks great. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com

Re: ColdFusion 10 and beyond

2011-08-09 Thread Roger Austin
On 8/9/2011 1:00 PM, Richard Steele wrote: I'm concerned that at some point Adobe will pull the plug on CF as free PHP continues to grow its user base. I know that there is an open source version of CF, but I'm not sure if it has Enterprise features such as the ability to create load

NCDevCon Speakers/Topics List

2011-08-02 Thread Roger Austin
NCDevCon registration is open at http://ncdevcon.eventbrite.com/ They are still working on the schedule, a list of speakers/topics has been posted on the conference web site at http://ncdevcon.com/post.cfm/ncdevcon-2011-speaker-topic-list -- LinkedIn: http://www.linkedin.com/pub/8/a4/60

NCDevCon Call for Presentations

2011-07-14 Thread Roger Austin
NCDevCon has been announced for September 17-18, 2011. The call for presentation is underway so please submit something if you would like to be considered. The URL of the blog on presentations is at: http://ncdevcon.com/post.cfm/ncdevcon-call-for-presentations-now-open Presentations from new

Re: Adobe Solution?

2011-07-13 Thread Roger Austin
it in the database table for each PDF. You might even be able to do this in batch form. There would need to be a lot of PDF forms to make it worth doing though. There is a reason that web/database work is so popular. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http

Re: CF vs. Java Web Developer

2011-06-25 Thread Roger Austin
On 6/25/2011 1:04 PM, Dave Watts wrote: In my experience, there are more distractions in the office than at home. I think that's true for a lot of people. I'm much more productive in my home office than I was at work. I would agree, but I guess it can go either way. You need a good place to

Re: CF vs. Java Web Developer

2011-06-23 Thread Roger Austin
are no different from home to office. Others are more complicated by being away. Most of these are not related to software development though. (Many of us who do CFML development wear multiple hats.) I think I would be very happy working at home full time. -- LinkedIn: http://www.linkedin.com/pub/roger

Re: application.cfm

2011-06-23 Thread Roger Austin
and do a Save As while reducing the size or updating some of the tags. See if you can get the cf to go away in this one file. That might get you through this one issue long enough to plan a different file strategy. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http

Re: Homesite 5.5

2011-06-13 Thread Roger Austin
cracked in the Summer if there was a prankster in your office. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek ~| Order the Adobe Coldfusion Anthology now! http

Re: Recordcount not working????

2011-05-19 Thread Roger Austin
On 5/19/2011 7:57 AM, Phillip Vector wrote: cfquery name=OpenedUpSeats dbtype=ODBC datasource=TrainingBE Select * from OpenedUpSeatsView where account='cfset zz=writeoutput(session.account)' /cfquery cfif OpenedUpSeats.RecordCount First of all.. This isn't my code, so

Re: CF Builder setup - plugin or standalone?

2011-05-04 Thread Roger Austin
On 5/4/2011 9:54 AM, Rachel Lehman wrote: I've been running the CF Builder 2 Beta as a plugin to my Eclipse Helios install. I also have Aptana, CFEclipse (from before), Mylyn/Foglyn and MercurialEclipse running as part of my core work environment. I feel like CF Builder doesn't run very

Re: Printing Envelopes

2011-04-16 Thread Roger Austin
On 4/15/2011 9:11 PM, Scott Williams wrote: Hi all -- I have a question that's vaguely ColdFusion related. I want to print #10 envelopes with information pulled from a database. That's the CF part, and that's easy. The hard part is getting the text to appear where I want it on the page.

Re: OWASP ColdFusion security links

2011-03-23 Thread Roger Austin
://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: Storing decimal parts of a second cfqueryparam

2011-02-28 Thread Roger Austin
On 2/26/2011 10:08 PM, Pete Ruckelshaus wrote: OK, just not my night with decimal values. Trying to store distances (for throwing and jumping events), which are measured in feet and inches. In order to maintain proper sort order, I decided to convert feet and inches (with fractions of an

Re: Re: Change in ColdFusion management

2011-02-15 Thread Roger Austin
. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ http://www.misshunt.com/ Home of the Clean/Dirty Magnet ~| Order the Adobe Coldfusion

Re: why is cf_builder so expensive?

2011-01-26 Thread Roger Austin
Die thread, die, die, die, ... -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ http://www.misshunt.com/ Home of the Clean/Dirty Magnet

Re: Anyone know anything about this new ColdFusion conference?

2011-01-18 Thread Roger Austin
here if and when something happens. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ http://www.misshunt.com/ Home of the Clean/Dirty Magnet

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Roger Austin
I am enjoying the conversation on this as I think it is healthy. Adobe is very gracious to the developer community. They provide funds for user groups and local conferences all the time. They groom the CF ACP people to be evangelists for the product. Preaching to the choir is important, but

RE: Is Coldfusion losing it biggest asset?

2011-01-13 Thread Roger Austin
for the stream of conscientiousness. Enjoy learning, Roger -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ http://www.misshunt.com/ Home of the Clean/Dirty Magnet

Re: Working with cfqueryparam

2010-11-14 Thread Roger Austin
On 11/14/2010 1:52 PM, David Moore wrote: I find this easier to read: null=#yesNoFormat(len(trim(form.contributed)))# What about using null=#isDate(form.contributed)# ? It looks like you are assuming a valid date or an empty string. What if someone puts in foo into the form field? Perhaps you

Re: Countries Select Box

2010-11-11 Thread Roger Austin
one out. Good luck, Roger -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com/RogerTheGeek Blog: http://rogerthegeek.wordpress.com/ http://www.misshunt.com/ Home of the Clean/Dirty Magnet

RE: cfinsert/cfupdate

2010-09-24 Thread Roger Austin
I can go back to the code easily. I don't abstract the SQL so it works in a SQL ISO standard. That seems limiting and not worth the trouble. Is it common for systems to be ported between different DBMSs? -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com

Re: CFParam vs. IsDefined

2010-09-01 Thread Roger Austin
or con to doing it my way vs. IsDefined ? I would use cfparam out of convenience and flow. If you use the incoming parameter several times, you don't have to test it but once with cfparam. I'm lazy. -- LinkedIn: http://www.linkedin.com/pub/roger-austin/8/a4/60 Twitter: http://twitter.com

Re: development and testing server

2010-07-13 Thread Roger Austin
On 7/13/2010 3:36 PM, Won Lee wrote: Thanks. I did tell him that I got the post from Adam, who is the product manager, and the evangelist's blog. he understands that we can create a dev and staging server for each key we own. The EULA is clear about that. He wants, in writing, that the

Re: Looking for a CF Recipe script!

2010-07-09 Thread Roger Austin
On 7/8/2010 10:30 PM, denstar wrote: A snippet from a favorite song: If my words did glow with the gold of sunshine And my tunes were played on the harp unstrung Would you hear my voice come through the music Would you hold it near as it were your own? It's a hand-me-down, the thoughts

Re: Date range with a date in the past

2010-06-13 Thread Roger Austin
On 6/13/2010 9:30 PM, Kevin Parker wrote: Greatly appreciate another set of eyes looking at this please. Picking events from a table based on dates so that only current or future events show up. Date values can not be NULL. (EventStartDate= #now()#) AND (EventFinishDate= #now()#) Let's

Re: PDF multi-line input

2010-06-02 Thread Roger Austin
On 6/1/2010 3:42 PM, Chad Gray wrote: Apprently chr(13) chr(10) represents a Windows newline. Carriage return-linefeed is what was used in teletype systems. It isn't a Windows thing specifically, but was the norm for many moons before other OS systems were developed. If you try to send just a

Re: Web Programming Cert

2010-05-06 Thread Roger Austin
. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina ~| Order the Adobe

Re: DateAdd value different on different servers

2010-04-22 Thread Roger Austin
servers return the 16:07:46 timestamp. But without having the machines set to DST, I can't tell if CF is acting differently or not. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com

RE: Anyone else have the latest CFBuilder crashing constantly?

2010-04-15 Thread Roger Austin
copying and pasting about 5 to 10 times from another file my heap space had grown out to 250mb before ColdFusion Builder then crashed. There are a lot of memory leaks with ColdFusion Builder, that just ends up chewing through memory way to fast. -Original Message- From: Roger Austin

Re: Dynamic SQL Column Names

2010-04-14 Thread Roger Austin
On 4/14/2010 8:39 PM, Doug Ford wrote: Hi Folks - I am wracking my brain trying to figure out how to get the results I am looking for. Here's the background - I am dealing with dynamic environment allowing losers, I mean users, to enter in field names. This is a business product so

Re: FileExists using variable - not working

2010-04-08 Thread Roger Austin
into the fileexists function it finds it. It does not like something about the variable that is created with the query value. Have you tried checking the length of the string? Sometimes, you get a CR/LF at the end with Excel. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com

Re: SOT: external css not displaying

2010-04-06 Thread Roger Austin
On 4/6/2010 7:23 PM, Dave Watts wrote: On Tue, Apr 6, 2010 at 14:07, Greg Morphisgmorp...@gmail.com wrote: If it helps any this is a PDF we're displaying for the user. Thelink tag is within thecfdocumentsection tag.. cfdocument ... cfdocumentsection ... link rel=stylesheet

Re: ColdFusion 9 WACK

2010-04-03 Thread Roger Austin
On 4/3/2010 10:33 AM, Raymond Camden wrote: Remember that the book is for beginners, so a 'rehash of the basics' is a bit unfair. If you _know_ CF, then you probably want to wait till the 3rd volume where more advanced topics are. If you _dont_ know CF, then I think the 1st volume is

RE: ColdFusion Builder Released!

2010-03-30 Thread Roger Austin
in RTP. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina ~| Want to reach

NCDevCon (CFinNC 2.0) Call for Speakers and Registration

2010-03-25 Thread Roger Austin
/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina ~| Want to reach the ColdFusion community

Re: ColdFusion Builder Released!

2010-03-23 Thread Roger Austin
to education institutions. Is the ColdFusion Server actually going to be free to education systems? I had not heard that. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010

Re: ColdFusion Builder Released!

2010-03-22 Thread Roger Austin
Mary Jo Sminkey wrote: As mentioned, the bottom line is whether the price is worth the productivity you get from the product. For me, it's not even a close call. The list of bugs that are as yet unresolved and have greatly slowed me down while using it easily outweighs any advantages I might

Re: CF9 and MS SQL DSN Creation Errors

2010-03-19 Thread Roger Austin
DURETTE, STEVEN J (ATTASIAIT) wrote: MS SQL 2005 and 2008 deny ip Connections by default, you have to go into the settings (don't remember how off the top of my head) and allow tcpip connections. Don't you use the SQL Server Client Network Utility to do that? -- LinkedIn:

Re: CF-Based Content Management Systems

2010-03-18 Thread Roger Austin
something a lot of prepackaged systems do well. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina

RE: Anyone else have the latest CFBuilder crashing constantly?

2010-03-11 Thread Roger Austin
For me, CFB beta 3 has been unstable to a point where I went back to text editors to get work done. There is a problem when I cut and paste a lot. Every paste would set off something in CFB which seemed to need to time out before it came back to life. Also, there were problems when I would

Re: Anyone else have the latest CFBuilder crashing constantly?

2010-03-11 Thread Roger Austin
-settings-for-eclipse The caveat is that it assumes that you're using Eclipse 3.5 + Once you have Eclipse's memory handling tweaked you should see better performance and  stability. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home

Re: Two CFQUERY statements?

2010-03-11 Thread Roger Austin
on the other datasource or the datasource is not set up properly. -- http://www.linkedin.com/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina

NCDevCon (CFinNC 2.0) Call for Speakers and Registration

2010-03-01 Thread Roger Austin
/pub/roger-austin/8/a4/60 http://twitter.com/RogerTheGeek http://www.misshunt.com/ Home of the Clean/Dirty Magnet http://www.ncdevcon.com/ TACFUG 2010 Conference in North Carolina ~| Want to reach the ColdFusion community

Re: IDE for coldfusion 9

2010-02-10 Thread Roger Austin
Adrocknaphobia wrote: Brandon, What would you consider an arm and a leg? We originally started work on ColdFusion Builder as a feature of ColdFusion 9. In fact it was a the highest requested feature for CF9 despite the existence of CFEclipse, Dreamweaver and HomeSite. But as our vision

  1   2   >