Re: HELP

2007-02-21 Thread Webdevotion
Can't you try a reinstall ?  In stead of remove, choose repair ?


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

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


Re: OT: Wow.. what a site!!

2007-02-13 Thread Webdevotion
Where have you been ? Under a rock comes to mind :)

2Advanced has been one of the leading bureaus for several
years now.  You love 'em or you hate 'em but at least they
made people think about what you could do ( flash 5 days )
with Flash and creative coding.


On 2/13/07, Doug Brown [EMAIL PROTECTED] wrote:
 I have seen your standard run of the mill flash sites lurking around, but 
 this is just unreal. These guys know their crappola. They need to send me 
 some of what they got!!


 http://www.2advanced.com



 Doug B.

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: bytearray not accepted in my cfc

2007-01-25 Thread Webdevotion
Thanks Nic, I'll try that.


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: bytearray not accepted in my cfc

2007-01-25 Thread Webdevotion
I get this error:

Element TYPE is undefined in a Java object of type class
coldfusion.runtime.StructBean referenced as ...


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: bytearray not accepted in my cfc

2007-01-25 Thread Webdevotion
Solved it by sending a base64 encoded bytearry from actionscript
to the cfc method.  In the cfc I converted the string to binary data
using toBinary( myString ).

This will generate a little overhead, but it works.


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


bytearray not accepted in my cfc

2007-01-24 Thread Webdevotion
Hello list,

I have a problem with my cfc method, it will not accept my ByteArray.
It always throws an error: The argument IMG passed to function saveToDisk()
is not of type binary.

I am using this code in an Actionscript 3 project ( not a flex project )
with amf0 remoting.

Actionscript:
=
var picture:Picture = Slideshow.getInstance().getPicture();
var bmp:BitmapData = new BitmapData( picture.width,picture.height,false);
bmp.draw(picture);
var myPNG:ByteArray = PNGEncoder.encode(bmp);

Coldfusion:

cffunction name=saveToDisk access=remote returntype=any
cfargument name=ext type=string required=true default=jpg
cfargument name=img type=binary required=true
.
/cffunction


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: OT: Web developer salaries

2006-12-20 Thread Webdevotion
I think it holds some truth though.
Without any effort I got several job offers for
both freelancing and full time employment
in the last couple of weeks.

The company I worked untill september also
noticed a rise in the number of jobs over the
last year.  Not because of more customers,
but because of more work from the customer base.

I think it's a great time to be a web developer:
both in terms of technologies and in terms of
a healthy pay check.


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Gantt chart component?

2006-12-13 Thread Webdevotion
Very easy to customize and implement Flex component found here:

http://www.cynergysystems.com/blogs/page/andrewtrice?entry=gantt_charts_in_flex_datagrids

I made a custom preloader using this example : )


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Gantt chart component?

2006-12-13 Thread Webdevotion
If you need help implementing this, let me know ; )


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-17 Thread Webdevotion
I ran into this problem too on different development machines.




On 4/17/06, Andrew Grosset [EMAIL PROTECTED] wrote:

 That didn't work for me, anyone else have any suggestions?

 Andrew

 yes i get it too. i get round it by stopping the jrun process in task
 manager.
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237891
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: Vertiy collections from 5 to 7

2006-04-07 Thread Webdevotion
I'm not an expert on this field, but maybe this can be of interest to you.

I saw Ben Forta some weeks ago.
He answered a similar question.

He said that in versions  7 it was best to have a lot of collections
( eg: for every language of your site ) but starting from 7 it's best
to have one big collection.

Maybe someone with experience can clarify this ?




On 4/7/06, Dan G. Switzer, II [EMAIL PROTECTED] wrote:

 Martin,

 I have to upgrade an application from CF 5 up to CFMX 7.  This
 application uses a load of verity collections.  Has anyone had to do
 this before and did they run into any problems?

 In my experience, Verity in CFMX7 does not work well with a lot of
 collections. One of the changes in CFMX7 is that cache collection data in
 RAM. This makes the RAM requirements grow by leaps and bounds per
 collection.

 You're really going to want to test the application thoroughly (with all
 collections) before upgrading.

 We've got a system w/60+ collections (none of which are very large--the
 largest collection is 5000 items, most are under 200) and indexing or
 retrieving a collection list is painfully slow. Searching appears to be
 fine, but any write operation gets slower as each collection is added.

 Do some Google searches. There's a really good thread I think from one of
 the Macromedia search forums w/some information from a Macromedia employee
 (I think it's Tim Buntel--who worked on the Verity code in CFMX7.)

 It talks about the changes from CFMX 6.1 to 7 and how they decided to
 pre-cache the collections--which requires much more memory.

 If you really do have a ton of collections, you might be better off
 installing Verity on a separate server and isolating it from the CFMX
 server.

 -Dan


 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237174
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: Java.net.connectexception

2006-04-03 Thread Webdevotion
Mmm, stack trace ? I'll have to look into that : )
I got the error from the eventgateway log.


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


Java.net.connectexception

2006-04-01 Thread Webdevotion
Hello,

I ran into a java.net.connectexception when trying to start
a flex-message gateway (for the session tracker example).

I tried to fix it using this technote, but I did something wrong.
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19185

Can someone please do a search on jvm.config and jndi.properties on his
CFMX 7 folder (with mystic update) and mail it to me ?

Does anyone know why this error occured ?

Thanks !




Excerpt


To avoid this problem, edit either the *jvm.config* or
*jndi.properties*files of the JRun server to bind the RMI service to
the external IP address.
The following examples demonstrate the work-arounds:

   1. *jvm.config*
   2.

   java.args=-Djava.rmi.server.hostname=[server name or IP address]
   3. *jndi.properties*
   4.

   Add the following property to jndi.properties:

   java.rmi.server.hostname=[server ip address
   5.

   


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236775
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: excel and mysql

2005-01-24 Thread Webdevotion
Thanks ! I will give it a try.

On Sat, 22 Jan 2005 15:28:28 +0100, Webdevotion [EMAIL PROTECTED] wrote:
  

My client should be able to upload the file itself,
so maybe csv etc. is too difficult.
Is the xls format reliable ( e.g. depending of excel versions ) ?



There's a Java CFX tag on OpenXCF which reads / writes Excel XLS files
(into / out of a standard CF query object). I blogged about it a while
back as well as a few other options:

http://www.corfield.org/blog/index.cfm?do=blog.searchsearch=XLS
  




~|
Logware: 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:191518
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


excel and mysql

2005-01-22 Thread Webdevotion
Hello,

I want to transfer data from an excel sheet into
a mysql database.

What is the best way ? Xls format, csv, ...

My client should be able to upload the file itself,
so maybe csv etc. is too difficult.
Is the xls format reliable ( e.g. depending of excel versions ) ?

Thanks


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


dateformat in query

2004-12-08 Thread Webdevotion
Hello,

How can I format a date when selecting rows in a query ?

cfquery name=qNews datasource=db_niteriders 
username=webdevo_adm password=251984
select id, title, short, content, 
DATE_FORMAT(date,'%d-%m-%Y') from tbl_news
/cfquery

is this the way to do it when using components ?

Bram


~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

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


stupid q

2004-12-08 Thread Webdevotion
Hello,

I'm just looking for the right server variable that
returns the path on my shared hosting environment.

e.g. /home/company.net/en/

tnx


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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