Pete Freitag's Homepage

Recent Blog Entries...

Cache Template in Request Setting Explained

One of the new features added to ColdFusion 9 is the Cache Template in Request setting located on the Server Settings > Caching page of the ColdFusion Administrator....

What Version of Java is ColdFusion Using?

Here's a one liner CFML script to show what version of Java your ColdFusion server is running:

<cfoutput>#CreateObject("java", "java.lang.System").getProperty("java....

ColdFusion 9 Performance Brief from Adobe

Adobe has posted a ColdFusion 9 Performance Brief, outlining several performance improvements over ColdFusion 7 and 8. The brief reports a 40% performance improvement over ColdFusion 8, and a 500% improvement over ColdFusion 7, running CanvasWiki....

Request Filtering in IIS 7 Howto

I've been doing some security work in Windows 2008 recently for a client, one feature I've really come to like in IIS 7 is Request Filtering....

J2EE Session Cookies on ColdFusion / JRun

As you are probably aware ColdFusion allows you to use the integrated J2EE sessions that are provided as part of the J2EE server (by enabling the Use J2EE session variables setting in ColdFusion Administrator)....

Hands on ColdFusion Security Training

One of the best ways to really learn about something, is to roll up your sleeves, get your hands dirty. This is especially true for learning about security, it can be difficult to fully understand how attacks work by just reading about it....

ColdFusion 9 Solr Vulnerability - Are you at Risk?

Adobe just released a security bulletin APSB10-04 for ColdFusion 9. If you have the Solr Search Service running on a ColdFusion 9 server it binds the Solr Web Service to port 8983 on all IP addresses....

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

If you are having problems using FCKeditor on Firefox 3.6, it's due to a, lets call it a Year 2010 bug. You will see a textarea instead of the editor. This probably only exists in the ColdFusion version, I haven't checked the other versions......

jQuery UI Sortable Tutorial

Here's a simple tutorial showing how to use jQuery UI's sortable plugin to update a database table's sort order field on the fly using ajax....

CFLogin Security Considerations

If you use the cflogin tag to manage authentication you should consider setting loginstorage="session" in your Application.cfc or Application.cfm file for better security....

Use varchar(max) instead of text in SQL Server

As you may know on SQL Server a varchar column can hold up to 8000 characters (each row can hold up to 8K, so it depends on the size of other columns), when you need to store more it is common to use the text or ntext datatypes....

ColdFusion SOAP Web Services and onRequestStart

I knew there are some issues with using onRequest in your Application.cfc and web services, but I didn't think there were any issues with onRequestStart and ColdFusion 8 SOAP web services....
More Entries »
Search
Recent Comments
FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion
wow...thanks a million...just saved my bacon....
by kevin L., 3 hours ago
Returning TOP N Records
HOW CAN I GET BOTTOM RECORDS EG: FOR TO DISPLAY TOP 5 RECORDS WE USE TOP...
by SWETHA, 12 hours ago
Turn off autocomplete for credit card input
Aha! Somebody told me there was an "argument" here about autocomplete. Some good points...
by dataSpheric, 20 hours ago
Have a good firefox extension idea?
As a web designer I would love a guideline plugin. I usually code css with firebug / web developer t...
by John, 1 day ago
Subscribe to my RSS Feed:
solosub
Use SoloSub to subscribe to my RSS feed using Bloglines, MyYahoo, NewsGator, and more.
there is more to this site: sitemap