pf » Archives for December, 2003
December 19, 2003
Regular Expressions with ColdFusion - a Howto Guide
Regular Expressions are a powerful tool for both developers and computer users alike. Regular Expressions were originally developed on Unix systems and used in programs like Perl, sed, and grep.
December 19, 2003
Java is less secure than C++?
December 16, 2003
Cruise MX 2004 - MX Developer Designer Conference
There is a survey up at the Cruise-N-Learn web site. Go over there and fill it out, it is for planning the Cruise-N-Learn MX conference in 2004 (that's right a conference on a cruise ship!). Even if you don't think you would be able to convince your boss, we would like to hear why.
December 16, 2003
Getting ColdFusion Server Metrics
December 10, 2003
Determining the size of objects in memory
Someone asked for a method to find out how much memory their cached queries, and components are using on the cf-talk mailing list today. In CFMX and in java there are no build in methods for determining the size of an object.
December 09, 2003
xcopy - Handy tool on windows
December 04, 2003
Client Variables unnecessary overhead?
December 02, 2003
Getting the server hostname programmatically
Need to know a server's hostname, not the http server name. Try this:<cfset inet = CreateObject("java", "java.net.InetAddress")>
<cfset inet = inet.getLocalHost()>
<cfoutput>#inet.getHostName()#</cfoutput>
December 01, 2003
Generic Search Engine Safe URL's on Apache
A while back someone asked about implementing generic search engine safe url's with Apache's mod_rewrite module. I came up with a solution but I didn't have a chance to test it until recently. What I mean by generic are URL's such as: site.com/page.cfm/id/123 and NOT site.
Subscribe to my RSS Feed:
RSS
RSS


Pete Freitag is a software engineer, and web developer located in






