Re: detect flash player 7 with CF?

2005-07-09 Thread Kevin Aebig
On most browsers, a small would you like to install this plugin shows 
up... other wise almost every flash guy I know really likes this one...

http://moock.org/webdesign/flash/detection/moockfpi/

Cheers,

Kevin

- Original Message - 
From: Johnny Le [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, July 08, 2005 5:18 PM
Subject: detect flash player 7 with CF?


 Hi,

 Is there a way to detect flash Player 7 using CF?  I want to use cfform, 
 but so many of my customers don't have flash player 7 and don't have 
 permissions to install them.  So I want to detect if they have flash 
 player 7.  If they do, I would set format=flash.  If they don't, I would 
 set format=xml and skin equals to something else.

 Johnny

 

~|
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:211486
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: Poor performing Oracle Query

2005-07-09 Thread Jochem van Dieten
Russ wrote:
 There must be some way to tell oracle you want to read 'dirty' data.

The concept of 'dirty' data doesn't apply to a MVCC database in 
the same way as it applies to a database that is internally based 
on locking.


 Perhaps you need something like cftransaction isolation=READ_UNCOMMITTED?

Read uncommitted is automatically upgraded to read committed in a 
MVCC database.


I recommend chapter 5 of 'Concurrency Control and Recovery in 
Database Systems': http://research.microsoft.com/pubs/ccontrol/

Jochem

~|
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:211487
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: Poor performing Oracle Query

2005-07-09 Thread Jochem van Dieten
Ian Skinner wrote:
 Well we have more information on the problem.  The query that was running 
 fairly well at 30 seconds or so was being run against a validation database 
 where the data is static.
 
 The query that was performing poorly at 18 minutes was being run against the 
 production server where the data is very active.  Apparently every time data 
 was being added to the main tables, this query would be started over.  So 
 depending on the traffic sometime it performs relatively well other times it 
 performs very poorly.  

That sounds rather vague. Does the DBA mean the database was 
running out of rollback segments and instead of just returning an 
error was somehow retrying the query?

Jochem

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211488
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


Re: load balancing

2005-07-09 Thread John Beynon
no, no cfcharting.

jb.

On 7/9/05, Douglas Knudsen [EMAIL PROTECTED] wrote:
 out of curisoity, are you using cfcharting at all?
 
 DK
 
 On 7/8/05, John Beynon [EMAIL PROTECTED] wrote:
 
  We've recently gone live using Windows Load balancing on Windows 2003
  Server and CFMX7 for out Intranet and about to go live with the same
  but CFMX7 Enterprise for our internet sites. It works just fine with
  CFMX - you're only load balancing port 80 at the end of the day. We're
  using client variables stored in cookies for maintaining state - yeah
  yeah I know client vars are the spawn of satan. CF Enterprise allows
  you to pass sync sessions across instances etc etc if you use them.
 
  We have it setup none sticky so requests alernate between either node
  in the farm.
 
  so far so good,
 
  jb.
 
 
  On 7/8/05, Russ [EMAIL PROTECTED] wrote:
   Hi all,
  
  
  
   We are thinking of scaling our servers and are looking into load
  balancing.
   We have had load balancing done through a dedicated switch at one of the
   companies for a client earlier, but for various reasons we don't want to
  use
   them for this client. What are our options? Can we do load balacing
   through windows load balancing? Is it compatible with coldfusion or will
   people keep losing their sessions? I heard someone mention having
   ColdFusion pass requests over to another server when it gets busy, load
   balancing things that way.
  
  
  
   We're currently with crystaltech right now and as far as I know they
  don't
   support hardware load balancing. If none of the software solutions work
   out, we'll have to move vendors. Can someone recommend a reliable host
  that
   supports hardware load balancing? We only need something simple to start
   with (2 web servers, one db)
  
  
  
   Russ
  
  
  
  
 
 
 
 

~|
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:211489
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: load balancing

2005-07-09 Thread John Beynon
i only started the job in january so it's inheritied code.

New sites/apps will use j2ee sessions where possible,

jb.


On 7/8/05, Adrocknaphobia [EMAIL PROTECTED] wrote:
 John,
 
 What was your reason for not using client over j2ee session vars?
 
 -Adam
 
 On 7/8/05, John Beynon [EMAIL PROTECTED] wrote:
  We've recently gone live using Windows Load balancing on Windows 2003
  Server and CFMX7 for out Intranet  and about to go live with the same
  but CFMX7 Enterprise for our internet sites. It works just fine with
  CFMX - you're only load balancing port 80 at the end of the day. We're
  using client variables stored in cookies for maintaining state - yeah
  yeah I know client vars are the spawn of satan. CF Enterprise allows
  you to pass sync sessions across instances etc etc if you use them.
 
  We have it setup none sticky so requests alernate between either node
  in the farm.
 
  so far so good,
 
  jb.
 
 
  On 7/8/05, Russ [EMAIL PROTECTED] wrote:
   Hi all,
  
  
  
   We are thinking of scaling our servers and are looking into load 
   balancing.
   We have had load balancing done through a dedicated switch at one of the
   companies for a client earlier, but for various reasons we don't want to 
   use
   them for this client.  What are our options?  Can we do load balacing
   through windows load balancing?  Is it compatible with coldfusion or will
   people keep losing their sessions?  I heard someone mention having
   ColdFusion pass requests over to another server when it gets busy, load
   balancing things that way.
  
  
  
   We're currently with crystaltech right now and as far as I know they don't
   support hardware load balancing.  If none of the software solutions work
   out, we'll have to move vendors.  Can someone recommend a reliable host 
   that
   supports hardware load balancing?  We only need something simple to start
   with (2 web servers, one db)
  
  
  
   Russ
  
  
  
  
 
 
 
 

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


Creating a breadcrumb trail

2005-07-09 Thread Will Tomlinson
I was trying to think of a good way to create a breadcrumb trail for my users 
as they navigate through my app. The first thing that comes to mind is setting 
a session variable in onRequestStart in App.cfc. Then using that to create the 
links. 

Could someone expand on this? Or offer a better solution? I'm looking for 
somethin' simple. Remember, it's Will here.  :)

