March 10, 2010

Pages


Search Site


Topics


Adobe AIR

ColdFusion

Flex

Adobe

ActionScript

Pet Rescues

My Links


Archives

Entries for month: July 2007

The Radius Search Function

July 19 2007 by Wally Kolcz

I wrote this code a while ago and need to refine it better to a function. It works like a charm but is sloppy at the moment. It allows the user to search a defined radius using geometry and a national database of zip codes. I downloaded and used a proximity search CFC from cflib.org (I believe)

Read more...

Posted in ColdFusion | Lazy Code | 1 comments

Creating a Dynamic Application.cfm page

July 10 2007 by Wally Kolcz

If you wanted to generate a live web file online, use the following code. I used this to create an application file for rescues who generated a live web site using my main web site. This was then used to call the personal information for the 'welcome' page that was then created in the created directory.

Read more...

Posted in ColdFusion | Lazy Code | 2 comments

Hiding your meta tags from everyone (but spiders)

July 10 2007 by Wally Kolcz

In my development career I have came across a couple clients who were ultra paranoid about one of their competitors stealing their keywords and descriptions in the meta data and then using them on their sites. The simple goal was to create a way to hide them from the 'View Source', but not from the indexing spiders of Google, MSN, etc. The solution was simple, but worked like a charm.

Read more...

Posted in ColdFusion | Lazy Code | 3 comments

Full Left Word Count with Whole Words

July 09 2007 by Wally Kolcz

Got a long paragraph that would want to shorten and leave one of those neat little 3 dots to entice them to click there to read the full story? Have I got a function for you!

Read more...

Posted in ColdFusion | Lazy Code | 2 comments