Re: [CF-Dev] WDDX-JSON plugin for jQuery ?

2008-06-11 Thread Rey Bango
Peter,

It might be best to explain what your app is trying to do and why you 
need to convert from WDDX to JSON.

Rey...

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

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


Umlauts and Internalization, Data Storage

2008-06-09 Thread Rey Bango
Guys,

We're looking to allow users to store values such as umlauts into the 
DB. When saved, the record appears like this:

user test umlaut ? ? ? ? ? ?

The ? is where the umlauts were and how they were saved to the DB. So 
they're not being stored properly in the DB and not being an 
internalization expert, I'm not quite sure what needs to be done.

Any ideas?

Rey

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

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


Re: Umlauts and Internalization, Data Storage - Updated w/ Code Sample

2008-06-09 Thread Rey Bango
Thanks for the feedback. Here's a test link:

http://dev8.vivoconcepts.com/rey/test.cfm

Some additional info as well. The test link above currently resides on 
ColdFusion 5 server. If I post a CF5 server to a CF5 server, the umlaut 
is managed correctly. I also tested the posting from CF8 to CF8 which 
works correctly.

If, however, I post from CF5 to a CFMX 8 server, then the ? is somehow 
stored.

The link above will demonstrate this by posting from the CF5 server to a 
CF8 server. On the CF8 server, the form field is outputted and shows the 
odd character encoding problem.

Any ideas?

Rey...

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

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


Support for Japanese

2008-05-06 Thread Rey Bango
Guys,

I've never done development for sites that need to support the Japanese 
language. What's a good starting point for this? Does CF have built-in 
capabilities for this?

Any advice would be greatly appreciated.

Rey

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

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


Re: Firebug not playing nice

2008-04-19 Thread Rey Bango
Is this an issue with FireBug or FireFox?

Rey...

Don L wrote:
 Upon loading ajax extensive page, it hangs (at creatingXMLhttpRequest ...)
 But everything was working just fine with FF and security frame for FF or the 
 network has not changed (at least not to my knowledge) and the same app works 
 fine with IE (6/7).
 
 Have any of you encountered a similar problem?
 FF version is 2.0.0.14.
 
 Thks.  
 
 
 

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

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


Re: ajax submit form

2008-04-17 Thread Rey Bango
Hi Chad,

You'll hear some good advice about properly using Ajax-based 
technologies and the advice I can give you is to look at progressive 
enhancement. It's ensuring that your application works as expected 
using traditional development methods and then gradually enhancing it to 
leverage JavaScript, DHTML and Ajax. In your case, it appears that 
you're halfway there since you already have a working search form. The 
next step is to begin adding the JavaScript, DHTML and Ajax gradually 
until you get the desired effect that you, all the while ensuring that 
your page still functions when JS is not enabled.

I would urge you to look up the topic before wandering too far into 
making substantial updates:

http://en.wikipedia.org/wiki/Progressive_Enhancement

Rey...

Chad Gray wrote:
 Does amazon stock these magic AJAX wands?  :)
 
 Sorry for the ambiguous question.
 
 
 I looked up CFDivs and binding and there are possibilities here.  I just need 
 to do some more reading.
 
 cfform
   cfinput name=queryString type=text value=plates white
 /cfform
 
 h3Results/h3
 cfdiv bind=url:searchTest.cfm?query={queryString} id=theDiv
 
 
 
 
 
 -Original Message-
 From: Matt Williams [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, April 17, 2008 10:45 AM
 To: CF-Talk
 Subject: Re: ajax submit form
 
 On Thu, Apr 17, 2008 at 9:18 AM, Chad Gray [EMAIL PROTECTED] wrote:
 There are so many options it seems to use Ajax now in CF8.

  Here is what I want to do, what is the best way to achieve it?

  I have a search form that submits to an action page and displays results 
 out of a database.

  I don't want to re-write my pages, I just want the submit to not refresh 
 the page and return the results on the same page as the search form.
 
 Hold a magic AJAX wand over your code and say the magic spell:
 Bawitdaba da bang a dang diggy diggy diggy said the boogy said up
 jump the boogy
 
 Sorry. You will have some rewrite to do and unfortunately there is not
 a best way. You need to look at cfajaxproxy. There are many other
 ways to do this without using CF8's ajax abilities too but using a
 javascript library such as scriptaculous, prototype or jQuery.
 

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

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


Re: COLDFUSION EXPERT WANTED

2008-04-02 Thread Rey Bango
Karin,

You posted a similar posting about 5 times on CF-Jobs and now you're 
posting it here. CF-Talk is *NOT* for job postings and I would urge you 
to please read the list rules to ensure you understand what content is 
acceptable.

Rey...

Karin Kelly wrote:
 Position Title:   Sr. Web Developer   
   
 Department:  Information Technology   
 
 Location:Piscataway, NJ
 
 Reports to:  IT Manager
 
 
 Position Summary:
 Apply cutting-edge technology to solve challenging business problems and 
 maximize IT’s value to the organization.  Oversee the administration of the 
 web portal, develop custom applications in a web environment, manipulation of 
 data between platforms, systems analysis to assist organization in process 
 automation and re-engineering initiatives. Additional activities related to 
 technology projects either in an advisory or participant role may be 
 required. 
  
 Position Duties and Responsibilities:
 1.Responsible for the complete design, development, testing and 
 deployment of custom written web applications and services
 2.Comprehensive experience with structuring, developing, and implementing 
 interactive web sites with a content management back-end
 3.Work with database administrator to design, develop, and update 
 databases as they relate to Web applications
 4.Knowledge of database development
 5.Resolve browser compatibility issues
 6.Diagnose and troubleshoot problems with existing, web applications
 7.Monitor and report on Web site traffic and performance
 8.Develop web services and middle-tier objects
 9.In-depth knowledge of latest .NET technologies, methodologies, 
 development environments and source control techniques
 10.   Solid understanding of application development methodologies and 
 life-cycle
 11.   Experience in gathering and analyzing business requirements
 12.   Experience in defining functional requirements
 13.   Experience with computer graphics
  
 Required:
 5+ years related work experience.
 Good communication and organizational skills.
 Highly self motivated and directed.
 Keen attention to detail
 Proven analytical and problem-solving abilities
 Ability to effectively prioritize and execute tasks in a high-pressure 
 environment
 Experience working in a small, team-oriented, collaborative environment, 
 preferably in the manufacturing and sales support industry.
  
 Required Technical Skills:
 Software:
 ColdFusion MX 7.0, Java, Macromedia Studio 8,  DreamWeaver MX, Flash MX, 
 Fireworks MX, SQL Server 2000/2003, Microsoft Office 2000/2003, Microsoft 
 Visio, Adobe Acrobat, Adobe Illustrator, Adobe Photoshop, Internet Explorer, 
 Windows 2000/XP, Windows 2000/2003 Server, TCP/IP.
 
 Programming Languages:
 ColdFusion 7.0, CSS, HTML, DHTML, Java, JavaScript, XML, Flash, Flex, SQL, 
 ActionScript (not required but nice to have).
 
 Salary:
 This is a full time, permanent position which includes medical/dental 
 benefits, 401K, and Paid-Time-Off.  Salary is commensurate with experience.
 
 All interested should forward a resume in word format, along with salary 
 requirements to: [EMAIL PROTECTED]
 
 
 
 
 

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

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


Re: many JS libraries are out there, which one for CF8 is the question.

2008-03-20 Thread Rey Bango
Andrew,

Great explanation! I couldn't have said it better myself.

Rey

Andrew Scott wrote:
   So the answer would be this, if you are after a very RIA experience 
and are
 not going to go the Flex way then my choice would be extJS 2.02 overall. If
 you are looking for minimal RIA as a way to enhance a website experience
 then jQuery/Spry/Mootools might be for you.
 
 So it would be best in my opinion to learn as many as you can. Fundamentally
 they all do the same thing in principle, and if you are good at JS then all
 are going to be easy to learn.
 
 Also if you haven't seen this website before, then I suggest you add this to
 your RSS feeds as it is a very valuable resource site.
 
 www.ajaxian.com

~|
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:301644
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Back button and Ajax

2008-03-18 Thread Rey Bango
Hi Claude,

If you want a solution that's not tied to a specific framework, then 
checkout Really Simple History 
(http://blogs.pathf.com/agileajax/2007/12/really-simple-h.html). It was 
one of the first history libraries developed and is actively maintained.

Rey...

Claude Schneegans wrote:
 Thanks all for your replies.
 These solutions are implemented in very complex framework.
 So I,m trying to understand how the solution works and implement my own 
 version.
 
 I'm trying to keep my applications simple, my AJAX function is just 
 about 12 lines long.
 
 I already have a solution working for back/forward for Mozilla with 
 about 5 lines ;-)
 I'm working on the MSIE, Opera, etc. solution.
 

~|
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:301497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Upgrade from Win2K to Windows 2008

2008-02-29 Thread Rey Bango
Its a little early in the release of Windows Server 2008 but since I 
want to upgrade from Window 2000, I wanted to see if anyone:

1) Has installed it
2) Has had any issues running CF on it

Any feedback would be awesome.

Thanks,

Rey

~|
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:300229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Calling web services via CF5

2008-02-22 Thread Rey Bango
Not sure if this is possible but can a web service be called via CF5? I 
know that its not built in like in CFMX but is there some other way of 
doing this?

Rey...

~|
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:299719
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calling web services via CF5

2008-02-22 Thread Rey Bango
That's what I'm thinking as Russ but since I've never done it, I wasn't 
quite sure if it was even doable.

Rey...

Russ wrote:
 CFHTTP?
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 22, 2008 11:55 AM
 To: CF-Talk
 Subject: Calling web services via CF5

 Not sure if this is possible but can a web service be called via CF5? I
 know that its not built in like in CFMX but is there some other way of
 doing this?

 Rey...


 
 

~|
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:299725
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Calling web services via CF5

2008-02-22 Thread Rey Bango
Makes sense. Thanks for the suggestion Russ. :)

Rey

Russ wrote:
 I've used CFHTTP with problem web services (where cfinvoke wasn't working).
 If you have CF8 locally, you can try doing a cfinvoke and capturing the data
 using wireshark and then just replicating that with cfhttp. 
 
 Russ
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 22, 2008 12:23 PM
 To: CF-Talk
 Subject: Re: Calling web services via CF5

 That's what I'm thinking as Russ but since I've never done it, I wasn't
 quite sure if it was even doable.

 Rey...

 Russ wrote:
 CFHTTP?

 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 22, 2008 11:55 AM
 To: CF-Talk
 Subject: Calling web services via CF5

 Not sure if this is possible but can a web service be called via CF5? I
 know that its not built in like in CFMX but is there some other way of
 doing this?

 Rey...




 
 

~|
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:299743
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - JS Date picker

2008-02-20 Thread Rey Bango
Gerald,

Here's one that's free and extensively used, even by Google:

http://marcgrabanski.com/code/ui-datepicker/

It's based on the jQuery JS lib.

Rey

Gerald Guido wrote:
 I need a date picker. The CIO is super picky and wants it just so and
 doesn't know (or care) what hoops I have to go though to do it. I got one
 that works (and meets his requirements):
 
 http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm
 
 But it needs the Doc Type declared to work in IE.
 
 Ex:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd;
 
 There is no doc type declared in our intranet (not my doing btw). So
 declaring the Doc Type renders the drop down nav bars useless and totaly
 mucks up the design in both browsers (of course it does).
 
 Does anyone have anything on hand that you have used? Yes I googled it and
 it is slim pickins
 
 The main requirements are: free, that it looks decent, and that the user not
 have to click anything to close the time picker widget after selecting the
 time. Which was his main objection to this one (Which is very nice):
 http://www.nogray.com/js_tools.php
 
 And yes I tried to make it do so but my JS chops aren't all that advanced
 and I don't want to muck around with the source code.
 
 TIA,
 Gerald
 
 
 

