RE: [OT] SSL Certificate Source

2004-02-09 Thread Alan Rafael Bleiweiss
I've used GeoTrust and Comodo - both great prices, both have provided great 
phone tech support when I've
needed that regarding moving servers and such.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Yet another OT Mail Relay move question

2004-02-06 Thread Alan Rafael Bleiweiss
It would be incoming.  I didnt think changing ports would be sufficient 
enough, that there'd be an issue with which program handled any incoming 
mail.  The people at IMail said it couldn't be done on one machine.  Never 
mentioned ports to me.

I'll need to do some more digging.

At 04:12 AM 2/6/04, you wrote:
>What pending mail? Incoming or outgoing? You should be able to run the two 
>mailservers simultaneously if you make sure to use different ports.
>That way you can have the postoffice server available on nonstandard ports 
>so that people can still retrieve their old mail.
>   - Original Message -
>   From: Alan Rafael Bleiweiss
>   To: CF-Talk
>   Sent: Friday, February 06, 2004 7:11 AM
>   Subject: Yet another OT Mail Relay move questionDoes anyone have any 
> experience in how to move pending email
>   to the new server?  (I've got fifty virtual domains...)
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Way OT: Internet Backbone

2004-02-06 Thread Alan Rafael Bleiweiss
At 04:35 PM 2/3/04, you wrote:
>If you are serving North America then you should really host with
>AboveNet or UUnet in Vienna, VA. If you'd like more than one location,



>If you'd like the dirty details on why the above providers are the best
>and what makes those specific cities the best I am happy to spell that

Matt, Please - info - I'm about to sign with Navisite for my own rack at 
their Hudson St. facility here in
NY and then we are planning on bringing up our redundant rack in their 
Silicon Valley center...

Before I do though I'd greatly appreciate your dirty details!  (Didn't 
AboveNet go through a major
financial fiasco recently?  Navisite just went public this year...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Yet another OT Mail Relay move question

2004-02-05 Thread Alan Rafael Bleiweiss
FINALLY I'm moving to IMail from Post.Office because my being listed on 
spam lists
has caused me massive difficulties.

Does anyone have any experience in how to move pending email
to the new server?  (I've got fifty virtual domains...)  THe IMail system
only allows importing if both are live servers and each on a different box.
My situation only allows me to have the new mail server
set up and running on the same server as the existing P.O.

Is there per chance a CF script I could run?  (one can only dream)...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




session variables, app variables, I'm LOST

2004-02-05 Thread Alan Rafael Bleiweiss
TWO similar issues

1. Order Numbers
I've got four sites with shopping cart systems I created.  They all rely on 
an on-the-fly order number creation system that gets passed in the URL 
because not all visitors have cookies enabled.

However I hate passing this in the URL. I've been reading a lot about 
session variables and application variables, server side, client 
side...  and I'm more confused than ever about what the right solution is 
for my situation.

With each new shopper I need a unique ID for the shopping session that 
becomes the order number.  This became glaringly more imortant recently 
when I found a search engine had listed a client site with an order number 
in the URL.   Fortunately that site didn't
have a preferred customer program so no billing information could have been 
gleaned, but still - serious stuff...

2.  MemberIDs
I've got two sites with preferred customer programs that use MemberIDs that 
when people sign in DO get stored in cookies.  Sometimes the cookies stick 
and others they dont, even on my own computer.  Lately sometimes in IE when 
I close my browser the cookie is stuck even though it's set to expire on 
browser closing...

So here again, what's a better way to store MemberID tracking that I can 
check for on each page load during that member's session?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: OT-Firewall

2004-02-04 Thread Alan Rafael Bleiweiss
Until we upgraded to a multi-server rack system we were quite happy with 
our Linksys 4 port firewall/router
Under $100 and you can lock down ports , open up specific ports as needed 
for various serviceswith
a web interface (need to be logged into the server)...

At 12:13 PM 2/4/04, you wrote:
>OS - Single Web server running Win2kSP4
>
>
>Looking for software.
>
>   _
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: OT: Making Combo Box from

2004-02-01 Thread Alan Rafael Bleiweiss
Not sure what's required.  I'll keep my eyes out though cause I'd like to see
the full capability.

At 05:51 PM 2/1/04, you wrote:
>Thanks, that works great.  Any way to have all of the typing in the select
>box?
>
>Andy
>   -Original Message-
>   From: Alan Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
>   Sent: Sunday, February 01, 2004 6:26 PM
>   To: CF-Talk
>   Subject: Re: OT: Making Combo Box from 
>
>   Try this one - _javascript_.  I'm going to be implementing this shortly so I
>   don't yet know
>   if it's fully what you're looking for - should be adaptable...
>
> 
>http://_javascript_.internet.com/page-details/term-search.html
>
>   At 05:11 PM 2/1/04, you wrote:
>   >Does anyone have code they would share to create the equivalent of a VB
>combo
>   >box?
>   >
>   >I'd like to give the user the ability to either select from a drop-down
>list
>   >or to start typing and have the list move as the user types to the first
>entry
>   >that matches what has been typed so far.
>   >
>   >Thanks,
>   >Andy
>   >
>   >--
>   >[
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: Making Combo Box from

2004-02-01 Thread Alan Rafael Bleiweiss
Try this one - _javascript_.  I'm going to be implementing this shortly so I 
don't yet know
if it's fully what you're looking for - should be adaptable...

http://_javascript_.internet.com/page-details/term-search.html



At 05:11 PM 2/1/04, you wrote:
>Does anyone have code they would share to create the equivalent of a VB combo
>box?
>
>I'd like to give the user the ability to either select from a drop-down list
>or to start typing and have the list move as the user types to the first entry
>that matches what has been typed so far.
>
>Thanks,
>Andy
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Sorry OT contracting agreement

2004-01-31 Thread Alan Rafael Bleiweiss
This may be of use to many people on the list...

I have online real world examples of three docs that are my own
boiler plate docs based on 9 years in the industry. Never once
have I failed to impress, meet requirements or have what's covered
turn into major scope creep, OR have a client fail to pay.
(Caveat - always have an attorney review your own working documents)

PROFESSIONAL SERVICES PROPOSAL
(that I use for sites valued at anywhere from as low as $1,000 up
to $500,000 - of course on the larger sites I'd also include appendixes
for flowcharts, data structure, etc...

NON DISCLOSURE AGREEMENT (inventions)

DEVELOPMENT AND HOSTING CONTRACT

http://www.brionanet.com/legaldocsamples/


At 03:13 PM 1/30/04, you wrote:
>Hey gang,
>
>I was wondering if anyone has a template type doc for independent
>contracting agreement or a contact I can look at and recreate?
>
>any help would be appreciated.
>Thanks in advance
>
>JT
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Flash Remoting with CF MX server ?SOT?

2004-01-23 Thread Alan Rafael Bleiweiss
I'm attempting to learn how to do dynamic textual content loaded into a 
Flash MX site I'm creating.

I know how to send Flash form data to CF for processing, but I'm lost with 
pulling data into Flash
(Like a list of corporate contacts, their email and phone info, grouped by 
department)...

I was going to go use LoadVars then someone said use XML files, so I 
started learning how to
create compliant XML files with CF MX... then I saw the (to me) completely 
INANE code I'd need to
teach myself in order to properly parse the XML file inside Flash...

THEN I was being led by the Flash community that the best way is Flash 
Remoting, but I ain't got the
$1,000 for the remoting software... AND I'm doing this site on the same box 
as the CF server and the database
(Small site on a shared server)...

Do I need to use remoting software?  (Rather than using cluge-y loadvars, 
loadvariables or XML parsing)?
DOES CF MX Server come with remoting?

Can anyone please provide me an example of how to implement this if it does?

Fields I need to loop through:
Department
ContactName
ContactTitle
ContactPhone
ContactEmail

These need to be grouped by Department and then get posted onto a dynamic 
text movie clip so I can format them and make the email clickable...

Thanks for any help

At 08:04 PM 1/23/04, you wrote:
>I just finished a very basic coldfusion eclipse plug-in. The syntax
>highlighting and code completion are so-so, but better then nothing.
>
>It works on Mac, Linux, and Windows (with jre1.4)
>
>to activate code completion type 
>(the attribute part works from time to time - bad rule somewhere), and
>after you type a function it'll tell you the syntax for the function -
>cooler still it'll actually tell you the return type :)
>
>To install the plug-in do the following (after you download eclipse of
>course http://eclipse.org):
>
>1. Go to Help/Software Updates/Update Manager
>2. In the lower left box (marked Feature Update) right click (control
>click on Mac) select "new" then site bookmark
>3. add Name: cfeclipse URL:http://cfeclipse.rohanclan.com click finish
>4. that should have added a new item to the tree. In the tree, open the
>cfeclipse, then Other, then click on com.rohanclan.coldfusion-feature
>5. in the preview window (upper right) it should now list the plug-in
>details - click the button that says install now.
>
>When it's all done the framework will want to restart. After it has, the
>new plug-in will be associated with cfm, cfml, and cfc files. Just open
>any of those files and the plug-in will kick in.
>
>There is nothing fancy about the plug-in just yet - its just the editor.
>It only does syntax highlighting and code completion (mostly anyway),
>but hopefully as time allows it will do more.
>
>I am waiting for sourceforge.net to give me a project space and I'll up
>load the code, if anyone wants to help they are more than welcome. I am
>doing it under LGPL.
>
>Cheers
>
>--
>Vale,
>Rob
>
>Luxuria immodica insaniam creat.
>Sanam formam viatae conservate!
>
>http://www.rohanclan.com
>http://treebeard.sourceforge.net
>http://ashpool.sourceforge.net
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Fresh Page Each Time??

2004-01-16 Thread Alan Rafael Bleiweiss
What Diner's care about - how's the grapevine?

Ghost from the past.

At 05:47 AM 1/16/04, you wrote:
>I need to be certain that a user is served up a fresh page every time they
>click a link instead of getting cached pages.
>
>We've looked into PRAGMA NO CACHE, but I don't think that's a solution.
>
>Anyone have creative ideas on this?
>
>Sincerely yours,
>
>Jim Gurfein
>President
>RestaurantRow.com, Inc.
>http://www.restaurantrow.com
>914.921.3200 Ext 101
>914.921.9190 fax
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: ecommerce store and real store inventory

2004-01-13 Thread Alan Rafael Bleiweiss
To do this in real time, they'd need to connect to the same datasource (at 
least for the inventory aspects).

That means you better ensure they have best of breed world class layered 
security going on in between the web front end and their back end brick and 
mortar system.

How big is the company? Is it just one retail physical location?  Do they 
have POS tracking into their current inventory system?  Check to find out 
whether their current POS system, if it IS doing real time inventory, has a 
CF accessible database sitting there.

At 05:51 PM 1/13/04, you wrote:
>ok group. Here is one I can't seem to find information on.
>
>I have been asked if a real world store that has a Cold Fusion based
>webstore could tie their inventory to the website. If an item sells out in
>the store, it would not be available on the website until restocked. They
>have a CF Based website now and are willing to change their in-house
>inventory system. Anyone else run into this idea?
>
>Tony
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




MS Access password

2004-01-12 Thread Alan Rafael Bleiweiss
I've got a new client with an existing site using MS Access.  The problem 
is the original developer put a password lock on the database - the guy is 
no longer reachable - doesn't return calls, email or written letters.

I need to either know how to get passed the password or a CF snippet to 
learn the data table names, column names and data types.  Or can I just do 
an import from within SQL server 2000 without that password?

Any help would be greatly appreciated - otherwise I need to charge the 
client a lot of money to build this from scratch.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Safari Navigation Bug and general speed issues

2004-01-12 Thread Alan Rafael Bleiweiss
For some reason my code didn't get included in the first email.  Here's a 
link to the code in question...

http://www.brionanet.com/nextprevcodechunk.txt

At 05:06 PM 1/12/04, you wrote:
>Two questions.
>
>I've got a site with over 1000 products.
>
>In that site, when bringing up any category my code (see below) shows 10
>products per page with a Next / Previous function.  On IE and Netscape on
>the PC this works (though very slowly for large categories).  On Macs IE
>and Safari,
>clicking the NEXT button shows seven of the previous page's ten and only
>three new products, all of which are at the bottom of the list.
>
>1.  WHAT in my code is causing this to fail on Macs?
>2.  How can I re-code this to be much more efficient regardless of visitor
>platform?
>
>I'm running CF MX 6.1 on a Windows 2000 server.
>
>HERE'S THE CODE:
>
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Safari Navigation Bug and general speed issues

2004-01-12 Thread Alan Rafael Bleiweiss
Uh, how come my pasted code didn't get included in this post?

At 05:06 PM 1/12/04, you wrote:
>Two questions.
>
>I've got a site with over 1000 products.
>
>In that site, when bringing up any category my code (see below) shows 10
>products per page with a Next / Previous function.  On IE and Netscape on
>the PC this works (though very slowly for large categories).  On Macs IE
>and Safari,
>clicking the NEXT button shows seven of the previous page's ten and only
>three new products, all of which are at the bottom of the list.
>
>1.  WHAT in my code is causing this to fail on Macs?
>2.  How can I re-code this to be much more efficient regardless of visitor
>platform?
>
>I'm running CF MX 6.1 on a Windows 2000 server.
>
>HERE'S THE CODE:
>
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Safari Navigation Bug and general speed issues

2004-01-12 Thread Alan Rafael Bleiweiss
Two questions.

I've got a site with over 1000 products.

In that site, when bringing up any category my code (see below) shows 10 
products per page with a Next / Previous function.  On IE and Netscape on 
the PC this works (though very slowly for large categories).  On Macs IE 
and Safari,
clicking the NEXT button shows seven of the previous page's ten and only 
three new products, all of which are at the bottom of the list.

1.  WHAT in my code is causing this to fail on Macs?
2.  How can I re-code this to be much more efficient regardless of visitor 
platform?

I'm running CF MX 6.1 on a Windows 2000 server.

HERE'S THE CODE:


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: US Sales Tax Question

2003-12-03 Thread Rafael Bleiweiss
Just a back-up verification to one answer already given, as another 
incorrect one was given:

The site seller is required to charge tax to any buyer who resides in a 
state where the site seller legally does business.   If the seller has a 
license to do business in New York, if the buyer is not in New York, there 
is no tax, if they are, full New York tax applies (not refined to 
municipality level taxes  -it's the full amount (city, state and local 
sales tax combined).

If the seller legally does business in New York and California, any buyer 
from either of those states would be required to pay the sales tax for that 
State.

NOTE: - Congress has been toying for years with sales tax required in ALL 
50 states regardless of current location - eventually they will most likely 
require that.  (The EU has started to do this so potentially the US won't 
be too far behind).  When that happens the nightmare of keeping current 
sales tax rates on the site begins.

My shopping carts already allow the site owner to manually add a State/Tax 
rate combination in the admin area - allows for all 50 states and 
Washington DC- give them a feature like this now and use it as a selling 
point (basically to say your system does what all the top commerce systems do).

ALSO  (this is extra info below is for anyone reading who isn't familiar 
with card authorization and the legal requirements of it)
IF credit cards are accepted for product based sales, the seller can not 
legally charge the card until the product is shipped.  Live card processing 
allows for two steps - authorization at time of purchase, then 
after-the-fact charge the card (usually in a batch process to save the site 
owner hassles of needing to log  into the auth company admin for every 
single purchase separately.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Cool Fusion - infusion Mail server - any opinions?

2003-11-14 Thread Rafael Bleiweiss
Saw a banner on this list for the Cool-Fusion built mail server and wanted 
to find out if anyone here has any experience with either their inFusion 
Mail server or their FusionMail server?

I tried joining their mailing list and sending email to their tech support 
- their automated "just reply to confirm" email came back user unknown as 
did the email I sent to their support staff!

They around? Legit? A good solid Cold Fusion based product?

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Project / Task Manager Collaboration

2003-11-14 Thread Rafael Bleiweiss
Sorry for the insane delay - if you'd caught my frantic emails this past 
week you hopefully understand much of the delay  - had to basically rebuild 
my main web server (with 50 domains, 30 databases)... At least now I'm 
running CF MX 6.1 finally!

Anyhow, over the next couple days I'll work to get my task management tool 
onto a site where everyone can mess with it and I'll also start up a 
mailing list for us.  So far there's five of us wanting to give it a go!

Just to let you know, I have used this component on projects valued at up 
to $500,000 (www.lawroom.com) and it's done really well by me so far.  I'd 
love to see it out in the open source community as a truly robust solution!

Alan

At 03:29 AM 10/31/03, you wrote:
>Hi,
>
>I'd be interested in looking at that!
>
>/Hugo
>
>
>-
>Hugo Ahlenius  E-Mail: [EMAIL PROTECTED]
>Project Officer    Phone:+46 8 230460
>UNEP GRID-Arendal  Fax:  +46 8 230441
>Stockholm Office   Mobile: +46 733 467111
>WWW: 
> http://www.grida.no
>---------
>
>
>
>| -Original Message-
>| From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
>| Sent: Friday, October 31, 2003 05:25
>| To: CF-Talk
>| Subject: Project / Task Manager Collaboration
>|
>|
>| Don't recall who on the list was interested.   I've got a
>| Project / Task
>| manager
>| that I'm ready to make available in a collaborative
>| open-source initiative.
>|
>| If you're interested let me know.  We'll coordinate.
>|
>|
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: Flash & Fireworks?

2003-11-13 Thread Rafael Bleiweiss
For Flash

Flashcoders, FlashNewbie, and for OT subjects FlashLounge - all at 
chattyfig.figleaf.com  - Excellent lists.

The Lounge is a recently new list due to the plethora of philosophy, 
political, and humor based posts on the other two lists.  So far these are 
the best lists I've found for Flash, and yes, are on par with this list.

At 01:40 PM 11/13/03, you wrote:
>http://flashmx2004.com
>http://www.ultrashock.com
>:)
>
> >
> > Hello Everyone,
> >
> >  I was wondering if anyone knew of any Lists out there that are as good
> > and
> > active as this one for Macromedia Flash and Fireworks. I visit the
> > forums and a few other websites like www.flashkit.com
> >  but they seem to be overrun by newbie's now.
> > Not that's it's a bad thing I'm just looking for more advanced help and
> > advice. Email list like this one really seem to have better quality
> > help/advice.
> >
> > Thanks,
> > - Neal
> >
> >
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Cold Fusion App Server Failed - HELP Follow On Info

2003-11-09 Thread Rafael Bleiweiss
Further info so far:

This is only one server, not a cluster, however it appears the probe.exe is 
only
used for clustercats related stuff...

Attempts to remove clustercats fail.  Did the update of the btadmin file, 
still fails.

Do I need to do a full reinstall of Cold Fusion?

If so, will I lose all my ODBC datasource info?

Will I need to reinstall all my custom tags?





At 01:19 PM 11/8/03, you wrote:
>I'm running Win2K Pro, IIS 5 and CF 5 on a stand-alone server.
>This server was configured back in 2001 by a systems consultant hired for
>that one job.
>
>Last night shortly after midnight, the Cold Fusion Application server and
>RDS failed.  Checking the log files shows it apparently failed due to an
>inability to
>connect to the cerver certification sytem. The log also shows that last
>night at midnight, the root certificate expired.
>
>Went into the Certificate Authority Console and renewed the certificate for
>another 2 years.
>
>Restarted the server, yet CF App server and RDS are both still failing to
>start.
>
>HELP
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Cold Fusion App Server Failed - HELP

2003-11-08 Thread Rafael Bleiweiss
I'm running Win2K Pro, IIS 5 and CF 5 on a stand-alone server.
This server was configured back in 2001 by a systems consultant hired for
that one job.

Last night shortly after midnight, the Cold Fusion Application server and 
RDS failed.  Checking the log files shows it apparently failed due to an 
inability to
connect to the cerver certification sytem. The log also shows that last 
night at midnight, the root certificate expired.

Went into the Certificate Authority Console and renewed the certificate for 
another 2 years.

Restarted the server, yet CF App server and RDS are both still failing to 
start.

HELP

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Project / Task Manager Collaboration

2003-10-30 Thread Rafael Bleiweiss
Don't recall who on the list was interested.   I've got a Project / Task 
manager
that I'm ready to make available in a collaborative open-source initiative.

If you're interested let me know.  We'll coordinate.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Parsing 1000 emails

2003-10-30 Thread Rafael Bleiweiss
Got over 1000 emails that need to be parsed to grab five variables that 
then need to be used to update a SQL server table.

Are there and Custom tags out there to do this?

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP; non-techies using

2003-10-27 Thread Rafael Bleiweiss
As long as you lock your client into a sub-directory location, without
permission to move UP, do regular anti-virus scans, and check for
non gif,jpg,pdf,doc, mp3 or video file types, you should be fine.

At 04:32 PM 10/27/03, you wrote:
>Thanks everybody for the input.
>
>Right now I'm leaning to eating the $100. I just saw that they have
>aspUpload. If  that works - the world is good. I guess I'll have to work a
>little bit on asp skills.
>
>Re the client, he's  good with photoshop (he's a photographer) so file size
>and type is not an issue. But I'm scared to death to give him access to his
>site. I have his files on my dev server (err, laptop) so I could always fix
>things up quickly.
>
>Gil
>
>-Original Message-
>From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 27, 2003 4:36 PM
>To: CF-Talk
>Subject: Re: FTP; non-techies using
>
>   Very good question - some long term experience here:
>
>   I have half a dozen clients who maintain ecommerce sites with hundreds or
>   thousands of products - each one having at least a Thumbnail and a larger
>   view image...  Two of them wanted FTP and a new client also wants this
>   (he's also going to be uploading MP3 sound track samples - music store
>site)...
>
>   Here's the challenge - what naming convention, file size restrictions and
>   image dimension parameters do you have set up?  I provide the specific
>info
>   in writing to them.
>
>   I also as was previously suggested, limit them to a special subdirectory
>   that the front end site points to.  In that sub, there's a directory for
>   Thumbnails, one for Larger View images, etc...
>
>   Because they're not using cffile, I cant guarantee the image name will
>   match on  a field in the database, so I've informed them that if they post
>   an image and it's not showing up, it's on their dime if I need to Figure
>it
>   Out or Fix it.
>
>   HERE's one - Client owns a Luggage site.  Gets his images on CD from each
>   of his manufacturers.   SOME are JPG already, some are GIF, and some are
>   TIFF.
>   OH YEAH - Some of those JPG files - they're not RGB / Web enabled Jpgs,
>   they're CMYK JPGs so some browsers dont display them at all , some do, and
>   some display only half the layering.
>
>   Guess who had to figure that out, and then TRAIN the client on
>   conversion?  I did, for a FEE.  Yep.
>
>   Oh yeah - File sizes - if you say they cant make them bigger than 200x160,
>   and they violate that, the front end looks like Crapola...   SO I then
>   needed to teach that client how to do Batch Resizing of files in
>   Photoshop.  Again, for a fee.
>
>   AND to be extra sure it was as visitor friendly as possible, I run a
>   CFDirectory on their upload directory on the fly to be sure the photo is
>   there before I call it... for which I got a fee.
>
>   So, they can pay you now, or if you cover your ass with instructions AND
>   written agreement that "somthing doesnt work on Their process,and if you
>   fix it you get a fee" then you're pretty much covered.
>
>   OH YEAH - Better run Antivirus on that directory...  and Limit the file
>   type uploads as well...
>
>   At 01:22 PM 10/27/03, you wrote:
>   >Has anybody had experience with having a non-techie upload files (in this
>   >case photos) to their website?
>   >
>   >
>   >I will tfp.  Just show me how.
>   >
>   >
>   >To save $100 the site-owner would rather use a site that doesn't permit
>   >CFFILE.
>   >
>   >Just wondering if there's been any disasters.
>   >
>   >Gil Midonnet
>   >
>   >--
>   >[
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FTP; non-techies using

2003-10-27 Thread Rafael Bleiweiss
Just to clarify,

On those sites, the client DOES have CFFile capability, as I do
build that into every ecommerce site I create as part of the
Add and Modify Product pages.

It's just that when they upload fifty or 100 products at a shot using my
web based data entry system, (data entry is fast)
having to "browse" for ever Thumbnail, every larger view image ,
then wait for these to upload before moving on to the next product
and so forth is a HUGE pain in their butt.

So I don't have any problem offering them FTP as well as the cffile
function (with restrictions and contractual coverage).

Offering BOTH where it makes sense, with my previous caveats,
is the only way to go from a professional perspective that covers
your needs and theirs.

Take it a step further, check the file dimensions and auto-downsize
on the fly if it's too big for the wonderful front end you'll design.
Custom Cold Fusion tags in the tag gallery - gotta love em!

At 02:44 PM 10/27/03, you wrote:
>Good point Rafael.
>
>-----Original Message-
>From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 27, 2003 4:36 PM
>To: CF-Talk
>Subject: Re: FTP; non-techies using
>
>Very good question - some long term experience here:
>
>I have half a dozen clients who maintain ecommerce sites with hundreds
>or
>thousands of products - each one having at least a Thumbnail and a
>larger
>view image...  Two of them wanted FTP and a new client also wants this
>(he's also going to be uploading MP3 sound track samples - music store
>site)...
>
>Here's the challenge - what naming convention, file size restrictions
>and
>image dimension parameters do you have set up?  I provide the specific
>info
>in writing to them.
>
>I also as was previously suggested, limit them to a special subdirectory
>
>that the front end site points to.  In that sub, there's a directory for
>
>Thumbnails, one for Larger View images, etc...
>
>Because they're not using cffile, I cant guarantee the image name will
>match on  a field in the database, so I've informed them that if they
>post
>an image and it's not showing up, it's on their dime if I need to Figure
>it
>Out or Fix it.
>
>HERE's one - Client owns a Luggage site.  Gets his images on CD from
>each
>of his manufacturers.   SOME are JPG already, some are GIF, and some are
>
>TIFF.
>OH YEAH - Some of those JPG files - they're not RGB / Web enabled Jpgs,
>they're CMYK JPGs so some browsers dont display them at all , some do,
>and
>some display only half the layering.
>
>Guess who had to figure that out, and then TRAIN the client on
>conversion?  I did, for a FEE.  Yep.
>
>Oh yeah - File sizes - if you say they cant make them bigger than
>200x160,
>and they violate that, the front end looks like Crapola...   SO I then
>needed to teach that client how to do Batch Resizing of files in
>Photoshop.  Again, for a fee.
>
>AND to be extra sure it was as visitor friendly as possible, I run a
>CFDirectory on their upload directory on the fly to be sure the photo is
>
>there before I call it... for which I got a fee.
>
>So, they can pay you now, or if you cover your ass with instructions AND
>
>written agreement that "somthing doesnt work on Their process,and if you
>
>fix it you get a fee" then you're pretty much covered.
>
>OH YEAH - Better run Antivirus on that directory...  and Limit the file
>type uploads as well...
>
>At 01:22 PM 10/27/03, you wrote:
> >Has anybody had experience with having a non-techie upload files (in
>this
> >case photos) to their website?
> >
> >
> >I will tfp.  Just show me how.
> >
> >
> >To save $100 the site-owner would rather use a site that doesn't permit
> >CFFILE.
> >
> >Just wondering if there's been any disasters.
> >
> >Gil Midonnet
> >
> >--
> >[
>   _
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: FTP; non-techies using

2003-10-27 Thread Rafael Bleiweiss
Very good question - some long term experience here:

I have half a dozen clients who maintain ecommerce sites with hundreds or 
thousands of products - each one having at least a Thumbnail and a larger 
view image...  Two of them wanted FTP and a new client also wants this 
(he's also going to be uploading MP3 sound track samples - music store site)...

Here's the challenge - what naming convention, file size restrictions and 
image dimension parameters do you have set up?  I provide the specific info 
in writing to them.

I also as was previously suggested, limit them to a special subdirectory 
that the front end site points to.  In that sub, there's a directory for 
Thumbnails, one for Larger View images, etc...

Because they're not using cffile, I cant guarantee the image name will 
match on  a field in the database, so I've informed them that if they post 
an image and it's not showing up, it's on their dime if I need to Figure it 
Out or Fix it.

HERE's one - Client owns a Luggage site.  Gets his images on CD from each 
of his manufacturers.   SOME are JPG already, some are GIF, and some are 
TIFF.
OH YEAH - Some of those JPG files - they're not RGB / Web enabled Jpgs, 
they're CMYK JPGs so some browsers dont display them at all , some do, and 
some display only half the layering.

Guess who had to figure that out, and then TRAIN the client on 
conversion?  I did, for a FEE.  Yep.

Oh yeah - File sizes - if you say they cant make them bigger than 200x160, 
and they violate that, the front end looks like Crapola...   SO I then 
needed to teach that client how to do Batch Resizing of files in 
Photoshop.  Again, for a fee.

AND to be extra sure it was as visitor friendly as possible, I run a 
CFDirectory on their upload directory on the fly to be sure the photo is 
there before I call it... for which I got a fee.

So, they can pay you now, or if you cover your ass with instructions AND 
written agreement that "somthing doesnt work on Their process,and if you 
fix it you get a fee" then you're pretty much covered.

OH YEAH - Better run Antivirus on that directory...  and Limit the file 
type uploads as well...



At 01:22 PM 10/27/03, you wrote:
>Has anybody had experience with having a non-techie upload files (in this
>case photos) to their website?
>
>
>I will tfp.  Just show me how.
>
>
>To save $100 the site-owner would rather use a site that doesn't permit
>CFFILE.
>
>Just wondering if there's been any disasters.
>
>Gil Midonnet
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




To Sean: Thank You (was Re: MM Exchange lack of proper nav Suggested Design)

2003-10-26 Thread Rafael Bleiweiss
Sean,

I dont know if anyone has expressed this here yet, (I can only occasionally 
read the posts here lately due to work volume), however I was up at the CF
Exchange at MM's site today.

The changes implemented since we had our huge discussion here a couple
months ago are TRULY and GRATEFULLY appreciated.

On a scale of 1-10 the version in place when we had that thread was, in my 
view,
around a 6...  Thanks to the changes MM staff has made, it's up to an 8.9...
(Hey, I'm a stickler for wanting all the changes we'd asked for, so I make 
a tough
critic)

THANKS to YOU for putting up with us here, and the entire team at Macromedia
for always listening to our rants and diatribes...  And also for having the
continued willingness to do what you can based on those requests given the
importance of other, more mission-critical factors at MM.

Rafael Alan Bleiweiss


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




SQL Server Indexing of tables help

2003-10-17 Thread Rafael Bleiweiss
Exactly 6 years this month as an independent consultant.

TODAY I am embarking on my first ever SQL Server driven web site.
(So please, be gentle with me)

OMG yes, first ever - til now just never needed more than MS Access.

I'm running SQL Server 2000, and have successfully converted a message forum
Access database to SQL Server - total 3,609 records.

3 Basic Questions

1 - Question regarding indexing.  In Access, I was able to just designate 
whether a
column in a table was indexed or not.

In reading the SQL Server documentation I THINK I need to do this through
"Manage Indexes" / Create Index.  However I'm not sure if I'm doing this 
properly.

I have three columns in the table that I want to index on - CategoryChoice
(nvarchar), PostDate (datetime desc) and ThreadDate (datetime desc). All three
are non-unique.

I createed an index based on these three columns, and set it as nonclustered,
name it BoardSort The FIleGroup is checked and set as Primary.

Subquestions:
Is that all I need to do, or am I missing something?  Do I need to refer to 
this
index on my web site to make use of it?

2. - Auto-Incremented Number field - in Access, I just set a field to AutoNum.
In SQL Server, after import, for my CategoryChoices Table, I have a unique ID
field that was autonum.  The import wizard converted the column to an INT and
I set the Identity to YES, Identity Seed to 1, and Identity Increment to 1.
Is that all I need to do to achieve the same results as an Access AutoNum?

3.  On the front end of the site, for my queries, what is the syntax for a 
query
regarding ownership? I recall needing to either refer to the table owner or 
provide
the UserID and Password to access a table however I can't recall where in the
query to do this or when.  Couldn't find any info in the documentation.

Thanks very much for any help provided


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Re:project/bug management system

2003-10-15 Thread Rafael Bleiweiss
I'll turn it on in the mornin (after 1AM here now lol)

At 09:13 PM 10/15/03, you wrote:
>May i take a look at it please?
>   - Original Message -
>   From: Eric Dawson
>   To: CF-Talk
>   Sent: Wednesday, October 15, 2003 8:58 PM
>   Subject: Re: Re:project/bug management system
>
>   i'm in. I'll install on my server and start using...
>
>   Eric
> - Original Message -
> From: Rafael Bleiweiss
> To: CF-Talk
> Sent: Thursday, October 16, 2003 02:41
> Subject: Re: Re:project/bug management system
>
> I have a task management system in CF that I'd built a while back and 
> used
> on big projects ($500,000 site with five team members) and smaller 
> ones as
> well.
> It's probably got 60 to 70% of the functionality of the tracking-tools
> system in it already.
>
> I'd be glad to donate it as the core base for the open-source solution.
>
> At 08:27 PM 10/15/03, you wrote:
> >sure
> >   - Original Message -
> >   From: brob
> >   To: CF-Talk
> >   Sent: Wednesday, October 15, 2003 07:54
> >   Subject: Re: Re:project/bug management system
> >
> >   Maybe somebody would liek to get together and work on a CF 
> opensource
> > project tracking tool :-D
> >
> > - Original Message -
> > From: Phil Cruz
> > To: CF-Talk
> > Sent: Tuesday, October 14, 2003 5:54 PM
> > Subject: Re:project/bug management system
> >
> > The release version of ttools has been out for a while.  You 
> can find
> > it at
> >
> > http://www.tracking-tools.com
> >
> > Thanks,
> > Phil
> >
> > >ttools was awesome, never heard more about it, from a production
> > version vs.
> > >beta version standpoint, but would like to know if its still 
> around?
> > anyone
> > >know?
> > >
> > >
> > >...tony
> > >
> > >tony weeg
> > >senior web applications architect
> > >navtrak, inc.
> > >www.navtrak.net
> > >[EMAIL PROTECTED]
> > >410.548.2337
> > >
> > >-Original Message-
> > >From: Mike Brunt [mailto:[EMAIL PROTECTED]
> > >Sent: Tuesday, October 14, 2003 10:38 AM
> > >To: CF-Talk
> > >Subject: RE: project/bug management system
> > >
> > >Tim, some time ago Phil Cruz was offering a Fusebox 3.0 Bug 
> Tracking
> > system
> > >called "TTOOLS" which we purchased a license for, it was not too
> > expensive
> > >and helps us but I can't locate it on the web.  His email in our
> > records was
> > >[EMAIL PROTECTED]  .  Perhaps you could
> > drop him a
> > >line.  Hth.
> > >
> > >Kind Regards - Mike Brunt
> > >Webapper Services LLC
> > >Web Site http://www.webapper.com
> > >Blog http://www.webapper.net
> > >
> > >Webapper 
> > >
> > >-Original Message-
> > >From: Tim Do [mailto:[EMAIL PROTECTED]
> > >Sent: Monday, October 13, 2003 1:51 PM
> > >To: CF-Talk
> > >Subject: project/bug management system
> > >
> > >Hello All,
> > >
> > >Could some of you refer me to a project/bug management system 
> that
> > isn't too
> > >expensive and comes with source code to 
> customize?  (Preferably CF)
> > >
> > >Thanks,
> > >Tim
> > >
> > >  _
> > >
> > >
> > >
> > >
> > >
> >
> >
> >--
> >[
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Re:project/bug management system

2003-10-15 Thread Rafael Bleiweiss
Reviewing the tracking-tools sytem, mine probably has more like 80-90% of 
the same functionality :-)

Add open source development and some creative minds, we can do something
truly powerful.

At 08:27 PM 10/15/03, you wrote:
>sure
>   - Original Message -
>   From: brob
>   To: CF-Talk
>   Sent: Wednesday, October 15, 2003 07:54
>   Subject: Re: Re:project/bug management system
>
>   Maybe somebody would liek to get together and work on a CF opensource 
> project tracking tool :-D
>
> - Original Message -
> From: Phil Cruz
> To: CF-Talk
> Sent: Tuesday, October 14, 2003 5:54 PM
> Subject: Re:project/bug management system
>
> The release version of ttools has been out for a while.  You can find 
> it at
>
> http://www.tracking-tools.com
>
> Thanks,
> Phil
>
> >ttools was awesome, never heard more about it, from a production 
> version vs.
> >beta version standpoint, but would like to know if its still around? 
> anyone
> >know?
> >
> >
> >...tony
> >
> >tony weeg
> >senior web applications architect
> >navtrak, inc.
> >www.navtrak.net
> >[EMAIL PROTECTED]
> >410.548.2337
> >
> >-Original Message-
> >From: Mike Brunt [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, October 14, 2003 10:38 AM
> >To: CF-Talk
> >Subject: RE: project/bug management system
> >
> >Tim, some time ago Phil Cruz was offering a Fusebox 3.0 Bug Tracking 
> system
> >called "TTOOLS" which we purchased a license for, it was not too 
> expensive
> >and helps us but I can't locate it on the web.  His email in our 
> records was
> >[EMAIL PROTECTED]  .  Perhaps you could 
> drop him a
> >line.  Hth.
> >
> >Kind Regards - Mike Brunt
> >Webapper Services LLC
> >Web Site http://www.webapper.com
> >Blog http://www.webapper.net
> >
> >Webapper 
> >
> >-Original Message-
> >From: Tim Do [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 13, 2003 1:51 PM
> >To: CF-Talk
> >Subject: project/bug management system
> >
> >Hello All,
> >
> >Could some of you refer me to a project/bug management system that 
> isn't too
> >expensive and comes with source code to customize?  (Preferably CF)
> >
> >Thanks,
> >Tim
> >
> >  _
> >
> >
> >
> >
> >
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Re:project/bug management system

2003-10-15 Thread Rafael Bleiweiss
I have a task management system in CF that I'd built a while back and used 
on big projects ($500,000 site with five team members) and smaller ones as 
well.
It's probably got 60 to 70% of the functionality of the tracking-tools 
system in it already.

I'd be glad to donate it as the core base for the open-source solution.


At 08:27 PM 10/15/03, you wrote:
>sure
>   - Original Message -
>   From: brob
>   To: CF-Talk
>   Sent: Wednesday, October 15, 2003 07:54
>   Subject: Re: Re:project/bug management system
>
>   Maybe somebody would liek to get together and work on a CF opensource 
> project tracking tool :-D
>
> - Original Message -
> From: Phil Cruz
> To: CF-Talk
> Sent: Tuesday, October 14, 2003 5:54 PM
> Subject: Re:project/bug management system
>
> The release version of ttools has been out for a while.  You can find 
> it at
>
> http://www.tracking-tools.com
>
> Thanks,
> Phil
>
> >ttools was awesome, never heard more about it, from a production 
> version vs.
> >beta version standpoint, but would like to know if its still around? 
> anyone
> >know?
> >
> >
> >...tony
> >
> >tony weeg
> >senior web applications architect
> >navtrak, inc.
> >www.navtrak.net
> >[EMAIL PROTECTED]
> >410.548.2337
> >
> >-Original Message-
> >From: Mike Brunt [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, October 14, 2003 10:38 AM
> >To: CF-Talk
> >Subject: RE: project/bug management system
> >
> >Tim, some time ago Phil Cruz was offering a Fusebox 3.0 Bug Tracking 
> system
> >called "TTOOLS" which we purchased a license for, it was not too 
> expensive
> >and helps us but I can't locate it on the web.  His email in our 
> records was
> >[EMAIL PROTECTED]  .  Perhaps you could 
> drop him a
> >line.  Hth.
> >
> >Kind Regards - Mike Brunt
> >Webapper Services LLC
> >Web Site http://www.webapper.com
> >Blog http://www.webapper.net
> >
> >Webapper 
> >
> >-Original Message-
> >From: Tim Do [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 13, 2003 1:51 PM
> >To: CF-Talk
> >Subject: project/bug management system
> >
> >Hello All,
> >
> >Could some of you refer me to a project/bug management system that 
> isn't too
> >expensive and comes with source code to customize?  (Preferably CF)
> >
> >Thanks,
> >Tim
> >
> >  _
> >
> >
> >
> >
> >
>
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Antivirus software on web server

2003-10-15 Thread Rafael Bleiweiss
I have a main web server with a seperate mail server, and a 3rd box for smaller
  clients thats a combined mail and web server.

ON THAT box and the Mail server I run Norton Antivirus COrporate.  I do this
  from the main network server where Norton's Console is installed.  All of 
the boxes have the client Norton doing Live Updates that grab their def. 
files from
the main server.  THe main server gets its def. files from Symantec's 
intelligent
  Updater files, which we pull daily.

(Yes, we do allow client uploads for some sites)

At 04:34 PM 10/15/03, you wrote:
> > Do YOU have antivirus software on your servers?
>
>Generally, not on web servers, no.
>
> > Do you recommend it on web servers?
>
>Generally, no, unless you allow file uploads and those uploaded files could
>possibly be executable.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




integrating CF site with Quickbooks - guidance

2003-10-02 Thread Rafael Bleiweiss
Can anyone point me toward a tutorial, custom tag or how-to on integrating
a CF driven product or help-des system with Quickbooks?

I've got an ecommerce site where the customer uses Quickbooks and need to
bridge the inventory, and a help-desk Intranet that will track billable and 
non-billable
hours, based on Client ID and work-type that needs to go to QuickBooks as well.

Thanks in advance


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: CF Salary Range

2003-09-29 Thread Rafael Bleiweiss
 From peanuts to palatial estates

At 03:09 PM 9/29/03, you wrote:
>I'am doing a study on technology pay scales. Can some people please post 
>what most Coldfusion developers make or a range?
>
>Thank you
>
>--
>[
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-14 Thread Rafael Bleiweiss
OMG in all these threads did I miss having been told about it stand-alone?

Everyone please forgive my pitiful ranting.

At 12:27 PM 9/14/2003, you wrote:
>- Original Message -
>From: "Rafael Bleiweiss" <[EMAIL PROTECTED]>
> > Sean, I agree - realized my error in view after I'd posted this.  My true
> > feeling it have HS be a full stand-alone thing again, at it's own fee, not
> > bundled on any CD with anything else... I'd pay for regular upgrades.
>then
> > again, I could work around this now, I know... just my view.
>
>HS (not HS+) is a stand-alone product.  $99 full, $29 upgrade.
>http://www.macromedia.com/software/homesite/
>
>---
>Scott Brady
>http://www.scottbrady.net
>
>
>
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-14 Thread Rafael Bleiweiss
>Since the CF download is free for development and if you buy an actual
>license that determines which version you end with, I don't see how you
>could bundle HomeSite+ unless you gave it away and if it's not
>generating revenue, where would the money come from to develop it any
>further?


Sean, I agree - realized my error in view after I'd posted this.  My true 
feeling it have HS be a full stand-alone thing again, at it's own fee, not 
bundled on any CD with anything else... I'd pay for regular upgrades.  then 
again, I could work around this now, I know... just my view.


>Sean A Corfield -- http://www.corfield.org/blog/
>
>"If you're not annoying somebody, you're not really alive."
>-- Margaret Atwood
>
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: No so good news

2003-09-12 Thread Rafael Bleiweiss
no way...

It's about how you call the stuff.  Change how you call it and you can 
still show it in a web browser.

At 04:42 PM 9/12/2003, you wrote:
>
>Well if you were MS and you wanted to kill Flash, losing this case just
>might be a good way to do it. Granted, they may have underestimated the
>damages but I don't think they would mind seeing Flash go away.
>
>
>--David K
>
>- Original Message -
>From: "Jeremy" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Friday, September 12, 2003 12:06 PM
>Subject: No so good news
>
>
> > Off topic but it is Friday after all.
> >
> > Bad News :(
> >
> > http://news.com.com/2104-1032_3-5074799.html
> >
> > http://www.zeldman.com
> >
> >
> >
> >
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
I do need to say thanks for reminding me about the ridiculousness of 
bundling HS with CF... been up too long to have thought that aspect through.

All the other points regarding our desires for a lean high end coder stand 
though in terms of stand-alone, more focus on delivery of an evolving code 
writer that doesnt need to wait for the next DW deliverable, etc.


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
>You do realize that the installer is 100% separate? You can easily put
>HS+ on your system w/o installing DW. While the products _can_ talk to
>each other, you do not have to use their integration. I've used HS+ and
>never tied it to DW.

Right, but there's excess technology in there, and every upgrade requires 
waiting for a DW upgrade... and that pricing issue may be for now, what 
about down the road?  Will it always be a separate install?

Just my lone opinion here - if the team the evolves HS are the same team 
that evolves DW, it's two different mind sets being forced into one team, 
which dilutes the potential quality of where HS can go so to me that 
detracts from it even more.

If they're a different team, then there's no real reason why they can't 
give it to us stand-alone.  I mean I'm GIVING them a reason to make more 
money here by splitting it out.   OR as stated already, bundle it with CF 
because I bet we're the majority of users right?



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
>"staff frankly admits that the CF community is by far a TINY fraction of
>their income base"
>
>Strange since CF is their #1 focus.
>


Yeah?  With all the MX family, CF is just one to many...  In an 
"unofficial" quote it was stated here on this list that apparently the vast 
majority of CF developers use the free version and therefor the revenue is 
not there.   This came up during our recent pleas to optimize the CF Tag 
gallery for the CF community rather and  the reason it is the way it is has 
to do with the fact that the majority of users are made up of "all the MM 
client base, which dwarfs the CF base.





>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: 12 September 2003 17:07
>To: CF-Talk
>Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
>
>
> >Question - if you were forced to buy DWMX to get a new copy of Studio -
> >why would this upset you if the cost was _less_ than it was before? It's
> >obvious that Macromedia has NOT abandonded CFS (now HS+), so I'm a bit
> >confused as to how anyone can complain. Should Macromedia start selling
> >HS+ separately at the old price? ;)
>
>Actually, YES.  I have no need, desire, or willingness to have software
>I'll never use on my computer.  If it's tied together at the back end, then
>it's potentially going to have install,upgrade, and bug implications as
>well.
>
>Unbundled, stand-alone.  Bundling and tying it in is what Microsoft has
>been doing since day one, and I've always disagreed with it, though I've
>adapted because it's the Operating system.
>
>Until MM unbundles HomeSite, I'll stay with my OLD stand-alone version, and
>not shell out any more money.   Lost revenue to Macromedia, yet their own
>staff frankly admits that the CF community is by far a TINY fraction of
>their income base, so they really have no motive from their view to ever
>consider doing that which is purely in favor of the CF community in
>anything other than CF itself.
>
>SO - Why not bundle HomeSite with CF instead?  Bet they never considered it!
>
>
>
>
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
Relax guys... I was just tossing the old thread into the mix for the heck 
of it been awake about 50 hours and counting...

At 12:04 PM 9/12/2003, you wrote:
>hehe here we go (strapping on my seat harness)
>
>-Original Message-
>From: Robertson-Ravo, Neil (RX)
>[mailto:[EMAIL PROTECTED]
>Sent: Friday, September 12, 2003 10:51 AM
>To: CF-Talk
>Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
>
>
>oh god..."Microsoft makes the take-over move"
>
>not again..
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: 12 September 2003 16:34
>To: CF-Talk
>Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
>
>
>A couple months before the Macromedia buyout of Allaire, I remember quite
>distinctly how
>Allaire put out a call for a new Product Manager - I was one of many who
>applied, and got to the
>pre-interview call stage, though I was passed over because my experience
>was heavy on the
>PROJECT management side and weak on the PRODUCT management side...
>
>THEN they radically raised the cost of Cold Fusion.   - My interpretation
>was and still is
>that they did this as a pre-cursor to being audited for valuation by MM
>staff... the more you
>make on your products the more you'll be bought for.
>
>SO  With the new fees, new license structure, forced purchase of DW to
>get HomeSite,
>it sounds like me they're positioning to eventually go from MacroMedia to
>MicroMedia when Microsoft makes the take-over move.
>
>
>
>
>At 10:28 AM 9/12/2003, you wrote:
> >I second that.
> >
> >im not sure where they are/were going with the whole dwmx thing, to be
> >quite honest
> >it doesn't seem to be much of a choice of an ide for most "CODERS"
> >
> >but what it does do, is give the *my cousin is a web master and is going
> >to build me a web commerce email website thingie for $250 bucks*
> >something to work with, really slow, and produce shit, so that we can
> >get the takeover on those types of sites, and make money ,faster better
> >and cheaper using a real ide, like hs+ or cfs.
> >
> >tony weeg
> >sr. web applications architect
> >navtrak, inc.
> >[EMAIL PROTECTED]
> >www.navtrak.net
> >office 410.548.2337
> >fax 410.860.2337
> >
> >
> >-Original Message-
> >From: jon hall [mailto:[EMAIL PROTECTED]
> >Sent: Friday, September 12, 2003 10:26 AM
> >To: CF-Talk
> >Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver?
> >
> >
> >Yeah...I tried DW 2004...
> >I tried navigating to this file I wanted to open, but I think I fell
> >asleep actually trying to navigate to it with that lovely little file
> >pane, but not before being amazed by how much time must have been spent
> >on all those really cute, Fisher-Price looking, rounded edges
> >everywhere. After I passed out...my face must have hit the keyboard and
> >it got uninstalled somehow.
> >
> >The DW UI team should really spend some time at a usability seminar or
> >two imo. Just like on a web site, the content should be the focus, in an
> >IDE, the code should be the focus. The code should not be overshadowed
> >by all these bright colorful buttons, and other distractions. Of
> >course...since the DW team is probably in San Francisco.oh
> >nevermind.
> >
> >--
> >  jon
> >  mailto:[EMAIL PROTECTED]
> >
> >Friday, September 12, 2003, 9:59:36 AM, you wrote:
> >RRNR> I still find the startup time too slow and the way it 100% ties
> >RRNR> you to sites is a real PITA.
> >
> >RRNR> -Original Message-
> >RRNR> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> >RRNR> Sent: 12 September 2003 14:57
> >RRNR> To: CF-Talk
> >RRNR> Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
> >
> >
> >RRNR> Is it not on the CD? I _believe_ there is no free upgrade from 5.2
> >
> >RRNR> to 5.5. I think you only get it if you buy DWMX 2004.
> >
> >RRNR> Don't quote me on that though.
> >
> >RRNR> By the way, I've been playing some with DWMX 2004, and it's
> >RRNR> _really_ nice. The performance is much better (still not as good
> >RRNR> as HS+, but
> >RRNR> close) and I'm _almost_ considering switching for a little while.
> >RRNR> Almost. ;)
> >
> >RRNR> ==
> >RRNR> ==
> >RRNR> ===
> >RRNR> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> >RRNR> (www.mindseye.com)
> >RRNR> Member of Team Macromedia
> >(http://www.macromedia.com/go/teammacromedia)
> >
> >RRNR> Email: [EMAIL PROTECTED]
> >RRNR> Blog : www.camdenfamily.com/morpheus/blog
> >RRNR> Yahoo IM : morpheus
> >
> >RRNR> "My ally is the Force, and a powerful ally it is." - Yoda
> >
> > >> -Original Message-
> > >> From: Michael Traher [mailto:[EMAIL PROTECTED]
> > >> Sent: Friday, September 12, 2003 7:49 AM
> > >> To: CF-Talk
> > >> Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
> > >>
> > >>
> > >> OK I give up where exactly is the updater to upgrade
> > >> Homesite+ 5.2 to 5.5?
> > >>
> > >> Michael Traher
> > >> System

RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
>Question - if you were forced to buy DWMX to get a new copy of Studio -
>why would this upset you if the cost was _less_ than it was before? It's
>obvious that Macromedia has NOT abandonded CFS (now HS+), so I'm a bit
>confused as to how anyone can complain. Should Macromedia start selling
>HS+ separately at the old price? ;)

Actually, YES.  I have no need, desire, or willingness to have software 
I'll never use on my computer.  If it's tied together at the back end, then 
it's potentially going to have install,upgrade, and bug implications as 
well.

Unbundled, stand-alone.  Bundling and tying it in is what Microsoft has 
been doing since day one, and I've always disagreed with it, though I've 
adapted because it's the Operating system.

Until MM unbundles HomeSite, I'll stay with my OLD stand-alone version, and 
not shell out any more money.   Lost revenue to Macromedia, yet their own 
staff frankly admits that the CF community is by far a TINY fraction of 
their income base, so they really have no motive from their view to ever 
consider doing that which is purely in favor of the CF community in 
anything other than CF itself.

SO - Why not bundle HomeSite with CF instead?  Bet they never considered it!



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Free Zip-latitude/longitude db

2003-09-12 Thread Rafael Bleiweiss
I have one on my server It's two tables - zip codes with Lat, Long, 
FIPS code, and a couple other fields I don't use, cross referenced to a 
FIPS table that pulls the State and County names.

If my memory serves properly, it came from the Census bureau

www.brionanet.com/ziplookup.mdb





At 11:13 AM 9/12/2003, you wrote:
>Does anyone know where I can find a free zip code - latitude longitude DB?
>Don't need anything fancy, just zip code, longitude, latitude.  Using for a
>basic store look-up function.
>
>Andy
>
>
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Rafael Bleiweiss
A couple months before the Macromedia buyout of Allaire, I remember quite 
distinctly how
Allaire put out a call for a new Product Manager - I was one of many who 
applied, and got to the
pre-interview call stage, though I was passed over because my experience 
was heavy on the
PROJECT management side and weak on the PRODUCT management side...

THEN they radically raised the cost of Cold Fusion.   - My interpretation 
was and still is
that they did this as a pre-cursor to being audited for valuation by MM 
staff... the more you
make on your products the more you'll be bought for.

SO  With the new fees, new license structure, forced purchase of DW to 
get HomeSite,
it sounds like me they're positioning to eventually go from MacroMedia to 
MicroMedia when Microsoft makes the take-over move.




At 10:28 AM 9/12/2003, you wrote:
>I second that.
>
>im not sure where they are/were going with the whole dwmx thing, to be
>quite honest
>it doesn't seem to be much of a choice of an ide for most "CODERS"
>
>but what it does do, is give the *my cousin is a web master and is going
>to build me a web commerce email website thingie for $250 bucks*
>something to work with, really slow, and produce shit, so that we can
>get the takeover on those types of sites, and make money ,faster better
>and cheaper using a real ide, like hs+ or cfs.
>
>tony weeg
>sr. web applications architect
>navtrak, inc.
>[EMAIL PROTECTED]
>www.navtrak.net
>office 410.548.2337
>fax 410.860.2337
>
>
>-Original Message-
>From: jon hall [mailto:[EMAIL PROTECTED]
>Sent: Friday, September 12, 2003 10:26 AM
>To: CF-Talk
>Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver?
>
>
>Yeah...I tried DW 2004...
>I tried navigating to this file I wanted to open, but I think I fell
>asleep actually trying to navigate to it with that lovely little file
>pane, but not before being amazed by how much time must have been spent
>on all those really cute, Fisher-Price looking, rounded edges
>everywhere. After I passed out...my face must have hit the keyboard and
>it got uninstalled somehow.
>
>The DW UI team should really spend some time at a usability seminar or
>two imo. Just like on a web site, the content should be the focus, in an
>IDE, the code should be the focus. The code should not be overshadowed
>by all these bright colorful buttons, and other distractions. Of
>course...since the DW team is probably in San Francisco.oh
>nevermind.
>
>--
>  jon
>  mailto:[EMAIL PROTECTED]
>
>Friday, September 12, 2003, 9:59:36 AM, you wrote:
>RRNR> I still find the startup time too slow and the way it 100% ties
>RRNR> you to sites is a real PITA.
>
>RRNR> -Original Message-
>RRNR> From: Raymond Camden [mailto:[EMAIL PROTECTED]
>RRNR> Sent: 12 September 2003 14:57
>RRNR> To: CF-Talk
>RRNR> Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
>
>
>RRNR> Is it not on the CD? I _believe_ there is no free upgrade from 5.2
>
>RRNR> to 5.5. I think you only get it if you buy DWMX 2004.
>
>RRNR> Don't quote me on that though.
>
>RRNR> By the way, I've been playing some with DWMX 2004, and it's
>RRNR> _really_ nice. The performance is much better (still not as good
>RRNR> as HS+, but
>RRNR> close) and I'm _almost_ considering switching for a little while.
>RRNR> Almost. ;)
>
>RRNR> ==
>RRNR> ==
>RRNR> ===
>RRNR> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>RRNR> (www.mindseye.com)
>RRNR> Member of Team Macromedia
>(http://www.macromedia.com/go/teammacromedia)
>
>RRNR> Email: [EMAIL PROTECTED]
>RRNR> Blog : www.camdenfamily.com/morpheus/blog
>RRNR> Yahoo IM : morpheus
>
>RRNR> "My ally is the Force, and a powerful ally it is." - Yoda
>
> >> -Original Message-
> >> From: Michael Traher [mailto:[EMAIL PROTECTED]
> >> Sent: Friday, September 12, 2003 7:49 AM
> >> To: CF-Talk
> >> Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
> >>
> >>
> >> OK I give up where exactly is the updater to upgrade
> >> Homesite+ 5.2 to 5.5?
> >>
> >> Michael Traher
> >> Systems Manager
> >> ICLP (London)
> >> Tel: UK +44 (0) 20 8256 9072
> >> Fax: UK +44 (0) 20 8681 0234
> >>
> >> This e-mail may contain privileged and confidential
> >> information and/or copyright material and is intended for the
> >> use of the addressee only. If you receive this e-mail by
> >> mistake please advise the sender immediately by using the
> >> reply facility in your e-mail software and delete this e-mail
> >> from your computer system. You may not deliver, copy or
> >> disclose its contents to anyone else. Any unauthorised use
> >> may be unlawful. Any views expressed in this e-mail are those
> >> of the individual sender and may not necessarily reflect the
> >> views of ICLP.
> >>
> >>
> >>
> >> -Original Message-
> >> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> >> Sent: 12 September 2003 14:16
> >> To: CF-Talk
> >> Subject: RE: Any way to get Homesite+ 5.5 w

Re: Web based FTP client written in ColdFusion

2003-09-10 Thread Rafael Bleiweiss
I run FTP ServU on my server - been using it for five years with great success.

Effortless to set up and control user accounts, no licenses needed per seat.

Using IE as the client I am fully capable of uploading and downloading, 
dragging and dropping from
Windows explorer.

Allows renaming files, adding and deleting folders.

Personally I prefer CuteFTP on the client side simply because it has a 
split window.

Either way, using something like FTP ServU (and other 3rd party FTP server 
solutions)
eliminates all the headaches of maintaining FTP accounts on the Windows server.




At 10:49 PM 9/10/03, you wrote:
>If it will be all server side then go for the WS_FTP server, and you will not
>need to provide client licenses.
>
>==
>Stop spam on your domain, use our gateway!
>For hosting solutions http://www.clickdoug.com
>Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases.
>ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
>Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
>==
>If you are not satisfied with my service, my job isn't done!
>
>- Original Message -
>From: "Bushy" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, September 10, 2003 10:45 PM
>Subject: Re: Web based FTP client written in ColdFusion
>
>
>| WS_FTP is whats being used now on a few PCs but I want to integrate it 
>into my
>interface. Plus avoid buying licenses for 200+ clients.
>|
>|
>|
>| On Wed, 10 Sep 2003 22:35:08 -0500, Doug White wrote:
>|
>| > WS_FTP
>| >
>| > CuteFTP
>| >
>| >
>| >
>| > ==
>| > Stop spam on your domain, use our gateway!
>| > For hosting solutions http://www.clickdoug.com
>| > Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases.
>| > ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
>| > Suggested corporate Anti-virus policy: 
>http://www.dshield.org/antivirus.pdf
>| > ==
>| > If you are not satisfied with my service, my job isn't done!
>| >
>| > - Original Message -
>| > From: "Bushy" <[EMAIL PROTECTED]>
>| > To: "CF-Talk" <[EMAIL PROTECTED]>
>| > Sent: Wednesday, September 10, 2003 10:13 PM
>| > Subject: Re: Web based FTP client written in ColdFusion
>| >
>| >
>| > | Yea but I need the option of copying/deleting/renaming files & 
>directories
>| > from the client to the server.
>| > |
>| > |
>| > | On Wed, 10 Sep 2003 19:55:48 -0700, [EMAIL PROTECTED] wrote:
>| > |
>| > | > Instead of typing http://www.domain.com type in 
>ftp://ftp.domain.com (or
>| > | > whatever your address is)
>| > | >
>| > | > Enjoy,
>| > | > -Novak
>| > | >
>| > | > - Original Message -
>| > | > From: "Bushy" <[EMAIL PROTECTED]>
>| > | > To: "CF-Talk" <[EMAIL PROTECTED]>
>| > | > Sent: Wednesday, September 10, 2003 7:49 PM
>| > | > Subject: Re: Web based FTP client written in ColdFusion
>| > | >
>| > | >
>| > | > > IE has a built in ftp? How do I access this?
>| > | > >
>| > | > > On Wed, 10 Sep 2003 19:32:02 -0700, [EMAIL PROTECTED] wrote:
>| > | > >
>| > | > > > Why does it have to be in ColdFusion?  Won't Microsoft Internet
>Explorer
>| > | > do
>| > | > > > the job?  The only reason I thought I'd mention it is because
>usually
>| > | > when I
>| > | > > > see a question like yours... the solution ends up being MSIE's
>(often
>| > | > forgot
>| > | > > > about) built in FTP ability in the browser.
>| > | > > >
>| > | > > > -Novak
>| > | > > >
>| > | > > > - Original Message -
>| > | > > > From: "Bushy" <[EMAIL PROTECTED]>
>| > | > > > To: "CF-Talk" <[EMAIL PROTECTED]>
>| > | > > > Sent: Wednesday, September 10, 2003 7:28 PM
>| > | > > > Subject: re: Web based FTP client written in ColdFusion
>| > | > > >
>| > | > > >
>| > | > > > > Hi,
>| > | > > > >
>| > | > > > > Can someone point me in the right direction for a web based FTP
>client
>| > | > > > written in ColdFusion.
>| > | > > > >
>| > | > > > > What's the best one if such a beast exists?
>| > | > > > >
>| > | > > > > Thanks mucho
>| > | > > > >
>| > | > > > >
>| > | > > > >
>| > | > > > >
>| > | > > > > [EMAIL PROTECTED]
>| > | > > > >
>| > | > > > >
>| > | > > > >
>| > | > > > >
>| > | > > >
>| > | > >
>| > | >
>| > |
>| >
>|
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: New Windows problem

2003-09-10 Thread Rafael Bleiweiss
At 04:53 PM 9/10/03, you wrote:
> >
> > MSFT just released a new bulletin:
> >
> > http://www.microsoft.com/security/security_bulletins/ms03-039.asp
> >

 we just did our latest updates on our servers two days ago...

At least my Win 98 workstation is safe - and yet M$ URGES users to upgrade
to the latest OS because 98 is no longer supported...  heck, why bother
when they can't even support "supported" versions until after the fact - as 
if it's safer hahahaha

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: SQL syntax - Boolean OR - RESOLVED

2003-09-09 Thread Rafael Bleiweiss
OMG...

I can't believe I did this...
YES, I left out the POUND SIGNS

DOH - thanks so much for pointing this out!  hahahaha

Sometimes, even after writing code for days on end, I make some of the 
simplest, most basic
mistakes - just in this case I repeated it for EVERY OR line hahahaha



At 07:50 PM 9/9/03, you wrote:
>To state the obvious
>
>Is keyword a CF variable? Do you need to put ## around it?
>
>Also do these make sense?
>
>Alias = '%KeyWord%'
>OR Manufacturer = '%KeyWord%'
>
>Surely % is meaningless unless you use LIKE.
>
> > -Original Message-
> > From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 10 September 2003 1:41 p.m.
> > To: CF-Talk
> > Subject: SQL syntax - Boolean OR
> >
> > OK - I've scoured my manuals, previous emails and the web and can't find
> > this though I know I've
> > seen it before...
> >
> > I've got a products table where in an advanced search I want to run a
> > query
> > on multiple fields and do the
> > OR thing on partial matches  (whether I type a whole word or partial
> > word)
> >
> > Here's the basic query I'm starting with to get it right and I don't know
> > why but its bringing back
> > zero results - and I am going crazy - this "Should" bring back 145 records
> > if I type in the letter a even
> > but I get NO records.
> >
> > any help please!
> > SELECT * from Products
> > WHERE Alias = '%KeyWord%'
> >   OR Manufacturer = '%KeyWord%'
> >   OR ProductName LIKE  '%KeyWord%'
> >   OR NAME LIKE '%KeyWord%'
> >   OR Track01  LIKE '%KeyWord%'
> >   OR Track02  LIKE '%KeyWord%'
> >   OR Track03 LIKE '%KeyWord%'
> >   OR Track04 LIKE '%KeyWord%'
> >   OR Track05 LIKE '%KeyWord%'
> >   OR Track06 LIKE '%KeyWord%'
> >   OR Track07 LIKE '%KeyWord%'
> >   OR Track08 LIKE '%KeyWord%'
> >   OR Track09 LIKE '%KeyWord%'
> >   OR Track10 LIKE '%KeyWord%'
> >   OR Track11 LIKE '%KeyWord%'
> >   OR Track12 LIKE '%KeyWord%'
> >   OR Track13 LIKE '%KeyWord%'
> >   OR Track14 LIKE '%KeyWord%'
> >   OR Track15 LIKE '%KeyWord%'
> >   OR Track16 LIKE '%KeyWord%'
> >
> >
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: SQL syntax - Boolean OR

2003-09-09 Thread Rafael Bleiweiss
oops... ok - the first time I tried I had LIKE instead of =
and when that didn't work I tried the =

KeyWord is a variable (search form field)

Now, however, when I switched back to the LIKE, I get back all 145 results 
even when I search
for usinga a known instance that only has 3 records in it



At 07:50 PM 9/9/03, you wrote:
>To state the obvious
>
>Is keyword a CF variable? Do you need to put ## around it?
>
>Also do these make sense?
>
>Alias = '%KeyWord%'
>OR Manufacturer = '%KeyWord%'
>
>Surely % is meaningless unless you use LIKE.
>
> > -Original Message-
> > From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 10 September 2003 1:41 p.m.
> > To: CF-Talk
> > Subject: SQL syntax - Boolean OR
> >
> > OK - I've scoured my manuals, previous emails and the web and can't find
> > this though I know I've
> > seen it before...
> >
> > I've got a products table where in an advanced search I want to run a
> > query
> > on multiple fields and do the
> > OR thing on partial matches  (whether I type a whole word or partial
> > word)
> >
> > Here's the basic query I'm starting with to get it right and I don't know
> > why but its bringing back
> > zero results - and I am going crazy - this "Should" bring back 145 records
> > if I type in the letter a even
> > but I get NO records.
> >
> > any help please!
> > SELECT * from Products
> > WHERE Alias = '%KeyWord%'
> >   OR Manufacturer = '%KeyWord%'
> >   OR ProductName LIKE  '%KeyWord%'
> >   OR NAME LIKE '%KeyWord%'
> >   OR Track01  LIKE '%KeyWord%'
> >   OR Track02  LIKE '%KeyWord%'
> >   OR Track03 LIKE '%KeyWord%'
> >   OR Track04 LIKE '%KeyWord%'
> >   OR Track05 LIKE '%KeyWord%'
> >   OR Track06 LIKE '%KeyWord%'
> >   OR Track07 LIKE '%KeyWord%'
> >   OR Track08 LIKE '%KeyWord%'
> >   OR Track09 LIKE '%KeyWord%'
> >   OR Track10 LIKE '%KeyWord%'
> >   OR Track11 LIKE '%KeyWord%'
> >   OR Track12 LIKE '%KeyWord%'
> >   OR Track13 LIKE '%KeyWord%'
> >   OR Track14 LIKE '%KeyWord%'
> >   OR Track15 LIKE '%KeyWord%'
> >   OR Track16 LIKE '%KeyWord%'
> >
> >
>
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Search Engines , bookmarks and security

2003-09-09 Thread Rafael Bleiweiss
I've got a shopping cart on a few sites where my original code passes the 
order number on the URL.

Now, my system checks to see if an Order Number is passed on the URL, and 
if so, checks
to see if it's older than 30 minutes old... if it is, I present a message 
saying it's expired.

In the three years this has been used, I've never gotten a complaint from a 
client or shopper
about the time frame.

My problem is this - someone claims they entered the site with a link that 
had someone
else's order number in the URL and that they were able to see that person's 
personal information
and this INCLUDED their credit card info!!   Now, first, this can only 
happen if it's within that 30
minute period but JEEZE LOUISE I can never afford to allow that to happen.

Now, I have NO idea how they got that link with that order number, and 
rather than attempting to
figure THAT out, I want to eliminate the Order Number from the URL.

The problem is it's in a couple hundred locations on the site.

I've read a bunch about session variables, UUIDs, and such, but I'm 
floundering here trying to figure
out how to tap into a UUID process that's generated native to Cold Fusion, 
rather than me
creating the Unique order number by a date/time scramble, then placing that 
into a cookie
THEN replacing the massive number of references on the site in some less 
than excruciatingly tedious
and time consuming way... especially when I factor in multiple sites!

Suggestions on best practices here?  

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


SQL syntax - Boolean OR

2003-09-09 Thread Rafael Bleiweiss
OK - I've scoured my manuals, previous emails and the web and can't find 
this though I know I've
seen it before...

I've got a products table where in an advanced search I want to run a query 
on multiple fields and do the
OR thing on partial matches  (whether I type a whole word or partial word)

Here's the basic query I'm starting with to get it right and I don't know 
why but its bringing back
zero results - and I am going crazy - this "Should" bring back 145 records 
if I type in the letter a even
but I get NO records.

any help please!
SELECT * from Products
WHERE   Alias = '%KeyWord%'
OR Manufacturer = '%KeyWord%'
OR ProductName LIKE  '%KeyWord%'
OR NAME LIKE '%KeyWord%'
OR Track01  LIKE '%KeyWord%'
OR Track02  LIKE '%KeyWord%'
OR Track03 LIKE '%KeyWord%'
OR Track04 LIKE '%KeyWord%'
OR Track05 LIKE '%KeyWord%'
OR Track06 LIKE '%KeyWord%'
OR Track07 LIKE '%KeyWord%'
OR Track08 LIKE '%KeyWord%'
OR Track09 LIKE '%KeyWord%'
OR Track10 LIKE '%KeyWord%'
OR Track11 LIKE '%KeyWord%'
OR Track12 LIKE '%KeyWord%'
OR Track13 LIKE '%KeyWord%'
OR Track14 LIKE '%KeyWord%'
OR Track15 LIKE '%KeyWord%'
OR Track16 LIKE '%KeyWord%'

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: OT: Use JS to determine window size of parent document?

2003-08-21 Thread Rafael Bleiweiss
>We have a situation where we have an IFrame on a page which contains a
>table.  We need to set the width of the table to the width of the window
>(the frame's parent document), scrolling the frame if necessary.  We have
>tried using window.width, with no luck.  Searches of the web finds
>references that IE doesn't allow access to the window properties after it's
>been rendered (we could grab the height/width when the window is being
>created, but we cannot control who/what objects will call this window).
>Also, all the sample code we've seen online uses screen.
>
>I'm sure there's a way to do this, but the obvious methods don't seem to be
>working.  Unless we've missed something even simpler...
>
>Any tips or suggestions are appreciated.



I use this code on one of my sites to determine the width and height... got 
it from Javascript.internet.com so I'm including the entire cut and paste 
code... HTH






























Free JavaScripts provided
by http://javascriptsource.com";>The JavaScript Source


 

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Formatting a List Output Question

2003-08-20 Thread Rafael Bleiweiss
>The  tags are what is responsible for indentation among list
>items.  So, you'd need to wrap the  tag around any  tags in order
>to get the inner indentation that you're looking for.  Of course, they'll
>also cause a space before and after the list itself, which may have been
>what you were trying to avoid.
>
>If that is true, then you have to choose:  Use  and accept the space;
>Don't use  and accept the out-dentation; create nested tables and a
>bullet graphic to force the issue.
>
>There might be a fourth option, to use CSS and somehow make your magic
>work, but that one is beyond me.


Yeah with CSS, you can do this with nested DIV tags, and such, however then 
you need to
spend your precious time dealing with all the cross-browser 
incompatabilities due to the current state of
poorly implemented CSS rules because EVERY major browser out there has at 
least some bugs in how
it handles CSS...   for example the "Box model" fiasco and Internet 
Explorer... just to name ONE issue.



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: question / scheduled tasks CF 5 specific

2003-08-20 Thread Rafael Bleiweiss
Thanks to everyone who posted a reply - I'm going with Win2K's task 
scheduler.

I will, however, now be using CF's scheduler for automating some other 
routines that I was manually handling, so I've now learned from this worm 
dealing issue!

3 Worms in a week in a half - hit by one (SoBig) cause our definition files 
from the DAY BEFORE the worm, didn't recognize it!  hahaha   Friggin 
Hackers are pretty active lately.  Must be something in the air

Now, to just get Microsoft to stop sending out 39 updates patches and 
security fixes every few days and instead spend two more years before they 
deploy their next system  OH wait - too late - Win 2003 is just out isn't 
it?  hahahaha   LIKE I'd EVER consider jumping to THAT system before it's 
been patched and updated for two more years!

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


question / scheduled tasks CF 5 specific

2003-08-20 Thread Rafael Bleiweiss
Having difficulty finding examples or better documentation on the CF 5 
Scheduler...

I'm about to attempt to try for the first time to run a scheduled task once 
an hour on my server - Win2K, IIS, and CF 5.   I want to schedule a task 
that automatically retrieves the latest Symantic virus definition files 
hourly instead of the minimum daily that the System Center console allows 
for directly.

It's literally a one line code thing - a command prompt execution of the 
Live Update system configured to only get the definition files and exclude 
product updates.

As the documentation is overly thin for someone unfamiliar with this sort 
of process, I have CLUE ZERO regarding how to execute a server based 
executable with command line variables through the scheduler, as the only 
"option is CFHTTP...

So.. any help or pointing to more info is extremely appreciated...

AND ALSO I've heard (even today on this list) that CF 5 doesn't handle 
Scheduled events too well - THOUGHTS?  COMMENTS?

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Integrating ColdFusion with ACT!

2003-08-18 Thread Rafael Bleiweiss
> >I've been reading through the ACT!
>What is ACT? Can you post some links...


ACT Contact manager (now in version 6.0)  It's one of the most robust and 
widely accepted contact management software solutions in the business 
world... (Although personally I use Notepad and sticky pads myself!) :-)

http://www.act.com/ 

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: MM Exchange lack of proper nav Suggested Design Change

2003-08-14 Thread Rafael Bleiweiss
>In the space at right you could have a list of tags you've looked at in
>detail recently (i.e. last few weeks). I guess we've all experienced trying
>to think what our search terms were so we could get the same results for the
>product that we forgot the name of but looked at just a few days ago.

Well, I think MM's attempt at this is their "favorites" link.  Problem with 
that is, it takes me forever to go through irrelevant tags, and by the time 
I do find something of interest, sometimes I just don't have the patience 
anymore at that point to remember to click the  add to favorites box.

And yes, I often use various combinations of key-words to try and overcome 
some of these issues, then can't remember how I got a certain set of 
results.  So another good suggestion Dude.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



To Sean Re: MM Exchange lack of proper nav Suggested Design

2003-08-14 Thread Rafael Bleiweiss
General response to Sean followed by just one last new conceptual request.

As was stated in various posts, (and I can only speak for myself on this) 
kudos and gratitude to you and the entire MM team for your open-ear policy 
- this is truly heartfelt.

The fact that you've got multiple sources of input and need to consider all 
(CF,DW, FW, FL and Director) is very understandable from a corporate 
perspective yet speaks directly to what I believe to be the root cause of 
the problem.

Personally, I feel that CF, being the least visual of the list, has 
line-coders as the core user base, not designers, most of whom are quite 
delighted at spending great amounts of time visually experiencing web sites 
rather than desiring to dive into the meat and potatoes.

While I love Flash for all that it is and does, the reality IMHO and from 
my years of web dev management and client / end user analysis, is that it 
gets in the way too often regarding serving up cold hard content in those 
situations where textual content viewing is the most efficient need of the 
user.

The exchange is a perfect example.  Flash strips away the end-user options 
all sorts of ways to Sunday and not only does that slow many of us down, it 
goes directly against the standardization guidelines most of us strive for 
in our own work.

I will continue to evangelize CF to new developers I meet, and where 
clients request it Flash as well, however I will ALWAYS put heavy emphasis 
on the side of standardization, and content is king, rather than alienating 
web users who need power access and in which cases designs like the 
Exchange are, to one degree or another, inconsiderate of this concept.

As such, again in my opinion, MM has for numerous reasons failed to weigh 
the importance of this issue.  Sure, many of the CF community might 
appreciate the fact that the new Exchange works better than the old 
version, however I wonder how much of that is due to the additional 
features as compared to the layout and  accessability that could even more 
effortlessly be provided in a Non-Flash layout.


If the dozen of us on this list in the past few days turns out to be a 
minority when weighed against all of the Design-centric users of the other 
Exchanges, and if that then results in our core requests being categorized 
into the "not enough opposition to what MM has worked so many hours on, I 
URGE, BEG and IMPLORE you to consider one last request in this arena.

This would be that just ONE MM team member be tasked to create a Non-Flash 
interface for the Exchange that would allow those of us who prefer faster 
and much more content user-oriented access to such vital resources to have 
our choice.

A Visually appealing Non-Flash design with all the same power features of 
the current system PLUS the features requested in this thread, would not 
drain the resources of the MM staff to create.

Heck, Matt and I have already even come up with a core look that could be 
applied.  With Cold Fusion generating the content and layout, this would 
take a GREAT DEAL LESS time and effort than the same results in FLASH.

It would return access to those of us who need it.  Power users, Visually 
impaired users (power or otherwise), and anyone among the current fans of 
the existing Flash design who may just want a choice.




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Cookies set but my site doesnt generate cookies!

2003-08-14 Thread Rafael Bleiweiss
I've got a new site I'm building using CF and all pages are .cfm (CF 5, 
Win2k, IIS)

And in my new Netscape 7.1 browser it lets me see what cookies are set on a 
site.
Well, oddly I went to one of the text mock-up templates on my site and 
Netscape claims this site set a cookie, yet I don't set any on this site!

It's obviously wrong - the cookie label appears to have come from the 
previous site I was on!

Is there a way for me to test the state of cookies that come this way and 
clear them out in my Application.cfm file?   I do NOT want a browser 
thinking a cookie is related to my site when it is not!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Rafael Bleiweiss
>I've seen the various css layout sites (http://www.csszengarden.com/ being
>one of my favorites), and they're all great to show what could be done...but
>IMO it's still not practical to try and develop a full site using only CSS
>for layout.

Completely agree!   Building three sites, all on limited budgets - one is 
ECommerce, one ie ECatalog, and one is gads and gads of content pure content..

Using TABLES in all of them.  CSS for fonts, colors, styles, general layout 
within the tables, and a bit more.  NO use of DIVS and such.   Even with 
this "hybrid" method, I have put more time into debugging just between NN 7 
and IE6 for PC than I sometimes think it's worth... but I keep plodding 
along.  Sure, I'll work to make the sites at least readable in 
Safari/Opera, but within limits - serious limits.
And by doing this transitional work (instead of "strict") I will be able to 
get the sites delivered in a reasonable time, have them look sharp AND be 
able to meet accessability requirements (using named and or percentage 
sized fonts instead of forced and such)...

CSS, HXTML at the extreme has people working on sites for weeks and weeks 
and weeks just trying to fix or patch for cross-browser manufacturer failures.

IMHO It's just not justifiable to the small or mid-size business web site 
unless the client specifically has a need, either now or in the upcoming 
future.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: MSBlaster Affecting CF - Even After Removal?

2003-08-14 Thread Rafael Bleiweiss
Dave, no intention to over-write your post - I submitted it before yours 
came over!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MSBlaster Affecting CF - Even After Removal?

2003-08-14 Thread Rafael Bleiweiss
At 09:11 PM 8/12/03, you wrote:
> >I have a client who contracted MSBlaster yesterday... and ever since, CF
> >isn't properly serving up pages.  No error comes up, but the page displayed
> >is blank.
> >


Just read a post at the CSS-Discuss list where an ISP discovered after the 
Blaster worm hit, that any site where they have Javascript or other code 
which specificially relies on the RPC Daemon (which is affected by the 
worm) , that site's page or portion of a page crashes

Don't know what in your CF might, if anything, interact with the RPC Daemon 
- perhaps someone else on this list can answer that! 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT: sites seen from some places not others .. how can that be?

2003-08-14 Thread Rafael Bleiweiss
At 01:17 PM 8/10/03, you wrote:
>I have a problem with two client sites and I don't know what's causing it
>.  I can see the sites from my browser, from both IE and NN, yet my
>client says he can't.  He says he gets "Page cannot be displayed" errors.
>I've looked at the dns entries, and there doesn't appear to be anything
>wrong,  I've coached him on forcing a refresh with CTRL-Refresh etc, but he
>insists he can't get the sites to display.

As Bryan suggested, I URGE Tracert from all "cant get the site" points.
First thing I do when this happens is TraceRt.   I ask each person that is 
testing to do this if they can not see a site.  (Actually, first thing I do 
is ask if they can get to other sites at all!  But in this case, it's clear 
that multiple locations have issues.)
With a trace route I have learned in the past that one or another ISP 
somewhere has problems internally to their router system.  Odd as it is, it 
can happen.

For example - I am in New York - I have a client in Houston Texas.  They 
called - Site's down. I checked - No, it's not.   They said they had two 
calls confirming it down.  I checked the logs - during the time it was 
supposedly down, tons of activity was coming in from all over the country 
AND even in Houston.

It turned out, however, with a tracert by two people that couldn't get 
there, that a common hop point for SOME people was down.  I called that 
company, and they said they had been working on an internal router issue!

As soon as they fixed it, all was good again.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Return distinct from list

2003-08-14 Thread Rafael Bleiweiss
At 07:39 PM 8/13/03, you wrote:
>Anyone know of a way to return the distinct elements from a list?
>
>Example:
>List=1,2,3,2,4,5
>
>I want the extra 2 removed with a return of 1,2,3,4,5

If I recall there's a couple options over at CFLIB.ORG for this!  Saw them 
like about a week ago as I was hunting for other stuff.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MSBlaster Affecting CF - Even After Removal?

2003-08-14 Thread Rafael Bleiweiss
>I have a client who contracted MSBlaster yesterday... and ever since, CF
>isn't properly serving up pages.  No error comes up, but the page displayed
>is blank.
>
>A view of the source shows this:
>


Jillian, did this ever get resolved?

When you say ""even after removal" was this a full by the book Symantec 
recommended removal (temporarily deactivate System Restore (if you don't SR 
often retains a copy of the original worm in it's back-up system and 
anti-virus software is prohibited from changing that if SR is kept on)...

Was the trojan process stopped at the Task Manager level?

Were all instances of the variations of files removed (w32.Blaster.Worm 
infected files)?

Was the registry key dealt with?

If all of this isn't done in sequence, it's very possible that the full 
worm wasn't removed...

http://securityresponse.symantec.com/avcenter/venc/data/w32.blaster.worm.html

HTH

Rafael 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: text format emails

2003-08-14 Thread Rafael Bleiweiss
Hotmail allows you to only show images after you designate, but no option 
for "Text Only".  See OPTIONS / Mail Display Settings


At 07:37 PM 8/7/03, you wrote:
>I use Pine to read most of my mail and it does a great job of rendering
>HTML email when it's correct and not when it isn't. It's great to test
>with. I know EXACTLY if I've got the headers/etc right or not...
>
> > I'm trying to test the cf_htmlmail tag and was wonder if anybody can 
> tell me
> > how to set my outlook, yahoo, or hotmail to accept only text and not html?
> > Any other way to test this thing?
> >
> > Thanks,
> > Tim
> >
> >
> >
> >
> >
> >
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: MM Exchange lack of proper nav Suggested Design Change

2003-08-14 Thread Rafael Bleiweiss
At 06:49 PM 8/7/03, you wrote:
>Here's what I was talking about.  Its by no means perfect, being the 
>result of maybe 15 minutes effort, but the net is there.
>
>http://foohbar.com/searchmockup.gif
>
>Took a blank search screen, plopped the butons down the right where I had 
>room, altered the header a bit and dumped in Rafael's single-column 
>output.  Ratherthan being able to stuff 4 in, 5 items more than fit in the 
>already-existing space.
>
>You could get in 6 if you adjusted things a bit and spent a few more 
>minutes with it.
>

Hey, Matt, I like it!  We do good work together huh?  Its funny my post 
didnt appear on my inbox til AFTER yours did, even though I'd posted almost 
two hours before!  Screwy feed times or something.   Anyway, the point is, 
we're thinking similar thoughts here and it's clear that this can be done 
in a polished presentation.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Rafael Bleiweiss
Forgive me if anyone mentioned this:

http://www.css-discuss.org/   hundreds of posts to this group's list are 
typical in a given day... full wiki on the site... LOTS of opinions about 
should and shouldn'ts,   GREAT for help - almost as high a quality help as 
CF-TALK! - :-)

OH - and if you want to go STRICT, AND cross browser test on every known 
major browser going back to N4.7, this is the list to post to!

*  For serious CSS help only - very tight and rigid list monitoring, with 
ZERO tolerance for OT, or such!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-14 Thread Rafael Bleiweiss
At 05:12 PM 8/7/03, you wrote:
>I agree with Kevin, and not being able to open a new window after a search 
>has been one of my biggest gripes ever since the flash exchanges showed up.
>
>Another VERY annoying feature of the flash exchange is that the fonts are 
>so very small and there is no way to override them. In IE viewing a normal 
>html page you can bump the font size up quite a bit, and with NS you can 
>really zoom in (you can also overide styles, but not with flash). If I 
>were still 25 years old and had great vision, then the flash font size 
>would not be an issue, but my 46-year old eyes have a hard time focusing 
>on the small text. What ever happened "Accessibility on Macromedia.com"? 
>http://www.macromedia.com/help/accessibility.html It seems the exchanges 
>do not require accessibility.
>
>Because of the above issues I only look on the exchanges if I have 
>exhausted all other avenues.

Stan, you bring up a VERY important point that none of us has addressed in 
the past two days of posts.   Flash may be a flagship product for MM, 
however to disallow the user from using their own preferences in viewing 
what is purely a TEXT based content system doesn't make any more sense than 
any of the other issues we've been addressing that are the direct result of 
some designer's idea of a pretty interface.  Accessability really is the 
issue here from ALL angles in regard to just about every single request 
posted in these two days.

Vision impairment is by far the most serious of course when it comes down 
to it!

Can you imagine having the descriptive paragraph fill left to right, at a 
BIGGER font if you wished?   

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-14 Thread Rafael Bleiweiss
At 08:06 PM 8/6/03, you wrote:


>1. Put an Exchange-specific Search box on every single page.  No exceptions.
>
>2. Either enable New Window functionality in search results or make all 
>results open a new window.
>
>3. Make Search persistent.  See 2. above.
>
>4. Get rid of the surrounding UI on a search results page.  Straight 
>liquid html grid results, please.  We all know users are 
>results-driven.  Bow to this until someone can figure out how to at least 
>equal the light weight and speed of an html-only result set that, if 
>necessary, spans the entire screen in a single vertical column.
>
>5. I always felt naughty hacking the url at Allaire.com to get 200 results 
>on a screen, but boy was it ever useful.  If its a strain on resources, 
>embrace the horror and let us vary the result set size, any way.
>
>Just me, piling on :D

Pile on Matt, Pile on!!!  :-) 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-14 Thread Rafael Bleiweiss
At 10:08 AM 8/6/03, you wrote:
>and I find myself not even bothering to go by anymore to see what new tags 
>have been added. Then when I dropped by yesterday, I noticed that the Top 
>Ten is now all appps that have a single 5-star vote. I complained in the 
>past about it being the total sum of your votes, as I imagine other people 
>did, so they changed it to be based on an average, but to allow tags with 
>just one vote to be on there?? Totally pointless. How hard could it be to 
>include a minimum number of votes to be on the Top Ten?


HINT for finding new tags.  Forget the Exchange until MM remembers how 
important the exchange is to some of us.  It's a sad statement, but hey ya 
know?

Go to http://www.fusionauthority.com/ and browse through the TECH AND TAGS 
link.   you get to view, in wide screen format, (under the "What's New in 
the Tag Gallery" links) the name and FULL description, and a direct to the 
tag in the gallery.  I don't know how often Michael gets to update it, but 
once again Michael  D.  offers the community yet another userful tool!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-11 Thread Rafael Bleiweiss
>Agreed, that would be a little more useful. The one problem with the most 
>downloaded list though is that a lot of apps (like mine) don't have a 
>download from Macromedia, just a redirect to our site. So there are a lot 
>of good stuff that isn't included. I always wondered how I managed to get 
>any downloads at all doing that though!

I download a LOT of tags (hey, I'm self-taught in 90% of what I do, and I 
have NO programming background so I rely heavily on the kindness of the 
community).

Anyway, I NEVEr use the "top ten" or the "Ratings".  I look at the 
description, think it through to whether it sounds like it fits my needs, 
then try out the most likely candidate from there.  I actually PREFER to 
jump to the creator's site - THAT gives me a much better sense of whether 
something is quality stuff.  1000 downloads, ZERO stars tells me either it 
works and people didn't bother to rate it, or it's a bomb and nobody 
complained - so IMHO it's invalid info to use the ratings.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Please Test??

2003-08-11 Thread Rafael Bleiweiss
At 07:38 PM 8/10/03, you wrote:
>Can you all please load this page and click to 2 form buttons.
>
>https://www363.ssldomain.com/rubylarue/form.cfm


Both 10 and 70 work for me in NN 7.02 and only the 10 works in IE 
6.0.2800..  Blank on the 70 first, second and third try

Noticed on the 70 submit in the source that  (funky characters huh?) 
show up just to the left of the http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: sites seen from some places not others .. how can that be?

2003-08-10 Thread Rafael Bleiweiss
>I could connect fine to the sites if I used no 'www'.  If I clicked on
>the links that included 'www' I got a 'no page to display'
>
>http://dnsstuff.com and its sibling, http://dnsreport.com, are probably
>the two best places to pick apart a dns setting (and of course
>http://tracert.com is invaluable as well).
>
>This report is interesting:
>
>http://www.dnsreport.com/tools/dnsreport.ch?domain=leverage.com.au
>Only one dns server, which ain't so good.  Your other domain reports the
>same problem.


Awesome resources!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: MM Exchange lack of proper nav Suggested Design Change

2003-08-10 Thread Rafael Bleiweiss
Sean,

I have created one suggested layout design for the Exchange search results 
page.  It does still leave room for the Top Picks on the right, however 
we're expressing that we don't see the point of this in a Search Results 
page.

A major part of this is that I would venture to guess that someone using 
the exchange search system is already the choir, so we're asking to tailor 
the look to the choir.

This is, again, just one suggestion, however it includes much better use of 
the space, still allows all the sorting, and now includes a "Results Per 
Page" drop-down as well so we can determine how many to see on a page.

The point is, while up until now you may have gotten feedback suggesting 
the layout you'd provided was working, we're saying it doesn't, especially 
when compounded by all the other difficulties.

http://www.brionanet.com/ExhchangeSearchLayoutSuggestion.jpg

HTH

Rafael

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Choosing a chat system

2003-08-09 Thread Rafael Bleiweiss
Wow, I actually have a post that has nothing to do with (well ALMOST 
nothing) to do with the Exchange issues.

I'm trying to find a good CF based Chat system for the non-profit alumni 
site I run. We've got almost 1200 members now using a CF based Forums 
system I built a couple years ago, and so I figured it's time to find a 
chat component (beyond my time, energy or ability to build my own).

I went through the Exchange and found several, however most look like 
they're too basic, stripped down... a couple links went to sites that I was 
afraid to consider  unless I get a solid recommendation from a local CF 
expert or six, I can't afford to risk installing a chat system someone else 
made...

ANYHOW,  this is a low budget site - I get by on donations trickling in 
once in a blue moon.  I am willing to pay something, though, it's just that 
this isn't for a paying client, so it's on my back!

My ideal:  Non Java based, icons instead of the old IRC type / commands, 
multiple rooms, private chat rooms, ability to block a user, and recording 
chat logs... (It would be accessible to my members only, all of whom are 
databased and must already sign into the site to use the forums so I've 
already got their User Info, and would like to just take them right into 
chat without needing  to sign in again.

OK Wow - that's a lot of "IDEAL" stuff huh?

Thanks in advance

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: To Sean Re: MM Exchange lack of proper nav Suggested Design

2003-08-09 Thread Rafael Bleiweiss
>I want to be extremely clear that what follows is *my* opinion and not
>any sort of official Macromedia policy statement!!!
>
>


>I am not at all surprised that CFers want an HTML interface to the
>Exchange. I am also not surprised that a lot of users at large like the
>new Exchange.
>
>
>That said, your suggestions and concerns *are* being evaluated and
>considered for future versions of the Exchange.
>
>Me? I like the Flash UI on the Exchanges - I hated the BV text version
>and I hated the Allaire text version. Can't please everyone tho'...
>
>Sean A Corfield -- http://www.corfield.org/blog/


Sean, you're without a doubt, an alright dude in my book!  I've always felt 
your attentiveness, patience and willingness are invaluable assets in terms 
of being a list point of contact for MM, and I sincerely hope that MM 
appreciates you as much as we do.  The fact that every other MM staff 
member who posts or responds carries a professional and courteous attitude 
(on the lists I subscribe to) just adds to my appreciation for what a 
precious gift we've been given.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFQueryPararm CF_SQLType and MS Access

2003-08-09 Thread Rafael Bleiweiss
I want to update a site I have that runs on MS Access to prevent malicious 
attacks...

Does the CF_SQLType attribute in CFQueryParam work with MS Access?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper nav Suggested Design Change

2003-08-08 Thread Rafael Bleiweiss
>A new version of the Exchange has been released today that:
>a) lets you page through detail pages ('<<' and '>>')
>b) lets you navigate back (using Exchange Search in the crumb trail)
>and preserves your search data
>c) has a number of additional performance and other improvements
>
>Whilst it does not address the 'open in new window' functionality, it
>should go some way to addressing some of the concerns expressed in this
>thread...

Sean, thanks for getting quick action on this issue it was one of the most 
frustrating.  With the bread-crumb I can now at least feel better about 
diving in.

What are the odds that the other issues raised in the past couple days will 
be addressed?   (option to set my preference for results per page, better 
use of screen space, open in new window, default to my version for example).

While some of these may seem cosmetic to MM, things like more info on the 
first page would save me a great deal of time from having to look at 
totally irrelevant tags.  I also understand that you're possibly very 
frustrated by the lack of depth of the key-word listings on most of the 
tags posted, however rather than needing someone to go through all the tags 
and manually fix that, a layout change where we can see more of the 
description would help s much.

I ask what the odds are because if the handful of us who have posted in the 
past couple days all feel similarly regarding not just the "Back" 
functionality, how many other developers out there feel the same way and 
"haven't" spoken out?  What is MM's rule?  I know in general business 
service on the web, it's my experience that for every ONE complaint there's 
potentially hundreds of others who don't bother to say anything for fear of 
"what's the point".


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper nav Suggested Design Change

2003-08-08 Thread Rafael Bleiweiss
I can't even believe I forgot this...

If there's still going to be a star system, would it not be much more 
useful to have the rater post notes as to why they rated it 5 stars, or 2 
stars?   THIS is the kind of information that would make it worth my time 
to even consider the value of the star rating!

OY.

OK, So this is NOT a top priority to me, however it's a feature that I'm 
now requesting - just PLEASE place it somewhere down the priority list from 
the "user choice" or "user Preferences" regarding  the option to open in a 
new window", the wide screen function, the larger text for visually 
impaired viewers, the "results per page", and all the other items others 
have posted here!   But it IS a request none the less!

Sorry if we've stacked the deck the past three days Sean, it's just clear 
that while I may have opened a can of worms, it was an ugly can just 
begging to be opened here, now that you've got a bunch of high end 
developers itching to get mega-kudos from the community!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-08 Thread Rafael Bleiweiss
>have been added. Then when I dropped by yesterday, I noticed that the Top 
>Ten is now all appps that have a single 5-star vote. I complained in the 
>past about it being the total sum of your votes, as I imagine other people 
>did, so they changed it to be based on an average, but to allow tags with 
>just one vote to be on there?? Totally pointless. How hard could it be to 
>include a minimum number of votes to be on the Top Ten?


Hahaha yeah... like one tag might have had 11,000 downloads but only 4 
people used the star system!  Does that men they went by the 4 people or 
the fact that 11,000 downloaded it?  It's the 4 people.  And the Top 
Picks?  I am beyond nauseous from seeing that screen every time I try to 
get back to where I was.

I personally just don't get it.
8 and a half years in this business, and never been so frustrated by 
something I need to work. Rather than it taking me 2 minutes like it used 
to, I lose two hours with RARE fortune at finding what I need.  Instead, I 
end up posting to the lists and annoying everyone else.

And why does the CF Gallery have to be in Flash anyway?   To "conform" to 
the lackluster look of the MM site? At our expense?  OY.




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper nav Suggested Design Change

2003-08-08 Thread Rafael Bleiweiss
>[raising hand]
>
>I would have to agree with just about everything Rafael & Matt have said
>in this thread. The dev exchange after the Flash makeover has just plain
>sucked (for all of the reasons already noted). I applaud their efforts
>in making their objections heard and offering solutions to fix the
>problems. Thanks, guys.
>
>--
>Chris Montgomery

Chris,

Thank you for taking the time to raise your hand.  No matter how many times 
I refer to the "concept" of the "unknown" variable, it is always comforting 
to get confirmation (for my own peace of mind).  I am grateful that you 
spoke up.


Rafael 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper nav Suggested Design Change

2003-08-07 Thread Rafael Bleiweiss
At 09:43 PM 8/7/03, you wrote:
> > I have created one suggested layout design for the Exchange search
> > http://www.brionanet.com/ExhchangeSearchLayoutSuggestion.jpg
>
>I've forwarded this to the Exchange team. Thanx for everyone's
>suggestions!
>
>Sean A Corfield -- http://www.corfield.org/blog/

AWESOME Sean!  Thank you thank you thank you!  Now we can cross our 
fingers, do some deep visualizations on seeing a next version in our 
"ideal", then just maybe see it come to life so we can really refine our 
productivity... THAT would be another star in MM's cap for my evangelizing 
Cold Fusion to new web developers!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-07 Thread Rafael Bleiweiss
At 01:12 AM 8/7/03, you wrote:
>Hmm, "joy" is not the word I would use for the Allaire Developer
>Gallery. It was butt ugly and slow and, now that we've migrated the
>database content across to a new system, we're realizing just how
>little QA and organization had been applied to it. I'm going to try to
>get more involved in the admin of the Exchanges (because I'm a glutton
>for punishment!) so that we can at least organize the content...

Sean,

Thanks for getting involved.  Your willingness to participate is 
invaluable!  Yes, you are correct - I had gotten used to the slow speeds 
because at least I had less effort in finding what I'd needed due to other 
factors.


> > I HATE having to re-search on something every time I try to go BACK
> > after
> > viewing a tag.
>
>Yeah, common complaint. We're fixing it.


Looking forward to that fix!


> > Why can't the grid be better designed for user friendliness, like
> > having a
> > whole two sentence description go from left to right across the screen
> > so I
> > can make a better decision before clicking?
>
>Interesting suggestion. I'll forward it to the Exchange team.

Perfect! Grateful!



> > Why can't I click on a tag I want to view and have it open in a new
> > window,
> > or a floating window?
>
>See above.

Again, grateful! 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: MM Exchange lack of proper navigation or ease of use

2003-08-06 Thread Rafael Bleiweiss
>Sorry for your frustration! What I can do is pass this feedback along 
>internally for you to the team in charge of that area of the site. We 
>always appreciate the feedback. It sounds like maybe you posted to the 
>form on our site, http://www.macromedia.com/bin/webfeedback.cgi, just an 
>fyi that we typically do not respond to those but we definitely read them 
>so keep posting your feedback!
>
>Best Regards,
>Christine Lawson

Christine, Thank you for replying here.  This is the first time that I've 
seen a direct acknowledgement about this.

Sure most of the CF developer world that puts in a great deal of time on 
these lists are high end people, the actual sources for the majority of 
tags... It's just that us mid-level developers rely heavily on the 
gallery.   I worked 15 hours straight overnight last night, and was in need 
of a couple solutions I KNOW exist, so why reinvent the wheel right?

Here's a more in-depth list of my difficulties just this morning:
The BACK function works about 80% of the time in some of my sessions, and 
NONE of the time in others.  The lack of a pop-up window to look at a tag 
kills me.  The fact that searches turn up 80% irrelevant stuff sometimes is 
beyond my comprehension.

I also often get DIFFERENT results on search terms...
today I did a search Spell Check  and the first time got dozens of tags, 
almost NONE of which had the word SPELL in them.   Next search I got a 
handful of results, half were spell check tags.

Then I tried Spell Checker and sure, I got better results, but had to keep 
re-running the search.

The fact that I have to look at such a SMALL area of the usable desktop to 
review the tag results is beyond reasonable.  If I get 200 results back, 
why can't I choose how many to display on a page?  And why can't the info 
be laid out across the screen instead of in so many little boxes?  All that 
wasted space at the top and right of the page (even in 800x600 mode) is 
sad.  And please, tell me - how many CF developers even HAVE 800x600 
configured?  We're not AOL parents, or WebTV grandparents!

Why can't a SEARCH allow me to say "only show those that work in 
CF5?"  Instead, I get 200 results, have to sort by the CF version column, 
and still scroll through all the irrelevant info.   What does it mean when 
a tag says "CFMX-4 Does that mean that it's good on any version from CF 4 
up through MX?  If so, how come most of those are MX custom tags?  I 
assume( right or wrong) that even though it "Claims" if I am understanding 
it, that  it's downward compatable, how would I work with an MX built tag 
if I run CF 5?

The list goes on and on and on from there, but that's a GOOD start!

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: MM Exchange lack of proper navigation or ease of use

2003-08-06 Thread Rafael Bleiweiss
At 10:08 AM 8/6/03, you wrote:
>and I find myself not even bothering to go by anymore to see what new tags 
>have been added. Then when I dropped by yesterday, I noticed that the Top 
>Ten is now all appps that have a single 5-star vote. I complained in the 
>past about it being the total sum of your votes, as I imagine other people 
>did, so they changed it to be based on an average, but to allow tags with 
>just one vote to be on there?? Totally pointless. How hard could it be to 
>include a minimum number of votes to be on the Top Ten?


HINT for finding new tags.  Forget the Exchange until MM remembers how 
important the exchange is to some of us.  It's a sad statement, but hey ya 
know?

Go to http://www.fusionauthority.com/ and browse through the TECH AND TAGS 
link.   you get to view, in wide screen format, (under the "What's New in 
the Tag Gallery" links) the name and FULL description, and a direct to the 
tag in the gallery.  I don't know how often Michael gets to update it, but 
once again Michael  D.  offers the community yet another userful tool!



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4