Re: CF Blog Software

2008-02-02 Thread mac jordan
On Feb 2, 2008 12:15 AM, Charlie Griefer [EMAIL PROTECTED] wrote:

 not so much plug-innable skins... but peruse the various cf blogs
 out there (just go to http://coldfusionbloggers.org/).  most of them
 are using blogCFC (if not most... a lot).  you'll see the various
 layouts/designs.



It's easy enough to style if you know your way round CSS.  I have two that
look quite different, I think:

www.jordan-cats.org/blog
www.bubbamoose.org


-- 
mac jordan
www.webhorus.net
www.nibblous.com
www.kestrel.org
www.jordan-cats.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: JavaCC/ANTLR grammar for ColdFusion?

2008-02-02 Thread Mark Mandel
Mark,

I started a ANTLR one a while back for the CFEclipse project, but never
really got around to finishing it.  It's probably at ~ 85% done.

Does a partial parser help you? ;)

I've not used JavaCC, but ANTLR is a fantastic tool to use, and is * very *
flexible.

Parsing CF is a real pain, as it is one strnge language syntactically.

Mark

On Feb 2, 2008 7:39 AM, Gaulin, Mark [EMAIL PROTECTED] wrote:

 Hi
 Has anybody done any work on pulling together a grammar for ColdFusion,
 something that might be a good start for a compiler-compiler like JavaCC
 or ANTLR? (If you've used these tools before, would you recommend one
 over the other?)  I'd like to try some static analysis on CF code and
 having a decent parser is a prerequisite, and I'd like it to be in java
 for it can integrate easily with other things (like CFE).
 Thanks
Mark


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


structures

2008-02-02 Thread Richard White
Hi,

i can reference a structure to get the value no problem like this:

cfoutput#session.questionDetails[1].subjectID#/cfoutput

but i need to be able to get data out without physically knowing the name of 
the element, as a simple example i am trying to do it like this:

cfset currentID = subjectID

cfoutput#session.questionDetails[1][currentID]#/cfoutput

the error says that it cannot convert complex objects to simple values.

this is the same even if i try it like this:

cfoutput#session.questionDetails[1][subjectID]#/cfoutput

can anyone help me realise what i am doing wrong.

thanks very much


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Richard White
try having at look at this component, i havent checked it out yet but have been 
meaning too for some time as it does look very cool!!!

http://www.dhtmlx.com/docs/products/dhtmlxVault/index.shtml



 Hey guys,
 
 
 What I'm trying to do is quite simple. People will upload files, and I 
 want to have a little progress bar come up for while they're uploading. 
 Right now, the only indicator of something happening is the status bar 
 at the bottom of firefox saying, Sending request to website.
 
 I'm using CFFILE on a processor page--with the browse and submit 
 functionality sending to this processor page.
 
 Thanks,
 George C. Linderman 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: structures

2008-02-02 Thread James Holmes
What do you get if you CFDUMP the value of
#session.questionDetails[1][currentID]# instead?

On Feb 2, 2008 8:04 PM, Richard White [EMAIL PROTECTED] wrote:
 Hi,

 i can reference a structure to get the value no problem like this:

 cfoutput#session.questionDetails[1].subjectID#/cfoutput

 but i need to be able to get data out without physically knowing the name of 
 the element, as a simple example i am trying to do it like this:

 cfset currentID = subjectID

 cfoutput#session.questionDetails[1][currentID]#/cfoutput

 the error says that it cannot convert complex objects to simple values.

 this is the same even if i try it like this:

 cfoutput#session.questionDetails[1][subjectID]#/cfoutput

 can anyone help me realise what i am doing wrong.

 thanks very much


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CFEclipse with Aptana

2008-02-02 Thread Pete Ruckelshaus
I've been using Aptana (http://www.aptana.org/) with my students in my web
design class (I teach in a public school district and didn't inherit any
budget for software, Aptana is both free and very very good).  I've actually
grown to prefer it over HomeSite+ for HTML, JS, and CSS; it's based on
Eclipse, so you can install Eclipse plug-ins -- including cfeclipse -- with
no problem.  The only thing that's keeping me from using it for all of my
ColdFusion development is that for some reason, I can't get line numbers to
show when editing CFM files, and the show line numbers setting in the
settings applet won't save the setting.  Has anyone else encountered this
issue, and if so, is there a fix?

Thanks,

Pete


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: CFEclipse with Aptana

2008-02-02 Thread James Davis
Pete,
 
