Multiple file upload - flash forms?

2006-03-14 Thread muzl hed
I'm working on a photo gallery application and need to provide a user friendly 
way of uploading multiple image files. 

I would prefer to NOT use an ActiveX or Java widget so a Flash based solution  
seems ideal.

Can ColdFusion Flash Forms be used to allow users the ability to select 
multiple files at once? Would I need to build this in Flash rather than 
Coldfusion? Does anybody have any ideas or inspiration?




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235314
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Adalon vs Fusebuilder

2005-07-09 Thread muzl hed
Fusebuilder looks like a pretty complete program. I'm
basically wondering if Adalon is worth the extra money
or if they do essentially the same thing.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211502
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Adalon vs Fusebuilder

2005-07-09 Thread muzl hed
Can somebody let me know how Fusebuilder compares to
Adalon? 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211496
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Preventing password sharing on a membership site

2005-01-11 Thread muzl hed
I have a client with a paid membership site who recently saw a member post 
their login information on a public news group.

 

Anybody have a suggestion as to how to stop people from sharing passwords? Is 
there a practical way to prevent multiple people from logging in with the same 
username/password simultaneously? Any best practices advice would certainly be 
appreciated.



-
Do you Yahoo!?
 The all-new My Yahoo! – Get yours free!

~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189986
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How do I perform a radius search based on zip code?

2004-03-20 Thread muzl hed
The more accurate query for distances by zip code will not work with Access. Here is an alternative query that will:

 
Given you know the latitude and longitude of the origin zipcode and radius:

 
  SELECT ZIPCODE, SQR(69.1 * (Latitude - #origin.Latitude#) * 69.1 * (Latitude - #origin.Latitude#) + 69.1 * (Longitude - #origin.Longitude#) * cos(#origin.Latitude# / 57.3) * 69.1 * (Longitude - #origin.Longitude#) * cos(#origin.Latitude# / 57.3)) AS Distance
  FROM ZipCodes
  WHERE SQR(69.1 * (Latitude - #origin.Latitude#) * 69.1 * (Latitude - #origin.Latitude#) + 69.1 * (Longitude - #origin.Longitude#) * cos(#origin.Latitude# / 57.3) * 69.1 * (Longitude - #origin.Longitude#) * cos(#origin.Latitude# / 57.3)) <= #Attributes.Radius#

 
You'll find a full explaination of calculations at:

 
http://www.meridianworlddata.com/distance-calculation.asp

 
-- Muzlhed

Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: How do I perform a radius search based on zip code?

2004-03-19 Thread muzl hed
Using a zipcode table with longitude and latitudes, here's a query to get the zipcodes and distances in a given radius of an origin zip code:

 
SELECT ZIP_CODE, (180/Pi() * (ACOS ((SIN(Pi()/180*#OriginLatitude#) * SIN(Pi()/180*Latitude)) + (COS(Pi()/180*#Attributes.OriginLatitude#) * COS(Pi()/180*Latitude) * COS(Pi()/180*ABS(#Attributes.OriginLongitude# - Longitude) * 69.11) AS Distance
FROM ZipCodes
WHERE (180/Pi() * (ACOS ((SIN(Pi()/180*#Attributes.OriginLatitude#) * SIN(Pi()/180*Latitude)) + (COS(Pi()/180*#Attributes.OriginLatitude#) * COS(Pi()/180*Latitude) * COS(Pi()/180*ABS(#Attributes.OriginLongitude# - Longitude) * 69.11) <= #Attributes.Radius#
ORDER BY Distance

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Feedback on CFWebstore?

2004-03-04 Thread muzl hed
Hey David --

CFWebstore's new version ROCKS! It includes a full publishing engine, role based security and content protection, the ability to sell memberships to site content, downloadable products and full puchase order/dropshipping capabailites. The value is amazing -- I really appreciate the fact that MaryJo puts out such a quality product at a really fair (if not low) price.

I've used CFWebstore for over 5 years and have been a big fan. MaryJo's support is first class. The product has always been very easy to customize and is well commented. The way it presents categories and products makes it very, very flexible. You can give the store a custom look quickly right out of the box but it is really an ideal product for those who have really custom needs and are looking to build a custom store on a rock solid foundation.

Sometimes it's the little things that end up making a huge difference in selecting a store. For instance, many stores look good at first look, then you realize that they can't put a single product into multiple categories or track inventory on products with options. I admire CFWebstore because it's a mature product that doesn't miss a thing. 

The new Fusebox3 version is blows every other cart away. If you haven't seen the product lately you need to check it out. It's written in a totally modular way that makes it easy use and really, really powerful.

I just launched a store using the new code (www.techronics.com) and it is working great! Considering the full featured content management system, I absolutely plan on using CFWebstore for many non-store sites as well!

-MH

-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Feedback on CFWebstore?

2004-03-04 Thread Muzl Hed
CFWebstore's new version ROCKS! It includes a full publishing engine, role based security and content protection, the ability to sell memberships to site content, downloadable products and full puchase order/dropshipping capabailites. The value is amazing.

I've used CFWebstore for over 5 years and have been a big fan. MaryJo's support is first class. The product has always been very easy to customize and is well commented. 

The new Fusebox3 version is blows every other cart away. Sometimes it's the little things that end up making a huge difference in selecting a store. For instance, many stores look good at first look, then you realize that they can't put a single product into multiple categories or track inventory on products with options. I admire CFWebstore because it's a mature product that doesn't miss a thing! I just launched a store using the new code (www.techronics.com) and it is working great!

Considering the content management system, I absolutely plan on using this product for many non-store sites as well!

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