Re: Where Woes

2010-12-20 Thread Jerry Johnson

you need to surround the program variable with single quotes, like so

where programCode1='#program#'

Please ask if you need an explanation of why.

Jerry Milo Johnson

On Mon, Dec 20, 2010 at 11:48 PM, Rob Voyle robvo...@voyle.com wrote:


 Hi Folks

 I have a mysql table that I am querying with CF

 One of the columns is programCode1

 I have a where statement:

 where programCode1=#program#

 that returns the error message:
 Unknown column 'atmBaltimore41' in 'where clause'

 atmBaltimore41 is the value of #program#

 If I put the atmBaltimore41 as a string

 where programCode1=atmBaltimore41

 it works fine, but I need to use the variable

 Any ideas?

 thanks

 Rob
 Robert J. Voyle, Psy.D.
 Director, Clergy Leadership Institute
 For Coaching and Training in Appreciative Inquiry
 Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
 http://www.appreciativeway.com/
 503-647-2378 or 503-647-2382


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Developer with ten years experience looking for part-time gig

2010-12-20 Thread Jerry Johnson

Phillip, that is a bit disingenuous.
.
You are _not_ trying to help, or you would not have posted this message to
the public list. You would have handled it privately.

Not that you are wrong in your assessment, but just trying to help wasn't
your only purpose here (it seems to me).

Constructive criticism and criticism are not the same thing. And yes, I
proved my own point with this reply.

My 2 cents,
Jerry Johnson


On Mon, Dec 20, 2010 at 6:55 PM, Phillip Vector
vec...@mostdeadlygame.comwrote:


 Michael,

 As mentioned before on the list, you are not doing yourself any favors
 by continiously posting on the list that you are available. I realize
 that the economy is pounding allot of people (myself included), but
 your posting frequency is coming across (at least to me) as desperate
 (which isn't a good thing to project).

 Also, your flareup and retirement that didn't stick really left a
 sour taste in several peoples mouths. You may want to reconsider
 laying off the posting to the jobs list until such time as it has
 blown over.

 Then again, it's a free country. Just trying to help.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4397
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm


Re: Counting photos on a remote server

2010-12-15 Thread Jerry Johnson

can you call a remote script that returns a dir or ls to get the file list?



On Wed, Dec 15, 2010 at 11:08 AM, Dave Long d...@northgoods.com wrote:


 Our server use ColdFusion 5 and MySQL 3.51.

 My application displays photos stored on a server remote from the server on
 which the app is hosted. The number of photos varies from one to twenty.
 The
 image files are named using a constant ID number plus a sequential number
 for each file, like this: 12345_p01.jpg, 12345_p02.jpg, and so on in order
 to relate them to a specific record on my server.

 My problem is this: I want to create a slide show of these photos but if
 there are only two photos, not twenty, how can I end the slide show after
 only two have been called for? If the files were on my server, I could use
 a
 conditional FileExists but that doesn't work for a remote server.

 Does anybody have a suggestion? (Please keep it G rated.)

 Dave Long


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: REGEX hell

2010-11-22 Thread Jerry Johnson

no need to escape the space char with a slash.

are you sure it is only 1 space, and are you sure it is a space char
(chr(32))?

If so, remove the slash in front of the space, and it should work.

also, pet peeve, no need for the ## around the function. Works either way,
though, so ignore if you prefer.

Jerry Milo Johnson

On Mon, Nov 22, 2010 at 8:48 PM, Rick Colman rcol...@cox.net wrote:


 I am trying to replace two trailing parens )) with a single paren.

 here is a sample string:

 (K AAA) (N AAC) (E GAA) )

 looks like there is a space in between the two )), so I tried:

 cfset cleandata2 = #REReplaceNoCase( cleandata1,'\)\ \)',')','all')#

 but this is not working.

 Any ideas as two what is wrong greatly appreciated.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339442
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error: null null

2010-11-12 Thread Jerry Johnson

In my experience, this is usually caused by a date field being NULL
unexpectedly, and CF trying to treat it as a date.

FWIW
Jerry Milo Johnson


On Fri, Nov 12, 2010 at 9:59 AM, Robert Harrison rob...@austin-williams.com
 wrote:


 I made a change to a data base table on SQL server 2008 and added a field.
 Now I'm getting the error:

  null null
  The error occurred on line -1.

  RootCause: (structure - not printed)
  StackTrace: java.lang.NullPointerException


  Message:
  Type: coldfusion.runtime.CfErrorWrapper
  TagContext: (array)


 Does this ring a bell with anyone?



 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339131
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Move CF website to non CF host

2010-08-13 Thread Jerry Johnson

Do the other pages of your site that you want to keep end in .cfm, or do
they end in .htm or .html?

If they are .htm files then you should be good to go (there are cases where
you might not be, but you are most likely ok)

If they are .cfm files, can you run a file search/scan on your
codebase/html/cfm files, and look for cf without the quotes inside those
files?

If they are .cfm files, but do not contain any cf tags, then you have html
pages named .cfm. At that point you could either rename the pages to .htm
(and fix all the links), build some sort of htaccess/rewrite rule to forward
broken links, or teach your web server to handle .cfm files as if they were
just html, rather than coldfusion.

(There are many exceptions to the above, but the options above cover most
sites I've seen and dealt with)

Jerry Johnson

On Fri, Aug 13, 2010 at 2:33 PM, Jerry Cooper jcoo...@excite.com wrote:


 Hi, newbie here so I apologize in advance.

 I had a website
 developed that used an MS SQL database and it was done with CF.  I no
 longer require the database or MS SQL as that part (one page) of the
 site is no longer used.

 I would like to move that site to be
 hosted without CF (or MS SQL).  Can I just post it and have
 the html code run correctly without CF on the new host?

 Sorry
 for the lack of details and I'm sure there are particulars that may or
 may not influence the answer so a maybe, absolutely not or no
 problem answer are all acceptable.

 Thanks for any input.



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336265
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Move CF website to non CF host

2010-08-13 Thread Jerry Johnson

Exactly that.


On Fri, Aug 13, 2010 at 5:31 PM, Jerry Cooper jcoo...@excite.com wrote:


 In short,  anything that already has a .htm or .html extension will
 run fine, anything with a .cfm extension will need to have it's
 rendered output saved as a .html file before it's moved to the new
 server.

 Scott,
 Now I feel like I am taking advantage but here goes.

 When you say rendered output saved as an .html file do you mean just
 bringing up the home page in a browser and saving as index.html then
 replacing the index.cfm file with that?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336283
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Google Analytics

2010-02-19 Thread Jerry Johnson

http://seojeff.com/2008/04/03/tracking-data-for-multiple-google-analytics-accounts-on-one-page/


On Fri, Feb 19, 2010 at 10:48 PM, Rick Root rick.r...@gmail.com wrote:


 Hey all,

 I'm helping run a large web site that hosts many sites using virtual
 domains.  Each site is different though built on the same file
 structure.  Users can choose templates, they build their own content,
 etc.  Users often put google analytics code on their own sites, but we
 don't do any overall analytics beyond what Alexa.com knows about us,
 and knowing that we average about 830,000 coldfusion requests per day
 (and god only knows how many requests for images, css, js files, etc)

 I couldn't find this answer easily on the google web site, but I'm
 wondering if I can put google analytics for us on every page and have
 google analyze the site as one - without messing up the end-users who
 are also monitoring their own individual sites?  Ie, some pages would
 have two sets of google analytics code.

 Thanks.

 Rick

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330974
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Validating that only .5 decimal gets through?

2010-02-19 Thread Jerry Johnson

multiple by 2, and check if it is a whole number?

On Sat, Feb 20, 2010 at 1:41 AM, Marie Taylore mt4yl...@yahoo.com wrote:


 I have an app that I need to validate that they enter either whole numbers
 (1,2,3, etc.) or if they DO enter a decimal, it can only be in half
 increments, so 2.5 is okay, but not 2.1, 2.2, 2.25, etc.  Of course, 2.0
 would be okay too, so .0 after the number is fine.

 Is there a good way to check that with Regex rather than parsing the string
 and checking that the value after the period is a 5 or a 0?

 Thanks,

 MarieT




 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330977
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Recent SQL Injection attacks

2010-01-12 Thread Jerry Johnson

Yes.

All from ip 91.212.226.161

Which we have blocked at our firewall.

Annoying, but we saw these coming 2 summers ago, and took steps.



On Tue, Jan 12, 2010 at 6:05 PM, Michael Dinowitz 
mdino...@houseoffusion.com wrote:


 Has anyone seen any recent SQL injection attacks on their sites or in
 the wild? I just cleaned a bunch of JS and other code from a clients
 DB. Most of the scripts were running those fake anti-virus popups but
 some had other things like lung cancer scams.

 Anyone see anything?

 Thanks

 --
 Michael

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329608
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: meta tag location

2010-01-07 Thread Jerry Johnson

Google doesn't use the keywords metatag
http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html

But...
http://googlewebmastercentral.blogspot.com/2007/09/improve-snippets-with-meta-description.html

Good explanation on what it does with each meta tag
http://googlewebmastercentral.blogspot.com/2007/12/answering-more-popular-picks-meta-tags.html

Jerry

On Thu, Jan 7, 2010 at 11:21 AM, Dave Watts dwa...@figleaf.com wrote:

 In my own experience, the title is used for page rank, but I can't
 tell if it affects relevance. Page rank and relevance are, of course,
 the two factors that determine which search results you see (and which
 you see first).



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329467
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT - MySQL List

2009-11-12 Thread Jerry Johnson

I use a combination of the mysqladministrator and the RDS Dataview tabs in
CFBuilder.

http://dev.mysql.com/downloads/gui-tools/5.0.html

I also hear good things about Navicat, but haven't yet ponies up the money
for a full license.

http://www.navicat.com/en/download/download.html

As for the list, you might be better off with a very specific list (php devs
doing), since the technology is free and ubiquitous, I don't know of a
single simple mysql list that does not have a very low signal to noise
ratio.

If you find a good one, let me know?


On Thu, Nov 12, 2009 at 3:49 PM, Duane Boudreau du...@sandybay.com wrote:


 Hi All,

 Anyone know of a good MySQL list? I have to take on a project that has a
 PHP/MySQL backend. Thankfully it's a short term thing as the entire site is
 getting migrated. In the mean time I need to find a tool similar to
 Enterprise Manager/SQL Studio for MySQL.

 Any suggestions?

 Thanks,
 Duane Boudreau, Chief Code Monkey
 Sandy Bay Networks
 902 735  x222


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328321
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: TechCrunch calls ColdFusion outmoded technology

2009-11-02 Thread Jerry Johnson

That is just about the funniest article I ever read.

Let's break it down again.

The owner threw it together himself in 2000, using Coldfusion, and it built
his business, and lasted for 9 years.

A team started rewriting it 3 years ago in a more modern technology, and
the new version just went live.

Hmmm. From a ROI standpoint, let's see which I would prefer.

On Mon, Nov 2, 2009 at 7:29 PM, John M Bliss bliss.j...@gmail.com wrote:


 Grrr.  Commented:

 http://www.techcrunch.com/2009/11/02/mfg-com-takes-off-the-cuffs-with-manufacturing-marketplace-redesign/#comment-3072314



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Thinking of a career change.. how does one get into Technical Recruiting..

2009-03-12 Thread Jerry Johnson

Sell your wife, mother, and youngest child.

Then have a heart reduction surgery (placing is in a secure storage
facility)

Rob a whole troop of girlscouts out of their cookie money.

Dig a 20 foot hole in a sand trap with a sand wedge.

And tell a bar full of Yankee fans that the Red Sox are a better team.

Now, add the above items to your resume, and you should be all set.


More seriously, know that recruiting is a _hard_ job, and requires a true
salesman's ability to pursue leads with dogged determination and boundless
energy. And you will need very thick skin, a golden tongue, and the ability
to sell your technical knowledge even when out on thin ice experience-wise.

Many of my friends and colleagues that have switched from technical track to
recruiting and placement did so while pursuing a job. They gradually moved
from looking for a job to harassing their recruiters for jobs, to being
asked can you do it better, to working for their recruiter.

So my advice, from the cheap seats, would be to think about the recruiters
YOU liked working with, and contacting them to see if they need help. And
don't take the first 5 nos for an answer.





On Thu, Mar 12, 2009 at 3:36 PM, Scott Stewart sstwebwo...@bellsouth.netwrote:


 Hey all,



 Since there's a large number of recruiters on this list, I've been
 wondering.

 How does one break into technical recruiting?



 I've got years of experience as a ColdFusion developer, but it appears that
 the CF market in NC has dried up. So I'm entertaining the idea of moving
 into recruiting, but have no idea where to start.



 Thanks in advance for any replies



 sas



 --
 Scott Stewart
 ColdFusion Developer
 4405 Oakshyre Way
 Raleigh, NC 27616
 (h) 919.874.6229 (c) 703.220.2835





 

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4183
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: Thinking of a career change.. how does one get into Technical Recruiting..

2009-03-12 Thread Jerry Johnson

I was (mostly) kidding.

But many programmers and tech types do not realize how _hard_ placement folk
work to get someone into a job.

It seems like free money when you see how much they added to your
contracting rate, or how much you hear they get paid per permanent
placement, but believe it or not it is a difficult job.

You _need_ to divorce personal feelings for each client from the equation.
It is easy to get paralyzed with I _need_ a job this week, or I lose my
house (my children are sick, my mother-in-law lives with us, etc), but you
cannot let it get to you. You need to be able to take 30 rejections in
stride, and swing just as hard, with as much patience and professionalism as
you did on the first. And you need to be able to

In the glory days of the dot com era it was an easy job. (pick one resume at
random from column a, match with one job opening from column b, profit!)

But companies (for the most part) are much smarter in their hiring. and tech
staff are much more skittish after bad experiences. So matchmaking is
important if you want any follow on placements.

The skillset that makes a good recruiter, in my opinion, are very specific.
As Rob mentions below, they need to leave the tech staff feeling decent
(even if turned down), need to leave the company feeling good (whether you
place a person or not, you still want them to keep your card for next time.
Because there will be a next time). You need for your recruiting company to
feel you are contributing. And you need to feel pretty good about what you
are doing (and how you are doing it) or the smudges on your soul get
overwhelming and over time very obvious to others.

I don't have the right skills, but I respect the skills in others and can
recognize people that do have it all when I meet them.



On Thu, Mar 12, 2009 at 5:03 PM, Rich Baker ri...@teaminfo.com wrote:


 Wow... Probably should have exercised better judgment than in sending
 that email to the whole group... - To each his own

 Richard E. Baker | TEAM Information Services



~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4190
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: Use Wordpress or BlogCFC?

2008-12-05 Thread Jerry Johnson
He cannot handle the Mango.

On Fri, Dec 5, 2008 at 4:15 PM, Matt Quackenbush [EMAIL PROTECTED]wrote:

 Use mangoblog.  :)