Make sure you check the Show Line Numbers under the CFEclipse options. That 
threw me off when i first started using it. In the Preferences, it's under 
CFEclipseEditor. If you're just checking under GeneralEditorsText Editors, 
that Show Line Numbers option will not show line numbers in CFM pages. 
 
James Davis
Kaleida Systems



From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
Sent: Sat 2/2/2008 9:38 AM
To: CF-Talk
Subject: CFEclipse with Aptana



I've been using Aptana (http://www.aptana.org/) with my students in my web
design class (I teach in a public school district and didn't inherit any
budget for software, Aptana is both free and very very good).  I've actually
grown to prefer it over HomeSite+ for HTML, JS, and CSS; it's based on
Eclipse, so you can install Eclipse plug-ins -- including cfeclipse -- with
no problem.  The only thing that's keeping me from using it for all of my
ColdFusion development is that for some reason, I can't get line numbers to
show when editing CFM files, and the show line numbers setting in the
settings applet won't save the setting.  Has anyone else encountered this
issue, and if so, is there a fix?

Thanks,

Pete




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Mutli-Word search and searching each word

2008-02-02 Thread Jeremy Keith
I think this should work...

cfquery name=search datasource=search 
Select 
CompanyTypes.CompanyTypeID, 
CompanyTypes.CompanyTypeName, 
CompanyTypes.CompanyTypeDesc, 
CompanyTypes.CompanyTypeImage, 
Companies.CompanyID, 
Companies.CompanyName, 
Companies.ManagerName, 
Companies.SalesManagerName, 
Companies.CompanyCity, 
Companies.CompanyAdd, 
Companies.CompanyDesc, 
Companies.CompanyRank, 
Companies.CompanyTypeID, 
Products.ProductID, 
Products.ProductName, 
Products.ProductDesc, 
Products.ProductImage, 
Products.ProductTypeID, 
Companies_Products.Companies_ProductsID, 
Companies_Products.CompanyID, 
Companies_Products.ProductID 
From 
CompanyTypes, Companies, Products, Companies_Products 
Where 
( 
CompanyTypes.CompanyTypeID = Companies.CompanyTypeID And 
Companies_Products.CompanyID = Companies.CompanyID  And   
Companies_Products.ProductID = Products.ProductID 
) 
AND 
(  
cfset listpos = 1
cfloop index=URL.SEARCH list=#FORM.SEARCHFORM# delimiters=
(Products.ProductName LIKE '%#URL.SEARCH#%'  OR 
Companies.CompanyName LIKE '%#URL.SEARCH#%' )
cfif listpos neq listlen(FORM.SEARCHFORM,  )   
OR   
/cfif   
cfset listpos = listpos +1
/cfloop 
) 


ORDER BY 
Companies.CompanyTypeID, Companies.CompanyRank ASC, 
Companies.CompanyName ASC, Companies.CompanyID, Products.ProductID; 
/cfquery



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: structures

2008-02-02 Thread Richard White
Hi James,

good idea!!!

i cfdumped it and it did output only 1 value e.g. '44' - the contents they are 
supposed to be so im not sure why it is saying that it is a complex data type

thanks James 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: structures

2008-02-02 Thread Brian McCairn
 Hi James,
 
 good idea!!!
 
 i cfdumped it and it did output only 1 value e.g. '44' - the contents 
 they are supposed to be so im not sure why it is saying that it is a 
 complex data type
 
 thanks James 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Upload progress bar

2008-02-02 Thread Mark Fuqua
I think an animated gif like Will suggested would be the easiest way to go
and accomplish the most important think...let the user know something is
happening.

Mark

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 02, 2008 2:49 AM
To: CF-Talk
Subject: Re: Upload progress bar


I've been using Flex do do this for some time now and it works well:

http://www.adobe.com/devnet/coldfusion/articles/multifile_upload.html

It even checks filesizes before upload and allows multiple files in
one operation.

On Feb 2, 2008 4:41 PM, s. isaac dealey [EMAIL PROTECTED] wrote:
  Put simply, you can't.
 
  Really?
 
  Check this out:
  http://php5.bluga.net/UploadProgressMeter/demo.php
 
  Grumbles to self

 Well that one isn't working for me with Firefox 2 and a 512kb file (says
 a 250kb file should be a good demo for most connections)... Instead I
 get upload complete pretty much instantly followed by a javascript
 error.

 However. If you get really creative, I would think you might be able to