~|
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:299461
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT - JS Date picker

2008-02-20 Thread Rey Bango
Hi Gerald,

Unfortunately I don't believe so but you can look at these options for 
time picking:

http://keith-wood.name/timeEntry.html
http://plugins.jquery.com/project/timepicker

ClockPick, though, definitely has a wonderful UX and if Josh is stepping 
up to help, as he said he is, definitely consider using it.

And thank you for your kind words. Always good to hear. :)

Rey...

Gerald Guido wrote:
 Thanks Rey. Do you know if it supports *time*. That is what I am ultimately
 after. I should have been clearer in my original email.
 
 BTW I have long admired your work.
 
 Thanks,
 Gerald
 
 On Feb 20, 2008 1:24 PM, Rey Bango [EMAIL PROTECTED] wrote:
 
 Gerald,

 Here's one that's free and extensively used, even by Google:

 http://marcgrabanski.com/code/ui-datepicker/

 It's based on the jQuery JS lib.

 Rey

 Gerald Guido wrote:
 I need a date picker. The CIO is super picky and wants it just so and
 doesn't know (or care) what hoops I have to go though to do it. I got
 one
 that works (and meets his requirements):

 http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm

 But it needs the Doc Type declared to work in IE.

 Ex:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd;

 There is no doc type declared in our intranet (not my doing btw). So
 declaring the Doc Type renders the drop down nav bars useless and totaly
 mucks up the design in both browsers (of course it does).

 Does anyone have anything on hand that you have used? Yes I googled it
 and
 it is slim pickins

 The main requirements are: free, that it looks decent, and that the user
 not
 have to click anything to close the time picker widget after selecting
 the
 time. Which was his main objection to this one (Which is very nice):
 http://www.nogray.com/js_tools.php

 And yes I tried to make it do so but my JS chops aren't all that
 advanced
 and I don't want to muck around with the source code.

 TIA,
 Gerald




 
 

~|
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:299469
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 - JS Date picker

2008-02-20 Thread Rey Bango
Good deal Josh. Please be sure to update this on the jQuery plugins site 
as well. :)

Rey

Josh Nathanson wrote:
 Gerald, the plugin is fixed and available now.  Let me know if you encounter 
 any issues.
 
 http://www.oakcitygraphics.com/jquery/clockpick/trunk/ClockPick.cfm
 
 -- Josh
 
 
 - Original Message - 
 From: Gerald Guido [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, February 20, 2008 9:59 AM
 Subject: Re: OT - JS Date picker
 
 
 I think I've isolated what the incompatibility is.
 If you can hang on for a bit I'll try to release a fixed version later
 today.

 Thank you sir. Much appreciated!

 BTW nice work. But you knew that ;)




 On Feb 20, 2008 12:53 PM, Josh Nathanson [EMAIL PROTECTED] wrote:

 Hey Gerald,

 ClockPick is my plugin...I wasn't aware of the doctype issue.  I've been
 doing some googling and I think I've isolated what the incompatibility 
 is.
 If you can hang on for a bit I'll try to release a fixed version later
 today.

 -- Josh


 - Original Message -
 From: Gerald Guido [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Wednesday, February 20, 2008 9:11 AM
 Subject: Re: OT - JS Date picker


 Thank you. Looks good.
 I am mostly looking for a *Time* picker. Actually I have the Calendar
 working I just need the time picker.

 www.dynarch.com/projects/calendar

 The boss man doesn't like how the time selector works.

 @ Robert Harrison.

 We are on CF 7 at the moment.


 On Feb 20, 2008 11:55 AM, Imperial, Robert [EMAIL PROTECTED]
 wrote:

 Not sure if this will work for you but have you tried
 http://www.yxscripts.com/xc2/index.html ?

 Bob

 -Original Message-
 From: Gerald Guido [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, February 20, 2008 11:49 AM
 To: CF-Talk
 Subject: OT - JS Date picker

 I need a date picker. The CIO is super picky and wants it just so 
 and
 doesn't know (or care) what hoops I have to go though to do it. I got
 one
 that works (and meets his requirements):

 http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm

 But it needs the Doc Type declared to work in IE.

 Ex:
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 http://www.w3.org/TR/html4/loose.dtd;

 There is no doc type declared in our intranet (not my doing btw). So
 declaring the Doc Type renders the drop down nav bars useless and
 totaly
 mucks up the design in both browsers (of course it does).

 Does anyone have anything on hand that you have used? Yes I googled it
 and
 it is slim pickins

 The main requirements are: free, that it looks decent, and that the
 user
 not
 have to click anything to close the time picker widget after selecting
 the
 time. Which was his main objection to this one (Which is very nice):
 http://www.nogray.com/js_tools.php

 And yes I tried to make it do so but my JS chops aren't all that
 advanced
 and I don't want to muck around with the source code.

 TIA,
 Gerald








 
 

~|
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:299470
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 - JS Date picker

2008-02-20 Thread Rey Bango
Awesome Josh! Be sure to update the jQuery plugin repo with your fix. :)

Rey

Josh Nathanson wrote:
 Gerald, the plugin is fixed and available now.  Let me know if you encounter 
 any issues.
 
 http://www.oakcitygraphics.com/jquery/clockpick/trunk/ClockPick.cfm
 
 -- Josh
 
 

~|
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:299474
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: ThickBox (JQuery)

2008-02-14 Thread Rey Bango
Steve,

Check out http://dev.iceburg.net/jquery/jqModal/

Rey...

Steve Good wrote:
 I gave up on the CF8 bundled AJAX libraries and moved on to JQuery.  I 
 decided to use ThickBox for my modal window needs, but I've noticed some 
 differences between thickbox and cfwindow.
 
 1.  ThickBox is not modal in the same way that cfwindow is.  It fades 
 out the parent layer, but unlike cfwindow, I can exit the thickbox by 
 clicking in the faded area.  With cfwindow my interaction is limited to 
 just the modal window.  Is there a way to accomplish the same thing in 
 ThickBox?
 
 2.  I can't figure out how to make the thickbox window draggable like 
 cfwindow.  Is this something that is possible with thickbox?
 
 I know this isn't directly related to CF, but I am at a loss for places 
 to ask.  If anyone knows of a list or forums where these kinds of 
 questions would be more appropriate to ask please let me know :)
 
 Thanks!

~|
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:299039
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: ThickBox (JQuery)

2008-02-14 Thread Rey Bango
No prob. Just so you know, I'm part of the jQuery team and I troll here 
often. If you need something, feel free to email me directly.

Rey

Steve Good wrote:
 Thanks Rey.  That might be exactly what I need.
 
 ~Steve
 
 
 
 Rey Bango wrote:
 Steve,

 Check out http://dev.iceburg.net/jquery/jqModal/

 Rey...

 Steve Good wrote:
   
 I gave up on the CF8 bundled AJAX libraries and moved on to JQuery.  I 
 decided to use ThickBox for my modal window needs, but I've noticed some 
 differences between thickbox and cfwindow.

 1.  ThickBox is not modal in the same way that cfwindow is.  It fades 
 out the parent layer, but unlike cfwindow, I can exit the thickbox by 
 clicking in the faded area.  With cfwindow my interaction is limited to 
 just the modal window.  Is there a way to accomplish the same thing in 
 ThickBox?

 2.  I can't figure out how to make the thickbox window draggable like 
 cfwindow.  Is this something that is possible with thickbox?

 I know this isn't directly related to CF, but I am at a loss for places 
 to ask.  If anyone knows of a list or forums where these kinds of 
 questions would be more appropriate to ask please let me know :)

 Thanks!
 

 
 

~|
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:299047
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 Javascript - when is an element visible

2008-02-12 Thread Rey Bango
In Ext, the Element class has built-in methods to get just about 
anything you need from an element, including position info.

http://extjs.com/deploy/dev/docs/?class=Ext.Element

jQuery, out of the box, can provide offset, width and height only and 
enhanced capabilities via the dimensions plugin.

Rey...


Massimo Foti wrote:
 Doesn't sound fun though-- maybe someone will post and show us a
 pre-built function in the prototype library or something.  :)
 
 Many libraries include a method to get the coordinates of any element.
 Right now I am thinking just about the one available in Mootools:
 http://docs.mootools.net/Element/Element-Dimensions.js#Element.getCoordinates
 
 Prototype should help too:
 http://www.prototypejs.org/api/position
 
 But I am sure there are many alternatives, hope others will fill the blanks 
 (Ext, jQuery, YUI etc)
 
 
 Massimo Foti, web-programmer for hire
 Tools for ColdFusion and Dreamweaver developers:
 http://www.massimocorner.com
 
 
 
 

~|
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:298815
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ext20 cf

2008-01-31 Thread Rey Bango
Do you have some code to look at? You're either missing a file or you 
have them in the wrong order.

Rey...
Ext JS Core Team Member

ColdFusion wrote:
 Anyone using the ext js functions on a CF site?
 
  
 
 I am trying to setup the basic files needed to use the messagebox functions
 and then maybe some others but right now just the one.
 
  
 
 http://extjs.com/
 
 http://extjs.com/deploy/dev/examples/message-box/msg-box.html
 
  
 
 I thought I pulled the core files but the JS error shows Ext.get is null or
 not an object
 
 
 
 
 
 

~|
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:297886
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF-Based CRMs?

2008-01-30 Thread Rey Bango
Thanks for the replies gents. Like Adrian, I was interested in a 
CF-based CRM in case I wanted to update one but SugarCRM is on my short 
list.