~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316358
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Use Wordpress or BlogCFC?

2008-12-05 Thread Jerry Johnson
Old snl skit: http://snl.jt.org/char.php?i=470


On Fri, Dec 5, 2008 at 4:50 PM, Charlie Griefer
[EMAIL PROTECTED]wrote:

 that a euphemism?

 On Fri, Dec 5, 2008 at 1:45 PM, Jerry Johnson [EMAIL PROTECTED] wrote:

  He cannot handle the Mango.
 
  On Fri, Dec 5, 2008 at 4:15 PM, Matt Quackenbush [EMAIL PROTECTED]
  wrote:
 
   Use mangoblog.  :)



~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316361
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Any regular expression guru here?

2008-11-13 Thread Jerry Johnson
Also try the HOF regex list (which gets monitored by many, although there
are few postings)

is that a line break before and after the b= line?


On Thu, Nov 13, 2008 at 12:11 PM, Don L [EMAIL PROTECTED] wrote:

 What I'd like to want to do is to replace a value from a simple text which
 looks like this:
 a=
 b=tyweu8939skdksspdssdsd
 c=sd

 How do I replace the value of b when the b value is unknown?

 Thanks.




 

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315219
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Blowin our own horn: New CF Site

2008-10-31 Thread Jerry Johnson
Site runs fine for me speed, load, and %cpu-wise. ff3

I agree with most of the criticisms (except the creative, which reads
fine to me), but those are NITS, the overall site rocks.

Well done.

A couple of tweaks will smooth out those rough edges, but I like it.

On Fri, Oct 31, 2008 at 10:07 AM, Robert Harrison
[EMAIL PROTECTED] wrote:
 We've just launched our own new site. It's fully CF driven from MS SQL DB.

 If you want to see it, it's at: http://www.austin-williams.com

 We've got some cool stuff in there.

 Enjoy!


 Robert B. Harrison
 Director of Interactive services
 Austin  Williams
 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
 T : 631.231.6600 Ext. 119
 F : 631.434.7022
 www.austin-williams.com

 Great advertising can't be either/or... It must be .




 

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314674
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Blowin our own horn: New CF Site

2008-10-31 Thread Jerry Johnson
Keep up, Al. LOL.

They had to revert to the old site, due to legacy files being used on
other (client) websites.



On Fri, Oct 31, 2008 at 3:48 PM, Al Musella, DPM
[EMAIL PROTECTED] wrote:
 I love the way you disguise the cold fusion pages by using a php
 extension on the links..
 http://www.austin-williams.com/portfolio/popup.php?image=Allied/ad1http://www.austin-williams.com/portfolio/popup.php?image=Allied/ad1

~|
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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: securing pdf's?

2008-08-04 Thread Jerry Johnson
You need to change your cf server (and webserver) to process pdf files
through coldfusion. That will allow application.cfc/.cfm to fire before the
pdf is loaded.

(there are better ways, including using cfcontent to push the pdf content,
but i will answer the question you asked, instead of throwing other ideas
in)

Assuming you are using cf8 and iis (maybe a bad assumption, but a place to
start), I _think_ you need to change the web.xml file in
cfusion\wwwroot\web-inf to handle pdf files, and change iis to allow cf to
handle pdf files. (copy the way they both handle .cfm files, same settings,
and you will be fine).


On Mon, Aug 4, 2008 at 10:00 PM, Jessica Kennedy 
[EMAIL PROTECTED] wrote:

 I have a directory of .pdf files nested within a secure section of my
 website.  However, the application is not firing when a user goes to the
 direct link to the pdf, so anyone could see the pdf's... does anyone know a
 way to keep the pdfs from showing unless a user is logged in?

 Thanks!

 

~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310182
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-22 Thread Jerry Johnson
The purpose of the hack is to change your website, so that each visitor is
hit with a series of browser exploit attempts while reading your website.

Some of the exploits attempted are handled by the MS patch. Some are not.

(Examples of the exploits: Ms06-014, flash, SP2, Realplayer11, Norton,
pxhack)