fake
 something that's semi accurate some of the time (when the weather is
 just right). Avoid trying to use Ajax to send the file -- that's liable
 to just frustrate you even more. Submit the form via an iframe instead
 and on the request that receives the form submission, check initially
 for the length of the request data using getHTTPRequestData()

 It's a rarely used function that almost nobody knows about (of course
 because it's rarely used) - here's the livedocs article


http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/w
whelp.htm?context=ColdFusion_Documentationfile=0482.htm

 I *think* that you can fetch that prior to your cffile tag and use it to
 figure out how much data is coming up. Though you still would need to
 have a way of roughly figuring the user's connection speed, which with
 larger files will also fluctuate during an upload, and there won't be
 any way to really guage the fluctuation since you don't get any feedback
 from cf between the start and end of the cffile tag processing.

 So yeah, the short answer is still no. The long answer is basically
 not reliably the way you'd want it to work.

 This might not be a bad time to submit a feature request for CF9 to add
 an attribute or maybe a sub-tag to the cffile tag that would allow it to
 execute some kind of progress monitoring code at intervals. If for no
 other reason than that this question crops up pretty regularly on
 mailing lists. I would think something like:

 cffile action=upload filefield=yadda
   cffileprogress interval=1000
 cfset session.fileprogress = cffile.percentcomplete /
   /cffileprogress
 /cffile

 That's a real crude, off the top of my head thought. Interval would be
 miliseconds, so it'd update the fileprogress once per second and then
 you'd use a series of ajax calls or the like at similar intervals to
 update the original page.

 All of which still hinges on my guess being correct that the page starts
 executing (or can) before all of the multi-part/formdata is finished
 transferring. I honestly don't know if the webserver will allow that.

 --
 s. isaac dealey  ^  new epoch
  isn't it time for a change?
  ph: 503.236.3691

 http://onTap.riaforge.org/blog







~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: structures

2008-02-02 Thread Adrian Lynch
That looks right. Maybe something else is happening. Is there any more code
to show?

Here's some sample code to show that what you're after should work...

cfscript
st = StructNew();
st.a = A;
a = a;
/cfscript

cfoutput
p#st.a#/p
hr /
p#st[a]#/p
hr /
p#st[a]#/p
/cfoutput

hr /hr /

cfscript
ar = ArrayNew(1);
ar[1] = StructNew();
ar[1].a = A;
a = a;
/cfscript

cfoutput
p#ar[1].a#/p
hr /
p#ar[1][a]#/p
hr /
p#ar[1][a]#/p
/cfoutput

You're not use shorthand to create any of the data collections are you? Like
a = [1,2,3]?

Adrian

-Original Message-
From: Richard White
Sent: 02 February 2008 11:04
To: CF-Talk
Subject: structures


Hi,

i can reference a structure to get the value no problem like this:

cfoutput#session.questionDetails[1].subjectID#/cfoutput

but i need to be able to get data out without physically knowing the name of
the element, as a simple example i am trying to do it like this:

cfset currentID = subjectID

cfoutput#session.questionDetails[1][currentID]#/cfoutput

the error says that it cannot convert complex objects to simple values.

this is the same even if i try it like this:

cfoutput#session.questionDetails[1][subjectID]#/cfoutput

can anyone help me realise what i am doing wrong.

thanks very much




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Will Tomlinson
I went ahead and put up a gif I use. 

http://wtomlinson.com/wait30.gif

HTH,
Will 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: structures

2008-02-02 Thread Richard White
Hi Adrian, you are absolutely right, i was creating the structure directly from 
a query, therefore even though the query is only returning 1 row it is still 
saving as a complex structure

thanks very much, i have now sorted this out!!!

thanks again



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: AHPHosting Downtimes?