I did receive an offlist email from Marius Milosav of ScorpioSoft Corp. 
(http://www.scorpiosoft.com/) and will see if their CRM matches my needs.

Rey...

Kevin Aebig wrote:
 SalesForce.com is good, but if you want basically the same thing, than
 SugerCRM is extremely close...
 
 !k
 
 -Original Message-
 From: Cameron Childress [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, January 30, 2008 7:53 AM
 To: CF-Talk
 Subject: Re: CF-Based CRMs?
 
 I've seen some people using the SalesForce.com API along with Flex 
 and/or CF with a certain amount of success.  Lets you leverage 
 SalesForce's features and customize your front as you like.  For that 
 matter I would just look at SalesForce as a solution by itself, no code 
 required, if you haven't already.
 
 -Cameron
 
 Adrian Lynch wrote:
 Cheers Mike. We've got our wires crossed a bit. I(and Rey) were asking
 about
 CRMs, not CMSs.

 I would nearly always want to do my own for the reasons you've given. But
 the man sat behind me wants one now and I don't have time :OD
   
 
 
 
 

~|
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:297737
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF-Based CRMs?

2008-01-30 Thread Rey Bango
Kevin,

When it's ready for beta, email me and I'll get you some press on 
Ajaxian.com

Rey

Kevin Aebig wrote:
 Already started. AIR(Flex) frontend with PHP/CF as the middle-tier and MySQL
 / MSSQL as RDBMS. Hopefully I'll be able to incorporate some pretty slick
 new toys in it as well to make it a different kind of CRM.
 
 Hopefully I can get the whole package out for beta pretty soon...
 
 Cheers,
 
 !k
 
 -Original Message-
 From: Mark Mandel [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, January 30, 2008 2:41 PM
 To: CF-Talk
 Subject: Re: CF-Based CRMs?
 
 I am sensing a need for a new open source project
 
 Is anyone going to bite?
 
 Mark
 
 On Jan 31, 2008 2:33 AM, Adrian Lynch [EMAIL PROTECTED] wrote:
 
 I've installed Sugar and the man behind me seems happy! Job done :OD

 Adrian

 -Original Message-
 From: Rey Bango
 Sent: 30 January 2008 15:21
 To: CF-Talk
 Subject: Re: CF-Based CRMs?


 Thanks for the replies gents. Like Adrian, I was interested in a
 CF-based CRM in case I wanted to update one but SugarCRM is on my short
 list.

 I did receive an offlist email from Marius Milosav of ScorpioSoft Corp.
 (http://www.scorpiosoft.com/) and will see if their CRM matches my needs.

 Rey...

 Kevin Aebig wrote:
 SalesForce.com is good, but if you want basically the same thing, than
 SugerCRM is extremely close...

 !k

 -Original Message-
 From: Cameron Childress
 Sent: Wednesday, January 30, 2008 7:53 AM
 To: CF-Talk
 Subject: Re: CF-Based CRMs?

 I've seen some people using the SalesForce.com API along with Flex
 and/or CF with a certain amount of success.  Lets you leverage
 SalesForce's features and customize your front as you like.  For that
 matter I would just look at SalesForce as a solution by itself, no code
 required, if you haven't already.

 -Cameron

 Adrian Lynch wrote:
 Cheers Mike. We've got our wires crossed a bit. I(and Rey) were asking
 about
 CRMs, not CMSs.

 I would nearly always want to do my own for the reasons you've given.
 But
 the man sat behind me wants one now and I don't have time :OD


 
 
 
 

~|
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:297786
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF-Based CRMs?

2008-01-30 Thread Rey Bango
Well toilet water does rotate backwards in Australia and maybe being 
upside down had something to do with that! LOL! ;)

Rey

Mike Kear wrote:
 The very first time I heard the term CRM was at a Microsoft Partners
 presentation some years ago.This hotshot product manager was
 giving a presentation about the great new CRM product MS was
 introducing in the next quarter.We saw lots of great import/export
 features,  web enabling, mail handling, how it interrelates seamlessly
 with their other server products,  etc etc..but at no stage in his
 45 minute presentation did the hotshot ever use the words Customer
 or Relationship.

~|
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:297787
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF-Based CRMs?

2008-01-29 Thread Rey Bango
I'm looking for a CF-based CRM. Anyone know of a good one?

Rey

~|
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:297669
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Apple + Adobe = ??

2008-01-14 Thread Rey Bango
LOL!

Neil Middleton wrote:
 To be honest,knowing the history of ColdFusion isn't it about time
 Adobe got bought? - we've been with the same owner for literally
 months now...
 
 Neil
 
 On Jan 14, 2008 4:06 PM, Billy Cox [EMAIL PROTECTED] wrote:
 How would it change our lives if Apple were to buy Adobe? Would this be a
 good thing for CF, or would it just be something that Apple gets along with
 the products it is *really* interested in?  (such as Photoshop, Illustrator,
 Premiere, etc.)

 http://blogs.zdnet.com/BTL/?p=7571
 http://blogs.zdnet.com/BTL/?p=7571tag=nl.e539 tag=nl.e539


 Billy Cox
 Old World Spices
 [EMAIL PROTECTED]








 
 

~|
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:296546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Help!!!

2008-01-12 Thread Rey Bango
Hi Greg,

Unless your host gives you access to the CF admin (most won't), you'll 
need to ask them to create a CF DSN for you to use within your 
application. Once you have a DSN, you can then reference that within 
your application using CFQuery.

HTH.

Rey...

greg coleman wrote:
 hi, I am trying to install and configure Adobe Coldfusion to add dynamic  
 content to my website. The problem is, i don't know how to configure 
 coldfusion  
 to work with my webhost's mysql, it is only setup to work with the built in  
 server. What i want it to be able to do is when i upload it through 
 dreamweaver, to be able to work with my mysql setup that i have with my 
 webhost. can anyone  help me with that? apparently, lynda.com is only 
 concerned with showing you how  to work with coldfusion on with it's self 
 contained server. 
 
 

~|
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:296477
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajax cfchart

2008-01-09 Thread Rey Bango
Dustin,

I'm not sure about CFChart but you have a couple of options including:

http://ajaxian.com/archives/plotting-in-jquery

Also, Google now has their chart api.

Finally, you can go to AjaxRain and get a nice list of chart components:

http://www.ajaxrain.com/search.php (keyword: chart)

Rey...

Dustin Snell [Network Automation] wrote:
 Is there a way via Ajax to automatically update CFCHART with new data
 without refreshing the page? If not with CFCHART are there any other
 technologies out there that can do this?
 
 
 
 

~|
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:296277
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


[NEWS] Dan Vega's New CFWindow Tag on Ajaxian.com

2008-01-08 Thread Rey Bango
I posted about Dan Vega's new CFWindow custom tag which allows the use 
of Ext 2.0 for creating dialog boxes.

http://ajaxian.com/archives/ext-20-and-coldfusion

Please go to the post and show your support for Dan and ColdFusion.

Rey...

~|
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:296108
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Need a Javascript Wizard...

2007-12-18 Thread Rey Bango
Che,

I sent you some sample script that should help. It just simply loops 
through the checkboxes, collects the value of only those that are 
checked and assigns it to a text field.

That should give you something to run with.

Rey...

Che Vilnonis wrote:
 I've got a form with 12-24 dynamic checkboxes and varying values. When a
 checkbox is checked, its value needs to be passed to a hidden form field (it
 will become a comma seperated list). When it is unchecked, it needs to be
 removed from the list.
 
 Any ideas how to do something like this? My JS skills are lacking. :(
 
 Thanks, Che
 
 
 

~|
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:295053
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: AJAX based mutiple file upload

2007-12-14 Thread Rey Bango
Mario,

You should check this one out:

http://swfupload.org/

Rey

Ciliotta, Mario wrote:
 Hi,
 
 I was wondering if anyone has a demo of a Ajax based multiple file upload 
 that works with ColdFusion.  I have found a few examples on the web but most 
 of them seem to be Perl based.
 
 Thanks
 Mario
 
 ==
 Please access the attached hyperlink for an important electronic 
 communications disclaimer: 
 
 http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
 ==
 
 
 

~|
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:294835
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


[NEWS] Ext.CFC on Ajaxian

2007-12-10 Thread Rey Bango
Brian Love's Ext.CFC CF component is discussed on Ajaxian:

http://ajaxian.com/archives/extcfc-easing-integration-with-ext-and-adobe-coldfusion

Rey

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Rey Bango
Phil,

Could you put up a small demo that shows this behavior? That will help 
in troubleshooting it.

Rey...

Philip Hayes wrote:
 Has anybody noticed and/or come up with a solution for the slow  
 rendering speed of certain CF Ajax tags such as CFMENU and CFLAYOUT  
 (tabs in particular)?
 
 I have a site utilizing using the Spry Menus and Spry Tabs that come  
 with Dreamweaver.  Works like a charm and is quick to load.  I  liked  
 the idea of utilizing the new CF8 tags, but when I switched over, I  
 noticed HUGH performance issues.  For instance, when using CFMENU, the  
 page displays for a split second showing the li layout before  
 loading the Ajax menu.  It looks horrible.  The same thing happens  
 with the CFLAYOUT when trying to create a tabs  display.  Again, the  
 li layout displays before the Ajax tabs get rendered.  It creates a  
 flashing effect as the page loads.
 
 None of this happens when using Dreamweaver Spry Menu or Tabs.
 
 It is basically preventing me from using these in any of my sites.
 
 Suggestions?
 
 Phil Hayes
 
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Rey Bango
Great tip Michael. I'll need to add that to my CF Cookbook folder.

Rey..

Michael Dinowitz wrote:
 When some of the ColdFusion Ajax tags are used, a LOT of libraries are
 loaded. If you copy the ajax directory from
 C:\ColdFusion8\wwwroot\CFIDE\scripts to a new location you can then use
 cfajaximport to include the new scripts. You'll have to pare down some based
 on what your doing but you can move the scripts from 352k to 20k. I've done
 it with cflayout type=border
 
 cfajaximport scriptsrc=/cfide/thinscripts/ csssrc=/cfide/scripts/ajax
 
 On Dec 2, 2007 9:43 AM, Philip Hayes [EMAIL PROTECTED]
 wrote:
 
 Has anybody noticed and/or come up with a solution for the slow
 rendering speed of certain CF Ajax tags such as CFMENU and CFLAYOUT
 (tabs in particular)?

 I have a site utilizing using the Spry Menus and Spry Tabs that come
 with Dreamweaver.  Works like a charm and is quick to load.  I  liked
 the idea of utilizing the new CF8 tags, but when I switched over, I
 noticed HUGH performance issues.  For instance, when using CFMENU, the
 page displays for a split second showing the li layout before
 loading the Ajax menu.  It looks horrible.  The same thing happens
 with the CFLAYOUT when trying to create a tabs  display.  Again, the
 li layout displays before the Ajax tabs get rendered.  It creates a
 flashing effect as the page loads.

 None of this happens when using Dreamweaver Spry Menu or Tabs.

 It is basically preventing me from using these in any of my sites.

 Suggestions?

 Phil Hayes



 
 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Rey Bango
Hi Phil,

Compressing your libraries won't help in the actual rendering of things 
such as CFLAYOUT or CFMENU. It's main purpose is to assist in speeding 
up transfer of the libraries across the wire.

So, you need to determine if you're having a performance issue due to 
Internet latency, file size or component rendering.

Rey...

Philip Hayes wrote:
 Thanks.  I'll post a demo site tonight.  Stay tuned.
 
 I read somewhere on the internet about compressing the Javascript  
 libraries.  What do you think of that?
 
 
 On Dec 2, 2007, at 1:02 PM, Michael Dinowitz wrote:
 
 Any time. These are the files I used last when working with  
 cflayout=border.
 Most of them are probably needed for any of the more advanced
 ColdFusion/Ajax operations:
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\ext\ext-core.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\ext\adapter\yui\ext-
 yui-adapter.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\ext\package 
 \splitbar.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\ext\package\util.js
 
 C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\ext\package\layout 
 \layout.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\messages\cfmessage.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\package\cfajax.js
C:\ColdFusion8\wwwroot\CFIDE\thinscripts8\ajax\yui\yahoo-dom-event 
 \yahoo-
 dom-event.js
 
 Of those, I think only layout.js and splitbar.js are required by  
 cflayout.
 It will take some examination of the css/js files and debug output  
 (firebug
 and web-developer toolbar work wonders here) to know what needs to be
 included and not. It's a pain but worth it in the end.
 
 On Dec 2, 2007 12:11 PM, Rey Bango [EMAIL PROTECTED] wrote:
 
 Great tip Michael. I'll need to add that to my CF Cookbook folder.

 Rey..

 Michael Dinowitz wrote:
 When some of the ColdFusion Ajax tags are used, a LOT of libraries  
 are
 loaded. If you copy the ajax directory from
 C:\ColdFusion8\wwwroot\CFIDE\scripts to a new location you can then  
 use
 cfajaximport to include the new scripts. You'll have to pare down  
 some
 based
 on what your doing but you can move the scripts from 352k to 20k.  
 I've
 done
 it with cflayout type=border

 cfajaximport scriptsrc=/cfide/thinscripts/
 csssrc=/cfide/scripts/ajax
 On Dec 2, 2007 9:43 AM, Philip Hayes [EMAIL PROTECTED]

 wrote:

 Has anybody noticed and/or come up with a solution for the slow
 rendering speed of certain CF Ajax tags such as CFMENU and CFLAYOUT
 (tabs in particular)?

 I have a site utilizing using the Spry Menus and Spry Tabs that come
 with Dreamweaver.  Works like a charm and is quick to load.  I   
 liked
 the idea of utilizing the new CF8 tags, but when I switched over, I
 noticed HUGH performance issues.  For instance, when using CFMENU,  
 the
 page displays for a split second showing the li layout before
 loading the Ajax menu.  It looks horrible.  The same thing happens
 with the CFLAYOUT when trying to create a tabs  display.  Again, the
 li layout displays before the Ajax tabs get rendered.  It  
 creates a
 flashing effect as the page loads.

 None of this happens when using Dreamweaver Spry Menu or Tabs.

 It is basically preventing me from using these in any of my sites.

 Suggestions?

 Phil Hayes





 
 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


CF8 Grid Posting on Ajaxian.com

2007-11-29 Thread Rey Bango
Hi guys,

I posted about Scott Bennett's nice tutorials for doing cell validation 
and date rendering on CF8's grid control. Please be sure to go over and 
support Scott's work:

http://ajaxian.com/archives/coldfusion-8-grid-magic

Also, since I would like to continue to give CF8 more exposure, if any 
of you come up with creative techniques using CF  Ajax/JavaScript/DOM, 
please let me know. This doesn't have to be specifically about CF8's 
controls. It could be relating to mxAjax, jQuery, Ext, Dojo, JSMX, Spry 
or any other library/tool that you're using w/ CF.

Ajaxian gets a TON of traffic and it's a great vehicle for promoting 
CF's awesome capabilities. Having someone posting for Ajaxian who is 
also an avid CF developer puts us in a unique position to get the word out.

Rey...

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Is FigLeaf down?

2007-11-15 Thread Rey Bango
Comes up for me.

Rey

Casey Dougall wrote:
 On Nov 15, 2007 11:28 AM, Dave Watts [EMAIL PROTECTED] wrote:
 
 Is the FigLeaf site down? I can't seem to get to any of their sites?
 No, everything's working fine for me, and I'm not in the office.

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

 Server not found
 
 
 Firefox can't find the server at www.figleaf.com.
 
 2:47 pm
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


CFEclipse Help Needed

2007-11-13 Thread Rey Bango
So I made the plunge into Eclipse/CFEclipse and I'm experiencing 
something odd. I was editing some CFM pages locally and all was well. I 
stepped away for a little while and left the page I was editing opening. 
When I came back, I went to make a change and when I refreshed the page 
in the browser, the change wasn't there. Figured it was a browser cache 
issue so I cleared the cache and still no dice.

So I went to the file on the drive, opened it in notepad and noticed 
that my change hadn't been applied. I went back to CFE and made sure I 
saved and the same thing happened; the change hadn't been applied.

Any ideas on what could be causing this?

Rey...

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293193
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 Help Needed

2007-11-13 Thread Rey Bango
Hey Tom,

 What O/S ? 

WinXP

 What versions of CFE/Eclipse/Java ?

CFE: 1.3.1.5
Eclipse: v3.2.2
Java: JRE/JDK 6

 Is it a network drive ?

Tried it across the Internet to a remote server using the Adobe RDS plugin.

 Do you have a virus scanner (etc.) scanning that drive ?

No.




~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Quirk in CFEclipse?

2007-11-05 Thread Rey Bango
So here's an interesting quirk. If I open a CF file via FTP or local 
using CFEclipse, line numbers show up correctly. But, if I open the same 
file using Adobe's RDS plugin, the line numbers don't show up.

I haven't tried SVN yet.

Any thoughts?

Rey...

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Quirk in CFEclipse?

2007-11-05 Thread Rey Bango
Nope. Same deal. I went to the CF8 page, downloaded the Eclipse 
extensions, uninstalled what I had installed and reinstalled the newly 
downloaded extensions.

No line numbers. :P

Any ideas?

Rey..

Charlie Griefer wrote:
 update your RDS plugin.  this was fixed in a later release of that
 particular plugin.
 
 On Nov 5, 2007 11:15 AM, Rey Bango [EMAIL PROTECTED] wrote:
 So here's an interesting quirk. If I open a CF file via FTP or local
 using CFEclipse, line numbers show up correctly. But, if I open the same
 file using Adobe's RDS plugin, the line numbers don't show up.

 I haven't tried SVN yet.

 Any thoughts?

 Rey...


 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: ajaxcfc dump results

2007-11-03 Thread Rey Bango
Hi,

Use FireBug to look at the results being retrieved from your XHR call. 
This will show you the responseText or responseXML value being returned.

Rey...

Ioannis Papanikolaou wrote:
 Hello to everyone
 
 I am sure this will be an  easy answer to the experienced ajaxcfc users. 
 
 I am calling a function from html page, using AjaxCFC, to my cfc page.
 
 The function is a query giving results as an array form and resulting them 
 back to my main page. 
 
 How can I dump the real text to have a look if the answer from the DB is the 
 right one. 
 
 The AjaxCFC debugger is displaying only object Object wich most likely is 
 the array.   
 
 thanx in advance 
 
 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: DEATH to HOMESITE

2007-10-19 Thread Rey Bango
Richard,

Look to see if your homesite install dir has an AutoBackup dir. If it 
does, your file may be in there.

Rey...

Richard Colman wrote:
 I fall prey to making quick updates directly on the server for
 low-volume/low-usage applications. My BAD ...
 
 -Original Message-
 From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
 Sent: Friday, October 19, 2007 3:30 PM
 To: CF-Talk
 Subject: Re: DEATH to HOMESITE
 
  F*cking HomeSite+ wiped out my file on the server (AGAIN).
 
 Are you really editing files directly on your server?
 I never do that, always develop on my working station, with CF 5 and
 CFMX installed.
 When everything looks ok, I update the server by FTP.
 
 --
 ___
 REUSE CODE! Use custom tags;
 See http://www.contentbox.com/claude/customtags/tagstore.cfm
 (Please send any spam to this address: [EMAIL PROTECTED])
 Thanks.
 
 
 
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Need an active Javascript discussion group

2007-10-09 Thread Rey Bango
Ugh. Sorry man. Didn't know. I asked someone about it and was pointed there.

I'll see if I can find another one.

Rey...

Claude Schneegans wrote:
  This is one of the most active newsgroups:
 
  apparently mostly active for spamers though :-(
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Need an active Javascript discussion group

2007-10-09 Thread Rey Bango
Sounds good to me!

Claude Schneegans wrote:
  I'll see if I can find another one.
 
 How about doing as Charlie suggests, let's make the HOF list alive.
 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Set Coldfusion Variable using AJAX

2007-10-09 Thread Rey Bango
Whats the code look like Aaron? You should be able to make a Ajax call 
and pass a param as part of the query string to your CF page.

Rey

Aaron Bodell wrote:
 I have a javascript variable set to the current selected row of a table 
 (can't use cfgrid for this one). I need to pass that variable to a cfc for 
 binding to a query. I can't seem to force it. I've tried setting an invisible 
 field value, and then asynch submit the form, but with no luck. What is the 
 right way to accomplish this?
 
 Aaron 
 
 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: How to back up a CF8 installation?

2007-10-08 Thread Rey Bango
Ah you beat me to the explanation Dave. :)

Rey

Dave Watts wrote:
 Does anyone have pointers, or maybe a link to instructions on 
 how to back up a CF8 installation?  Server settings, data 
 sources, scheduled tasks, installed tags, etc.  We're running 
 a fairly plain vanilla CF8 Standard install on Win2k3 Server 
 with IIS6.
 
 Back up your neo-*.xml files in \cfusion\lib. Everything's in there. You can
 create CAR files in CF Enterprise, but I don't know if that option's
 available in Standard; I prefer that, but back up the .xml files anyway.
 
 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!
 
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: How to back up a CF8 installation?

2007-10-08 Thread Rey Bango
Jim,

You can export your server settings to a CF .CAR which can later be used 
to reset your settings during a reinstall. I believe the CF8 standard 
offers that. In the CF Admin, look for a section called Packaging  
Deployment and in there you'll see an option called ColdFusion Archives.

Is that what you're looking for?

Rey...

Jim McAtee wrote:
 Does anyone have pointers, or maybe a link to instructions on how to back 
 up a CF8 installation?  Server settings, data sources, scheduled tasks, 
 installed tags, etc.  We're running a fairly plain vanilla CF8 Standard 
 install on Win2k3 Server with IIS6. 
 
 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Re: Need an active Javascript discussion group

2007-10-08 Thread Rey Bango
This is one of the most active newsgroups:

http://groups.google.com/group/comp.lang.javascript/topics?hl=enlnk=gschg

Rey...

[EMAIL PROTECTED] wrote:
 Does anyone know a good site with activity like here on houseoffusion.com?
 
 Thanks
 
 D
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


[NEWS] Mashable.com Gives ColdFusion Some Love

2007-10-06 Thread Rey Bango
Mashable.com, a top site dedicated to social networking news and on par 
with heavyweight Techcrunch in terms of reporting, has given ColdFusion 
some love by posting about CF-related resources:

COLDFUSION TOOLBOX: 20+ Resources for ColdFusion
http://mashable.com/2007/10/06/coldfusion-toolbox/

Please be sure to post some positive comments so that Mashable sees how 
well-established our community is.

Rey...

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Design/Web Development Agencies that has a strong CF core

2007-10-02 Thread Rey Bango
Worked just fine for me Mac.

Rey

mac jordan wrote:
 On 02/10/2007, Jeff Chastain [EMAIL PROTECTED] wrote:
 
 
 site at http://www.alagad.com
 
 
 
 Bad Host Name
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: [NEWS] Ext 2.0 Alpha Released

2007-10-01 Thread Rey Bango
No the version of Ext included in CF8 is v1.0.

Rey

Jeff Fleitz wrote:
 It is my understanding that the 1.1 ExtJS components are built-in to CF8 (in 
 use for the CFFORM stuff).  Is that what you were asking?
 
 
 
 Would do I find Ext components for CF 8?

 Rick

 That's what I have heard.  This is great, because as Rey has stated, you
 can't simply abandon jQuery in low bandwidth scenarios.

 My, my the world has changed. JS had always been an afterthought for me
 unitl the past year.  Now it is a career for a lot of folks.  And it is
 becoming fun instead of being tedious.  Who'd a thunk? 
 
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Automated Way of Getting # of lines of code?

2007-09-28 Thread Rey Bango
Is there any way to grab the total # of lines of code that a particular 
CF app has?

Rey...

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


[NEWS] Ext 2.0 Alpha Released

2007-09-28 Thread Rey Bango
For those of you leveraging the built-in Ext Ajax components in CF8, I 
wanted to let you know that version 2.0 alpha of the Ext library has 
just been announced.

http://extjs.com/blog/2007/09/28/ext-20-alpha-release/

With the slew of new features included, be sure to press Adobe to 
provide an upgrade path to this new version.

Rey...

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: [NEWS] Ext 2.0 Alpha Released

2007-09-28 Thread Rey Bango
Ext 2.0 is simply awesome. The scrolling tabs just blew me away. Jack 
really outdid himself.

For a true desktop experience, I use Ext. For consumer-facing sites 
requiring a lighter library, I use jQuery. So far, the combo has worked 
wonders.

Rey...

James Holmes wrote:
 New toys!! Excellent - thanks Rey.
 
 On 9/29/07, Rey Bango [EMAIL PROTECTED] wrote:
 For those of you leveraging the built-in Ext Ajax components in CF8, I
 wanted to let you know that version 2.0 alpha of the Ext library has
 just been announced.

 http://extjs.com/blog/2007/09/28/ext-20-alpha-release/

 With the slew of new features included, be sure to press Adobe to
 provide an upgrade path to this new version.
 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Re: Firefox 2.0.0.7 Spry issues?

2007-09-19 Thread Rey Bango
This is not entirely correct. Scriptaculous doesn't like to play nice 
with jQuery. jQuery, on the other hand, goes to great lengths to work 
well with other libs even letting you adjust your namespacing to avoid 
any conflicts. No other lib provides this capability:

http://docs.jquery.com/Using_jQuery_with_Other_Libraries

Rey...
jQuery Project Team

Jonathon Stierman wrote:
 Yeah, I was losing my sanity :)  
 
 I was mixing a few AJAX libraries, and it seems Scriptalicious and jQuery
 don't like to play together. When I included both libraries, I received a
 jQuery error:
 
 $.ajax is not a function
 
 Guess I'll have to find another widget that gives me sortable lists :(
 
 Jonathon
 
 
 
 
 -Original Message-
 From: Jonathon Stierman [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, September 19, 2007 7:31 PM
 To: CF-Talk
 Subject: Firefox 2.0.0.7 Spry issues?
 
 This is only partially related to ColdFusion -- I'm not using the CF8 spry
 tags.  Just playing around with the Dreamweaver CS3 Spry wizards.  
 
 But has anyone else had trouble getting Spry to work after running the
 Firefox updater yesterday?  I'm suddenly not getting anything out of my
 application (which I'm pretty sure was working prior to updating Firefox).
 
 No errors are reported by Firebug or Firefox, but I just get the completely
 expanded view on my Spry Accordion.
 
 Wondering if it's just me or if you guys are running into this too?  I may
 just be losing my sanity -- it's been a busy week!
 
 Jonathon
 
 
 
 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


[NEWS] Extending CF8's UI and Ajax Capabilities; Kudos to Ray Camden and Todd Sharp

2007-09-08 Thread Rey Bango
Raymond Camden and Todd Sharp got some well deserved press on 
Ajaxian.com for their recent tutorials on extending CFGRID's capabilities:

http://ajaxian.com/archives/ajaxian-featured-tutorial-extending-coldfusions-ajax-and-ui-capabilities

Great work, Raymond and Todd!

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Owner of fancybread.com?

2007-09-07 Thread Rey Bango
Anyone know who the owner of http://www.fancybread.com/blog/? I'd like 
to get in contact with him/her.

Rey...

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: Owner of fancybread.com?

2007-09-07 Thread Rey Bango
LOL! You know that I tried so many other whois systems and none gave me 
that info!!

Try this and you'll see what I was getting:

http://reports.internic.net/cgi/whois?whois_nic=fancybread.comtype=domain

Thanks for getting me th info Wil.

Rey

Wil Genovese wrote:
 Do you need more than this?
 
 [whois.tucows.com]
 Registrant:
  Fancy Bread Multimedia
  6866 Beachcliffe Drive
  Burnaby, BC V5B4R3
  CA
 
  Domain name: FANCYBREAD.COM
 
  Administrative Contact:
 Marcotte, Paul  [EMAIL PROTECTED]
 6866 Beachcliffe Drive
 Burnaby, BC V5B4R3
 CA
 +1.6049992733
  Technical Contact:
 Cupples, Lindi  [EMAIL PROTECTED]
 #300-2930 Arbutus St.
 Vancouver, BC V6J 3Y9
 CA
 604-736-5312Fax: 604-736-5732
 
  Registration Service Provider:
 DotSolutions, [EMAIL PROTECTED]
 http://www.dotsol.net
 This company may be contacted for domain login/passwords,
 DNS/Nameserver changes, and general domain support questions.
 
 
  Registrar of Record: TUCOWS, INC.
  Record last updated on 14-Feb-2007.
  Record expires on 11-Mar-2008.
  Record created on 11-Mar-2000.
 
  Domain servers in listed order:
 NS2.010-101.COM
 DNS1.010-101.COM
 
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Owner of fancybread.com?

2007-09-07 Thread Rey Bango
I'm guilty of this as well so this feature would be awesome!

Rey...

Raymond Camden wrote:
 Yet another blog w/ no contact, or who am I page. I tell ya - I see
 this so much I think I'm going to make the next version of BlogCFC
 have a Contact Owner link show up by default. Just to nudge people.
 
 On 9/7/07, Andy Matthews [EMAIL PROTECTED] wrote:
 Betterwhois.com is your friend:
 http://www.betterwhois.com/bwhois.cgi?verification=6278domain=fancybread.co
 m

 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Owner of fancybread.com?

2007-09-07 Thread Rey Bango
Ha! Well us command line-challenged folks just happen to like the warm 
and fuzzy feeling of THE GUI! LOL!.

Rey...

Wil Genovese wrote:
 I simply typed /whois fancybread.com/ at my Linux command line.  I don't 
 need no stinking GUI Interface ;-)
 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Java Script Value to CF Value

2007-09-04 Thread Rey Bango
Robert,

I couldn't really get a feel for what you're doing but take a look at 
two options:

1) Doing an XHR called (Ajax) to a CF template to set it and do any work 
necessary.

2) Look into WDDX to help you exchange JS native data elements between 
CF. http://www.webmonkey.com/webmonkey/99/15/index3a_page4.html?tw=authoring

Rey...

David Low wrote:
 That script won't work, as the CF code will already be executed before 
 the client-side Javascript does anything.  CF might be able to write to 
 Javascript but can't read it.
 
 Robert Harrison wrote:
 I have a value I'm retrieving from Java Script.  I need to set it to a CF
 value. What is the correct syntax. Below does not work, but it makes the
 point on what I'm trying to do. How do I do this correctly?

  

 cfset wide=script
 language='javascript'document.write(document.images[0].height)/script

  

 Thanks,

  

  

 Robert B. Harrison
 Director of Interactive services
 Austin  Williams
 125 Kennedy Drive, Suite 100 Hauppauge NY 11788
 T : 631.231.6600 Ext. 119 

 F : 631.434.7022
 www.austin-williams.com

 Great advertising can't be either/or... It must be .




 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


CF Hosting in China

2007-09-04 Thread Rey Bango
Has anyone had experience with ColdFusion hosting providers in China? 
Any recommendations?

Rey...

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287695
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] Ann: Rey Bango is now Ajaxian

2007-09-02 Thread Rey Bango
LOL! I can't believe this made it to CFTalk! Thanks for the kudos 
Michael. I'm really happy about being an Ajaxian and posting for the 
site. :)

Rey...

Michael E. Carluen wrote:
 http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango
 
 Coolness Rey!
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of R. Rajesh Jeba Anbiah
 Sent: Sunday, September 02, 2007 3:54 AM
 To: jQuery (English)
 Subject: [jQuery] Rey Bango is now Ajaxian


 Usually, he'll be posting this sort of links/news; now for a
 change, I'm doing;)

 http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango

 --
   ?php echo 'Just another PHP saint'; ?
 Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287640
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] Ann: Rey Bango is now Ajaxian

2007-09-02 Thread Rey Bango
Aw...now I'm blushing! Thanks Michael. :)

Michael E. Carluen wrote:
 Rey, I'm sure the communities you are apart of, (CF and others) will somehow
 benefit from your visibility and from your future contributions to Ajaxian.
 
 
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]
 Sent: Sunday, September 02, 2007 1:26 PM
 To: CF-Talk
 Subject: Re: [OT] Ann: Rey Bango is now Ajaxian

 LOL! I can't believe this made it to CFTalk! Thanks for the kudos
 Michael. I'm really happy about being an Ajaxian and posting for the
 site. :)

 Rey...

 Michael E. Carluen wrote:
 http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango

 Coolness Rey!



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of R. Rajesh Jeba Anbiah
 Sent: Sunday, September 02, 2007 3:54 AM
 To: jQuery (English)
 Subject: [jQuery] Rey Bango is now Ajaxian


 Usually, he'll be posting this sort of links/news; now for a
 change, I'm doing;)

 http://ajaxian.com/archives/introducing-the-latest-ajaxan-rey-bango

 --
   ?php echo 'Just another PHP saint'; ?
 Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/



 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Instant Messaging