On Tue, Jul 22, 2008 at 8:11 AM, Kris Jones [EMAIL PROTECTED] wrote:

 This attack has nothing to do with elevation of privilege. It simply
 tacks on a SQL procedure to a query existing on the page already. This
 procedure then runs through the tables/columns in the database
 appending text the end of content in varchar fields. The text appended
 varies, but what I've seen is a javascript file call, that would run
 when the affected content was displayed in a browser.

 I can't see how that security patch would have anything to do with it.
 (Please enlighten me if I'm wrong.)

  Can someone confirm that having applied the Microsoft patch(es) mentioned
 on
  http://www.microsoft.com/technet/security/bulletin/MS08-040.mspx
  is sufficient to protect against attacks like these?



~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309444
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread Jerry Johnson
I have all of the js files open and saved to a text file, fwiw, from this
morning.

On Mon, Jul 21, 2008 at 3:24 PM, Claude Schneegans 
[EMAIL PROTECTED] wrote:

  For what it's worth, the specific URL that was injected in the sample I
 saw
 (http://1.verynx.cn/w.js) doesn't seem to work anymore. The server name
 doesn't resolve.

 ===

 Yeah, that suck, I was going to dissect it.

 It is broken now, but this morning I was able to see the code.
 Apparently all it was doing was to document.write some code containing
 an iFrame with an address to another Chinese site:
 http://ll80.com/.
 I've opened the site, but it is all Chinese for me ;-)



~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309386
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread Jerry Johnson
The attempts are based on a google search of .cfm files with parameters that
can be exploited.

(They have automated the page search, as well as the attack itself.)

It is not a cf specific attack, but is also nailing php, asp, and .net
sites.

Here is a decent writeup of it all.

http://www.bloombit.com/Articles/2008/05/ASCII-Encoded-Binary-String-Automated-SQL-Injection.aspx



On Mon, Jul 21, 2008 at 4:05 PM, Che Vilnonis [EMAIL PROTECTED] wrote:

 For me, all attempts are focusing on rss.cfm. Another post said they saw
 sitemap.cfm being hit. Can anyone confirm any other templates that are
 being
 hit? Perhaps only 'commonly named' templates are being hit?



~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309388
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Where Do You Put Your Error Checking Code?

2008-06-27 Thread Jerry Johnson
All of the above.

The more user-friendly code and descriptions happen on the same page via js
checks.
The sql code typically throws a generic error.

And the stuff in between is somewhere in the middle.

On Fri, Jun 27, 2008 at 3:20 PM, Ian Rutherford 
[EMAIL PROTECTED] wrote:

 When you are writing your code, where do you handle error checking?

 Do you handle it with Javascript on the front end? With code before you
 hand the data to a CFC, in CFCs, in your T-SQL code? Or do you duplicate the
 error checking at each step along the way?

 

~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2008-06-10 Thread Jerry Johnson
No, a worse idea, but it is already done for you (laziest approach)



On Tue, Jun 10, 2008 at 12:05 AM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Ooohhh... I knew someone was going to say the word 'javascript'.

 Is it really so much better to use js (with which I'm not so good)
 than a CF solution?



  -Original Message-
  From: Jerry Johnson [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, June 10, 2008 12:02 AM
  To: CF-Talk
  Subject: Re: One thing I've always wanted to build... breadcrumb trail...
 
  maybe use the javascript history array?
 
  On Mon, Jun 9, 2008 at 11:53 PM, Rick Faircloth 
 [EMAIL PROTECTED]
  wrote:
 
   Not the one that represents a folder structure or
   hierarchy, but shows the exact places visited.
  
   Home  Services  Contact  Pricing  FAQ
  
   Anyone know of a tutorial on how to do this?
  
   Just store the link name representing a full url
   for the last, say, 5 or so visited pages?
  
   Update the path variables with each new page visit?
  
   In application.cfm (yes, still .cfm), upon visit to homepage...
  
   cfset session.page_one = 'http://www.site.com/index.'
   cfset session.page_two = ''
   cfset session.page_three = ''
   cfset session.page_four = ''
   cfset session.page_five = ''
  
   cfoutout
   a href='#session.page_one#'Home/a
   /cfoutput
  
   Visit to 'Services' page:
  
   cfset session.page_two = 'http://www.site.com/cfm/services.cfm'
  
   cfoutput
   a href='#session.page_one#'Home/a
   
   a href='#session.page_two#'Services/a
   /cfoutput
  
   etc...
  
   Now there would have to be a way developed to figure out the next
   empty session variable to hold the visited page and then to rotate
   pages down one rank in the history and off the history after 5 pages
   were visited.
  
   But would this concept work?
  
   Thanks for any feedback or references to tutorials!
  
   Rick
  
  
  
 
 

 

~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307172
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2008-06-09 Thread Jerry Johnson
maybe use the javascript history array?

On Mon, Jun 9, 2008 at 11:53 PM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Not the one that represents a folder structure or
 hierarchy, but shows the exact places visited.

 Home  Services  Contact  Pricing  FAQ

 Anyone know of a tutorial on how to do this?

 Just store the link name representing a full url
 for the last, say, 5 or so visited pages?

 Update the path variables with each new page visit?

 In application.cfm (yes, still .cfm), upon visit to homepage...

 cfset session.page_one = 'http://www.site.com/index.'
 cfset session.page_two = ''
 cfset session.page_three = ''
 cfset session.page_four = ''
 cfset session.page_five = ''

 cfoutout
 a href='#session.page_one#'Home/a
 /cfoutput

 Visit to 'Services' page:

 cfset session.page_two = 'http://www.site.com/cfm/services.cfm'

 cfoutput
 a href='#session.page_one#'Home/a
 
 a href='#session.page_two#'Services/a
 /cfoutput

 etc...

 Now there would have to be a way developed to figure out the next
 empty session variable to hold the visited page and then to rotate
 pages down one rank in the history and off the history after 5 pages
 were visited.

 But would this concept work?

 Thanks for any feedback or references to tutorials!

 Rick


 

~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307138
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Bug / Issue tracking

2008-06-05 Thread Jerry Johnson
I love lighthouse. Love it, love it, love it.

We also use basecamp, but more for project knowledge sharing.

If you need a hosted solution, find a small cf hosting shop, and see if they
will install it for you, and charge you a monthly fee.



On Thu, Jun 5, 2008 at 7:52 PM, Jeff Gladnick [EMAIL PROTECTED]
wrote:

 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?

 

~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306938
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Adobe ColdFusion Survey

2008-06-03 Thread Jerry Johnson
I submitted without answering those.

So I don't qualify for the drawing, but answered the poll questions.


On Tue, Jun 3, 2008 at 3:47 PM, Phillip Vector [EMAIL PROTECTED]
wrote:

 This is pretty bad...

 I filled out the first 5 questions... Then I have to do research to
 answer the last 3? C'mon.. Stop with the marketing. It's annoying.



~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306738
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Achieve Masters that you deserve of Established Skilled Institution.

2008-05-21 Thread Jerry Johnson
Kill what? Your inner demons yearning to spam your hard-won list of emails?

LOL.

Even if the email came with a couple of lines that said This really, really
is from Michael, it would take me a while to believe it.

I am always amazed at how clean this list is, in regards to spam. Even valid
self-promotion is self-policed to a wonderful extent.

Of course, I would love to know which member of the community causes these,
as it is obvious it is a member who understands the community who is
spamming us with lies. I'd would chip in to pay for a ticket for you and
Loathe to go visit them, and explain why it is a bad idea.


On Wed, May 21, 2008 at 2:11 PM, Michael Dinowitz 
[EMAIL PROTECTED] wrote:

 Please ignore while I kill this.




~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Jobs-Talk/message.cfm/messageid:3827
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: Embedded YouTube movies

2008-04-21 Thread Jerry Johnson
And still the crowd yells for more.

What exactly is the value for video?
Can you go to that link in your browser (and it comes up?)


On Mon, Apr 21, 2008 at 10:54 AM, Torrent Girl [EMAIL PROTECTED]
wrote:

 Sorry.

 The movie looks as if it is loading but never comes up.


 It's not working
 
 I think we've been down this road before, but how exactly is it *not*
 working?  Error messages?  What *does* happen?
 
 Help us help you...
 
 On Mon, Apr 21, 2008 at 9:35 AM, Torrent Girl [EMAIL PROTECTED]
 wrote:
 
 

 

~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303870
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Embedded YouTube movies

2008-04-21 Thread Jerry Johnson
What is the url?

On Mon, Apr 21, 2008 at 11:12 AM, Torrent Girl [EMAIL PROTECTED]
wrote:

 And still the crowd yells for more.
 
 What exactly is the value for video?
 Can you go to that link in your browser (and it comes up?)
 
 
 On Mon, Apr 21, 2008 at 10:54 AM, Torrent Girl [EMAIL PROTECTED]
 wrote:
 
 

 Yes the movie comes up in the browser when i go directly to it.



 

~|
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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303874
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Jerry Johnson
Not to help you at all, and providing info you didn't ask for, but...

Best practices when counting pages is to wait for the page to load, or most
of the page to load, before counting that page.

This is especially true when counting advertising page views, or counting
pages read for subscription purposes.

(If the page didn't load, they couldn't have actually read it, and counting
it as a view is a bit of a stretch.)

But now on to your question. Are you trying to find a way to do it on every
page, without having to actually write it into every page?

Jerry


On Tue, Mar 25, 2008 at 4:24 PM, Gerald Weir [EMAIL PROTECTED] wrote:

 Yes, they want it directly after the body tag.  Their claim is that the
 want to be sure to count the page in the event that a user clicks away to
 another page before the current page is fully loaded.

 p.s.  I hope this goes to the correct place - mailing list - as I don't
 see my own question on the CF-Talk web page.

 Thanks, Jerry

 -Original Message-
 From: Claude Schneegans [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2008 4:16 PM
 To: CF-Talk
 Subject: Re: Need Include to be first thing after BODY tag


  the javascripts must be included right after the opening body tag.

 Are you sure they really specify right after the opening body tag
 or do they just mean inside the body tag?

 I cannot think of any valuable technical reason the Javascript couldn't
 be right before the /BODY tag.

 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.




 

~|
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/CF-Talk/message.cfm/messageid:302046
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need Include to be first thing after BODY tag

2008-03-25 Thread Jerry Johnson
Just wanted to put it out there (or _my_ coworkers would yell at _me_). lol.

OK, just winging it here, but i think if you include a standard javascript
function or include at the top that attaches a function to the onLoad for
the body, the function it attaches would be the coldfusion-custom javascript
to call the view stasher.

Not 100% sure if the objects all exist at the right time, but it could maybe
get you there.


On Tue, Mar 25, 2008 at 5:01 PM, Gerald Weir [EMAIL PROTECTED] wrote:

 Jerry, I appreciate your point and it is a good one.  I'm just the
 programmer however, it's their call I'm afraid.

 Yes, your question is correct, this is the javascript report the page view
 so in the end it must go on all.

 Thanks, Gerald

 -Original Message-
 From: Jerry Johnson [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2008 4:53 PM
 To: CF-Talk
 Subject: Re: Need Include to be first thing after BODY tag


 Not to help you at all, and providing info you didn't ask for, but...

 Best practices when counting pages is to wait for the page to load, or
 most
 of the page to load, before counting that page.

 This is especially true when counting advertising page views, or counting
 pages read for subscription purposes.

 (If the page didn't load, they couldn't have actually read it, and
 counting
 it as a view is a bit of a stretch.)

 But now on to your question. Are you trying to find a way to do it on
 every
 page, without having to actually write it into every page?

 Jerry


 On Tue, Mar 25, 2008 at 4:24 PM, Gerald Weir [EMAIL PROTECTED] wrote:

  Yes, they want it directly after the body tag.  Their claim is that
 the
  want to be sure to count the page in the event that a user clicks away
 to
  another page before the current page is fully loaded.
 
  p.s.  I hope this goes to the correct place - mailing list - as I don't
  see my own question on the CF-Talk web page.
 
  Thanks, Jerry
 
  -Original Message-
  From: Claude Schneegans [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 25, 2008 4:16 PM
  To: CF-Talk
  Subject: Re: Need Include to be first thing after BODY tag
 
 
   the javascripts must be included right after the opening body tag.
 
  Are you sure they really specify right after the opening body tag
  or do they just mean inside the body tag?
 
  I cannot think of any valuable technical reason the Javascript couldn't
  be right before the /BODY tag.
 
  --
  ___
  REUSE CODE! Use custom tags;
  See http://www.contentbox.com/claude/customtags/tagstore.cfm
  (Please send any spam to this address: [EMAIL PROTECTED])
  Thanks.
 
 
 
 
 



 

~|
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/CF-Talk/message.cfm/messageid:302051
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Which approach to take?

2008-03-22 Thread Jerry Johnson
My personal preference is a riff of version 1.

I input the text info, and hit save (or add photos or step 2)
The data gets validated and written, and now I get the input fields for the
photos (on a new page, or on the same page with a new section added at the
bottom)

On Sat, Mar 22, 2008 at 2:10 PM, Rick Faircloth [EMAIL PROTECTED]
wrote:

 Hi, all...

 I'm designing part of an app that will allow users
 to input info and photos for newly constructed communities.
 (Real Estate site)

 I'm going to allow the users to input unlimited photos for each
 community.  There will be one table holding the textual info about
 each property and another table in the db holding the photos.
 Therefore, the photos will need to be linked via foreign key
 in the db to the property table.

 That said, I'm wondering what approach to take for the input of photos.

 First Approach:

 1) Users input textual information and submit
 2) Users then click on link to upload photos which will provide the
 community_id
   to connect the photos to the property identified in the URL variable.

 Second Approach:

 1) Users input all data on the same page...textual and photos.
 2) For processing, textual data is input first
 3) New id for the property is retrieved
 4) Photos are uploaded, processed, and put into the db connected to the
 property
   via the community_id created in the insert query for the textual info.

 The first approach is more trouble for the user, but easier.
 The second approach is preferable if I can consistently retrieve that last
 id
 inserted without any problem.

 I know this is discussed and debated from time-to-time, but I thought I'd
 ask
 again, now that I'm on CF 8 and MySQL 5.0.

 Thoughts, anyone?

 Thanks,

 Rick



 

~|
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/CF-Talk/message.cfm/messageid:301792
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: DB choice for small Intranet site

2008-03-16 Thread Jerry Johnson
I couldn't quite tell from your sentence whether you were saying Derby
doesn't have a good managment tool like MySQL, or if you thought MySQL
doesn't have a good management suite.

Just in case it was the latter, or in case anyone else isn't aware of it,
I'll bore you with a gushing mention of the MySQL Administrator.

Until a few weeks ago, I was doing everything through phpMyAdmin, thinking
that was the height of administration. So much better than the hand-scripts
I was writing to do everything.

But my boss sent me the MySQL Administrator, and WOW, what a difference.
Still not quite on par with Enterprise Manager for MSSQL, due to speed and
interface, but it is pretty close, and more than enough for the job at hand.

MySQL Administrator 1.2 - http://www.mysql.com/products/tools/administrator/
MySQL Query Browser 1.2 -
http://www.mysql.com/products/tools/migration-toolkit/
MySQL Migration Toolkit 1.1 -
http://www.mysql.com/products/tools/query-browser/
MySQL Workbench - http://www.mysql.com/products/tools/workbench/

Jerry

On Sun, Mar 16, 2008 at 10:21 AM, Russ [EMAIL PROTECTED] wrote:

  From: henry ho [mailto:[EMAIL PROTECTED]
  Sent: Sunday, March 16, 2008 7:44 AM
  To: CF-Talk
  Subject: DB choice for small Intranet site
  Since there's no management studio like MSSQL for Derby (or MYSQL),
 anyone
  tried RDS support in CFEclipse? Can I use that to create/manage/backup
 the
  DB?  Is it reliable?



~|
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/CF-Talk/message.cfm/messageid:301380
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Holy Grail? Hosting?

2008-02-18 Thread Jerry Johnson
That feature alone may get me to rethink my hosting.

Thanks for keeping us informed of your findings, William.

On Feb 18, 2008 3:07 PM, William Seiter [EMAIL PROTECTED] wrote:

 While CT appears to require the user to handle the
 redirect of the multiple domains to the specific directory using a CF
 switch, gearhost has you handling it through the IIS server.  (faster and
 nicer, I think).


~|
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/CF-Talk/message.cfm/messageid:299289
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: Holy Grail? Hosting?

2008-02-16 Thread Jerry Johnson
Dave, as a fairly impartial observer, talking general professional and
personal respect, you aren't going to win this one against Jim, I
don't think.

Lol!

On Feb 16, 2008 5:51 PM, Dave l [EMAIL PROTECTED] wrote:
 And your lil quote below is exactly how you are as well

 Well then they don't Dave.  As we've come to expect all other opinions are
 incorrect because you're experience differs.

~|
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/CF-Talk/message.cfm/messageid:299214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: Holy Grail? Hosting?

2008-02-15 Thread Jerry Johnson
I've been using them for about 7 years. Never a blip, never a problem.

I forget they are even there.

Even the price is so low on my monthly bank statement, I go months
without thinking about them much at all.

Which is just what I want in a host. It just works.

On Fri, Feb 15, 2008 at 7:24 PM, William Seiter [EMAIL PROTECTED] wrote:
 Recently I have found a great need to find a new hosting company and have
  been looking for my personal 'Holy Grail' of shared hosting offers.

  I was wondering if anyone here has had any good or bad experiences with this
  company so that I don't take the wrong road.

  My criteria for 'Holy Grail' is: Inexpensive (always important), Multiple
  domain names can be served from same hosting and appear to be unique, allows
  access to cfobject and other CFC tags, preferably CF8.

  In my research the most often come across issue was the multiple domains to
  a single hosting account.  The few that had it, disabled the cfobject tags
  and functions. Except this one:  CrystalTech

  http://www.crystaltech.com/coldfusion8.aspx

  It's inexpensive (starting at $17/mo), is CF8, has extra domains, only has
  cfschedule/cfregistry/cfexecute restricted in their admin (spoke with tech
  support for this info).  I can't find the kick in the pants.  Anyone know
  them, or know of them?

~|
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/CF-Talk/message.cfm/messageid:299168
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: What type of CF hosting do I need?

2008-02-14 Thread Jerry Johnson
Dont take so long on each task. break them down smaller, into more
granular pieces.

dont process them all at one whack, but build a queue of items to
process, and then run through them individually or in much smaller
groups.

On Thu, Feb 14, 2008 at 1:37 PM, Che Vilnonis [EMAIL PROTECTED] wrote:
 Looking for opinions here. I'm looking to launch a CF based car/truck/cycle
  RSS feed aggregator. I don't expect to have a ton of traffic initially, so I
  thought shared hosting would work. But, when I built the app, I found that
  the scripts I needed to run (even using the cfthread tag) would take on
  average 1-3 minutes to run. A few would take 4-5 minutes. (I'm aggregating a
  lot of data from several sources at once through 4-5 dozen daily scheduled
  tasks on my dev server.)

  The problem with shared hosting is that there usually are restrictions to
  how long a page can run. Typically it is 30-60 seconds. There might even be
  issues with the number of scheduled tasks that my app requires. Is my only
  recourse to get VPS based hosting? Are there any other alternatives that I
  am missing that might save me a few $$$?

  Thanks for your thoughts, Che


  

~|
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/CF-Talk/message.cfm/messageid:299018
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: What type of CF hosting do I need?

2008-02-14 Thread Jerry Johnson
If so, I'd like that list as well - to make sure I never host with them.

lol!



On Thu, Feb 14, 2008 at 3:02 PM, Che Vilnonis [EMAIL PROTECTED] wrote:
  Basically it comes down to this. Are there any shared CF web hosts that
  allow to have an high number of scheduled tasks be run daily knowing that
  some of them may take a few minutes to complete?

~|
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/CF-Talk/message.cfm/messageid:299033
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dead Beat Clients.

2008-02-03 Thread Jerry Johnson
I think unions are the single biggest evil in America today.

If unions started making their way into programming, I would gladly
trumpet my non-union status, and if it ever became impossible to do
work without a union card, I would find another line of work.

On Feb 3, 2008 3:36 PM, William Seiter [EMAIL PROTECTED] wrote:
 I agree that having a union would be good for working with dead beat clients
 as well as with obtaining good contracts, but a union should go further.  To
 a client, a union has become the essence of 'good training'.  Would we have
 an apprentice system?  Would we develop 'union programming standards'?


~|
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/CF-Jobs-Talk/message.cfm/messageid:3630
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: WOW, what a plight!!

2008-01-26 Thread Jerry Johnson
It is not always an intentional bait and switch

Sometimes it is people fooling themselves into believing their own
hype (or plans without substance). Sometimes it is just people who are
so unorganized and confused (or without any real understanding of the
job and needs and how to get work done)

You can potentially rescue people from the second (that is probably
why they are hiring a professional developer), but if they already
have experts in house, or if they won't listen to real critique and
take your professional advice, then you are lucky to get out quick.



On Jan 26, 2008 12:58 PM, William Seiter [EMAIL PROTECTED] wrote:
 I really do appreciate all of the support here.  It helps a lot to know that
 this type of 'bait and switch' isn't as uncommon as I thought it was.
 (although it is a little disheartening at the same timethat it is so
 common.)

~|
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/CF-Jobs-Talk/message.cfm/messageid:3581
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: [Fwd: Cold Fusion Web Developer-- BOSTON AREA]

2008-01-23 Thread Jerry Johnson
Personally, this is the most interesting thread yet today!

=)

I find the tone and punctuation and capitalization entertaining, and
the quips are taken right out of my head, I think.



On Jan 23, 2008 1:28 PM, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Don't you have anything better to do today than harass people over
 insignificant crap?

 ..:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com




 

~|
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/CF-Jobs-Talk/message.cfm/messageid:3560
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: Should jsstringformat do more?

2008-01-02 Thread Jerry Johnson
_New_ function, not a change (potentially breaking existing applications).


On Jan 2, 2008 3:05 AM, Claude Schneegans [EMAIL PROTECTED] wrote:
  If enough people do so, I can almost guarantee that the Adobe dev
 staff will take notice, and look at including that or a similar
 function in the next version of cf.

 Based on experience with dealing with empty list elements in list
 functions, it may take a long time ;-)

