Just wanted to share some code that will loop all the registered event handlers of a ColdBox application. This function is called every time a fwreinit is received and pass all the events to my security model so they can …
ImageInfo
2 Super basic entities for image info, width, height, size, color model and such, over at https://github.com/sigmaprojects/cf-imageinfo. Below is is a simple demo – 1: Get the file info 2: get the image info 3: Blend 4: Throw 5: Done
Example Flickr API with oAuth in ColdFusion
Just thought I would share how I implemented a (for now) a very simple Flickr API in ColdFusion, using the oAuth library from http://oauth.riaforge.org/.
Migration to WordPress Complete
Just migrated my blog to wordpress – actually using the ‘WordPress Appliance’ from http://www.turnkeylinux.org/wordpress. Didn’t come without a hiccup or two, especially when I tried to migrate the database to another server and change the table prefix. Now I just …
Natural Language Date Parser updated
Just wanted to note a small update to CF-NLDate https://github.com/sigmaprojects/CF-NLDate. Added support for strings like “last march”, “a few days ago”, “a couple weeks ago”, etc. *Edit* Also, included a test.cfm page showing example strings.
Natural Language Date Parser
Came across a situation where I needed to parse strings as dates, string likes “yesterday” “last week” and so on. First thought was to find an existing CF method for this, didn’t exist. Next was to find a Java class… …
Our server has finally been built.
It took a long time, it came with a few hiccups, it also came with a couple injuries. But it’s finally finished, our new VM host.
BaseORMService – Hibernate Criteria for “property not in”
Just a little note for anyone else interested. To filter properties that are *not* in an array (i.e. don’t select from entity if foo is in bar) this is how its done in hibernate: And because ColdBox’s BaseORMService just proxies …
Talk Bubbles in CSS
Had to come up with some sort of chat / talk bubbles for messages back & forth. This isn’t a new idea, I’ve seen this style around quite a bit but never paid much attention to it. My most recent …
New Server Build
We finally decided on a parts list and ordered everything for our new small server http://www.sigmaprojects.org/projects/view/New-Server-Build.