2007-09-01 Thread Rey Bango
Hi guys,

Has anyone implemented an instant messaging solution? If so, I'd be 
interested in chatting about it. This would be for a dating site and IM 
is extremely important for it.

I've already looked at Userplane but its too pricey.

Looking forward to some feedback.

Rey...

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Rey Bango
Will, whats the link and I'll help check it out.

Rey

Will Tomlinson wrote:
 I upgraded my crystaltech plan to CF8. I just noticed all my mxAjax stopped 
 working. 
 I guess it probably stopped working at the time we switched servers, because 
 it worked fine before that. 
 
 It all works fine on my dev machine. Does anyone know where I can start 
 looking? 
 I'd email CT, but sometimes their support is lacking in knowledge. I'd like 
 to be able to point them in some kinda direction.
 
 Thanks,
 Will
 
 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Can a server issue cause ajax to stop working?

2007-09-01 Thread Rey Bango
Will,

I see no XHR call being made in FireBug but the actual dropdowns are 
changing as I select a different division. Same w/ dept. and subject.

Very odd. I'm going to step away but I'll take a look at it later. I 
know James Holmes will be on the case as well so we'll get some answers.

Rey...

Will Tomlinson wrote:
 Oh, and I have a much simpler ajax call on another page. Heck, IT doesn't 
 even work now.  
 
 I emailed CT support so we'll see where it goes. 
 
 Thanks,
 Will 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: AJAX Security

