Fullasagoog

Show all feed information | Ping Blog Update

Log analyzer plugin for Railo admin 2 years ago

A briljant and long missing plugin for log analyzing within the admin of Railo. Made by my good friend Paul Klinkenberg, a must have for every Railo user. Railo Log Analyzer
keywords coldfusion, good friend

Getting the closest locations based on Latitude / Longitude 3 years ago

I'm not going to explain what is being done here (SQL script) because I just don't understand. I searched a long time for this script and at the moment i'm not even sure where I got it... bottomline.. it works, and really really good. Let's say you got the lat/lng from an http call to the Google …
keywords accuracy, cfif, cfset, csv, eq, exec, google, latitude longitude, long time, lt, maps, nbsp, radius, sql

Get SEO keywords automaticly from an article or page 3 years ago

I just finished a nice little function to get the "best" keywords for the page displayed in every website we build with our CMS. Below is an example, what you get is a list of the words that are mostly used in the given page and therefore the best to use as META keywords or tags in your …
keywords amp, cfif, cfloop, cfsavecontent, cfset, cms, coldfusion, google, lt, nbsp nbsp nbsp nbsp nbsp, quot quot, three times

Get SEO keywords automatically from an article or page 3 years ago

I just finished a nice little function to get the "best" keywords for the page displayed in every website we build with our CMS. Below is an example, what you get is a list of the words that are mostly used in the given page and therefore the best to use as META keywords or tags in your …
keywords amp, cfif, cfloop, cfsavecontent, cfset, cms, coldfusion, google, lt, nbs, nbsp nbsp nbsp nbsp nbsp, quot quot, three times

Delete errors since hotfix 3 Coldfusion 8 3 years ago

Since the last hotfix these errors come flying by. This has always worked without any problems and all of a sudden these errors appear. ColdFusion could not delete the file C:\somedir\somefile.jpg for an unknown reason. Does someone know what a good solution is?? We need to delete the file after …
keywords coldfusion, good solution, hotfix

Strange font behaviour with cfdocument pdf 3 years ago

When we run a scheduled task that produces PDF files with cfdocument we get randomly PDF files with the complete text but in a strange font, or something?? (see example) After searching on the internet I cannot find anything that explains this.... Does anyone have a clue on what's going on with …

Simple file upload protection 3 years ago

These days it's all over the news that there is a new security bug in ColdFusion regarding file uploads and spoofing the mimetype. We use the bit of code below to simply check for the combination contenttype / extension. If the combination does not match... bye bye <cfset stAllow = structNew() …

Strange behaviour component, methods not found 4 years ago

I have a really really strange bug. All my applications have a settings.cfc in the webroot of the application. Some cfc's have more methods than others but all my other cfc's extend the root settings.cfc, all cfc's are stored in an application variable called application.cfc and all applications …

Simple Standard CSS 4 years ago

Just add to your stylesheet and enjoy the simple enhancements.. ::selection {background:#c3effd;color:#000;} /* Safari & Opera */ ::-moz-selection {background:#c3effd;color:#000;} /* Firefox */ input, textarea, select {-moz-border-radius:4px;-webkit-border-radius:4px;} Furthermore, check …

Stop whining for scripting support 4 years ago

In several articles people start asking for better scripting support in ColdFusion version 9. I hope from the bottom of my heart that this will not happen. ColdFusion has been and hopefully always will be a tag-based language and if you like scripting start using JSP or JAVA together with …