2008-02-02 Thread Mary Jo Sminkey
It happens around 3am-4:30am PST. Not quite sure if it really AHP, that's
the reason why I wanted to field it on the list.  Accessing via FTP or RDS
is OK. But I can not seem to hit the (mine and AHP's) sites via http when
its down.  Have not done a trace route though, maybe next time I should.

I also seem to have down time with my VPS around then fairly regularly, 
although it's not been as frequent recently. 

--- Mary Jo



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: MySQL Comparison Tool

2008-02-02 Thread Jeff Price
For those not fortunate enough to use MySQL, RedGate's SQL Compare and SQL Data 
Compare absolutely rock!

I didn't know the same type of tools existed for mySQL, I'll have to check out 
everything that folks have recommended. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: CFEclipse with Aptana

2008-02-02 Thread Pete Ruckelshaus
I have tried a variety of combinations of checking, unchecking, and
rechecking the line number options in both places, to no avail.  Also, if I
wasn't clear, I'm using the Aptana install and not Eclipse with the Aptana
plugin.

Pete

On Feb 2, 2008 10:14 AM, James Davis [EMAIL PROTECTED] wrote:

 Pete,

 Make sure you check the Show Line Numbers under the CFEclipse options.
 That threw me off when i first started using it. In the Preferences, it's
 under CFEclipseEditor. If you're just checking under GeneralEditorsText
 Editors, that Show Line Numbers option will not show line numbers in CFM
 pages.

 James Davis
 Kaleida Systems

 

 From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
 Sent: Sat 2/2/2008 9:38 AM
 To: CF-Talk
 Subject: CFEclipse with Aptana



 I've been using Aptana (http://www.aptana.org/) with my students in my web
 design class (I teach in a public school district and didn't inherit any
 budget for software, Aptana is both free and very very good).  I've
 actually
 grown to prefer it over HomeSite+ for HTML, JS, and CSS; it's based on
 Eclipse, so you can install Eclipse plug-ins -- including cfeclipse --
 with
 no problem.  The only thing that's keeping me from using it for all of my
 ColdFusion development is that for some reason, I can't get line numbers
 to
 show when editing CFM files, and the show line numbers setting in the
 settings applet won't save the setting.  Has anyone else encountered this
 issue, and if so, is there a fix?

 Thanks,

 Pete




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: CFEclipse with Aptana

2008-02-02 Thread Donnie Bachan (Gmail)
Pete,

I think for it to work correctly you need to enable line numbers in
both places (General  Editors  Text Editors and within the CFEclipse
 Editor panels). I am using Eclipse with both Aptana and CFEclipse
installed and was having a similar problem when one or the other was
checked. I know that you are using the Aptana install with CFEclipse
as a plugin but I don't think there is really a difference because the
Aptana docs say that you have to enable line numbers by General 
Editors  Text Editors (see
http://www.aptana.com/docs/index.php/Displaying_or_hiding_line_numbers).
If all else fails, you could always try it on a clean install with the
latest updates.

BTW, are you on Windows or Mac?

HTH.

Best Regards,
Donnie

On Feb 2, 2008 1:45 PM, Pete Ruckelshaus [EMAIL PROTECTED] wrote:
 I have tried a variety of combinations of checking, unchecking, and
 rechecking the line number options in both places, to no avail.  Also, if I
 wasn't clear, I'm using the Aptana install and not Eclipse with the Aptana
 plugin.

 Pete


 On Feb 2, 2008 10:14 AM, James Davis [EMAIL PROTECTED] wrote:

  Pete,
 
  Make sure you check the Show Line Numbers under the CFEclipse options.
  That threw me off when i first started using it. In the Preferences, it's
  under CFEclipseEditor. If you're just checking under GeneralEditorsText
  Editors, that Show Line Numbers option will not show line numbers in CFM
  pages.
 
  James Davis
  Kaleida Systems
 
  
 
  From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
  Sent: Sat 2/2/2008 9:38 AM
  To: CF-Talk
  Subject: CFEclipse with Aptana
 
 
 
  I've been using Aptana (http://www.aptana.org/) with my students in my web
  design class (I teach in a public school district and didn't inherit any
  budget for software, Aptana is both free and very very good).  I've
  actually
  grown to prefer it over HomeSite+ for HTML, JS, and CSS; it's based on
  Eclipse, so you can install Eclipse plug-ins -- including cfeclipse --
  with
  no problem.  The only thing that's keeping me from using it for all of my
  ColdFusion development is that for some reason, I can't get line numbers
  to
  show when editing CFM files, and the show line numbers setting in the
  settings applet won't save the setting.  Has anyone else encountered this
  issue, and if so, is there a fix?
 
  Thanks,
 
  Pete
 
 
 
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Secure login system

2008-02-02 Thread Dominic Watson
I am building a secure login system and would like some opinions on what I
have so far (please pick it apart):

1. Submitting login form over SSL, no brainer
2. Using cfqueryparam everywhere, another no brainer
3. Password field in the database is called something other than password,
pw, etc
4. Password is one way encrypted using Hash(), encrypted version stored on
db
5. In the ColdFusion code, the encrypted version of the pw is never selected
from the db - I assume this is irrelevent, but better be on the safe side
6. Login form field names have session key appended to them to prevent the
browser remembering login details for the user (no remember me tickbox)
7. Password can only be changed by the user entering current password and
new password when logged in

I think this is all sound so far but I am really unsure about the best way
of resetting passwords when a user has forgotten their password. Currently,
I have this:

1. User requests password change instructions to be sent to their registered
email address by entering both their login name and email address: if the
details match - the instructions are sent (if they don't remember those
details they can ask the administrator, its a small office).
2. When the request is made, a 32 character  'temporaryLoginKey' is created
and a hash of this is stored in the login table. The unhashed key is sent to
the user's email as part of a web address (i.e.
www.site.com/index.cfm?event=resetPasswordtempLoginKey=27JFl49580KFj45687KJGF459
)
3. The user visits the url sent to them and is presented with a change
password form in which they are required to enter their login name and new
password
4. Once the user has changed their password, the tempKey is cleared and
resulting calls to the temp address result in an access denied message or
some such

Am I missing anything obvious or is anything I am doing plain wrong? I do
not need to build fort knox here, simply the most secure login possible on
zero budget (it also has to be a minimal PITA for the users)

Thanks in advance :)