2007-08-31 Thread Rey Bango
Hi Andy,

Apart from Ray's feedback, also keep in mind that the security issues 
with Ajax typically stem from using eval() on JSON packets and external 
JS scripts. While not all-inclusive, of late this has been the biggest 
attack vector for hackers looking to exploit JS weaknesses.

This article will give you some additional info:

http://www.ibm.com/developerworks/library/x-ajaxsecurity.html

Rey...



Andy Chen wrote:
 Thanks... nice read.
 
 So the easiest way to add another layer of Ajax security is the Prefix 
 serialized JSON option in CF Admin but from I understand, it won't break 
 anything either right? Sort of like the supress white space function.
 
 Have you seen my blog posts on CF8 and Ajax Security?

 http://www.coldfusionjedi.com/index.
 cfm/2007/7/31/ColdFusion-8-Ajax-Security-Features

 On 8/30/07, Andy Chen [EMAIL PROTECTED] wrote:
 Not sure how many attended but I attended today's eSeminar - Beyond 
 HTML: using Ajax, PDF, and more to create engaging applications with 
 ColdFusion 8.
 Some people were worried about AJAX security and how easy it is to 
 hack RIA (Rich Internet Applications). My take is AJAX is almost 
 like a web service. It allows you to access common information easily. 
 Anything which writes to a database, I have more checks in place 
 (checking UUIDs and various form fields) to prevent someone from just 
 messing around with it.
 For my current project, it's an intranet one so I am not too worried 
 about security but is there something even more dangerous that I might 
 be missing when using AJAX that I might not of thought about?

 
 
 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: LearnCF Launched

2007-08-31 Thread Rey Bango
Congrats Dale!

Dale Fraser wrote:
 Sorry if this has appeared already, but I didn't see the post come through.
 
  
 
 http://learncf.com
 
  
 
 Regards
 
 Dale Fraser
 
  
 
 http://dalefraser.blogspot.com
 
  
 
 
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: CF8 Tab Issue

2007-08-29 Thread Rey Bango
Andrew,

I'm in the fortunate position of being part of both the Ext and jQuery 
project teams. First, let me say that jQuery is in no way a Hyundai 
Excel. A better analogy would be to day that its like comparing a 
Ferrari (jQuery) to a Mercedes-Benz CL 600 (Ext). Both provide a 
tremendous amount of functionality and both target different audiences.