~|
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/CF-Talk/message.cfm/messageid:295703
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Should jsstringformat do more?

2008-01-01 Thread Jerry Johnson
If anyone really feels strongly about this, they should create a
function that does what they want, name it something more useful and
specific, and place it on cflib.org

Then put a note on the livedocs pointing to the new function.

Finally, watch and see how many people then go download the function
that fixes JSStringFormat.

If enough people do so, I can almost guarantee that the Adobe dev
staff will take notice, and look at including that or a similar
function in the next version of cf.

This would be both useful, and possibly educational.

On Jan 2, 2008 1:45 AM, Claude Schneegans [EMAIL PROTECTED] wrote:
  Then the context of jsstringformat should be widened.

 Ok, then call it JSstringInHTMLformat. ;-)

~|
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/CF-Talk/message.cfm/messageid:295695
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Should jsstringformat do more?

2007-12-31 Thread Jerry Johnson
My feeling would be no. I like the way it currently works.

JSStringFormat does what the function says. It is not called JSSafeFromAnything.

As you point out, it is only unsafe under certain conditions. So I am
glad it does not always strip everything out that might possibly meet
a seldom seen condition.



On Dec 31, 2007 4:09 PM, Brad Wood [EMAIL PROTECTED] wrote:
  I had always believed that jsstringformat did absolutely
  everything necessary to string of text in order to set it
  into a JavaScript string variable.

  JSStringFormat escapes JavaScript metacharacters; nothing more,
 nothing
  less. That's all it does, and that's all it's supposed to do.

 The LiveDocs for CF7 simply state jsstringformat returns A string that
 is safe to use with JavaScript..  I think it is obvious that
 /script is not a safe string under certain JavaScript conditions.

 Ok, so technically, /script IS safe with JavaScript alone-- but it
 isn't a safe string to have in JavaScript which is embedded in an HTML
 document-- and most JavaScript is found in HTML documents.  I don't
 think there's anything particularly wrong with your exacting definition
 of the function-- what I'm asking here is _should_ that be the way the
 function works?
 So it seems jsstringformat may meet the letter of the law.  Everybody
 pat Adobe on the back.  But isn't it a bit misleading?  Could it be
 better?  Should there be a second function which makes a string safe for
 JavaScript embedded in an HTML document?
 Yeah, sure-- there's the replacenocase() function, but again we don't
 really NEED jsstringformat either.  We could replace those
 meta-characters manually as well.  Obviously Adobe doesn't make a
 function for EVERYTHING we need, but what I am trying to do is to get
 people to stop and think if it would be useful to re-define this
 function or add another.  Discussion is what I'm looking for-- not for
 someone to jump down my throat and inform me its working as designed.

 I like ColdFusion because it takes those tricky mundane things and makes
 them simpler.  Htmleditformat.  Jsstringformat.  ParagraphFormat.

 This seems like one of those places where CF might have missed an
 opportunity.

  What does that have to do with JSStringFormat, or CF at all for that
  matter? You can do that in an HTML page, without CF at all, and get
 the
  exact same result, right?

 You are absolutely right.  That was a simplified HTML example to show
 the browser behavior.  Had you kept reading, you would have seen the
 example which involved ColdFusion.

~|
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/CF-Talk/message.cfm/messageid:295605
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Want to move into .Net?

2007-12-21 Thread Jerry Johnson
Nice Larry. Exactly.

Where did everyone's sense of humor go?