Thanks,
Will


~|
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:211491
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: Creating a breadcrumb trail

2005-07-09 Thread Charlie Griefer
Will:

I have an old tutorial on that here:
http://tutorial149.easycfm.com/

Jim Davis used to have one up at DepressedPress.com (I believe).  He
still has the clickstream shown as you navigate his site...but I
wasn't able to find any code samples :|

On 7/9/05, Will Tomlinson [EMAIL PROTECTED] wrote:
 I was trying to think of a good way to create a breadcrumb trail for my users 
 as they navigate through my app. The first thing that comes to mind is 
 setting a session variable in onRequestStart in App.cfc. Then using that to 
 create the links.
 
 Could someone expand on this? Or offer a better solution? I'm looking for 
 somethin' simple. Remember, it's Will here.  :)
 
 Thanks,
 Will
 
 
 

~|
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:211492
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: Creating a breadcrumb trail

2005-07-09 Thread Will Tomlinson
Will:

I have an old tutorial on that here:
http://tutorial149.easycfm.com/


Thanks much Charlie! I'll have a look at it later today. :)

Will

~|
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:211493
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: load balancing

2005-07-09 Thread John Beynon
but i have just found a tool which will be a godsend when it comes to
Windows load balancing - lemme play with it on monday and i'll blog
it, check my blog on monday, www.beynon.org.uk

jb.


On 7/9/05, John Beynon [EMAIL PROTECTED] wrote:
 i only started the job in january so it's inheritied code.
 
 New sites/apps will use j2ee sessions where possible,
 
 jb.
 
 
 On 7/8/05, Adrocknaphobia [EMAIL PROTECTED] wrote:
  John,
 
  What was your reason for not using client over j2ee session vars?
 
  -Adam
 
  On 7/8/05, John Beynon [EMAIL PROTECTED] wrote:
   We've recently gone live using Windows Load balancing on Windows 2003
   Server and CFMX7 for out Intranet  and about to go live with the same
   but CFMX7 Enterprise for our internet sites. It works just fine with
   CFMX - you're only load balancing port 80 at the end of the day. We're
   using client variables stored in cookies for maintaining state - yeah
   yeah I know client vars are the spawn of satan. CF Enterprise allows
   you to pass sync sessions across instances etc etc if you use them.
  
   We have it setup none sticky so requests alernate between either node
   in the farm.
  
   so far so good,
  
   jb.
  
  
   On 7/8/05, Russ [EMAIL PROTECTED] wrote:
Hi all,
   
   
   
We are thinking of scaling our servers and are looking into load 
balancing.
We have had load balancing done through a dedicated switch at one of the
companies for a client earlier, but for various reasons we don't want 
to use
them for this client.  What are our options?  Can we do load balacing
through windows load balancing?  Is it compatible with coldfusion or 
will
people keep losing their sessions?  I heard someone mention having
ColdFusion pass requests over to another server when it gets busy, load
balancing things that way.
   
   
   