jQuery is a very streamlined library which is best suited for 
consumer-facing websites that want to enhance the UX with Ajax  
effects. Its fast and sporty and helps you get what you need quickly; 
just like a Ferrari.

Ext can certainly be used for consumer-facing websites but what we've 
seen is that most users, because of its rich UI control set, tend to use 
it to build full blown desktop-like applications. Its got speed and a 
hole lotta bells and whistles which make building desktop-like apps a 
breeze. If you want high-end luxury and performance, like a 
Mercedes-Benz CL 600, then you use Ext v1.1.

So what I ask is that you not be so quick to dismiss jQuery especially 
since companies Digg, MSNBC, Intel, Intuit,  Salesforce.com (HUGE ERP) 
seem to be doing quite well with it.

If you ask me which one I prefer, I would tell you that for consumer 
facing sites, I prefer the leanness of jQuery but for a true desktop 
experience, I prefer Ext. And yes, I work with both libraries and love 
them both. Both libraries are incredibly robust and cater to different 
segments.

On a final note, you really should ease up on calling someone stupid. 
While you may not agree with someone else's opinion (and you're 
certainly not expected to), I think your last post was a little over the 
top.

Rey...

Andrew Scott wrote:
 And thats nothing compared to a extJS web application I have written.
 
 You have to realise that these files do things that are more than what
 jQuery offer, extJS is a fairly good framework and can be used with jQuery
 but once you start building JS / Ajx stuff for an application then you will
 be surprised how quickly these files add up.
 
 I think you should take your head out of the sand, before you get blinded by
 your own stupidty.
 
 Seriously. Why are you bothering, you obviously haven't done anything
 serious with Ajax / GUI development as of yet. If you had this sort of
 comment from you would not have appeared.
 
 Now to make a comparison against CF8 and jQuery is like making a comparison
 with a Hyundai Excel and a Jaguar.
 
 Btw I might pick myself of the floor from laughing so hard at you in about 1
 week, but it might actually be 3 weeks before I get over this stupid email
 from you.
 
 
 
 On 8/29/07, stylo stylo [EMAIL PROTECTED] wrote:
 Here's the breakdown if interested, btw, just realized the web developer
 toolbar brings it all up nicely:

 Scripts (8 files)
 http://code.fraser.id.au/CFIDE/scripts/ajax/ext/ext-core.js 76 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/package/cfajax.js   34 KB

 http://code.fraser.id.au/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js
   28
 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/messages/cfmessage.js   15
 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/yui/animation/animation-min.js   
15
 KB

 http://code.fraser.id.au/CFIDE/scripts/ajax/ext/adapter/yui/ext-yui-adapter.js
   10
 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/ext/package/tabs/tabs.js10
 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/package/cflayout.js 9 KB

 Style Sheets (1 file)   61 KB
 http://code.fraser.id.au/CFIDE/scripts/ajax/resources/ext/css/ext-all.css
 61 KB


 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: CF8 Tab Issue

2007-08-29 Thread Rey Bango
Hi Andrew,

There's a little more that needs to be said.

 I am not knocking jQuery

Then I take it you agree that my analogy is a little better. Comparing 
jQuery to a Hyundai Excel was a bit of a knock and I hope I've offered a 
different perspective by comparing it to a Ferrari.

 I am knocking the stupid response made about the amount of includes that CF8
 has to do its Job.

The amount of files and the size of those files is a concern that's been 
expressed by others, including myself. So based on your opinion, should 
I now assume we're stupid as well? To be more precise, my blog postings 
and efforts to minimize the file size included in CF8 are well 
documented and was a conduit for getting Adobe to realize the impact 
that a 700k page size for something as simple as a CFDIV. In fact, I've 
been thanked by Adobe for bringing it to their attention as they 
realized that this merited more attention.

Page size is a realistic concern and should not be taken for granted. 
Even Yahoo has published a study which shows that 40-60% of their users 
have an empty cache experience: 
http://yuiblog.com/blog/2007/01/04/performance-research-part-2/

 I have used jQuery and I agree that its a good little framework, I have also
 used extJS and consider that an even better addition when using it in
 combination with jQuery.

Yep, its a great combination and John Resig and I were very happy when 
Jack incorporated the jQuery adapter into Ext. I continue to work with 
both Jack and John on that integration.

 But my point lies in the amount of JS code that is needed by CF to do its
 job, and by making a stupid ass comment that the idot made will piss more
 people off because it comes from his lack of understanding on what a large
 scale application needs in JS to achieve what it needs to do.

He could've phrased his reply a little better to point out the 
advantages  disadvantages off both libraries but I don't think that 
you've handled it any better by diminishing his concern and, on top of 
that, referring to his comments as stupid.

Rey...

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: CF8 Tab Issue

2007-08-29 Thread Rey Bango
Hi Matt,

Its possible that I may have misread it. Unfortunately, Andrew didn't 
clarify it in his last post. If I did misinterpret it, I'll be glad to 
apologize.

Andrew?

Rey...

Matt Williams wrote:
 On 8/29/07, Rey Bango [EMAIL PROTECTED] wrote:
 There's a little more that needs to be said.

 I am not knocking jQuery
 Then I take it you agree that my analogy is a little better. Comparing
 jQuery to a Hyundai Excel was a bit of a knock and I hope I've offered a
 different perspective by comparing it to a Ferrari.
 
 Rey, I think you mis-read Andrew's comment:
 
 Now to make a comparison against CF8 and jQuery is like making a comparison
 with a Hyundai Excel and a Jaguar.
 
 This means that CF8 is the Hyundai (as far as it's Javascript
 abilities) and jQuery is the Jaguar.
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: CF8 Tab Issue

2007-08-28 Thread Rey Bango
Just wait till you see Ext 2.0. ;)

Rey

James Holmes wrote:
 Ah, now that's interesting - things broke after the release candidate
 I guess. Thanks for the info - we currently use the latest version of
 Ext anyway, so these sound like more reasons to stick with it.
 
 On 8/28/07, Andrew Scott [EMAIL PROTECTED] wrote:
 The bugs never existed in the beta or public release.



 On 8/28/07, James Holmes [EMAIL PROTECTED] wrote:
 And this is in the first 5 minutes of my attempt to use Coldfusion 8.

 Was that 5 minutes during the beta and were the bugs reported in the
 bug tracker?
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: CF8 Tab Issue

2007-08-27 Thread Rey Bango
Dale,

I contacted Adobe about it and they will be looking into this. No ETA on 
a response but they are, at the very least, aware of it now.

Rey...

Dale Fraser wrote:
 I have what should be a really simple Tab example.
 
  
 
 But the tabs seem to contain a nbsp; on the first line of each tab.
 
  
 
 This is going to ruin the look of what I want to do with tabs, and i'm
 thinking that there must be a way around this.
 
  
 
 Have a look at this code.
 
  
 
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 
 html
 
  titleTabs/title
 
  body
 
 cflayout type=tab tabheight=350
 
 cflayoutarea title=Exampleline1br /line2/cflayoutarea
 
 /cflayout
 
  /body
 
 /html
 
  
 
 And the result
 
  
 
 http://code.fraser.id.au/tabs.cfm
 
  
 
 Any ideas?
 
  
 
 Regards
 
 Dale Fraser
 
  
 
  http://dalefraser.blogspot.com http://dalefraser.blogspot.com
 
  
 
 
 
 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: CF8 Tab Issue

2007-08-27 Thread Rey Bango
I can't tell you if they were or not. I just know that they are now.

Rey...

Andrew Scott wrote:
 They should be, before I blogged it I filed it as a bug.
 
 
 
 On 8/28/07, Rey Bango [EMAIL PROTECTED] wrote:
 Dale,

 I contacted Adobe about it and they will be looking into this. No ETA on
 a response but they are, at the very least, aware of it now.

 Rey...

 Dale Fraser wrote:
 I have what should be a really simple Tab example.



 But the tabs seem to contain a nbsp; on the first line of each tab.



 This is going to ruin the look of what I want to do with tabs, and i'm
 thinking that there must be a way around this.



 Have a look at this code.



 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

 html

  titleTabs/title

  body

 cflayout type=tab tabheight=350

 cflayoutarea title=Exampleline1br
 /line2/cflayoutarea
 /cflayout

  /body

 /html



 And the result



 http://code.fraser.id.au/tabs.cfm



 Any ideas?



 Regards

 Dale Fraser



  http://dalefraser.blogspot.com http://dalefraser.blogspot.com







 
 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Re: CFMBB?

2007-08-19 Thread Rey Bango
Where are you seeing dead links Eric? I know that Rick's been pushing 
alot of code out and released v1.22 on 7/24 so I don't believe its dying 
out.

Eric J. Hoffman wrote:
 Is the project dying out?  Lots of dead links on the site and we were
 just fixing to deploy and ran into a single problem...but now wondering
 if we should be going this road.
 
  
 
 Anyone else using CFMBB that could  be bothered with a question or two?
 Anyone  else using it?
 
 
 
 
 Eric J. Hoffman
 Managing Partner
 1940 Greeley Street South
 Suite 102
 StillwaterMN55082
 mail: [EMAIL PROTECTED]
 www: http://www.ejhassociates.com
 tel: 651.717.4105
 fax: 651.717.4101
 mob: 651.245.2717
 Adobe Solutions Partner
 Microsoft Certified Partner
 
 
 
 This message contains confidential information and is intended only for 
 [EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you should not 
 disseminate, distribute or copy this e-mail. Please notify [EMAIL PROTECTED] 
 immediately by e-mail if you have received this e-mail by mistake and delete 
 this e-mail from your system. E-mail transmission cannot be guaranteed to be 
 secure or error-free as information could be intercepted, corrupted, lost, 
 destroyed, arrive late or incomplete, or contain viruses. Eric J. Hoffman 
 therefore does not accept liability for any errors or omissions in the 
 contents of this message, which arise as a result of e-mail transmission. If 
 verification is required please request a hard-copy version.
 
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Rey Bango
First I want to thank everyone that submitted a site during the contest.
We had an incredible number of site submissions since I first announced
the contest on 8/10/2007. Since that time, we have had 543 sites
submitted to GotCFM bringing the list total to 1,533 sites! As many
of you know, GotCFM.com was built to help promote CF-based technologies
and is currently aggregating a sizeable list of CFML-Powered sites to
show off to the the development community. Every new site submissions
helps further that cause and I really appreciate those who took the time
to submit a site.

Next, onto the winners:

Site #1005 http://www.laurieskitchen.com was submitted by
[EMAIL PROTECTED] They will be getting a What Would Ben Do tshirt.

Site #1004 http://www.HotelBook.com was submitted by Alan Rother. Alan
will be getting a Got ColdFusion? tshirt.

Site #1003 http://www.machinerynetwork.com was submitted by Jim Wright.
Jim will be getting a What Would Ben Do tshirt.

Site #1002 http://www.techsoup.org was submitted by Michael Wright.
Michael will be getting a Got ColdFusion? tshirt.

Site #1001 http://www.fitnessblog.it/fitnessblog/index.cfm was submitted
by Luca Unti. Luca will be getting a Got ColdFusion? tshirt and a Got
ColdFusion? coffee mug.

and the grand prize winner for site #1000 is Steve Cutter Blades for
the site http://www.apposchooldistrict.com/. Steve will be getting an
Adobe laptop-ready backpack filled with Adobe goodness (small promo
items, t-shirts, etc...) and a GotColdFusion? coffee mug

I've been in contact with all of the winners and they're all thrilled. I
would like to congratulate all of them and thank them for their efforts.

On a final note, I would like to encourage everyone to continue to
submit sites to GotCFM.com as it will help to show how pervasive
CF-based technologies really are.

Please note that any comments to this message can be posted to the 
thread on CF-OT:

http://www.houseoffusion.com/groups/cf-ot/thread.cfm/threadid:110

Rey...



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Rey Bango
Ha! As Andy said, I held off on updating anything until only a couple of 
nights ago just to keep it fair. :)