Dominic


-- 
Blog it up: http://fusion.dominicwatson.co.uk


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread s. isaac dealey
Only thing I didn't see was mention of a salt phrase included in the
hash, but I doubt you really need to go to that extent. The rest looks
fine to me personally. It's more than most apps do for password security. 


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread Will Tomlinson
I am building a secure login system and would like some opinions on what I
have so far (please pick it apart):


Better than the one I just reviewed a few weeks back. I checked out an app that 
simply had the user/pass stored in a variable on a page. If the person entered 
the right user/pass they were relocated to the secure pages. 

And no, the secure pages were not restricted in any way themselves. You could 
visit them directly. Total CRUD and all. 

Will 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Donnie Bachan (Gmail)
George, I agree with the idea of just displaying some sort of
animation, if something is taking too long you can always say still
working...hang on! but the entire idea is to give the user an
indicator letting them know that something is happening and the upload
hasn't died. You will need to include proper error handling and
timeouts. It really isn't something you want to spend hours on because
in the end it really isn't that important to show that 10 MBs out of
100MBs have been uploaded (and if you are uploading something that big
via the browser I would discourage that! IMHO).

Will, Why limit yourself: http://www.ajaxload.info/ we


Best Regards,
Donnie

On Feb 2, 2008 11:35 AM, Will Tomlinson [EMAIL PROTECTED] wrote:
 I went ahead and put up a gif I use.

 http://wtomlinson.com/wait30.gif

 HTH,
 Will

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread Dominic Watson

 Better than the one I just reviewed a few weeks back. I checked out an app
 that simply had the user/pass stored in a variable on a page. If the person
 entered the right user/pass they were relocated to the secure pages.

 And no, the secure pages were not restricted in any way themselves. You
 could visit them directly. Total CRUD and all.


Wowsers!

I'll look up the salt phrase thing thank you s. Better to go slightly
overboard ;)

Glad to know I'm doing the right thing (by your eyes at least). I can sleep
now.

Dominic


-- 
Blog it up: http://fusion.dominicwatson.co.uk


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Will Tomlinson

Will, Why limit yourself: http://www.ajaxload.info/ we


Sweetness! Preesh!

Will 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread s. isaac dealey
 try having at look at this component, i havent checked it out yet but
 have been meaning too for some time as it does look very cool!!!
 
 http://www.dhtmlx.com/docs/products/dhtmlxVault/index.shtml
 

Decent job on the interface. Doesn't seem to show actual progress tho --
I think the progress bar in that case is just a throbber like the
moving graphic, to give the user a convenient illusion. 

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread Dominic Watson
Blimey, looking up salting produced some very interesting stuff including
this:

http://www.rohitab.com/discuss/lofiversion/index.php/t16402.html

Amazing how people talk about their criminal activity with such openness and
politeness - emoticons all round!

Thanks again,

Dominic

-- 
Blog it up: http://fusion.dominicwatson.co.uk


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread Will Tomlinson
Blimey, looking up salting produced some very interesting stuff including
this:

http://www.rohitab.com/discuss/lofiversion/index.php/t16402.html

That site should be turned over to the proper authorities. That's ridiculous. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Secure login system

2008-02-02 Thread s. isaac dealey
 That site should be turned over to the proper authorities. That's
 ridiculous. 

Does seem pretty ballzy of them to talk like that on a forum that's
indexed by google. 

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 503.236.3691

