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

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

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

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

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

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

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

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

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:

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

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

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

Re: Calling web services via CF5

2008-02-22 Thread Rey Bango
-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

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

Re: OT - JS Date picker

2008-02-20 Thread Rey Bango
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

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 -

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

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

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

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

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

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.

Re: CF-Based CRMs?

2008-01-30 Thread Rey Bango
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

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

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

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

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

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)

[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...

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

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

[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

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

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

Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Rey Bango
/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

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

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

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

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.

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...

Re: Quirk in CFEclipse?

2007-11-05 Thread Rey Bango
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

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

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:

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 :-(

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,

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

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

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

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

[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/

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

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

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

[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

Re: [NEWS] Ext 2.0 Alpha Released

2007-09-28 Thread Rey Bango
- 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

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:

[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!

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.

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?

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.

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 ;-)

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.

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.

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

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

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...

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

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...

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

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

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

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

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

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

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.

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

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

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,

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

2007-08-17 Thread Rey Bango
... 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

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

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

2007-08-14 Thread Rey Bango
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

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,

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.

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

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

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.

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

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...

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

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

[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

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

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

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

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

2007-08-06 Thread Rey Bango
... 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

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]

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

2007-08-06 Thread Rey Bango
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

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

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

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

  1   2   3   4   5   6   7   8   9   >