I thought the original email was a little lacking in CF thrust for an
email on a coldfusion jobs list. (I personally would have emphasized
more the need for a skilled Coldfusion programmer to own the existing
app to understand the conversion from the ground up).

I also thought the response was pretty funny.

I certainly didn't think it required any sort of response from the
original poster, unless a ha, ha. Do you want the job? you know you
are jealous type of humor-rebuttal.

And it went downhill from there.

Wow. We have some uptight folks.

I assume I must also be one of them. My promise for the holiday season
and the new year is to come to the table more upbeat.

Jerry

On Dec 21, 2007 9:20 AM, Larry C. Lyons [EMAIL PROTECTED] wrote:
 Here's my take on whole discussion, I'd rather see it go the way of a
 bad hair salon  - curl up and dye.

 regardless,

 happy holidays all.

~|
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/CF-Jobs-Talk/message.cfm/messageid:3509
Subscription: http://www.houseoffusion.com/groups/CF-Jobs-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Jerry Johnson
Ain't good. Crude. No error handling. No exception handling. But gives
you a starting place, maybe.

cfscript
function convertPhonePad(str) {
alphaList=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;
numeralList=2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9;
numString=;
for (i=1;i LTE len(str);i=i+1){

numString=numStringlistGetAt(numeralList,listFindNoCase(alphaList,mid(str,i,1)));
}

return numString;
}
/cfscript

cfoutput#convertPhonePad(johnson)#/cfoutput

On Dec 4, 2007 11:04 AM, Deepak Gupta [EMAIL PROTECTED] wrote:
 Hi

 Can anyone tell me or  point me to a Macro or coldfusion code to convert 
 letters to numbers on phone keypad. For example

 ABDG will be 2234

 And this way I have a lot of Names in database and I have to pick first 4 
 letters from the name and convert them into 4 digit codes from phone keypad.

 Thanks
 D

 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Jerry Johnson
Alternate version, more language specific, should be error-free and
exception free.

function convertPhonePad(str) {
alphaList=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;
numeralList=2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9;

return replaceList(str,alphaList,numeralList);
}


On Dec 4, 2007 12:28 PM, Jerry Johnson [EMAIL PROTECTED] wrote:
 Ain't good. Crude. No error handling. No exception handling. But gives
 you a starting place, maybe.

 cfscript
 function convertPhonePad(str) {
 alphaList=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;
 numeralList=2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9;
 numString=;
 for (i=1;i LTE len(str);i=i+1){
 
 numString=numStringlistGetAt(numeralList,listFindNoCase(alphaList,mid(str,i,1)));
 }

 return numString;
 }
 /cfscript

 cfoutput#convertPhonePad(johnson)#/cfoutput


 On Dec 4, 2007 11:04 AM, Deepak Gupta [EMAIL PROTECTED] wrote:
  Hi
 
  Can anyone tell me or  point me to a Macro or coldfusion code to convert 
  letters to numbers on phone keypad. For example
 
  ABDG will be 2234
 
  And this way I have a lot of Names in database and I have to pick first 4 
  letters from the name and convert them into 4 digit codes from phone keypad.
 
  Thanks
  D
 
  

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294175
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: escaping # signs in image file names

2007-11-30 Thread Jerry Johnson
Maybe replace the # with %23?