Rey...

Brad Wood wrote:
 I bet you a dollar Cutter wrote a script that screen scraped
 http://www.gotcfm.com/thelist.cfm and automatically submitted his when
 it was at 999 sites added...
 
 Man, I wish I had thought of that earlier...
 
 :)
 
 ~Brad
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 17, 2007 1:04 PM
 To: CF-Talk
 Subject: GotCFM.com 1000 Sites Contest - The Winners!!!
 
 
 and the grand prize winner for site #1000 is Steve Cutter Blades 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Compressing CF8's JavaScript Files (Spry, YUI, Ext)

2007-08-14 Thread Rey Bango
Since not everyone knows about my blog, I wanted to be sure that this 
news got out to as many folks as possible.

Last month I set out to see how far I could compress the CF8 JavaScript 
files. As many have come to find out, the YUI, Ext and Spry JS files can 
be rather large and I wanted to bring them down as much as possible.

As I was reading Ajaxian today, I saw a post about a new compressor 
called YUI Compressor which is a Java-based application which helps to 
greatly minify your JavaScript code. In speaking to my friend Tane 
Piper, he told me that he saw *amazing* results when he used it against 
his jQuery plugins. So I had to give this a shot against the CF8 files.

I immediately tried it against Spry's largest file, SpyData.js, and here 
were my results:

SpryData.js uncompressed: 126k
SpryData.js minified: 66k

Woah! Almost a 50% reduction in size.

I then tried it against the Dojo ShrinkSafe version of SpyData.js that I 
had created last month:

SpryData.js compressed with ShrinkSafe: 72k
SpryData.js minified: 64k

Wow, even more reduction if I run through the file through ShrinkSafe first!

I did try this on the Ext-All.js file and also saw a reduction of 30k in 
an already compressed file!

This is really a good utility to have and the results are outstanding. I 
would say to use this in conjunction with another packer and some http 
compression for really boosting performance on your web apps.

*** NOTE: If you're going to use this, please be sure to backup your 
existing CF8 JavaScript files just in case something doesn't work as 
expected.

Here are my two blog postings about this subject:

http://www.reybango.com/index.cfm/2007/7/22/Compressing-Sprys-JavaScript-Files
http://www.reybango.com/index.cfm/2007/8/14/Compressing-Sprys-JavaScript-Files-Part-2

YUI Compressor:
http://www.julienlecomte.net/blog/2007/08/13/introducing-the-yui-compressor/

Dojo ShrinkSafe:
http://alex.dojotoolkit.org/shrinksafe/


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Compressing CF8's JavaScript Files (Spry, YUI, Ext)

2007-08-14 Thread Rey Bango
Hi Brad,

Some is additional compression while some is new.

Spry isn't compressed in CF8, hence my experimentation to make them 
smaller. YUI  Ext are compressed and this tool makes them a tad smaller.

If you read my blog entries, you'll see the results.

Rey

Brad Wood wrote:
 I thought I had heard that Adobe was going to compress the .js file for
 the final release of CF8.  Was that not the case after all, or is this
 additional compression?
 
 ~Brad
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 14, 2007 11:09 AM
 To: CF-Talk
 Subject: Compressing CF8's JavaScript Files (Spry, YUI, Ext)
 
 Since not everyone knows about my blog, I wanted to be sure that this 
 news got out to as many folks as possible.
 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


GotCFM.com Approaching 1000 Sites - Contest/Prizes

2007-08-10 Thread Rey Bango
Hi everyone,

I'm very happy to announce that GotCFM.com is just 10 sites shy of
reaching 1000 CFML-Powered sites. This is really an awesome achievement
and helps to show that CF-technologies are very relevant in today's
Internet development efforts.

To commemorate the 1000th site submission, Adobe has generously donated
a Adobe laptop-ready backpack filled with Adobe goodness (small promo
items, t-shirts, etc...). Also, Will Tomlinson of ColdFusionGear has
graciously donated Got ColdFusion? mugs and tshirts.

So here's the way this will work:

- Submitter for site 1,000 will get the Adobe backpack and a Got
ColdFusion? coffee mug

I will then give prizes to the next five unique submitters
irregardless of site position. By unique submitters, I mean five
different people.

The prizes for that will be as follows:

- Submitter #1 will get a Got ColdFusion? tshirt and a Got ColdFusion?
coffee mug

- Submitter #2 will get a Got ColdFusion? tshirt

- Submitter #3 will get a What Would Ben Do tshirt

- Submitter #4 will get a Got ColdFusion? tshirt

- Submitter #5 will get a What Would Ben Do tshirt

The rules:

- The submission must be for a CFML-powered site which is not already
on the list
- The site MUST be predominantly CFML-powered. If it has one CFM page in
it with the rest powered by another technology, then it won't qualify.
- It must follow the guidelines listed here:
http://www.gotcfm.com/thelist.cfm
- You MUST provide your email address when submitting so I can get a
hold of you. If you don't enter your email address, you will not be
eligible.
- When contacted, you have 5 days to reply with a shipping address. If
no reply is received, a new winner will be chosen for the respective prize
- Employees of Adobe, New Atlanta, Railo,  the Smith Project, and any CF
application server project/maker are not eligible.

The winners will be announced on CF-Talk on Friday, August 17th, 2007.

The prizes will be shipped anywhere in the world via standard postal
service.

I want to thank everyone for their support and look forward to
continuing the effort of promoting CF-technologies to the development
community.

Rey



~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: ColdFusion Developer - Indianapolis Indiana - Full Time Perm -

2007-08-09 Thread Rey Bango
Kevin,

Please don't post jobs to CF-Talk as its against the list rules. You 
already posted to CF-Jobs, which is the correct place to do it.

Rey...

Kevin Keller wrote:
 I have a Full Time Permanent ColdFusion Developer opportunity with a
 great client of mine in the Indianapolis area. 
 
  
 
 Job description:
 
  
 
 Position Summary: Supports the Company's internal and external business
 objectives by planning, creating and implementing functional web-based
 applications for use by staff, customers and vendors.
 
  
 
 
 Knowledge  Skills
 
 
 * Must be competent in the system analysis and design through the
 use of HTML, CSS, CFML, Javascript, SQL, PL/SQL, XML, ColdFusion, and
 ..Net.
 * Capable of effectively communicating/translating technical
 information to staff with a lesser degree of IT technical knowledge.
 * Remain current on changes and developments within the
 Information Services field, including the development of new technology
 and its practical applications in a business environment.
 * Ability to translate functional requirements into applications.
 * Must be capable of reading, analyzing and interpreting general
 business documents and technical procedural manuals. 
 * Must be able to calculate figures and amounts, including the
 ability to apply concepts of basic algebra and geometry.
 * Requires the ability to define problems, collect data, establish
 facts and draw valid conclusions, including the ability to interpret
 technical instructions in mathematical and diagram form, taking into
 account both abstract and concrete variables.
 
  
 
 Education  Experience
 
 * A minimum of 2 years of application development experience in a
 ColdFusion and Oracle environment required
 * Experience in object-oriented programming and/or Mach II
 experience preferred.
 
  
 
  
 
 Sincerely,
 
  
 
 Kevin Keller
 
 Recruiting Manager
 
 PinPoint Resources
 
 Ph. 317.726.5600 x 236
 
 Fax 317.726.5610
 
 [EMAIL PROTECTED]
 
 www.PinPointResources.com http://www.pinpointresources.com/ 
 
  
 
 
 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: Tutorial for developing an ecommerce site in CFMX 7

2007-08-09 Thread Rey Bango
These books are a big help:

Macromedia ColdFusion MX 7 Web Application Construction Kit
http://www.amazon.com/Macromedia-ColdFusion-Web-Application-Construction/dp/0321223675/ref=pd_bbs_sr_1/002-9223482-2400065?ie=UTF8s=booksqid=1186700188sr=8-1

Advanced Macromedia ColdFusion MX 7 Application Development
http://www.amazon.com/Macromedia-ColdFusion-Application-Development-Quickstart/dp/0321292693/ref=pd_bbs_sr_2/002-9223482-2400065?ie=UTF8s=booksqid=1186700188sr=8-2

Programming ColdFusion MX, 2nd Edition
http://www.amazon.com/Programming-ColdFusion-2nd-Rob-Brooks-Bilson/dp/0596003803/ref=pd_bbs_sr_3/002-9223482-2400065?ie=UTF8s=booksqid=1186700280sr=1-3

Rey


Prema Sekar wrote:
 Hi All,
 
 Is there any tutorial / book available on How to develop an ecommerce site 
 in CFMX 7?
 
 Thanks
 -kpltpj 
 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread Rey Bango
Thanks linking to me Charlie! :)