http://onTap.riaforge.org/blog



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Gerald Guido
http://www.webdice.org/uber_uploader/

http://www.google.com/search?q=Upload+progress+barie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a



On Feb 1, 2008 8:36 PM, George Linderman [EMAIL PROTECTED] wrote:

 Hey guys,


 What I'm trying to do is quite simple. People will upload files, and I
 want to have a little progress bar come up for while they're uploading.
 Right now, the only indicator of something happening is the status bar at
 the bottom of firefox saying, Sending request to website.

 I'm using CFFILE on a processor page--with the browse and submit
 functionality sending to this processor page.

 Thanks,
 George C. Linderman

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Gerald Guido
Never mind the first one it is *nix only. I have seen this all over the
place so I have a hard time with it not being able to be done.

I saw a bunch of them that work with PHP and that is fairly ubiquitous. I
saw one that supposed to work with JSP which will run on Jrun. I don't have
time to RD this.

HEre is one for PHP
http://blog.joshuaeichorn.com/archives/2006/03/14/php-ajax-file-upload-progress-meter-updates/

Good luck.



On Feb 2, 2008 5:36 PM, Gerald Guido [EMAIL PROTECTED] wrote:

 http://www.webdice.org/uber_uploader/


 http://www.google.com/search?q=Upload+progress+barie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a




 On Feb 1, 2008 8:36 PM, George Linderman [EMAIL PROTECTED] wrote:

  Hey guys,
 
 
  What I'm trying to do is quite simple. People will upload files, and I
  want to have a little progress bar come up for while they're uploading.
  Right now, the only indicator of something happening is the status bar at
  the bottom of firefox saying, Sending request to website.
 
  I'm using CFFILE on a processor page--with the browse and submit
  functionality sending to this processor page.
 
  Thanks,
  George C. Linderman
 
  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Upload progress bar

2008-02-02 Thread Matt Williams
On Feb 2, 2008 4:36 PM, Gerald Guido [EMAIL PROTECTED] wrote:
 http://www.webdice.org/uber_uploader/


From the research I did on this a few months ago you need to use
either Perl or Flash to accomplish real upload status. That
uber_uploader uses Perl on the backend to do its thing. Because I'm
more comfortable with Flash that Perl, I used this:
http://www.element-it.com/MultiPowUpload.aspx

The docs even show a way to hide the flash (still embed it, but not
visible) and work with it via html/javascript. There's a free version
and a pay version. The company is in Russia, but I found their support
to be very responsive and even accommodated a feature request for me.

-- 
Matt Williams
It's the question that drives us.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Upload progress bar

2008-02-02 Thread Bobby Hartsfield
Im more impressed by their color selector. Very nice


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




-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 02, 2008 3:18 PM
To: CF-Talk
Subject: Re: Upload progress bar


Will, Why limit yourself: http://www.ajaxload.info/ we


Sweetness! Preesh!

Will 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Consultant's Revenge

2008-02-02 Thread Vincent Cannady
Here is the problem I face most of the clients I have had recently have not 
paid me as you may recall the nasty spat online for $150. Well the guy he says 
I billed 165 hours never paid me for ONE hour of work, the next client I get 
then promptly pays me for one week but take 20 hours off the next two checks, I 
quit that one and the last Client I had was the worst because his end client 
has 13 Billion dollars and wanted to pay him but he would not send in an 
Invoice. The end client liked my work so much that they kept the contract with 
him as long as he kept me. This guy who claims to have been in business for 13 
years or more and has $70,000 in his company bank account(I know people who 
work at Wachovia)and he still refuses to pay me.

So Jefferey you are right usually a letter from your attorney requesting 
payment or file Lawsuit in Federal DISTRICT Court (yes Federal Court is the way 
to go for anything over $500, because of a little thing called Diversity of 
Citizenship(you live in a different state than the weasel who does not pay) 
will get you money. 
The problem is to retain an attorney usually costs you $2000 or more so that is 
how the weasel's get you. So in order to beat that you make sure they have 
(weasel) has Liability Insurance for $1,000,000 so you sue their Insurance 
company who promptly pays and dumps his cheap skate client.

At this moment I am owed over $10,000 and my children did not have as nice as 
Xmas as they should for exactly that reason. The ones that I hate are the Big 
Companies that require you to go with a IT Consulting firm(they have contract 
with) in order to work for them then the  Firm makes all sort of demands on you 
so that you quit and they can find some CHEAP south east Asian to take your 
place if the estupido company lets them!


VNC
| aaron AT trajiklyhip DOT com
| http://www.trajiklyhip.com/blog/
| Certified Advanced Adobe ColdFusion MX 7 Developer
| Certified Macromedia Flash MX Developer
| Adobe Community Expert 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Consultant's Revenge

2008-02-02 Thread Rizal Firmansyah
I'm running an offshore ColdFusion developer from Jakarta, that is 
south east Asia.
My company's rate is US$40/man/hour, i think it's not that cheap :)