On Nov 30, 2007 12:22 PM, Charlie Griefer [EMAIL PROTECTED] wrote:
 img src=/_images/#replace(filename, '##', '###', 'all')#
 width=164 height=140 border=0 /  ?

 (might need 4 # there in the 3rd arg)

 On Nov 30, 2007 8:54 AM, Crow T. Robot [EMAIL PROTECTED] wrote:
  Is there a way to do this that anyone can think of?  I have a page that I
  inherited that is outputting user-uploaded images, and just today, the user
  decided to upload images with #'s in the names.  The images are not showing
  up because of this.  Any way around this other than renaming the images?
 
  code:
 
  cfoutputpimg src=/_images/#filename# width=164 height=140
  border=0/p/cfoutput
 
 
 

 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
Sadly, I went with an iframe of the pdf, and a link to the pdf in the
case where iframes are disabled.

cribbed from:
http://www.cs.tut.fi/~jkorpela/html/iframe-pdf.html


On Nov 30, 2007 1:41 PM, Jerry Johnson [EMAIL PROTECTED] wrote:
 Looks like Dave Watts definitively answered this back in July:
 http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:284679

 Shucks.

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294031
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
Looks like Dave Watts definitively answer this back in July:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:284679

Shucks.


I have a whole pile of pdf files on disk.

Is there a way to convert those PDFs on the fly to Flashpaper, and
allow me to use the flashpaper embed object on a page?

I can easily do it with html content (thanks to Terry Ryan), but would
_love_ to handle pdfs this way.


~|
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://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294025
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
I have a whole pile of pdf files on disk.

Is there a way to convert those PDFs on the fly to Flashpaper, and
allow me to use the flashpaper embed object on a page?

I can easily do it with html content (thanks to Terry Ryan), but would
_love_ to handle pdfs this way.

Thanks,
Jerry

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294022
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2007-11-07 Thread Jerry Johnson
Use the list functions, with the period as the delimiter

could there be more than one period? If so, you need to decide between
two options (if not, then either will work)

If you only want to remove the very last extension after the last period,

cfset name=listDeleteAt(file,listLast(file,.),.)

If you only want the content before the first one,

cfset name=listFirst(file,.)

On Nov 7, 2007 11:41 AM, Rick Faircloth [EMAIL PROTECTED] wrote:
 This seems so simple, yet I couldn't figure out the answer even after
 going through the list and strings functions in the docs for CF 8.

 I want to return the characters in the name of a photo preceding the
 period.

 i.e.. If the photo is named dog.jpg, I want to strip out .jpg from the
 filename so I can alter the filename and then reattach the .jpg.

 Seems so simple, but I can't figure out how to get it done.

 Rick



 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292846
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2007-11-07 Thread Jerry Johnson
this will work for 1 or more, but will NOT work for none! (it will
return an empty string)
you should do a listLen(file,.) gt 0 test to make sure before you start.


On Nov 7, 2007 1:21 PM, Rick Faircloth [EMAIL PROTECTED] wrote:
 Jerry...
 I'll modify my code to use:
 #listdeleteat(file,listlast(file.'.'),'.')

 Now, I'm assuming that the code above will work if there's
 only one period, too, right?  (I'll test it shortly after lunch!)

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292868
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion to Generate Cutlists?

2007-10-31 Thread Jerry Johnson
I wrote one 20+ years ago in Autolisp and C.

Wasn't easy, cost the government a ton of money, and don't have any of
the source.

On 10/30/07, Matthew Reinbold [EMAIL PROTECTED] wrote:
 It is a fairly common optimization problem and there are hints of other stuff 
 being out there. For example, there is an open source cutlist app written in 
 Delphi that, if I had more patience, I would sit down and try and reverse 
 engineer for CF. There also seems to be shadows of a ruby api(?) for this 
 sort of thing but the links to the actual script their referring to are dead 
 ( 
 http://groups.google.com/group/Ruby-API/browse_thread/thread/41990420606da989/244d39b1a8012627
  ). While expecting a library, tag, or cfc in ColdFusion may be a bit of a 
 stretch I really expected there to be some previous work out there in Java 
 that could have been built upon.

 The way I'm going to proceed is based on what Adam offhandedly mentioned - 
 letting users visually set pieces in place. Rather than doing the equivalent 
 of a mathematical thesis trying to solve this, only to have the user desire a 
 different optimization (rip-cut verses cross cut, max off side verses max off 
 bottom) I'll just allow them to organize the pieces how they best see fit. As 
 long as the number remains low having the user eyeball the desired 
 optimization is vastly more efficient than building a specific algorithm that 
 ignores their work requirements.

 Having the user start out with an optimized layout would be awesome but, 
 given the new direction, it is a 'would be nice' and not a need.

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292396
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
As a side note, anyone need some 10 year old elographics touch
screens? (SAW, 19 and 12, glass, never mounted, serial, with cables)
I have about 25 left I think.

Jerry

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292427
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
Are you looking for a standalone screen, or are you looking for a
small form factor PC attached to a regular touchscreen?

I would (personally) go with the later. I have 20 years of experience
with touchscreens, but today's hardware is cheap, easy to use and
maintain, and easier to develop for.

Most touchscreens today just function as a mouse, and are handled at
the os level. They are either bought with the screen, or are add on
kits you can handle yourselves. (You no longer need to inject silicon
between the glass panes, which was a _pain_. Especially with the 12
needle used to extract air bubbles. And you no longer have to write
your own device drivers, which is _lovely_.)

The main considerations for a standalone kiosk/touchscreen are
diagnostics and remote update and control, and making sure the
interface is adapted for touch interface (read large well-spaced
buttons).

We built many kiosks using old-school cbt software, and later
Director, but Flash and Firefox (in kiosk mode) handle it wonderfully
now right out of the box.

What is the environment? Budget? User needs? Is it the only interface,
or an additional interface (keyboards, mice, movement or weight
sensors)? What about feedback? Screen only, or do you need sound as
well?

Jerry

On 10/31/07, Billy Cox [EMAIL PROTECTED] wrote:
 Has anybody done this and care to share war stories? I am considering
 options for a workflow management system that appears well suited for a
 touch screen interface.

 It looks like the OS choices for a thin client with touch screen are Windows
 CE or XP embedded. What would make you choose one over the other.  Assume
 BlueDragon and SQL Server 2005 backend.

 Billy Cox
 Old World Spices
 [EMAIL PROTECTED]







 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292426
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Developing software for touch screen?

2007-10-31 Thread Jerry Johnson
If you go with one of the many panel-pcs (full pc integrated into the
panel. Think a laptop bent in the other direction or a tablet PC),
they are full pcs running normal os (windows XP for example).

Something like this:
http://igopanelpc.com

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292436
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Nice cf8 writeups on today's TechRepublic We Dev Zone alert

2007-10-30 Thread Jerry Johnson
http://nl.com.com/view_online_newsletter.jsp?list_id=e055

Kudos to Brian Kotek!

Jerry Johnson

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292327
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: 2007 Web Design Survey

2007-10-19 Thread Jerry Johnson
I was somewhat kidding.

I don't (at this point) want to give up coding.
I don't want to manage people
I don't want to worry about other people's paychecks
I actually don't want to worry about mine.

I do like some of the technologist and business analysis work I am
doing now, but I still prefer my week over 50% coding. I would miss
the creative outlet without it. Even though the technologist work is
creative in a different direction.

I realize I will never buy a $300,000 boat on my salary, but I have
friends that own them, and they are a pain.



On 10/19/07, Crow T. Robot [EMAIL PROTECTED] wrote:
 I think we're all missing my point here.  I enjoy writing code too, probably
 always will.  But I still don't see myself being a coder for my whole
 career.  Am I the only one who think that being a code monkey isn't the
 loftiest of career goals?

 I want more money, more responsibility, more benefits, more challenges,
 etc.  I just don't see those things happening for me if I stay a coder my
 whole career.  There's much more room for advancement (as in a CTO, like
 Dave here!) beyond the keyboard.  And I'm not talking being a business
 manager, I'm talking IT-related management.

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291582
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: What can PHP do that CF can't?

2007-10-19 Thread Jerry Johnson
Ummm, never learned perl? T-SQL? Unary and dereferencing in C?

One thing php can do that cf cannot. Run wordpress and phpBB. Which
right now makes me sad.



On 10/19/07, Claude Schneegans [EMAIL PROTECTED] wrote:
  Is there anything that php can do that CF can't?

 Yeah: having all variable names to start with a $ sign.
 I've learn tens of languages in my carrer, PHP is the only one to need a
 special character to mark variables.
 Makes code unreadable; stupid design!

 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.


 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291592
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: 2007 Web Design Survey

2007-10-19 Thread Jerry Johnson
Me! I also like writing code. I do it in my spare time, too.
(Especially when work is not as fun as it should be, and I need a
creative release)

My favorite time in the entire year is not Christmas or even my
birthday, it is the 4 day weekend at Thanksgiving where I pick a
single project, and code through the weekend (except for breaks for
sit-down dinner on Thursday, and the touch football game Sat morning
at the Junior High.) The rest of the time is me, my laptop, cable tv
and leftovers.

On 10/19/07, Crow T. Robot [EMAIL PROTECTED] wrote:
 I don't see it so much a goal as a natural progression in one's career.
 Who wants to be a  50-60 year old code monkey?

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291569
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Exporting from ColdFuion to a Excel file

2007-10-11 Thread Jerry Johnson
cfcontent type=application/vnd.ms-excel
cfheader name=Content-Disposition value=filename=#filename#.xls
cfoutput#pageContent#/cfoutput

I assume this will still work on 8

Jerry

On 10/11/07, Steve Sequenzia [EMAIL PROTECTED] wrote:
 Can someone please give me some insight into exporting data to excel using 
 CF8.

 I am having issues with all the code I am trying.

 Any help would be great.

 Thanks

 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290897
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Detableize

2007-10-02 Thread Jerry Johnson
This detabler assumes linefeeds between each cell.

To get it to work on all tables, in the UDF, change

/*table

to

/*table *[^]*

(maybe)

On 10/2/07, Randy Johnson [EMAIL PROTECTED] wrote:
 Hello,

 I am having trouble getting this udf to handle the opening table line

 http://cflib.org/udf.cfm?ID=1293


 For Example:

 table border=0 cellpadding=8

 the udf can handle table  but it doesn't seem to handle the above one.

 Thanks!

 Randy


 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290028
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Detableize

2007-10-02 Thread Jerry Johnson
(The first line was just a reminder/note of caution, and not actually
germane to your question.)

On 10/2/07, Jerry Johnson [EMAIL PROTECTED] wrote:
 This detabler assumes linefeeds between each cell.

 To get it to work on all tables, in the UDF, change

 /*table

 to

 /*table *[^]*

 (maybe)

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290029
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: minus 30

2007-09-27 Thread Jerry Johnson
CFIF #get.enddate# eq #dateformat(dateAdd(m,-1,now()),MMDD)#

(you need to do the dateAdd, and then do the dateFormat, and then do
the compare).

(you can also look at dateCompare rather than the eq, if you want)

On 9/27/07, Orlini, Robert [EMAIL PROTECTED] wrote:
 Hi,

 How can I subtract one month (30 days) from a value?

 The coding I have is:

 CFIF #get.enddate# eq #dateformat(now(),MMDD)#
 Yes
 cfelse
 NO
 /CFIF

 and they equal Yes all the time.

 Both these values check out OK and appear as: 20070927
 But I need the #dateformat(now(),MMDD)# to go back one month
 I tried CFSET expire = #dateformat(now(),MMDD)#
 and then
 #DateAdd(d, -30, expire)# but it displays as {ts '56852-03-30 00:00:00'}
 Thanks in advance.
 Robert O.
 HWW



 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: minus 30

2007-09-27 Thread Jerry Johnson
Do you want 30 days, or 1 month? They are not the same thing (more
than half the time)

what does endate look like? a date object, or is it a MMDD string?

On 9/27/07, Orlini, Robert [EMAIL PROTECTED] wrote:
 One more thing Jerry

 How can I get one month prior to the end date? Suppose the endate is 
 9/1/2007...how can I subtract 30 days from that? That's where I got: 
 #DateAdd(d, -30, enddate)#.

 -Original Message-
 From: Jerry Johnson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 27, 2007 11:31 AM
 To: CF-Talk
 Subject: Re: minus 30


 CFIF #get.enddate# eq #dateformat(dateAdd(m,-1,now()),MMDD)#

 (you need to do the dateAdd, and then do the dateFormat, and then do
 the compare).

 (you can also look at dateCompare rather than the eq, if you want)

 On 9/27/07, Orlini, Robert [EMAIL PROTECTED] wrote:
  Hi,
 
  How can I subtract one month (30 days) from a value?
 
  The coding I have is:
 
  CFIF #get.enddate# eq #dateformat(now(),MMDD)#
  Yes
  cfelse
  NO
  /CFIF
 
  and they equal Yes all the time.
 
  Both these values check out OK and appear as: 20070927
  But I need the #dateformat(now(),MMDD)# to go back one month
  I tried CFSET expire = #dateformat(now(),MMDD)#
  and then
  #DateAdd(d, -30, expire)# but it displays as {ts '56852-03-30 00:00:00'}
  Thanks in advance.
  Robert O.
  HWW
 
 
 
 



 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289677
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Text Editor Preferences?

2007-09-21 Thread Jerry Johnson
I still miss the Turbo Pascal editor. And I miss Brief (by UnderWare) every day.

I don't use a plain text-editor very often, as homesite+ is still
working well for those files, but I do still find occasion to use a
hex editor.

What does everyone use for that?

On 9/21/07, John Paul Ashenfelter [EMAIL PROTECTED] wrote:
 On 9/20/07, Chris Martin [EMAIL PROTECTED] wrote:
  I've been using TextPad since 1998...haven't seen any reason to switch,
  but am curious to see what everyone else is using for a text editor out
  there.

 TextMate, but it costs about $1000 for you PC folks (you'll need a
 Mac). Lots of the PC folks salivating for TextMate for Windows (mostly
 Rails developers in corp environments) look at the e text editor.

 In the PC world, I'd think Notepad++ if a fine solution unless you've
 already bought TextPad. I liked TextPad's regex search/replace better
 and writing the macros.

 And if you're on Linux, I'll let you fight it out between vi and emacs :)

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289097
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: RSS feed

2007-09-08 Thread Jerry Johnson
If on MX, but not 8, you can use Ray Camden's cfrss cfc

http://cfrss.riaforge.org/

Writing the xml for the feed is only part of the project. deciding
where and when to write it is another.

So, a couple of implementation questions/ideas first. (I am guessing
RSS generation is new to you, so wanted to give you a few
alternatives.)

Does the data change often? If not, a static RSS file programmatically
generated may be a good approach. In your admin for adding new press
releases, write a new static pressRelease.xml file each time you save
or edit a press release.

If it does change often, a dynamic file might be a better bet. This
pulls the data and rebuilds the rss page every time it is requested,
and is always fresh. Your dynamic rss file can be called
pressReleaseRss.cfm (and yet return an rss feed), or if you want to
get trickier (and you have control over your environment), you could
go with pressRelease.rss (web.xml and iis/apache configuration needed)
or  /rss/pressRelease (isapi or mod rewrite). This is a comfort and
experience decision for you. I am implementing my rss feeds with the
..rss extension at the moment.

If you have a pressRelease.cfm page that returns the list of
pressReleases as a web page already, you should also put an RSS
auto-discovery tag on that page, so rss readers, spiders, and even
some browsers can detect that there is an rss version of the page.
This is above and beyond any rss icon or link you place on the web
pages.
http://www.petefreitag.com/item/384.cfm
http://www.rssboard.org/rss-autodiscovery


 On 9/8/07, C Broan [EMAIL PROTECTED] wrote:
 
  Hello
 
I have a client that want me to add an RSS feed to their site.  They
  want to push out their press releases to their subscribers.  Would someone
  here point me toward where I can learn how to do this?  Maybe there is a UDF
  or custom tag out there that would help me?  Or perhaps a fusebox app I
  could fold into my code?

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288044
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: RSS Feed

2007-09-08 Thread Jerry Johnson
It is that simple, hence the name Really Simple Syndication.

(And don't anyone correct me with the older names ... Site Summary,
cause I don't care!  lol!)

That should be all there is to it, but you may want to add a link on
the web page as well, for those with older browsers or news readers.

On 9/8/07, C Broan [EMAIL PROTECTED] wrote:
 Thaks everyone for the replies.

   Jerry, you are correct, I know nothing of RSS.

   The data would not change often, they only do a couple of press releases 
 every month.

   So, it sounds like all I need to do is to put that tag in the head which 
 will point to an xml file that I programmatically create.  Is that all there 
 is to it?  That sounds deceptively simple...

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288049
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion and MySQL Web Hosts

2007-09-01 Thread Jerry Johnson
I have had nothing but a good experience with crystaltech for the past 4 years.

On 9/1/07, Richard White [EMAIL PROTECTED] wrote:
 Hi,

 Just wondering if anyone knows of any good ColdFusion and MySQL web hosting 
 companies?

 We are based in the UK but wouldn't mind hosts in the UK or USA.

 Thanks very much

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287605
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Studio Browse tab doesn't work

2007-08-27 Thread Jerry Johnson
You need to tell studio how to translate file paths into urls.

You do this on the Debug - development mappings.

On 8/27/07, Dave Long [EMAIL PROTECTED] wrote:
 For some reason, I've never been able to develop mappings to preview .cfm
 pages in the Browse tab of CF Studio, probably because I don't have my
 server set up properly, but I was always able to preview static pages there.



 A few weeks ago, this feature stopped working and I have no idea what I
 might have done to cause this. I now receive an error message stating, This
 browser only supports local files.



 Can anyone tell me how to fix this?



 Dave


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.



 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: best way to store search terms entered on a website?

2007-08-24 Thread Jerry Johnson
Yes, but the rows are not (duplicate).

The time, the search string. Potentially the IP address. in
combination, always unique.

On 8/24/07, stylo stylo [EMAIL PROTECTED] wrote:
 You seriously just keep adding row upon (duplicate) row every day for years 
 and years? That's a hell of a lot of rows because people search a lot. I'm 
 surprised, but I'm no expert. If no one thinks that's a bad idea...

 Thanks again.

 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287104
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: best way to store search terms entered on a website?

2007-08-23 Thread Jerry Johnson
In my mind, logfiles should be lean, simple and fast. no thought, just
entry. Write only. Just the facts, ma'am

Once the data goes in, reporting from it is a different matter.
queries, olap apps, and any rolled up or calculated data happen during
a different process.

Thoughts?
Jerry

On 8/23/07, Robert Harrison [EMAIL PROTECTED] wrote:
 Create two data tables, one for terms (have an term_ID and search_term
 field) and one for search date/time (have a term_ID and date/time field).

 In the terms table check to see if the term is there. If it is get the
 term_ID and update the time table with the term_ID and date. If it is new,
 add the term, return the ID, then update add the date/time and term_id to
 the date table.

 Now you have two tables: one with unique terms; another with date/time of
 each search... linked using the term_id as a key. I think this is the most
 flexible way you can do it. Do it this way and you should be able to write
 queries and reports to analyze that data pretty much every way possible.

 Is this explanation understandable?

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287004
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2007-08-23 Thread Jerry Johnson
Haven't found which cms it is, but notice that sometimes the folder is
/omapps, and sometimes /servlet, depending on the site.

It appears to be used in a _lot_ of very large sites.
http://www.ford.com.au/servlet/ContentServer?cid=1137384335443pagename=Pagec=DFYPage
http://www.three.com.au/cs/ContentServer?homeId=1156241342637c=Pagepagename=Three%2FPage%2FAllMobilesPageTemplatep=1153120041618cid=1155886580937
http://qualitynet.org/dcs/ContentServer?cid=1138900279093pagename=QnetPublic%2FPage%2FQnetTier2c=Page
http://www.cbsc.org/servlet/ContentServer?cid=1102940227172pagename=OSBW%2FCBSC
http://www.sirius.com/servlet/ContentServer?pagename=Sirius/CachedPagec=ProductAssetcid=1158082417240
http://www.amtrak.com/servlet/ContentServer?cid=1081256321841pagename=Amtrak%2Fam2Route%2FVertical_Route_Pagec=am2Route

as well as the dozens of insurance companies running it
http://www.libertymutual.com/omapps/ContentServer?cid=1078439448036pagename=ResearchCenter%2FDocument%2FShowDocc=Document

fwiw


 [EMAIL PROTECTED] said the following on 8/23/2007 3:56 PM:
  If someone has a link structure on their site of ...
 
  www.site.com/omapps/ContentServer?cid=1058290118806pagename=InvestorRelations%2FPage%2FIR_Standardc=Page
 
  What application platform is this?  The CID looks like it could be 
  Coldfusion.
 
  Any thought?

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287017
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: any idea how to

2007-08-08 Thread Jerry Johnson
There is probably a trick i don't know, but something like...

dTemp=createODBCDate(mid(date,3,2)right(date,2)left(date,4))
sDate=dateFormat(dTemp,m/d/)

On 8/8/07, Scott Stewart [EMAIL PROTECTED] wrote:
 Convert 20060523
 Into 5/23/2006
 I'm at a loss.

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285712
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Jerry Johnson
that gotCFM site maxes out my machine for a good 396 seconds. On the
List of sites page, it loads all items as the default, and it takes
[EMAIL PROTECTED]

Freezes the whoe danged thing (other firefox windows, outlook, windows
explorer, gtalk.)

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285512
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Jerry Johnson
Or maybe, just maybe, it's time to learn CF?

On 8/3/07, Al Zan [EMAIL PROTECTED] wrote:
 Really!!! Is it possible nobody is working with Google Adwords API in CF?  
 That amazes me. I guess it's time to learn PHP... It's sad, after 9 years 
 with CF.

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285316
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: news and press releases - need help!

2007-07-23 Thread Jerry Johnson
The steps are pretty simple.

Front end
Form to allow people to subscribe to the email.
Form to allow people to UNSUBSCRIBE from the email

When they ask to subscribe, add them to the database
When they ask to unsubscribe, remove them from the database (or mark
them inactive)

Backend
Form to allow you to create press release

When the press release is created and saved, pull all the current
active records from the email list, and send an email with the press
release information to all those users.

Those are the main steps. The rss idea is a good one, but more of an
also for me than an instead of.



On 7/23/07, Nicholas M Tunney [EMAIL PROTECTED] wrote:
 Why not set up an RSS feed?  I've done that before with a certain level
 of success.  I created an admin interface that allowed me to add news
 items, and a CF page that fed the RSS feed.  That way people can manage
 their own subscriptions.

 --
 Nicholas M. Tunney
 Blog: http://www.nictunney.com

 Adobe Certified Advanced ColdFusion MX7 Developer
 Adobe Certified Instructor
 Adobe Community Expert



 Steven Sprouse wrote:
  I tried on here before without much luck, but I really need to know how to 
  set up some code that allows us to notify people on a mailing list when 
  we've posted a new news or press release item. I'm assuming I need to set 
  up a database that will hold the people who register, but how will we 
  notify them when something has been updated and how can we email them 
  what's been updated? It's a lot like the mailing lists here. How do they 
  work? I'm just really stuck putting all of the pieces together!
 
 
 

 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284392
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Stopping a Screen Scrape

2007-07-18 Thread Jerry Johnson
As we all know, the bane of scraping is inconsistency, and changing specs.

So, make sure your page is inconsistent and changes constantly.

Add extra divs, change the id and names of the divs, change the style
and other attributes on each page load, Change the number and
attributes or div, span, tr, td, table calls.

You dont need to make it crack proof, just need to make it harder than
the upgrade costs.

It is not a print screen you are worried about, it is converting the
html print data to a db cheaply and easily.

If they want to rekey the data, fine. If they can way more cost
effectively steal it, they often will.

On 7/18/07, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Regardless I think there is no way you can stop anyone from taking content be 
 it via scraping automaticall or by pressing print screen.   You can no doubt 
 make it harder but I doubt you will be able to prevent it.

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Yet another article about how 'coldfusion never took off'

2007-07-13 Thread Jerry Johnson
Definitely flame bait. They want you to respond, and spread the article around.

Step away from the keyboard.

Jerry

On 7/13/07, Peterson, Chris [EMAIL PROTECTED] wrote:
 Sheesh, they are comparing Coldfusion to the likes of ALGOL and
 something called 'Befunge'.  Where do these editors come from?

 From the article:

 Given its ease of use and its position as a transitionary language from
 HTML, it is rather surprising that ColdFusion's popularity has waned so
 quickly. The ColdFusion killer wasn't due to a failure in marketing the
 programming language, nor due to any particular language design flaw.
 Instead, ColdFusion has been slowly displaced by ASP.NET and PHP, which
 offered a MySQL integrated product in a free open-source form.

 http://www.softwaredeveloper.com/features/ghosts-in-machine-071207/

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283675
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Spam to my CF-Talk address

2007-07-05 Thread Jerry Johnson
http://www.google.com/search?source=ighl=enq=james-cftalk%40goqs.combtnG=Google+Search

Its right out there for any bot to harvest.

On 7/5/07, James Wolfe [EMAIL PROTECTED] wrote:
 I have a custom address which only receives mail for CF-Talk. I have shared 
 this address with no one and have not used it in any location other than on 
 the CF-Talk forum.

 I have, as of yesterday, begun receiving spam on that address (3 messages 
 thus far).

 Without accusing Michael of selling our addresses, I wanted to know if anyone 
 else has had the same experience. An sampling of the messages I received are:

 Date: 7/4 12:44AM
 From: Carol [EMAIL PROTECTED]
 Subject:  The following is TangLong International Group INC the product 
 message which brings for you.

 Date: 7/4 4:32AM
 From: [EMAIL PROTECTED]
 Subject: Your email was selected (won)

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282945
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Date and Time

2007-06-26 Thread Jerry Johnson
The easiest way is to set up a default value for that field in your
database, so it gets automatically inserted when you create a new
record.

SQL Server? MySQL? Something else?
If sql server, you would put getDate() as the default value for that
field. This will automatically insert the current datetime into that
field whenever a new record is created.

If you want to insert it yourself, you can set it into the db when you
save the other fields.

Something like
cfquery
insert into db
(title, body, uploadDate)
VALUES
('#title#','#body#',#createODBCDateTime(now())#)
/cfquery

(of course ,you should use cfqueryparam for the title and body fields,
but I am too lazy to type them).

Jerry

On 6/26/07, Steven Sprouse [EMAIL PROTECTED] wrote:
 Does anyone know how I can insert a date and time stamp into a SQL database 
 when someone goes on our website and uploads something?

 I created a form where someone can input the title and body of a press 
 release but I also want it to automatically record the time that it is 
 uploaded, store it in the database and also output it on the list of press 
 releases.

 How do I do this???

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282315
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: jobs for cf vs .net

2007-06-25 Thread Jerry Johnson
And why is water wet?

On 6/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Can someone please tell me why there are more .Net job than cf jobs?  I can't
 understand why most jobs are .Net and not CF jobs.

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282108
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: List of Forum Software and chat services/software?

2007-06-25 Thread Jerry Johnson
http://galleon.riaforge.org/

On 6/25/07, Rey Bango [EMAIL PROTECTED] wrote:
 Hey guys, I need a good forum software package, preferably CF-based. I'm
 currently looking at CFMBB but wanted to know if there were any other
 good options that are skinnable and can use an existing member table for
   security purposes (ie: don't force a registered user to re-register on
 the forums).

 Also, I need chat services (not IM but chatrooms). Any recommendations
 on either premade software or services?

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282146
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: My eyes, my eyes!

2007-06-13 Thread Jerry Johnson
i had eye surgery last week, and have been using safari since monday
because the anti-aliased text is MUCH easier to read.

I like the text. I like the browser.

(I have NOT uninstalled Firefox, fwiw)

 On Wednesday 13 Jun 2007, Robertson-Ravo, Neil (RX) wrote:
  Anyone downloaded and used the latest Safari for Windows beta yet?  Jeez
  the text is like I am browsing underwater with the blurry text and all..

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280985
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Jr. Going to Hendrick

2007-06-13 Thread Jerry Johnson
I don't know that there is a top dog on that team. It seems like they
run each shop in friendly competition, all sharing the same
information and experts.

But when the last lap is going on, its every man for himself. There
isnt a Let Lance win the stage preference for one driver over
another.

What I do wonder is: will Gordon have a financial ownership stake in
Dale's car, like he does in Johnson's (but not his own).


On 6/13/07, Scott Stroz [EMAIL PROTECTED] wrote:
 I  know there are more than a few NASCAR fans on the lits.  Dale Earnhardt
 Jr. just announced he will be driving for Hendrick Motorsports starting in
 2008.

 As a Jr. fan I am not sure how I feel about this.  He is obviously going to
 an extremely successful team, but I thought he would want to go to a team
 where he would be top dog.  Right now, I'd say he will be #3 guy behind
 Gordon and Johnson.  However, you can't argue with their success, Maybe
 having Gordon and Johnson as teammates will help him, maybe not.

 --
 Scott Stroz


 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281015
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Jr. Going to Hendrick

2007-06-13 Thread Jerry Johnson
ouch. twice.

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281017
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT:Great CSS Selector test suite

2007-06-12 Thread Jerry Johnson
looking at that test, firefox failed in exactly the same spot on each
test as safari did. (11 failures for each, in the same tests for the
same libraries)

In what ways (truly interested) is Safari harder to accommodate for?

On 6/12/07, Rey Bango [EMAIL PROTECTED] wrote:
 Performance isn't the issue, its compatibility. Safari is consistently
 the hardest browser to accommodate for.

 Rey

 Zaphod Beeblebrox wrote:
  actually, on my tests, Safari was the fastest by far.  IE was the
  performance dog.
 
 
  On 6/12/07, Rey Bango [EMAIL PROTECTED] wrote:
  Yeah. It always seems to be the hardest to work with and every library
  seems to have issues with it at some point. I wish Apple would get off
  their rears and help out with this. Its shameful when IE performs better
  than Safari.
 
  Rey
 
  Zaphod Beeblebrox wrote:
  and then try running it with FF, IE, and now Safari.  Safari is
  definitely a rump kicker in the javascript dept.
 
 
  On 6/12/07, Andy Matthews [EMAIL PROTECTED] wrote:
  Evaluates the speed of the various JS libraries at querying the dom.
 
  http://ajaxian.com/archives/slickspeed-css-selector-testsuite
 
  Interesting results.
 
  
 
  Andy Matthews
  Senior ColdFusion Developer
 
  Office:  877.707.5467 x747
  Direct:  615.627.9747
  Fax:  615.467.6249
  [EMAIL PROTECTED]
  www.dealerskins.com http://www.dealerskins.com/
 
 
 
 
 
 
 
 

 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280786
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: I love CF but it's not fair

2007-06-12 Thread Jerry Johnson
There are also a lot of jobs for McDonalds late shift workers.

=)

My current programming job is 95% coldfusion, and the ad was for a
perl developer.
My last job was 85% coldfusion, 15% Director and the ad was for web developer
My previous job was for Foxpro Developer, and it was 25% foxpro, 50%
pl/sql and oracle, and a mix of documentum, installer scripts, netware
vlms, etc.

Many places that are hiring have no idea how to classify their
programming needs.

Even at this job, the 95% coldfusion is just the main application
server environment. All day today has been SQL Server, Javascript,
HTML, CSS, some design work, and some ia specing.

I have found that the way the job description reads, and the
technologies described, is usually an indicator of the type of
development environment, the management understanding of technology,
and the development methodology as much as it is an actual request for
technology proficiency.

A job that specs .NET and all MS technologies is often a very rigid,
MS dominated, corporate environment that values certifications more
than seat time and documentation over creativity.

Same is true for PHP/LAMP/Open Source development houses. The choice
of these technologies can be a huge clue into the budget priorities of
a group, which will often affect pay scales and any outlay of real
dollars (sometimes penny smart and pound foolish). Not always, of
course, but often enough in my life to have a question going in.

Some thoughts from my head.
Jerry

On 6/12/07, Ali Majdzadeh [EMAIL PROTECTED] wrote:
 Hi:
 I was searching for job offers in Australia in here http://mycareer.com.au/
 If you search for CF job offers it brings only 23 jobs which more than half 
 are not even only for CF developers and some are for other languages like PHP 
 or .NET. When I searched for PHP it came out with a few hundreds but with 
 .NET 2334 matching results!!!
 I love CF but it seems even Python is more popular or at least the search 
 engine comes with better results with it (about 50 offers).
 I really don't understand why such a powerful and easy langauge should have 
 such a low job offers in Australia! I really don't know about USA but it 
 seems the same thing is true in the USA to.
 You know I just say it as a theory cause I really love CF and I won't migrate 
 it till and only if Adobe kills the product but it seems if we started with 
 PHP or .Net at the begining now we were more and better employed than now.
 Please write your opinions.

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280873
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: I love CF but it's not fair

2007-06-12 Thread Jerry Johnson
Another thought:

You don't need 2334 jobs. You need one job (ok, maybe 2)

Hopefully it's the quality not the quantity that matters.

On 6/12/07, Ali Majdzadeh [EMAIL PROTECTED] wrote:
 Hi:
 I was searching for job offers in Australia in here http://mycareer.com.au/
 If you search for CF job offers it brings only 23 jobs which more than half 
 are not even only for CF developers and some are for other languages like PHP 
 or .NET. When I searched for PHP it came out with a few hundreds but with 
 .NET 2334 matching results!!!
 I love CF but it seems even Python is more popular or at least the search 
 engine comes with better results with it (about 50 offers).
 I really don't understand why such a powerful and easy langauge should have 
 such a low job offers in Australia! I really don't know about USA but it 
 seems the same thing is true in the USA to.
 You know I just say it as a theory cause I really love CF and I won't migrate 
 it till and only if Adobe kills the product but it seems if we started with 
 PHP or .Net at the begining now we were more and better employed than now.

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280876
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: pink folders

2007-06-11 Thread Jerry Johnson
Because you code like a girl, and even Dreamweaver knows it?

Are these folders on your testing server?

Try to check your IIS settings, and make sure the profile you are
running as has permissions, or at least correct anonymous permissions
in IIS.

On 6/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I know this is mostly cf, but does anyone know why folders turn pink in 
 Dreamweaver
 on dev side? Using latest CS3, it's my dev files are stored on a mapped drive 
 on our
 network.


~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280635
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: PDF to Image

2007-06-07 Thread Jerry Johnson
This one works pretty well, too, but it is a .net app

http://www.codeproject.com/dotnet/pdfthumbnail.asp



On 6/7/07, Pete Jordan [EMAIL PROTECTED] wrote:
 Mark Lewis wrote:

  I am trying to convert the front page of a PDF doc to an image. My
  target server is Coldfusion 5 but if necessary Colfusion mx 7 can be
  used.
 
  Is it possible for this to be done, if so could I have some
  directions on how to do this.

 I second using ImageMagick, though we actually use a two-stage process
 here (convert PDF front page to a PPM in a cache directory using
 pdftoppm, then mangle the PPM to JPEG in whatever size c. required) as
 ImageMagick's conversion is bereft of configurability and has been known
 to disappear up its own fundament.

 Having said that, we don't actually *use* ColdFusion for this as such,
 as all our image processing, including PDF and MS-Word page snapshots,
 is done by a mod_perl Apache translation handler.

 --
 Regards,

 Pete Jordan
 Horus Web Engineering Ltd
 http://www.webhorus.net/
 phone: +44 1275 543971
 mobile: +44 7973 725120

 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280367
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom tag for generating rss feeds

2007-06-01 Thread Jerry Johnson
Ray Camden had a tag, either on his site, or on cflib.org, to do this.

I can't remember any specifics.

On 6/1/07, John P [EMAIL PROTECTED] wrote:
 Hi,
 Does anyone know of a custom tag which you can create an RSS feed from a 
 cfquery? I've attempted to use Tom Muck's but I get the follow error.


 XML Parsing Error: xml declaration not at start of external entity
 Location: http:///rssTest.cfm
 Line Number 8, Column 1:?xml version=1.0 ?
 ^

 Thank you,

 John

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279836
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: How do you stay up on blogs?

2007-05-24 Thread Jerry Johnson
i use google custom pages, now called iGoogle. I have tabs and sets of
feeds for different disciplines, like coding,news business,
woodworking, hiking/kayaking/outdoors, green architectures, etc.



On 5/24/07, Aaron Roberson [EMAIL PROTECTED] wrote:
 After a conversation I had with Sean Corfield the other day and being
 asked me, Don't you read my blog? and I had to admit that I hadn't
 in a long while, I starting thinking about how much I am missing by
 not having a good system in place for reading RSS feeds.

 I have tried using the built in readers in FF and IE7, but they don't
 really cater to my madness (mainly because I have to manually check
 the live bookmarks for new feeds). I also tried some online readers
 but I have to log in and manually check the feeds. The closest thing
 to working for me was the RSS reader built into Thunderbird, but it
 cluttered my folder pain (I have too many folders cluttering it as it
 is).

 I guess I'm looking for a desktop client dedicated to RSS feeds that
 will behave like Thunderbird but would play a sound in Windows and in
 Mac animate the icon (and play a sound, optionally) when a feed is
 updated. In order to be effective for my lack of aggressiveness, it
 would be nice if the client started on boot.

 What do you use that works for you?

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279165
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: is this wrong on my client's part?

2007-05-15 Thread Jerry Johnson
If his needs are that strict, make him provide an exact duplicate
system for development and testing, so you can test in an exact
replica of his environment, without being on his servers.

This will save money in the long run, by cutting down on testing
rounds, and providing a good platform for future changes as well.

(BTW, this is how I got the xServe sitting under my couch.)

On 5/15/07, Mike Kear [EMAIL PROTECTED] wrote:
 I have a client who is REALLY paranoid about access control and who
 wants me to develop a complex shopping cart for him,   but never have
 access to his system.   I have to submit my finished project on CD,
 then  he'll load it up and test it and let me konw if it works.

 The site is a cluster  of two servers, probably on windows, not sure
 at this state, and the CF will be probably CF7 Enterprise.The
 database will be definitely SQLServer2005.

 I'm not allowed to use cookies of any kind,  not allowed to use client
 variables, not allowed to use sticky sessions, so that means i have to
 write my own version of client variables, using UUID as url variables.
  Oh and new UUID has to be issued on every single page view.The
 shopping cart is multiple currency, has to be custom written, as does
 everything else.

 Because he wants to own outright all the IP in the project, no
 pre-written modules can be used.  Everything must be custom written
 for him, so he can own all the IP.

 I built the prototype on my shared server, and it was a very
 interesting exercise for me, writing my own version of client
 variables, but it wasnt without anguish.  There were quite a few
 minutes spent scratching my head figuring out how to do some of the
 parts of the site.

 I am reluctant to deliver the site for acceptance testing without ever
 having had the chance run the code myself on its finished environment,
  or even having the chance to see what the environment is.   (The
 devil is in the detail all too often, dont you think?)

 He's going to install my code on the servers, test it,  then describe
 to me what needs changing, or describe what's broken.  (I wont be able
 to see the errors for myself because it will be behind firewalls at
 that stage).   Then I'll fix the errors as described or make whatever
 changes they request, submit the code on CD again, and they'll tell me
 if i have fixed the problem.

 So here's my question. I dont like this arrangement at all. And
 i'm asking your opinion about what I should do.

 My current inclination is to deliver the code as requested, but
 without any warranties that it will work, since I have been required
 to build it without any means of testing it in their environment.   I
 am thinking I'll submit my final invoice for the completion of the job
 on an as is basis, and give them the CD with the code on it when i
 get the cheque.  Then bill them for every change they want made,
 whether bug fix or enhancement.I figure i can get away with
 (truthfully) saying that might be an error on your system but it
 works without that error on my test environment and since you denied
 me access to your environment you will have to pay me to make a
 change.

 Am i being unreasonable with this?

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278194
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Good cf-compatible javascript library to handle dragable page sections

2007-04-09 Thread Jerry Johnson
Is there a cf-compatible javascript library that can handle the
drag-and-drop window areas like those found on google.com or
pageflakes.com?

Pageflakes does it with the .net Atlas widgets.

http://www.google.com/ig?hl=enned=ustab=nwq=
http://www.pageflakes.com/

I'd love to play with something like this, but am reluctant to sink
the hours at the moment into building it myself.

thanks for any info,
Jerry Johnson

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274883
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Good cf-compatible javascript library to handle dragable page sections

2007-04-09 Thread Jerry Johnson
Thanks, Jon,

That is exactly what I was hoping for.

I realize that a given javascript implementation is not always tied
directly to the application server technology, but there are always
favorites and people who've already done it I am hoping to piggyback
onto.

On 4/9/07, Jon Clausen [EMAIL PROTECTED] wrote:
 Jerry,

 jQuery's interface plugin is very capable of doing that:

 http://docs.jquery.com/Plugins:Interface

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274902
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


  1   2   3   4   5   6   7   8   9   >