James Beuthling
Member since Mar 5, 2009
- Profile: /members/3054-james-beuthling.htm
- URL: http://www.humogo.com
- Comments: 50
Recent Blog Comments By James Beuthling
-
Setting ColdFusion Cookies With CFCookie vs. Cookie Scope
Posted on Apr 10, 2011 at 6:58 PM
Any one know how to set a cookie for multiple domain extentchins - domainone.com , domainone.ca, domainone.in... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Feb 8, 2011 at 12:08 PM
hi - u probably figured this out by now but hey why not i havent visited in a while-- ""I have a question; I sometimes look at my System Event log and I'll see often that someone had like 500 failed login attempts in a row. """ Those failed attempts are just google, yahoo, ... read more »
-
ColdFusion 404 Handling Makes Sub Domain Redirects Hard
Posted on Jun 3, 2010 at 7:22 PM
Is their something I can Insert into the application page, so it redirects the user if the page does not exsists... read more »
-
XStandard v2.0 Available: The Best WYSIWYG Editor Just Keeps Getting Better
Posted on May 31, 2010 at 1:16 PM
- how can I insert a cfml page directly into the fcked editor. I have tried includes, try to assign the page to a variable. arrr I have cfml 7 so I am using the open source version of fck editor. - if off topic please delete, i cant find info anywhere.... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Mar 30, 2010 at 6:39 PM
Things to avoid those foreign hackers - i have had my share - grrr !_! 1 - You always need a super duper strong password for your Hosting account - like Qu!6@h67yH9oL ya like this ( i know it's not cute or fuzzy - but it works ) 2 - Change your super duper strong password every couple of months - ... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Nov 28, 2009 at 6:57 AM
- I think you would surprised how godaddy has improved their cfml, their entry level techs dont know cfml but they have more advanced techs that no exactly what their doing. And can fix any issue, they have been very helpful with me, and my less then perfect coding. And I have been with them for abo... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Nov 27, 2009 at 2:38 PM
(to henry) Im with godaddy,on shared hosting. I have found their support with me to be excellent, I dont mind waiting for an email response, because i prefer email, not phone. And their uptime is really 99.99 % its pretty good. I go months without errors or shut downs. The only problems i generally ... read more »
-
HostMySite.com Has The Best ColdFusion Hosting
Posted on Nov 27, 2009 at 8:06 AM
With coldfusion shared hosting sometimes it's difficult for all providers to keep perfect up time. Cfml messed that way - even if you have an undeclared variable on your page (you may not even notice), that's enough to cause server errors and an inevitable jrun restart and pausing the hundreds of ot... read more »
-
500 null : Mysterious ColdFusion Error
Posted on Nov 12, 2009 at 12:57 PM
Just like i said above change your server settings. ---coldfusion.filter.RequestThrottleFilter$PostSizeLimitExceededException: Post Size exceeds the maximum limit.--- change limit. If you are on shared server you cant.... read more »
-
500 null : Mysterious ColdFusion Error
Posted on Nov 10, 2009 at 4:51 PM
It says your server settings are for 100mb max. Thats it, you can up load 99.5 not 100.1 your maxed out. Change your server settings. If you cause a server error you crash the server no redirect. you just get the error. I dont think it would redirect if you crashed it. What is the error ? 501 ?... read more »
-
500 null : Mysterious ColdFusion Error
Posted on Nov 10, 2009 at 11:33 AM
1. Is this on a shared host. They do have limitations. Mine seem to be 20 secs. You might have to chop the file up to send. and as you pointed out your limit is 100 mb - - just a guess, but im pretty sure a file that large would have to ftp'd... read more »
-
500 null : Mysterious ColdFusion Error
Posted on Nov 10, 2009 at 7:40 AM
If your uploading files that large I belive you FTP it not ( http it or file upload it ) !_!. - Can you set the timeout on the http to be Longer ? Your server will timeout if it takes to long to load my is limited at like 20 secounds. asspeacialy if your on a shared server.... read more »
-
Making ColdFusion's QueryNew() More Readable
Posted on Nov 3, 2009 at 6:28 PM
No - but I will now, just got to figure it out, never used WDDX method before.... read more »
-
Making ColdFusion's QueryNew() More Readable
Posted on Nov 2, 2009 at 5:18 PM
@ Ben I am trying to max out my gdidy account. They only offer up to 200 simultaneous mysql transactions. But unlimited data transfer, and storage. So i am trying to leverage what really needs database access (which is easier, faster etc) and what I can store in xml for access. And what I can mak... read more »
-
Making ColdFusion's QueryNew() More Readable
Posted on Nov 1, 2009 at 1:53 PM
Its seems to me that it is faster to do a cffile read and only loop throught part of the dataset, using find() or something like to filter. I can read and find stuff in a secound, with basic find() and cffile. But when i use querynew it always takes 20 secs or timeout with larger datasets. It all de... read more »
-
Making ColdFusion's QueryNew() More Readable
Posted on Nov 1, 2009 at 12:54 PM
When my xmlquery gets to be 800 rows or more it takes a long time to load, if it gets to 1600 rows it times out (20 seconds). Much slower then pulling from database. any performance tips for querynew. or other alternatives. I'm probably doing something wrong ?... read more »
-
Datasource Names For All The Database Tags Within CFTRANSACTION Must Be The Same
Posted on Oct 31, 2009 at 6:08 PM
Thanks Ben thats what i was looking for !_!... read more »
-
OOPhoto - Handling Database Transactions With Ease
Posted on Oct 31, 2009 at 6:02 PM
And the google ad thing - It was just hanging my site. Half the page would load, and then one of their fancy picture banners would pop in. An the page would stall out. ? Probibly conflicting javascript. You can see it in firebug.... read more »
-
OOPhoto - Handling Database Transactions With Ease
Posted on Oct 31, 2009 at 5:59 PM
This is the exact quote from a site on a gdiddy server. - They have since fixed my connections, but I didnt know this happening becouse I thought those connections would close to - but this is a Quote- It has come to our attention that your hosting account itemtrader.ca is causing an over-utilizati... read more »
-
Datasource Names For All The Database Tags Within CFTRANSACTION Must Be The Same
Posted on Oct 31, 2009 at 8:11 AM
Should cftransaction be used for every query to the mysql database?. I understand that it groups querys, if they use one anothers info. But would you put it around a single query, and do a rollback to close the connection if unsuccessful. Looking for a php close mysql connections tag or something li... read more »