Currently we have 0 customers that won't pay us.
Infact, we never ask for down payment cause we're 100% sure that our 
client will benefit from our work, thus pay the bill.

To prevent this situation, for new client we usually break down large 
project into smaller pieces.
And do the small piece first, see whether they satisfy with our work 
- and pay before we continue with the rest.

Regards,
Rizal


At 09:30 PM 2/2/2008, you wrote:
Here is the problem I face most of the clients I have had recently 
have not paid me as you may recall the nasty spat online for $150. 
Well the guy he says I billed 165 hours never paid me for ONE hour 
of work, the next client I get then promptly pays me for one week 
but take 20 hours off the next two checks, I quit that one and the 
last Client I had was the worst because his end client has 13 
Billion dollars and wanted to pay him but he would not send in an 
Invoice. The end client liked my work so much that they kept the 
contract with him as long as he kept me. This guy who claims to have 
been in business for 13 years or more and has $70,000 in his company 
bank account(I know people who work at Wachovia)and he still refuses to pay me.

So Jefferey you are right usually a letter from your attorney 
requesting payment or file Lawsuit in Federal DISTRICT Court (yes 
Federal Court is the way to go for anything over $500, because of a 
little thing called Diversity of Citizenship(you live in a different 
state than the weasel who does not pay) will get you money.
The problem is to retain an attorney usually costs you $2000 or more 
so that is how the weasel's get you. So in order to beat that you 
make sure they have (weasel) has Liability Insurance for $1,000,000 
so you sue their Insurance company who promptly pays and dumps his 
cheap skate client.

At this moment I am owed over $10,000 and my children did not have 
as nice as Xmas as they should for exactly that reason. The ones 
that I hate are the Big Companies that require you to go with a IT 
Consulting firm(they have contract with) in order to work for them 
then the Firm makes all sort of demands on you so that you quit and 
they can find some CHEAP south east Asian to take your place if the 
estupido company lets them!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Consultant's Revenge

2008-02-02 Thread Aaron Rouse
Interesting, $40/hr is really not a ton cheaper than what a lot of U.S.
developers will work for.  We have paid anywhere from $40-60/hr for CF
developers.  I personally have worked for anywhere from $30-80/hr, just
depended on the job, my schedule, and many other factors.

I have had trouble with big companies not paying on time and that can be a
significant hit on the old wallet when waiting on a $10k or more check to
come in and it is many months late coming.  I am lucky that I stash a
healthy chunk of change in the bank for such experiences although the last
time it happened to be it pretty much depleted my stash and was not a fun
experience thinking about the possible outcomes.  I did wise up some last
year and for some of my projects for the big companies instead of charging
hourly I charged a flat rate which they had to pay upfront.  Basically the
invoice was put out at the beginning and they have NET 50 terms so in most
cases the payment came in shortly after the project was done.


On Feb 2, 2008 8:52 AM, Rizal Firmansyah [EMAIL PROTECTED]
wrote:

 I'm running an offshore ColdFusion developer from Jakarta, that is
 south east Asia.
 My company's rate is US$40/man/hour, i think it's not that cheap :)

 Currently we have 0 customers that won't pay us.
 Infact, we never ask for down payment cause we're 100% sure that our
 client will benefit from our work, thus pay the bill.

 To prevent this situation, for new client we usually break down large
 project into smaller pieces.
 And do the small piece first, see whether they satisfy with our work
 - and pay before we continue with the rest.

 Regards,
 Rizal





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Consultant's Revenge

2008-02-02 Thread angry housewife
Sir,