We're currently with crystaltech right now and as far as I know they 
don't
support hardware load balancing.  If none of the software solutions work
out, we'll have to move vendors.  Can someone recommend a reliable host 
that
supports hardware load balancing?  We only need something simple to 
start
with (2 web servers, one db)
   
   
   
Russ
   
   
   
   
  
  
 
  

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


RE: Creating a breadcrumb trail

2005-07-09 Thread Jim Davis
 -Original Message-
 From: Charlie Griefer [mailto:[EMAIL PROTECTED]
 Sent: Saturday, July 09, 2005 10:11 AM
 To: CF-Talk
 Subject: Re: Creating a breadcrumb trail
 
 Will:
 
 I have an old tutorial on that here:
 http://tutorial149.easycfm.com/
 
 Jim Davis used to have one up at DepressedPress.com (I believe).  He
 still has the clickstream shown as you navigate his site...but I
 wasn't able to find any code samples :|

Sorry - to little to do and too much time to do it.

...

Wait... that's not right.  ;^)

The clickstream component (which stores the clickstream data as a property
of a session component) is part of the DP Libraries Framework package.
The Libraries are here:

http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/
DPLibraries/Index.cfm

And the clickstream component is here:

http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/
DPLibraries/Documentation/DocViewer.cfm?Component=cfc_DepressedPress.Framewo
rk.DP_Clickstream

In this case all it's just an abstraction of an array.  It's really just
wrapped in a component to make future enhancements simpler.

These are just the API components and don't deal with any presentation
elements.

Presentation for this is pretty simple tho': just loop over the array.

Someday I'll finished documenting at least what's up there...

Jim Davis





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


Re: Adalon vs Fusebuilder

2005-07-09 Thread Sean Corfield
FuseBuilder is web-based. Adalon is a visual desktop app. Do you have
a specific question about the two products?

On 7/9/05, muzl hed [EMAIL PROTECTED] wrote:
 Can somebody let me know how Fusebuilder compares to
 Adalon?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211497
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


Where to buy ColdFusion

2005-07-09 Thread Russ
I was wondering where people are buying their ColdFusion licenses?  Directly
from macromedia or are there stores that provide substantial discounts?
We're looking to upgrade our MX 6.1 standard to enterprise and possibly add
another MX enterprise server (for load balancing).  Not quite ready to go to
7 yet, unless it's cheap, then we might bite the bullet and migrate our app.


 

Russ



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


RE: Oh..my...god!

2005-07-09 Thread Dave Watts
 Guess whats on the home page of macromedia.com  A ColdFusion banner!

If you click on the banner, there's a neat little CF timeline. I'm
especially fond of 1996.

http://www.macromedia.com/software/coldfusion/special/birthday/?trackingid=B
ICG

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211499
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


RE: find_string in db

2005-07-09 Thread Dave Watts
 plug
 How about calling your Oracle sales rep and asking how they 
 are doing on a compliant implementation of SQL/PSM?
 /plug

I would, but he's too busy frolicking in a swimming pool full of 100-dollar
bills to answer the phone right now.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211500
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: Calling Parent Page in IFRAME - Cross Domai

2005-07-09 Thread Dave Watts
 I have a problem where I have a page say on www.xyz.com , 
 this page contains an iframe which has loaded a site www.abc.com.
 
 Is there anyway I can reference the parent page from the 
 iframe (and from within the www.abc.com pages) without the 
 Permission Denied error due to JS Security Restrictions? Is 
 there anyway I can allow/trust the domain to allow me to 
 cover it all?

You can configure your browser to allow this. In a managed Windows
environment such as an intranet, you could do this using Group Policies I
suspect. I'm pretty sure there's no server-side way to circumvent browser
security restrictions like this. Alternatively, you could fetch the page
from the other server using CFHTTP, and redisplay it as needed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


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


Re: Oh..my...god!

2005-07-09 Thread Mike Tangorre
Dave Watts wrote:
Guess whats on the home page of macromedia.com  A ColdFusion banner!

 If you click on the banner, there's a neat little CF timeline. I'm
 especially fond of 1996.
 http://www.macromedia.com/software/coldfusion/special/birthday/?trackingid=B
 ICG
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

Pretty neat timeline! I didn't see that. I also didn't know Fig Leaf 
created the first users group! You learn something new everyday.


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