Charlie Griefer wrote:
 http://www.reybango.com/index.cfm/2007/6/6/CF8-Ajax-Quick-Tip-for-Shrinking-the-Page-Size
 
 ?
 
 On 8/9/07, Michael Dinowitz [EMAIL PROTECTED] wrote:
 I was looking over the libraries for things like cfmenu and a standard
 usage of the tag loads something like 200k of javascript. Not
 something I want to add to House of Fusion. I tried to gzip the files
 and change the extension to .js but that failed. I assume it is not
 possible to pre-compress the .js files and the only way to compress
 them is to use an 'on the fly' compression program. Is this correct?
 Is there any way to compress the .js without a webserver add-on?

 --
 Michael Dinowitz
 President: House of Fusion(http://www.houseoffusion.com)
 Publisher: Fusion Authority(http://www.fusionauthority.com)
 Adobe Community Expert / Advanced Certified ColdFusion Professional


 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: (CF8) Compressing the Ajax libraries

2007-08-09 Thread Rey Bango
Hi Michael,

The YUI  Ext files contained in CF8 are already compressed and apart 
from GZipping, there's not much more you can do to them to make them 
smaller. The Spry files can be made smaller using Dojo's ShrinkSafe 
compressor. As Charlie mentioned, I blogged about it so check out that link.

Since HoF is a consumer-facing website, I would suggest you take a 
serious look at jQuery and its associated plugins if filesize is a 
concern (www.jquery.com). A number of CF gurus have embraced it and they 
seem to be quite happy with the results.

Rey...


 On 8/9/07, Michael Dinowitz [EMAIL PROTECTED] wrote:
 I was looking over the libraries for things like cfmenu and a standard
 usage of the tag loads something like 200k of javascript. Not
 something I want to add to House of Fusion. I tried to gzip the files
 and change the extension to .js but that failed. I assume it is not
 possible to pre-compress the .js files and the only way to compress
 them is to use an 'on the fly' compression program. Is this correct?
 Is there any way to compress the .js without a webserver add-on?

 --
 Michael Dinowitz
 President: House of Fusion(http://www.houseoffusion.com)
 Publisher: Fusion Authority(http://www.fusionauthority.com)
 Adobe Community Expert / Advanced Certified ColdFusion Professional


 
 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


About the GotCFM.com Site List

2007-08-08 Thread Rey Bango
Hi Everyone,

Of late, I've been seeing a number of questions as to why specific sites 
are not on the GotCFM list. The easy answer is that they haven't been 
submitted. I review and approve sites fairly quickly so its not a delay 
from that perspective.

With that said, if you see a CF site that is not part of the list, 
please feel free to submit it. The form is on the homepage of GotCFM.com 
and its as easy as it gets. You don't need to be the site owner to 
submit it so please take the initiative and send the site over for review.

I also get emails asking me to submit sites for people. Like everyone 
else, I'm fairly busy with work so I really don't have time to do that. 
In the time it takes someone to email me about a new site, they could've 
submitted it themselves.

This is a resource for the CF community so a little effort on everyone's 
part will definitely help make the site more effective.

Thanks,

Rey...

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: Develop an ecommerce site in CFMX 7 using Paypal

2007-08-08 Thread Rey Bango
The PayPal SDK can be daunting to work with. I would recommend 
contacting Jared Rypka-Hauer about his PayPalMX components. You can get 
more info here including Jared's email:

http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entryentry=83AEB42F-BDB9-5320-E0207DD531806BA8

Rey...

Prema Sekar wrote:
 Hi All,
 
 This is my first ecommerce application using Paypal in CFMX7. I am
  using Ben Forta's CFWACK book as my reference. I have downloaded the
  PayflowPro SDK by creating a test account in PayPal. But I couldnot download
  the .jar file.
 
 Could anybody please help me with the steps to be followed in
  developing a ecommerce application in CFMX 7.
 
 Thanks
 -kpltpj 
 
 
 
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: SQL injection hack?

2007-08-06 Thread Rey Bango
Looks that way.

Rey

Rick King wrote:
 Hey all,
 
 I just received this email that is generated when there is an error on a site 
 I built (www.woreitonce.com)
 
  ---E-MAIL
 Invalid data 1 and 1=convert(int,(select top 1 char(97)+admin_password from 
 tbl_adminusers)) for CFSQLTYPE CF_SQL_INTEGER.  brThe error occurred on 
 line 30.
  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 
 Firefox/2.0.0.6
  81.10.46.130
 
  /Details.cfm
  
 ProdID=1%20and%201=convert(int,(select%20top%201%20char(97)%2badmin_password%20from%20tbl_adminusers))
 
 -E-MAIL
 
 Is this a SQL injection attack? Anything I can do?
 
 Thanks
 Rick
 
 
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: SQL injection hack?

2007-08-06 Thread Rey Bango
Sorry didn't see your question at the bottom. One thing that will 
definitely help is using CFQUERYPARAM to enforce datatype checks on your 
conditional statements.

http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b20.htm

Also, consider writing code that will strip out certain commands from 
form variables that are being submitted and saved to your DB. You won't 
be able to catch every phrase but there are things to look out for. 
Check the CF-Talk archive for your topic for past examples of how to 
tackle this.

Rey

Rick King wrote:
 Hey all,
 
 I just received this email that is generated when there is an error on a site 
 I built (www.woreitonce.com)
 
  ---E-MAIL
 Invalid data 1 and 1=convert(int,(select top 1 char(97)+admin_password from 
 tbl_adminusers)) for CFSQLTYPE CF_SQL_INTEGER.  brThe error occurred on 
 line 30.
  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 
 Firefox/2.0.0.6
  81.10.46.130
 
  /Details.cfm
  
 ProdID=1%20and%201=convert(int,(select%20top%201%20char(97)%2badmin_password%20from%20tbl_adminusers))
 
 -E-MAIL
 
 Is this a SQL injection attack? Anything I can do?
 
 Thanks
 Rick
 
 
 
 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


[NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
I stumbled upon this link and I think its actually pretty cool:

http://www.coldfusiondeveloper.com.au/go/top100/

Its lists the top 100 CF sites based on Alexa's ranking. While Alexa 
isn't the greatest in terms of stats, this does provide an interesting 
view of where some top CF sites sit and helps to dispel the myth that 
CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not 
being used by some VERY important sites.

I'd like to know who created this list as it would be a great feature to 
incorporate into GotCFM.com.

Rey

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Huh? Its working for me. Maybe it crashed your browser? ;)

Rey...

Crow T. Robot wrote:
 crashed the server.  nice.
 
 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 I stumbled upon this link and I think its actually pretty cool:

 http://www.coldfusiondeveloper.com.au/go/top100/

 Its lists the top 100 CF sites based on Alexa's ranking. While Alexa
 isn't the greatest in terms of stats, this does provide an interesting
 view of where some top CF sites sit and helps to dispel the myth that
 CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not
 being used by some VERY important sites.

 I'd like to know who created this list as it would be a great feature to
 incorporate into GotCFM.com.

 Rey


 
 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
yea, yea... u did! LOL. Glad its up again. I'd like to 
know who created the page.

Rey

Phillip M. Vector wrote:
 No. It was down. I saw the restart happening. :)
 
 Rey Bango wrote:
 Huh? Its working for me. Maybe it crashed your browser? ;)

 Rey...

 Crow T. Robot wrote:
 crashed the server.  nice.

 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 I stumbled upon this link and I think its actually pretty cool:

 http://www.coldfusiondeveloper.com.au/go/top100/

 Its lists the top 100 CF sites based on Alexa's ranking. While Alexa
 isn't the greatest in terms of stats, this does provide an interesting
 view of where some top CF sites sit and helps to dispel the myth that
 CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not
 being used by some VERY important sites.

 I'd like to know who created this list as it would be a great feature to
 incorporate into GotCFM.com.

 Rey



 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
:)

Alan Rother wrote:
 WHOO HOOO!!!
 
 
 One of my company's sites made the list!
 
 #88... Sofitel North America
 
 
 Sorry, I had to..
 
 
 =]
 
 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 yea, yea... u did! LOL. Glad its up again. I'd like to
 know who created the page.

 Rey

 Phillip M. Vector wrote:
 No. It was down. I saw the restart happening. :)

 Rey Bango wrote:
 Huh? Its working for me. Maybe it crashed your browser? ;)

 Rey...

 Crow T. Robot wrote:
 crashed the server.  nice.

 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 I stumbled upon this link and I think its actually pretty cool:

 http://www.coldfusiondeveloper.com.au/go/top100/

 Its lists the top 100 CF sites based on Alexa's ranking. While Alexa
 isn't the greatest in terms of stats, this does provide an interesting
 view of where some top CF sites sit and helps to dispel the myth that
 CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not
 being used by some VERY important sites.

 I'd like to know who created this list as it would be a great feature to
 incorporate into GotCFM.com.

 Rey




 
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Actually Mike, HoF isn't listed on GotCFM.com and if he used my listing 
to build his list, then that would explain why HoF isn't showing up on 
his results.

Go submit HoF. http://www.gotcfm.com

Rey...

Michael Dinowitz wrote:
 Don't take that to mean anything as Alexa's statistical model is
 faulty and their criteria of what a ColdFusion site is is suspect.
 Look at the Alexa numbers for http://www.houseoffusion.com and then
 look at their list. Tell me what's missing...
 
 On 8/6/07, Alan Rother [EMAIL PROTECTED] wrote:
 WHOO HOOO!!!


 One of my company's sites made the list!

 #88... Sofitel North America


 Sorry, I had to..


 =]

 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 yea, yea... u did! LOL. Glad its up again. I'd like to
 know who created the page.

 Rey

 Phillip M. Vector wrote:
 No. It was down. I saw the restart happening. :)

 Rey Bango wrote:
 Huh? Its working for me. Maybe it crashed your browser? ;)

 Rey...

 Crow T. Robot wrote:
 crashed the server.  nice.

 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 I stumbled upon this link and I think its actually pretty cool:

 http://www.coldfusiondeveloper.com.au/go/top100/

 Its lists the top 100 CF sites based on Alexa's ranking. While Alexa
 isn't the greatest in terms of stats, this does provide an interesting
 view of where some top CF sites sit and helps to dispel the myth that
 CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not
 being used by some VERY important sites.

 I'd like to know who created this list as it would be a great feature to
 incorporate into GotCFM.com.

 Rey





 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Hi Jerry,

Yep its a rather long list and I'm hoping to find the time to 
incorporate paging into it.

Rey...

Jerry Johnson wrote:
 that gotCFM site maxes out my machine for a good 396 seconds. On the
 List of sites page, it loads all items as the default, and it takes
 [EMAIL PROTECTED]
 
 Freezes the whoe danged thing (other firefox windows, outlook, windows
 explorer, gtalk.)
 
 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Thanks for letting people know that this site is NSFW Jacob.

Rey...

Jacob wrote:
 Excaliburfilms.com
 
 :P
 
 -Original Message-
 From: Eric Roberts [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 06, 2007 10:35 AM
 To: CF-Talk
 Subject: RE: [NEWS] Top 100 ColdFusion websites by Alexa rank
 
 I noticed at least a couple of bog names that were missing...BP and the
 Discovery Channel 
 
 Eric
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 06, 2007 11:16 AM
 To: CF-Talk
 Subject: Re: [NEWS] Top 100 ColdFusion websites by Alexa rank
 
 yea, yea... u did! LOL. Glad its up again. I'd like to 
 know who created the page.
 
 Rey
 
 Phillip M. Vector wrote:
 No. It was down. I saw the restart happening. :)

 Rey Bango wrote:
 Huh? Its working for me. Maybe it crashed your browser? ;)

 Rey...

 Crow T. Robot wrote:
 crashed the server.  nice.

 On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote:
 I stumbled upon this link and I think its actually pretty cool:

 http://www.coldfusiondeveloper.com.au/go/top100/

 Its lists the top 100 CF sites based on Alexa's ranking. While Alexa
 isn't the greatest in terms of stats, this does provide an interesting
 view of where some top CF sites sit and helps to dispel the myth that
 CF-based technology (ie: ColdFusion, BlueDragon, Railo, et al) is not
 being used by some VERY important sites.

 I'd like to know who created this list as it would be a great feature
 to
 incorporate into GotCFM.com.

 Rey



 
 
 
 
 
 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
If they're in GotCFM.com, then they used CF at some point. They may have 
changed technology.

Rey...

Damien McKenna wrote:
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 06, 2007 11:36 AM
 Subject: [NEWS] Top 100 ColdFusion websites by Alexa rank

 http://www.coldfusiondeveloper.com.au/go/top100/
 
 Alexa rank, #94 - OpenSourceTemplates.org uses PHP?
 
 
 Damien McKenna
 Web Developer
 The LIMU Company
 
 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Re: homesite for CF8?

2007-08-03 Thread Rey Bango
There are new CF8 extensions for Homesite and CF Studio here:

http://www.adobe.com/support/coldfusion/downloads.html#cfdevtools

Rey...

Leitch, Oblio wrote:
 Anyone have any idea what Adobe plans regarding Homesite?  Will
 something be created for CF8?  Anyone have Dreamweaver CS3 and know if
 it's on there?
 
 
 This email message may contain privileged and/or confidential information. If 
 you are not the intended recipient(s), you are hereby notified that any 
 dissemination, distribution, or copying of this email message is strictly 
 prohibited. If you have received this message in error, please immediately 
 notify the sender and delete this email message from your computer.
 
 CAUTION: The Agency of Human Services cannot ensure the confidentiality or 
 security of email transmissions.
 
 
 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


GotCFM Updated for CF8

2007-08-03 Thread Rey Bango
Hi everyone,

I've updated GotCFM.com to allow posting of ColdFusion 8 sites. If 
you've upgraded a site or have switched to another product, please let 
me know via private email and I will be happy to update the listing 
accordingly.

Also, please let me know of any enhancements you feel should be part of 
the site. While GotCFM consists mailing of a great site list and 
promotion resources (ie buttons and a link to Will Tomlinson's tshirts), 
it'd be great to offer other methods of promoting CFML-based technologies.

I'm also in need of a designer that would like to volunteer to spruce up 
GotCFM.com.

Thanks,

Rey...

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


  1   2   3   4   5   6   7   8   9   >