One of specialities is working with the SE Asia Firms and from my converstions 
with them your rate seems to be an anomally since I have had to put out 
subcontracting bids for other developers to help when I am swamped,most of my 
replies have been in the $20-30 range. Also Sir you do not have to deal with 
the IRS and Social Security Administration, State, and Local Taxes so yes 
normally $40 is a good rate. I recently posted for $25 per hour and was 
overwhelmed with potential clients asking for my services , I was also talked 
about as if I was a fool by some of my fellow programmers here in the US. 
Regardless I was not meaning anything about race more so to the fact that 
because you do not have to deal with US taxes and the company has no Tax ID to 
report to the US Government, then they of course are willing to pay you and are 
happy to do it. I have often thought of opening an offshore company in maybe 
Costa Rica or Barbados in order to get those same benefits as you are proud of 
receiving. But in effect you are cheap for US companies because of the Tax 
Liability and Government Pension payments. Even as an offshore company you do 
not have a US Tax ID, I am sure the IRS could not take you to jail or haul you 
off to court another advantage you have. Again no pun on SE Asian my Step 
Mother was from Canton China before she came here to the US, and I love Taiwan 
and Hong Kong but guess what her brother who I learned some of my programming 
skills from also runs an offshore programming shop charging 35 per hour, and he 
is rich; living in Hong Kong. No way a US programmer could be considered Rich 
here for charging that rate. I wonder do you live in a Villa, how much money do 
you make out of the 40 per hour or does the whole company get paid that and 
then it is divided , you see here if a developer shared 40 per hour with his 
partners he would need 15 clients ,working for all of them to survive!

I'm running an offshore ColdFusion developer from Jakarta, that is 
south east Asia.
My company's rate is US$40/man/hour, i think it's not that cheap :)

Currently we have 0 customers that won't pay us.
Infact, we never ask for down payment cause we're 100% sure that our 
client will benefit from our work, thus pay the bill.

To prevent this situation, for new client we usually break down large 
project into smaller pieces.
And do the small piece first, see whether they satisfy with our work 
- and pay before we continue with the rest.

Regards,
Rizal


At 09:30 PM 2/2/2008, you wrote:

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: Dead Beat Clients.

2008-02-02 Thread RobG
I've been watching the Consultant's Revenge thread for a few days, but 
haven't commented because most everything that I would say has been 
said.  I like the idea, but I'm also worried about liability.  I also 
like JW's idea about a place where both clients and companies can be listed.

I like this idea of the Deadbeat Clients list.  But I have a question... 
shouldn't there be a list for clients who it's a fight to get paid, even 
if you eventually do?  Or for clients who pay, but will negotiate you 
down after-the-fact?  I have a few to add to the list if we're going to 
have a list like that.

Rob


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Dead Beat Clients.

2008-02-02 Thread William Seiter
If this list is going to be created, you can probably break it off into
groups.  
1.  Dead Beats
2.  Slow Pays
3.  Partial Pays  (Partial invoices, not partial jobs)

I, personally, think this would be a grand idea.  I also think that the
company/client, should also be able to list on a similar system the names of
those consultants that left them in a lurch, walked away from the job, or
did something that specifically jeopardized the job.  I have recently been
speaking to a client who has had 3 people walk away.  As much as this is a
red flag for me to work with him, it also says something about consultants.
Unfortunately, I don't know if it was the client, the consultant, or the job
that was too obtrusive to be completed with.

I know for myself, such a list may not stop me from working with a client,
but it will make me 'stick to my requirements' harder.  (If my agreement is
weekly invoices, the first missed payment has all work stop until a
satisfactory explanation or payment has been received, if it is by
'milestone', no work until payment has been received based on the milestone,
etc.)

The unfortunate thing about a list like this is that it can't be 'amended'.
Once an email is sent on this list, it is forever searchable by the search
engines.  If you make a 'typo', or if a company name is the same for
different companies across regions, then there has been a 'mistake' that
cannot be 'redacted'.  I think this would be better served using a database
similar to the BBB system.

I know, for instance, that there is at least 1 client out there who would
say some poor things about me, and I about them.  What it comes down to is a
bad communication issue.  (the specs were, apparently, unclear (I had
thought that the client meant something, when they had meant something
else.)  Even though I have billed her for the hours I worked on it, she has
never paid, and never responded to additional contact.  I have written it
off and I hope that we both took a lesson away from it.  For me, even if you
have worked on a similar project before, address every project as if you
have never worked with them on one previously (get all the facts from
scratch).  Hers, be very clear in your specification documents.  And one for
both of us; don't just read and confirm each part of the specifications,
review them all with the other party to verify the verbiage relates the
intent.

William

-- 
William E. Seiter
 
Have you ever read a book that changed your life?
Go to: www.winninginthemargins.com
Enter passkey: goldengrove
 
Web Developer / ColdFusion Programmer
http://William.Seiter.com =30099.21321.11


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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